AWS X-Ray · JSON Structure

X Ray Getservicegraphresult Structure

Type: object Properties: 0
DebuggingDistributed TracingMicroservicesObservability

X Ray Getservicegraphresult Structure is a JSON Structure definition published by AWS X-Ray. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "title": "GetServiceGraphResult",
  "type": "object",
  "fields": [
    {
      "name": "StartTime",
      "type": "datetime"
    },
    {
      "name": "EndTime",
      "type": "datetime"
    },
    {
      "name": "Services",
      "type": "array"
    },
    {
      "name": "ContainsOldGroupVersions",
      "type": "boolean"
    },
    {
      "name": "NextToken",
      "type": "string"
    }
  ]
}