Amazon X-Ray · Schema

CreateGroupResult

CreateGroupResult schema from Amazon X-Ray API

Application PerformanceDebuggingDistributed TracingMonitoringObservability

Properties

Name Type Description
Group object
View JSON Schema on GitHub

JSON Schema

xray-create-group-result-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Group": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Group"
        },
        {
          "description": "The group that was created. Contains the name of the group that was created, the Amazon Resource Name (ARN) of the group that was generated based on the group name, the filter expression, and the insight configuration that was assigned to the group."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateGroupResult",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-create-group-result-schema.json",
  "description": "CreateGroupResult schema from Amazon X-Ray API"
}