Get the performance report data

get/performanceTasks/{taskId}/performanceReportData
Internal-Use Only

Retrieves the performance monitoring report data associated with the specified task ID.

Request Samples

1

Response Samples

1{
2 "name": "string",
3 "start": 0,
4 "limit": 0,
5 "count": 0,
6 "accept": "string",
7 "links": [
8 {
9 "method": "string",
10 "rel": "string",
11 "uri": "string",
12 "href": "string",
13 "title": "string",
14 "type": "string",
15 "itemType": "string",
16 "responseType": "string",
17 "responseItemType": "string"
18 }
19 ],
20 "version": 0,
21 "items": []
22}

Path Parameters

NameTypeRequiredDescription
taskId
string
true

The identifier of the performance task.

Header Parameters

NameTypeRequiredDescription
Accept-Item
string
true

The desired performance report data representation.

Allowed values:
application/vnd.sas.models.performance.task.report.data.lift+jsonapplication/vnd.sas.models.performance.task.report.data.variable.summary+jsonapplication/vnd.sas.models.performance.task.report.data.variable.deviation+jsonapplication/vnd.sas.models.performance.task.report.data.roc+jsonapplication/vnd.sas.models.performance.task.report.data.ks.cumulative+jsonapplication/vnd.sas.models.performance.task.report.data.ks.statistic+jsonapplication/vnd.sas.models.performance.task.report.data.mse+json

Responses

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