Amazon Connect · JSON Structure

Get Current Metric Data Response Structure

GetCurrentMetricDataResponse schema from Amazon Connect Service API

Type: object Properties: 3
ChatContact CenterCustomer ServiceVoiceAIOmnichannel

GetCurrentMetricDataResponse is a JSON Structure definition published by Amazon Connect, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

NextToken MetricResults DataSnapshotTime

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-connect/refs/heads/main/json-structure/get-current-metric-data-response-structure.json",
  "name": "GetCurrentMetricDataResponse",
  "description": "GetCurrentMetricDataResponse schema from Amazon Connect Service API",
  "type": "object",
  "properties": {
    "NextToken": {
      "type": "string"
    },
    "MetricResults": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "Dimensions": {
            "type": "object"
          },
          "Collections": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "Metric": {
                  "type": "object"
                },
                "Value": {
                  "type": "double"
                }
              }
            }
          }
        }
      }
    },
    "DataSnapshotTime": {
      "type": "datetime"
    }
  }
}