Get time series data for an Ajax call

get

/serviceapi/apm.dataserver/api/v1/ajaxCalls/{id}/timeSeries

Retrieve the time series data for a known Ajax call ID. For more information see Time Series overview.

Request

Supported Media Types
Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Completed successfully, result may be null. See Status Codes for information about other possible HTTP response status codes.
Body ()
Root Schema : AjaxCallGraphDataArray
Type: object
Information about an Ajax Call Times Series Graph (AjaxCallGraphDataArray)
Show Source
Nested Schema : averageDataFetchTime
Type: array
Show Source
Nested Schema : averageResponseTime
Type: array
Show Source
Nested Schema : bucket
Type: array
Show Source
Nested Schema : completedCount
Type: array
Show Source
Nested Schema : errorPercentage
Type: array
Show Source
Nested Schema : failureCount
Type: array
Show Source
Nested Schema : formattedTime
Type: array
Show Source
Nested Schema : lengthMin
Type: array
Show Source
Nested Schema : linkCollection
Type: array
See Links to Related Resources for more information
Show Source
Nested Schema : maxDataFetchTime
Type: array
Show Source
Nested Schema : maxResponseTime
Type: array
Show Source
Nested Schema : minDataFetchTime
Type: array
Show Source
Nested Schema : minResponseTime
Type: array
Show Source
Nested Schema : TimeRange
Type: object
Show Source
Nested Schema : time
Type: array
Show Source
Nested Schema : ITimeFormatter
Type: object
Nested Schema : totalDataFetchTime
Type: array
Show Source
Nested Schema : totalTime
Type: array
Show Source
Nested Schema : warnings
Type: array
Informational or Error messages
Show Source
Nested Schema : ErrorMessage
Type: object
An error message
Show Source
Back to Top