Amazon X-Ray · Schema

GetGroupsResult

GetGroupsResult schema from Amazon X-Ray API

Application PerformanceDebuggingDistributed TracingMonitoringObservability

Properties

Name Type Description
Groups object
NextToken object
View JSON Schema on GitHub

JSON Schema

xray-get-groups-result-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Groups": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GroupSummaryList"
        },
        {
          "description": "The collection of all active groups."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Pagination token."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetGroupsResult",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-get-groups-result-schema.json",
  "description": "GetGroupsResult schema from Amazon X-Ray API"
}