Get Summary Performance Information

get

/api/metric/PerformanceData/readSummary

Gets summary, or legend, performance information. You can specify either of the following combinations:
  • MetricID and DeviceID
  • DeviceName, DeviceZoneName, MetricType, and InstanceName
If you specify both, the IDs takes precedence.

Request

Query Parameters
  • Device ID (or multiple, comma-separated Device IDs)
    Match All
    • Device ID (or multiple, comma-separated Device IDs)
      Example: 40
  • The name of the device to get performance information for.
  • The name of the device zone to get performance information for.
  • The name of the metric instance to get performance information for.
  • Metric ID (or multiple, comma-separated Metric IDs)
    Match All
    • Metric ID (or multiple, comma-separated Metric IDs)
      Example: 154
  • The name of the metric type to get performance information for.
  • StartTime in epoch time seconds
    Match All
    • StartTime in epoch time seconds
      Example: now
  • StopTime in epoch time seconds
    Match All
    • StopTime in epoch time seconds
      Example: now
  • Shorthand string that encompasses the start and end times in RFC3339 format or relative time literal format. It will take precedence over StartTime if both are passed in.
    Match All
    • Shorthand string that encompasses the start and end times in RFC3339 format or relative time literal format. It will take precedence over StartTime if both are passed in.
      Example: now-24h..now

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : schema
Match All
Show Source
Nested Schema : SuccessfulGetOperation
Type: object
Show Source
Nested Schema : type
Type: object
Show Source
Nested Schema : data
Type: array
The performance data summary that matches the query parameters.
Show Source
Nested Schema : metricPerformanceDataReadSummary
Type: object
Show Source

Default Response

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