JobResult

JobResult
Job Result

The security service task results.

JSON Example
{
    "id": 0,
    "display_name": "string",
    "details": "string",
    "start_time": 0,
    "end_time": 0,
    "state": "string"
}
integer
id
Optional

The ID of the job.

string
display_name
Optional

The name of the job.

string
details
Optional

Additional information about the job.

start_time
Optional

Timestamp in milliseconds since epoch.

end_time
Optional

Timestamp in milliseconds since epoch.

string
state
Optional

The current status of the job.

Enumeration: UNKNOWN, NOT_STARTED, QUEUED, RUNNING, STOPPING, STOPPED, FAILED, ROLLBACK_QUEUED, ROLLBACK_RUNNING, ROLLBACK_STOPPING, ROLLBACK_STOPPED, ROLLBACK_FAILED, ROLLBACK_COMPLETED, ABORTED, COMPLETED_WITH_WARNING, COMPLETED
Property Of