Get baseline and anomaly data for a page

get

/serviceapi/apm.dataserver/api/v1/pages/{id}/baselines

Retrieve the baseline and anomaly data for a known page ID. For more information see Baselines and Anomalies overview.

Request

Supported Media Types
Path Parameters
Query Parameters
  • Aggregation period applied to time range between the since and until parameters. This parameter's value is in 1-minute units. Each bucket in the returned baseline and anomaly data represents the number of minutes in the aggregation period. See Baselines and Anomalies for more details.
  • Comma-separated list used to identify the metric attributes for which baseline measurements and anomalies are being retrieved. Valid attributes can be found by using Get resource metadata with metadataType = Baselines and metadataQuery resource = /pages
  • Comma-separated list of informational settings used during baselines processing. Valid values are analytics, settings and timings.
  • Retrieve results from start of time period, format yyyy-MM-dd'T'HH:mm:ss.SSS'Z' (e.g. 2015-11-23T22:11:05.000Z). For more information see Since and Until Time Range.
  • Retrieve results until end of time period, format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'
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 : PageBaselinesData
Type: object
Baselines metric data for a Page (PageBaselinesData)
Show Source
Nested Schema : BaselinesAttributeData
Type: object
Baselines data for a specific attribute (BaselinesAttributeData)
Show Source
Nested Schema : linkCollection
Type: array
See Links to Related Resources for more information
Show Source
Nested Schema : TimeRange
Type: object
Show Source
Nested Schema : graphDataAsArray
Type: object
Information about a Time Series Graph (GraphDataArray)
Show Source
Nested Schema : warnings
Type: array
Informational or Error messages
Show Source
Nested Schema : Analytics
Type: object
Show Source
Nested Schema : anomalyHighCount
Type: array
Show Source
Nested Schema : anomalyLowCount
Type: array
Show Source
Nested Schema : baselinesHigh
Type: array
Show Source
Nested Schema : baselinesLow
Type: array
Show Source
Nested Schema : input
Type: object
Nested Schema : output
Type: object
Nested Schema : averageResponseTime
Type: array
Show Source
Nested Schema : bucket
Type: array
Show Source
Nested Schema : completedCount
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 : maxResponseTime
Type: array
Show Source
Nested Schema : minResponseTime
Type: array
Show Source
Nested Schema : time
Type: array
Show Source
Nested Schema : ITimeFormatter
Type: object
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