TechSupportJobStatusDetailedResponse

TechSupportJobStatusDetailedResponse
TechSupportJobStatusDetailedResponse

Detailed status information for a tech support log collection job

JSON Example
{
    "jobId": "hcx-techsupport-2025-11-13-10-30-45-abc123",
    "state": "SUCCESS",
    "fleetJobState": "SUCCESS",
    "failedFleetAppliances": [
        {
            "applianceId": "string",
            "error": "string"
        }
    ],
    "fleetFolder": "string",
    "error": "Failed to collect logs from HCX Manager",
    "fleetJobId": "string",
    "sentinelLogCollectionJobInfo": {
        "jobId": "string",
        "state": "string",
        "errorMessage": "string",
        "logFolder": "string",
        "failedSentinelsInfo": [
            {
                "sentinelId": "string",
                "errorMessage": "string"
            }
        ]
    },
    "fileName": "hcx-techsupport-2025-11-13-10-30-45-abc123.tar.gz"
}
string
jobId
Required

Job identifier

string
state
Required

Overall job state

Possible values are : RUNNING, SUCCESS, FAILED, PARTIAL_SUCCESS,
string
fleetJobState
Optional

Fleet appliance log collection state

Possible values are : SUCCESS, FAILED, PARTIAL_SUCCESS,
array of object
failedFleetAppliances
Optional

List of fleet appliances that failed log collection

string
fleetFolder
Optional

Folder path containing fleet logs

string
error
Optional

Error message if job failed

string
fleetJobId
Optional

Fleet log collection sub-job ID

object
sentinelLogCollectionJobInfo
Optional

Sentinel log collection job information

string
fileName
Optional

Generated bundle file name (available when state is SUCCESS)