Get Application rollup summary for EUM , on a given application Name

get

/serviceapi/apm.dataserver/api/v1/applications/summary/{applicationName}/eumSummary

Retrieve the application rollup summary for EUM on a given application name

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. The default time series aggregation period is 60 minutes. Each bucket in the returned time series data represents the number of minutes in the aggregation period. See Time Series for more details.
  • Includes time series data if set to true
  • 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 : EntitySummaryModel
Type: object
REST API response holder class
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 : EntityGraphDataArray
Type: object
Information about a Server Time Series Graph (EntityGraphDataArray)
Show Source
Nested Schema : warnings
Type: array
Informational or Error messages
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 : maxResponseTime
Type: array
Show Source
Nested Schema : minResponseTime
Type: array
Show Source
Nested Schema : satisfiedCount
Type: array
Show Source
Nested Schema : time
Type: array
Show Source
Nested Schema : ITimeFormatter
Type: object
Nested Schema : toleratingCount
Type: array
Show Source
Nested Schema : totalTime
Type: array
Show Source
Nested Schema : volumeRate
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