LogCollectorDownloadURLInfo
LogCollectorDownloadURLInfo
Information about download URL for a log collector component.
JSON Example
{
"errors": {
"error_key": "inventory.machine.not.found",
"error_message": "username cannot be empty"
},
"log_collector_bundle_profile": [
"LOG_FILTER_NOT_HONORED"
],
"status_code": 200,
"task_id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
"url": "https://connection-server-FQDN/dct/ZDk2NDYzMDktOTc3My00YWRiLWExNmEtY2FkODljNzYwYzVl"
}
errors
Optional
Response for each API which results in error.
Contains a unique error key and localised version of error message.
array of
string
log_collector_bundle_profile
Optional
Provides additional information about log collection bundle.
integer As int32
As int32
status_code
Optional
Response HTTP status code of the operation.
string
task_id
Optional
Unique identifier of a log collector task.
string
url
Optional
Download URL of log bundle.