Amazon X-Ray · Schema
InsightImpactGraphService
Information about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used.
Application PerformanceDebuggingDistributed TracingMonitoringObservability
Properties
| Name | Type | Description |
|---|---|---|
| ReferenceId | object | |
| Type | object | |
| Name | object | |
| Names | object | |
| AccountId | object | |
| Edges | object |
JSON Schema
{
"type": "object",
"properties": {
"ReferenceId": {
"allOf": [
{
"$ref": "#/components/schemas/NullableInteger"
},
{
"description": "Identifier for the service. Unique within the service map."
}
]
},
"Type": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "<p>Identifier for the service. Unique within the service map.</p> <ul> <li> <p>Amazon Web Services Resource - The type of an Amazon Web Services resource. For example, AWS::EC2::Instance for an application running on Amazon EC2 or AWS::DynamoDB::Table for an Amazon DynamoDB table that the application used. </p> </li> <li> <p>Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table. </p> </li> <li> <p>Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table. </p> </li> <li> <p>remote - A downstream service of indeterminate type.</p> </li> </ul>"
}
]
},
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The canonical name of the service."
}
]
},
"Names": {
"allOf": [
{
"$ref": "#/components/schemas/ServiceNames"
},
{
"description": "A list of names for the service, including the canonical name."
}
]
},
"AccountId": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "Identifier of the Amazon Web Services account in which the service runs."
}
]
},
"Edges": {
"allOf": [
{
"$ref": "#/components/schemas/InsightImpactGraphEdgeList"
},
{
"description": "Connections to downstream services."
}
]
}
},
"description": "Information about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used. ",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "InsightImpactGraphService",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-insight-impact-graph-service-schema.json"
}