Get a performance job log

get/performanceTasks/{taskId}/performanceJobs/{jobId}/log

Returns the execution log for a 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
200OK

The request succeeded.

Schema
404Not Found

No performance job exists at the requested path.

Schema