Retrieve the list of jobs
This API now supports the URI path prefix /compute-ops-mgmt
which used to be /compute-ops
. The /compute-ops
prefix is deprecated
and might become unresponsive after Tuesday, April 1, 2025. The Guide
provides more information about this change.
OK
Bad request
Unauthorized
Forbidden
Not acceptable
Internal server error
{- "offset": 0,
- "count": 1,
- "total": 12,
- "items": [
- {
- "id": "2500759c-b7dd-4c68-ab7e-6b644bcf4b9c",
- "parentJobId": "284f3b7a-7a17-4f0a-9b40-a51bc887c7d0",
- "type": "compute-ops-mgmt/job",
- "resourceUri": "/compute-ops-mgmt/v1beta3/jobs/2500759c-b7dd-4c68-ab7e-6b644bcf4b9c",
- "name": "FirmwareUpdate.New",
- "generation": 9,
- "deleteOnComplete": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "jobTemplateUri": "/compute-ops-mgmt/v1beta2/job-templates/fd54a96c-cabc-42e3-aee3-374a2d009dba",
- "associatedResourceUri": "/compute-ops-mgmt/v1beta2/servers/744674-N19+8899744674319686",
- "resource": {
- "resourceUri": "/compute-ops-mgmt/v1beta2/servers/744674-N19+8899744674319686",
- "type": "servers"
}, - "data": {
- "state_reason_message": {
- "message_id": "FWI-100",
- "message_args": [
- "SPP 2022.12.00.00 (19 Dec 2022)"
]
}
}, - "jobParams": {
- "property1": [ ],
- "property2": [ ]
}, - "results": {
- "property1": "string",
- "property2": "string"
}, - "state": "PENDING",
- "resultCode": { },
- "status": "string",
- "statusDetails": { }
}
]
}