Get the state of a performance job

get/performanceTasks/{taskId}/performanceJobs/{jobId}/state
Internal-Use Only

Returns the state of the specified performance job.

Request Samples

1

Response Samples

1{
2 "code": "string",
3 "createdBy": "string",
4 "creationTimeStamp": "2019-08-24T14:15:22Z",
5 "modifiedBy": "string",
6 "modifiedTimeStamp": "2019-08-24T14:15:22Z",
7 "state": "string",
8 "jobReqId": "string"
9}

Path Parameters

NameTypeRequiredDescription
jobId
string
true

The identifier of the performance job.

taskId
string
true

The identifier of the task.

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema
404Not FoundNo performance job exists at the requested path.Schema