InfraPublishConfigJobStatus

InfraPublishConfigJobStatus
Infrastructure Service Publish Job Status

Status and results of an asynchronous publish job for an infrastructure service

JSON Example
{
    "job_id": "723e6fb2-4df8-4fe3-a209-0dd1f5e9b636",
    "status": "COMPLETED",
    "service_id": "",
    "service_category_id": "128da6dc-fb11-4a93-b223-2958092d38c5",
    "created_time": 1782848779862,
    "updated_time": 1782848783066,
    "completed_time": 1782848783066,
    "results": [
        {
            "action_type": "HIERARCHY_RULE_CREATE",
            "action_status": "SUCCESS",
            "action_index": 0,
            "status_message": "Rule publish completed"
        }
    ]
}
string
job_id
Required  

Unique identifier of the publish job

status
Required  

Current status of the publish job

Enumeration: RUNNING, COMPLETED, FAILED
string
service_id
Required  

Identifier of the infrastructure service

string
service_category_id
Required  

Identifier of the infrastructure service category

created_time
Required  

Timestamp when the job was created

updated_time
Required  

Timestamp when the job was last updated

completed_time
Optional

Timestamp when the job completed (null if not completed)

results
Optional

List of results for each publish action. Only populated when status is COMPLETED or FAILED.