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}/9443/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

Returns inline_response_200_13 of type(s) application/json
{
    "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

state
Optional

state

fleetJobState
Optional

fleetJobState

failedFleetAppliances
Optional

failedFleetAppliances

string
fleetFolder
Optional

fleetFolder

string
error
Optional

error

string
fleetJobId
Optional

fleetJobId

sentinelLogCollectionJobInfo
Optional

sentinelLogCollectionJobInfo

string
fileName
Optional

fileName