Create performance job history

post/performanceTasks/@defaultTask/performanceJobs
Internal-Use Only

Creates the performance job history.

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}

Request Body

The definition of the performance job.

Contains information about the performance job.

NameTypeRequiredDescription
code
string
false

The performance job SAS code.

createdBy
string
false

The user who created the job.

creationTimeStamp
string<date-time>
false

The timestamp for when the job was created, in the format of YYYY-MM-DDThh:mm:ss.sssZ.

modifiedBy
string
false

The user who most recently modified the job.

modifiedTimeStamp
string<date-time>
false

The timestamp for when the job was last modified, in the format of YYYY-MM-DDThh:mm:ss.sssZ.

state
string
false

The performance job state (running | completed | completedWithWarnings | completedWithErrors ).

jobReqId
string
false

The identifier for a job request.

Responses

StatusMeaningDescription
201CreatedThe performance job was created.HeadersSchema
400Bad RequestThe request was invalid.Schema