Job

Job
Job

Jobs are created by the platform when performing certain asynchronous actions. Asynchronous jobs are commonly used for long-running tasks such as uploading large files, staging applications, or deleting resources.

AllOf
This class requires all of the following:
JSON Example
{
    "guid": "string",
    "created_at": "string",
    "updated_at": "string",
    "operation": "string",
    "state": "string",
    "errors": [
        {
            "code": 0,
            "detail": "string",
            "title": "string"
        }
    ],
    "warnings": [
        {
            "detail": "string"
        }
    ],
    "links": {
        "self": {
            "href": "string",
            "method": "string"
        },
        "manifest": {
            "href": "string",
            "method": "string"
        },
        "service_brokers": {
            "href": "string",
            "method": "string"
        },
        "service_credential_binding": {
            "href": "string",
            "method": "string"
        },
        "service_instances": {
            "href": "string",
            "method": "string"
        },
        "service_route_bindings": {
            "href": "string",
            "method": "string"
        }
    }
}