Retrieve job history for identity server asset
Select
SaaS
Customer Managed
Retrieve job history for identity server asset
Path Parameters
- inventoryId int32 required
- assetId string required
FQDN of the asset
Responses
- 200
- 400
- 403
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
jobs object[]
startTime int32endTime int32status DcubeJobStatePossible values: [
IDLE
,STARTING
,RUNNING
,FINISHING
,FINISHED
,STOPPING
,STOPPED
,ABORTING
,ABORTED
,EXCEPTION
,UNKNOWN
,SYNCING
,PENDING
,COMPLETED_WITH_ERRORS
]totalCount int64numAdded int64numFailed int64
{
"jobs": [
{
"startTime": 0,
"endTime": 0,
"status": "IDLE",
"totalCount": 0,
"numAdded": 0,
"numFailed": 0
}
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...