Query for tech support job status

Query for tech support job status

This Api will Query for tech support job status

Request
URI
GET
https://{api_host}/api/admin/techSupportLogs/jobStatus/{jobId}
COPY
Path Parameters
string
jobId
Required

jobId

Header Parameters
string
Accept
Required

application/json


Authentication
This operation uses the following authentication methods.
Responses
200

Status 200

{
    "jobId": "string",
    "state": "string",
    "fleetJobState": "string",
    "failedFleetAppliances": [
        {
            "applianceId": "string",
            "error": "string"
        }
    ],
    "fleetFolder": "string",
    "error": "string",
    "fleetJobId": "string",
    "sentinelLogCollectionJobInfo": {
        "jobId": "string",
        "state": "string",
        "errorMessage": "string",
        "logFolder": "string",
        "failedSentinelsInfo": [
            {
                "sentinelId": "string",
                "errorMessage": "string"
            }
        ]
    },
    "fileName": "string"
}
string
jobId
Optional

jobId

string
state
Optional

Operation Status

Possible values are : SUCCESS, FAILED,
string
fleetJobState
Optional

Log Collection Status

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

failedFleetAppliances

string
fleetFolder
Optional

fleetFolder

string
error
Optional

error

string
fleetJobId
Optional

fleetJobId

object
sentinelLogCollectionJobInfo
Optional

sentinelLogCollectionJobInfo

string
fileName
Optional

fileName