Amazon X-Ray · JSON Structure

Xray Get Group Request Structure

GetGroupRequest schema from Amazon X-Ray API

Type: object Properties: 2
Application PerformanceDebuggingDistributed TracingMonitoringObservability

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

Properties

GroupName GroupARN

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "GetGroupRequest",
  "properties": {
    "GroupName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GroupName"
        },
        {
          "description": "The case-sensitive name of the group."
        }
      ]
    },
    "GroupARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GroupARN"
        },
        {
          "description": "The ARN of the group that was generated on creation."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-get-group-request-structure.json",
  "description": "GetGroupRequest schema from Amazon X-Ray API"
}