Get all performance data

get

/api/metric/PerformanceData

Series are identified by passing: - DeviceName - Measurement or MetricType - Instance (e.g. Recommended: `DeviceName=router.example.com&Measurement=metrictype_Latency&Instance=Device`) (e.g. SOA apps only: `DeviceName=router.example.com&MetricType=Latency&Instance=Device`) ___DEPRECATED___ - Series are identified by passing: - DeviceID - MetricID (e.g. `DeviceID=1&MetricID=1`) Time ranges are identified by passing: - TimeRange (start and end separated by `..`) Examples: - Last 2 days `now-2d..now` - Last 7 days `now-7d..now` - Last 30 days `now-30d..now` - Last 90 days `now-90d..now` - Last 6 months `now-6M..now` - Last 1 year `now-1y..now` - Last 2 years `now-2y..now` - Last 5 years `now-5y..now` - Yesterday `now-1d/d..now-1d/d` - Day before yesterday `now-2d/d..now-2d/d` - This day last week `now-7d/d..now-7d/d` - Previous week `now-1w/w..now-1w/w` - Previous month `now-1M/M..now-1M/M` - Previous year `now-1y/y..now-1y/y` - Today `now/d..now/d` - Today so far `now/d..now` - This week `now/w..now/w` - This week so far `now/w..now` - This month `now/M..now/M` - This month so far `now/M..now` - This year `now/y..now/y` - This year so far `now/y..now` - Last 5 minutes `now-5m..now` - Last 15 minutes `now-15m..now` - Last 30 minutes `now-30m..now` - Last 1 hours `now-1h..now` - Last 3 hours `now-3h..now` - Last 6 hours `now-6h..now` - Last 12 hours `now-12h..now` - Last 24 hours `now-24h..now` - Absolute `2020-01-01 00:00:00..2020-01-01 12:00:00` ___DEPRECATED___ - Time ranges are identified by passing: - StartTime - StopTime (e.g. `StartTime=1234567000&StopTime=1234567300`) The level of aggregation for values is determined by the time range and will automatically pick the best database retention policy (rp).

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : data
Type: array
Record(s)
Show Source
Nested Schema : metricPerformanceDataRead
Type: object
Show Source
Nested Schema : AbnormalConfidence
Type: array
Abnormal confidence band points with each point containing the epoch time in milliseconds, lower value as float, and upper value as float (e.g. `[1234567890000, 0.0, 2000.00]`)
Show Source
Nested Schema : AbnormalPoints
Type: array
Abnormal data points with each point containing the epoch time in milliseconds and value as float (e.g. `[1234567890000, 1000.00]`)
Show Source
Nested Schema : NavigatorPoints
Type: array
Navigator points (full history at lowest granularity) with each point containing the epoch time in milliseconds and value as float (e.g. `[1234567890000, 1000.00]`)
Show Source
Nested Schema : Points
Type: array
Data points with each point containing the epoch time in milliseconds and value as float (e.g. `[1234567890000, 1000.00]`)
Show Source
Nested Schema : Threshold
Type: array
Array of threshold definitions
Show Source
Nested Schema : TrendPoints
Type: array
Trend data points with each point containing the epoch time in milliseconds and value as float (e.g. `[1234567890000, 1000.00]`)
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: object
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: object
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: object
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: object
Nested Schema : items
Type: object
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: object

Default Response

Failed operation
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : errors
Type: array
List of errors reported. Validation errors will be keyed by record field.
Show Source
Nested Schema : items
Type: object
Back to Top