Updates an existing job
This API now supports the URI path prefix /compute-ops-mgmt
which used to be /compute-ops
. The old prefix will continue
to be supported to allow for a smooth transition. The Guide
contains more information about this change.
Job update data
Job data
Bad request
Unauthorized
Forbidden
Not found
Not acceptable
Precondition failed
Unsupported media type
Internal server error
{- "state": "COMPLETE",
- "input": {
- "stopOnRequest": true
}
}
{- "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": { }
}