techsupport-api_1.0_taskQueryResponse
techsupport-api_1.0_taskQueryResponse
JSON Example
{
"state": "string",
"error": "string",
"fileName": "string",
"failedFleetAppliances": [
{
"resourceId": "string",
"resourceName": "string",
"applianceType": "string",
"error": "string"
}
]
}
string
state
Optional
The job status. It can be either SUCCESS | RUNNING | FAILED
Possible values are :
SUCCESS,
RUNNING,
FAILED,
string
error
Optional
Error message incase the state is FAILED
string
fileName
Optional
File name of the bundle if the state is SUCCESS
array of
object
failedFleetAppliances
Optional
Error details of the Fleet components which failed generation nomessage