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
array of
InfraPublishActionResult
results
Optional
List of results for each publish action. Only populated when status is COMPLETED or FAILED.