Get a job by ID

get/compute-ops-mgmt/v1beta3/jobs/{id}

Retrieve details about the job referenced by its id

URI PATH PREFIX RENAME

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.

SecurityBearer
Request
path Parameters
id
required
string <uuid>

Unique Job identifier

Responses
200

Job data

400

Bad request

401

Unauthorized

403

Forbidden

404

Not found

406

Not acceptable

500

Internal server error

Request samples
Response samples
application/json
{
  • "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": {
    },
  • "data": {
    },
  • "jobParams": {
    },
  • "results": {
    },
  • "state": "PENDING",
  • "resultCode": { },
  • "status": "string",
  • "statusDetails": { }
}