Get the performance result data for plot
get/performanceTasks/{taskId}/resultPlotData
Retrieves the performance monitoring result data associated with the specified task ID.
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}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Schema | |
400 | Bad Request | No performance result data source associated with the plot type. | Schema | |
404 | Not Found | No performance task exists at the requested path. | Schema |