Get time series data for an application server

get

/serviceapi/apm.dataserver/api/v1/appservers/{appserverId}/timeSeries

Retrieve the time series data for a known application server ID. For more information see Time Series 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. 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.
  • 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 : AppServerGraphDataArray
Type: object
Information about an App Server Time Series Graph (AppServerGraphDataArray)
Show Source
Nested Schema : avgGarbageCollectionCount
Type: array
Show Source
Nested Schema : avgGarbageCollectionGen1Count
Type: array
Show Source
Nested Schema : avgGarbageCollectionGen1Time
Type: array
Show Source
Nested Schema : avgGarbageCollectionGen2Count
Type: array
Show Source
Nested Schema : avgGarbageCollectionGen2Time
Type: array
Show Source
Nested Schema : avgGarbageCollectionGen3Count
Type: array
Show Source
Nested Schema : avgGarbageCollectionGen3Time
Type: array
Show Source
Nested Schema : avgGarbageCollectionTime
Type: array
Show Source
Nested Schema : avgHeapCommitted
Type: array
Show Source
Nested Schema : avgHeapUsed
Type: array
Show Source
Nested Schema : avgNonHeapCommitted
Type: array
Show Source
Nested Schema : avgNonHeapUsed
Type: array
Show Source
Nested Schema : bucket
Type: array
Show Source
Nested Schema : cpuPct
Type: array
Show Source
Nested Schema : formattedTime
Type: array
Show Source
Nested Schema : garbageCollectionGen1Pct
Type: array
Show Source
Nested Schema : garbageCollectionGen2Pct
Type: array
Show Source
Nested Schema : garbageCollectionGen3Pct
Type: array
Show Source
Nested Schema : garbageCollectionPct
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 : maxGarbageCollectionCount
Type: array
Show Source
Nested Schema : maxGarbageCollectionGen1Count
Type: array
Show Source
Nested Schema : maxGarbageCollectionGen1Pct
Type: array
Show Source
Nested Schema : maxGarbageCollectionGen1Time
Type: array
Show Source
Nested Schema : maxGarbageCollectionGen2Count
Type: array
Show Source
Nested Schema : maxGarbageCollectionGen2Pct
Type: array
Show Source
Nested Schema : maxGarbageCollectionGen2Time
Type: array
Show Source
Nested Schema : maxGarbageCollectionGen3Count
Type: array
Show Source
Nested Schema : maxGarbageCollectionGen3Pct
Type: array
Show Source
Nested Schema : maxGarbageCollectionGen3Time
Type: array
Show Source
Nested Schema : maxGarbageCollectionPct
Type: array
Show Source
Nested Schema : maxGarbageCollectionTime
Type: array
Show Source
Nested Schema : maxHeapCommitted
Type: array
Show Source
Nested Schema : maxHeapMax
Type: array
Show Source
Nested Schema : maxHeapUsed
Type: array
Show Source
Nested Schema : maxNonHeapCommitted
Type: array
Show Source
Nested Schema : maxNonHeapMax
Type: array
Show Source
Nested Schema : maxNonHeapUsed
Type: array
Show Source
Nested Schema : minGarbageCollectionCount
Type: array
Show Source
Nested Schema : minGarbageCollectionGen1Count
Type: array
Show Source
Nested Schema : minGarbageCollectionGen1Pct
Type: array
Show Source
Nested Schema : minGarbageCollectionGen1Time
Type: array
Show Source
Nested Schema : minGarbageCollectionGen2Count
Type: array
Show Source
Nested Schema : minGarbageCollectionGen2Pct
Type: array
Show Source
Nested Schema : minGarbageCollectionGen2Time
Type: array
Show Source
Nested Schema : minGarbageCollectionGen3Count
Type: array
Show Source
Nested Schema : minGarbageCollectionGen3Pct
Type: array
Show Source
Nested Schema : minGarbageCollectionGen3Time
Type: array
Show Source
Nested Schema : minGarbageCollectionPct
Type: array
Show Source
Nested Schema : minGarbageCollectionTime
Type: array
Show Source
Nested Schema : minHeapCommitted
Type: array
Show Source
Nested Schema : minHeapInit
Type: array
Show Source
Nested Schema : minHeapUsed
Type: array
Show Source
Nested Schema : minNonHeapCommitted
Type: array
Show Source
Nested Schema : minNonHeapInit
Type: array
Show Source
Nested Schema : minNonHeapUsed
Type: array
Show Source
Nested Schema : peakNonHeapCommittedOfMaxPct
Type: array
Show Source
Nested Schema : peakNonHeapUsedOfMaxPct
Type: array
Show Source
Nested Schema : peakUsedOfCommittedPct
Type: array
Show Source
Nested Schema : peakUsedOfMaxPct
Type: array
Show Source
Nested Schema : TimeRange
Type: object
Show Source
Nested Schema : samplesInPeriod
Type: array
Show Source
Nested Schema : time
Type: array
Show Source
Nested Schema : ITimeFormatter
Type: object
Nested Schema : totalCpuTime
Type: array
Show Source
Nested Schema : totalGarbageCollectionCount
Type: array
Show Source
Nested Schema : totalGarbageCollectionGen1Count
Type: array
Show Source
Nested Schema : totalGarbageCollectionGen1Time
Type: array
Show Source
Nested Schema : totalGarbageCollectionGen2Count
Type: array
Show Source
Nested Schema : totalGarbageCollectionGen2Time
Type: array
Show Source
Nested Schema : totalGarbageCollectionGen3Count
Type: array
Show Source
Nested Schema : totalGarbageCollectionGen3Time
Type: array
Show Source
Nested Schema : totalGarbageCollectionTime
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