Get Performance Data Details for a Grid Display

get

/api/metric/PerformanceData/readDetails

Gets performance data details for a grid display. You can specify either of the following combinations:
  • MetricID, DeviceID, and ZoneID
  • DeviceName, DeviceZoneName, MetricType, and Instance
If you specify both, the names take precedence.

Request

Query Parameters
  • The single character used to separate names in string values of the DeviceName, Instance, MetricType, and DeviceZoneName parameters.
  • Match All
    • Device ID (or multiple, comma-separated Device IDs)
      Example: 40
  • Match All
    • Device Name (or multiple, comma-separated Device Names)
      Example: router.example.com
  • The ID of the device zone to get performance data for.
    Example:
    1
  • The name of the device zone to get performance data for.
    Example:
    Default First Zone
  • Match All
    • Metric Instance Name (or multiple, comma-separated Metric Instance Names)
      Example: Device
  • Match All
    • Metric ID (or multiple, comma-separated Metric IDs)
      Example: 154
  • Match All
    • Metric Type Name (or multiple, comma-separated Metric Type Names)
      Example: Latency
  • Match All
    • Show all Metrics in Metric Type Group based on single MetricID
      Example: 1
  • 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
  • The number of records to limit results by.
    Example:
    100
  • The page of results to start from.
    Default Value: 0
    Example:
    1

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
  • data
    The data contents are dynamic based on the data to be gathered. It will always contain Time and EpochTime. Every other column will depend on the data. The values are the string "Value_" concatenated with the metric ID.
  • metaData
    A description of the data.
  • The total number of results regardless of paging.
    Example: 1
Nested Schema : data
Type: array
The data contents are dynamic based on the data to be gathered. It will always contain Time and EpochTime. Every other column will depend on the data. The values are the string "Value_" concatenated with the metric ID.
Show Source
Nested Schema : metaData
Type: array
A description of the data.
Show Source
Nested Schema : metricPerformanceDataReadDetails
Type: object
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : columns
Type: array
A description of the columns the data should be displayed in.
Show Source
Nested Schema : fields
Type: array
The data index to link data to the columns.
Show Source
Nested Schema : items
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