Job Status Results
The 'results' array in the response contains the resources that were updated, both successfully and unsuccessfully, with each entry representing a job item.
JSON format
Job status results are represented as JSON objects with the following properties:
Name | Type | Read-only | Mandatory | Description |
---|---|---|---|---|
action | string | false | false | The action the job item attempted ("action": "update" ) |
agent_id | integer | false | false | The agent id the job item attempted to update |
completed_at | string | false | false | The time the job item was completed |
error | string | false | false | The error code and description of the failed job item |
status | string | false | false | Whether the action was successful or not. One of the following: "success", "failed" |