Get a performance task definition

get/performanceTasks/{taskId}
Internal-Use Only

Returns the performance task definition.

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
taskId
string
true

Identifier of the task.

Query Parameters

NameTypeRequiredDescription
limit
integer<int32>
false

The maximum number of performance tasks to return.

Default:
10
start
integer<int64>
false

The index of the first performance task to return.

Default:
0

Responses

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