Note: This path operation is going to be deprecated and sunset!
Fri, 1 Dec 2023 23:59:59 GMT
Mon, 1 Jan 2024 23:59:59 GMT
compute-ops-mgmt/v1beta3/jobs
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": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parentJobId": "f191323c-cca3-42d1-b291-1b7622b505c0",
- "type": "compute-ops-mgmt/job",
- "resourceUri": "/compute-ops-mgmt/v1beta2/jobs/2500759c-b7dd-4c68-ab7e-6b644bcf4b9c",
- "name": "string",
- "generation": 1,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "jobTemplateUri": "string",
- "associatedResourceUri": "string",
- "resource": {
- "resourceUri": "string",
- "type": "string"
}, - "data": {
- "property1": [ ],
- "property2": [ ]
}, - "results": {
- "property1": "string",
- "property2": "string"
}, - "state": "PENDING",
- "status": "string",
- "statusDetails": { }
}
]
}