{ "uuid": "45ab0055-73c1-45e9-a096-3d1c1ac00b53", "lastMigration": 29, "name": "AWS X-Ray", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "fbb6e952-00b4-4eba-a4e9-98e9f03986c4", "documentation": "Retrieves a list of traces specified by ID. Each trace is a collection of segment documents that originates from a single request. Use GetTraceSummaries to get a list of trace IDs.", "method": "post", "endpoint": "Traces", "responses": [ { "uuid": "1f0c7c76-f191-4a0e-bc02-77ef563406ef", "body": "{\n \"Traces\": [\n {\n \"Id\": \"\",\n \"Duration\": {{faker 'number.float'}},\n \"LimitExceeded\": {{faker 'datatype.boolean'}},\n \"Segments\": [\n {\n \"Id\": \"\",\n \"Document\": \"\"\n }\n ]\n }\n ],\n \"UnprocessedTraceIds\": [\n \"\"\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e4721eb3-3c5d-4c31-aebb-3b4e46531834", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "19ec2f1b-9243-4fa6-9d4b-51cc8dd6db26", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "63811e03-7dd4-470e-ad43-0c81f9206050", "documentation": "Creates a group resource with a name and a filter expression. ", "method": "post", "endpoint": "CreateGroup", "responses": [ { "uuid": "226ea1d8-97d0-4680-b5e5-630e377c319d", "body": "{\n \"Group\": {\n \"GroupName\": \"\",\n \"GroupARN\": \"\",\n \"FilterExpression\": \"\",\n \"InsightsConfiguration\": {\n \"InsightsEnabled\": {{faker 'datatype.boolean'}},\n \"NotificationsEnabled\": {{faker 'datatype.boolean'}}\n }\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ee5250a5-3772-4da2-8753-36f3b853acb6", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6f9d53eb-04b8-4cf2-9400-354e15629a9e", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fde6384b-a7ac-429a-a162-6d923d9d8e64", "documentation": "Creates a rule to control sampling behavior for instrumented applications. Services retrieve rules with GetSamplingRules, and evaluate each rule in ascending order of priority for each request. If a rule matches, the service records a trace, borrowing it from the reservoir size. After 10 seconds, the service reports back to X-Ray with GetSamplingTargets to get updated versions of each in-use rule. The updated rule contains a trace quota that the service can use instead of borrowing from the reservoir.", "method": "post", "endpoint": "CreateSamplingRule", "responses": [ { "uuid": "d8908c67-6df8-4d7c-a881-608ad8bcf19f", "body": "{\n \"SamplingRuleRecord\": {\n \"SamplingRule\": {\n \"RuleName\": \"\",\n \"RuleARN\": \"\",\n \"ResourceARN\": \"\",\n \"Priority\": {{faker 'number.int' max=99999}},\n \"FixedRate\": {{faker 'number.float'}},\n \"ReservoirSize\": {{faker 'number.int' max=99999}},\n \"ServiceName\": \"\",\n \"ServiceType\": \"\",\n \"Host\": \"\",\n \"HTTPMethod\": \"\",\n \"URLPath\": \"\",\n \"Version\": {{faker 'number.int' max=99999}},\n \"Attributes\": {}\n },\n \"CreatedAt\": \"{{faker 'date.recent' 365}}\",\n \"ModifiedAt\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a9d04117-46c6-4f36-828d-4d405f911fad", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6f1440f3-66c8-4032-8112-d010cdebbaea", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e9ce9ac6-2503-41f9-8db2-7a273ab249b0", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "RuleLimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "21ad4151-c598-44e4-8148-8e053ab162f8", "documentation": "Deletes a group resource.", "method": "post", "endpoint": "DeleteGroup", "responses": [ { "uuid": "54806b39-87f1-4ac6-b1ec-45f0f69adc0c", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "47b98538-f857-4bf6-b626-581e0ac7115d", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2e78ba93-b8fe-4352-857d-0d389a8fffaf", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "20256206-177d-4fc0-afec-63212ba947cf", "documentation": "Deletes a sampling rule.", "method": "post", "endpoint": "DeleteSamplingRule", "responses": [ { "uuid": "2afb3553-7cf2-4ac1-9bb2-989f3bd4bd9b", "body": "{\n \"SamplingRuleRecord\": {\n \"SamplingRule\": {\n \"RuleName\": \"\",\n \"RuleARN\": \"\",\n \"ResourceARN\": \"\",\n \"Priority\": {{faker 'number.int' max=99999}},\n \"FixedRate\": {{faker 'number.float'}},\n \"ReservoirSize\": {{faker 'number.int' max=99999}},\n \"ServiceName\": \"\",\n \"ServiceType\": \"\",\n \"Host\": \"\",\n \"HTTPMethod\": \"\",\n \"URLPath\": \"\",\n \"Version\": {{faker 'number.int' max=99999}},\n \"Attributes\": {}\n },\n \"CreatedAt\": \"{{faker 'date.recent' 365}}\",\n \"ModifiedAt\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "35f23661-17ee-4c2d-93fc-1399574912e2", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2af2bd5c-b757-423f-b4cd-a51921e24906", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fbcfd14b-f2e0-4a39-a335-01e978b0ac9f", "documentation": "Retrieves the current encryption configuration for X-Ray data.", "method": "post", "endpoint": "EncryptionConfig", "responses": [ { "uuid": "824980f3-4d9c-401d-a630-d844caa0e25c", "body": "{\n \"EncryptionConfig\": {\n \"KeyId\": \"\",\n \"Status\": \"\",\n \"Type\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1ecd7f90-07f7-4b96-979a-f1c933bae07d", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "30102f3b-032c-44b5-a463-1202b3edfb7c", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cfd05539-9f7c-4025-96cf-1eacd5562f84", "documentation": "Retrieves group resource details.", "method": "post", "endpoint": "GetGroup", "responses": [ { "uuid": "25d0c24e-7e04-4a54-92e0-8642418357db", "body": "{\n \"Group\": {\n \"GroupName\": \"\",\n \"GroupARN\": \"\",\n \"FilterExpression\": \"\",\n \"InsightsConfiguration\": {\n \"InsightsEnabled\": {{faker 'datatype.boolean'}},\n \"NotificationsEnabled\": {{faker 'datatype.boolean'}}\n }\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b1867cb6-7fb2-4b58-8e95-a672a96cbc2c", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4d4cd3b1-3156-4d3b-a3aa-c1ce26727c54", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ec9212b0-6fcf-4c2d-ac55-89c36c61ddc2", "documentation": "Retrieves all active group details.", "method": "post", "endpoint": "Groups", "responses": [ { "uuid": "7b505267-9ced-40ba-8ab8-689f68f348e0", "body": "{\n \"Groups\": [\n {\n \"GroupName\": \"\",\n \"GroupARN\": \"\",\n \"FilterExpression\": \"\",\n \"InsightsConfiguration\": {\n \"InsightsEnabled\": {{faker 'datatype.boolean'}},\n \"NotificationsEnabled\": {{faker 'datatype.boolean'}}\n }\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "00e8ba97-3dbc-4a9e-b636-74455338a707", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6b37f869-079b-4186-b51a-465360535f49", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "98b0214f-09fd-4b3a-85aa-6075021fbd2a", "documentation": "Retrieves the summary information of an insight. This includes impact to clients and root cause services, the top anomalous services, the category, the state of the insight, and the start and end time of the insight.", "method": "post", "endpoint": "Insight", "responses": [ { "uuid": "1d448337-7359-4f95-a9af-d61e296f94c7", "body": "{\n \"Insight\": {\n \"InsightId\": \"\",\n \"GroupARN\": \"\",\n \"GroupName\": \"\",\n \"RootCauseServiceId\": {\n \"Name\": \"\",\n \"Names\": [\n \"\"\n ],\n \"AccountId\": \"\",\n \"Type\": \"\"\n },\n \"Categories\": [\n \"{{oneOf (array 'FAULT')}}\"\n ],\n \"State\": \"\",\n \"StartTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"Summary\": \"\",\n \"ClientRequestImpactStatistics\": {\n \"FaultCount\": {{faker 'number.int' max=99999}},\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"TotalCount\": {{faker 'number.int' max=99999}}\n },\n \"RootCauseServiceRequestImpactStatistics\": {\n \"FaultCount\": {{faker 'number.int' max=99999}},\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"TotalCount\": {{faker 'number.int' max=99999}}\n },\n \"TopAnomalousServices\": [\n {\n \"ServiceId\": {\n \"Name\": \"\",\n \"Names\": [\n \"\"\n ],\n \"AccountId\": \"\",\n \"Type\": \"\"\n }\n }\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4f93f97d-182c-4671-aefd-786152d964e8", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c896927c-ec5b-4d70-82dd-a1a5b0df5a9b", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "be4036b5-54a6-44de-93a6-9e4a68c73039", "documentation": "X-Ray reevaluates insights periodically until they're resolved, and records each intermediate state as an event. You can review an insight's events in the Impact Timeline on the Inspect page in the X-Ray console.", "method": "post", "endpoint": "InsightEvents", "responses": [ { "uuid": "ed2c4041-5117-44e2-8647-c48bc383b2a3", "body": "{\n \"InsightEvents\": [\n {\n \"Summary\": \"\",\n \"EventTime\": \"{{faker 'date.recent' 365}}\",\n \"ClientRequestImpactStatistics\": {\n \"FaultCount\": {{faker 'number.int' max=99999}},\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"TotalCount\": {{faker 'number.int' max=99999}}\n },\n \"RootCauseServiceRequestImpactStatistics\": {\n \"FaultCount\": {{faker 'number.int' max=99999}},\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"TotalCount\": {{faker 'number.int' max=99999}}\n },\n \"TopAnomalousServices\": [\n {\n \"ServiceId\": {\n \"Name\": \"\",\n \"Names\": [\n \"\"\n ],\n \"AccountId\": \"\",\n \"Type\": \"\"\n }\n }\n ]\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "431d0a00-6df5-41bd-96ca-9d634efe25e5", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0e78c33d-b8c8-43c7-90bc-78ad495a7a60", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "93551236-245d-4405-ae33-84d8098e8b59", "documentation": "Retrieves a service graph structure filtered by the specified insight. The service graph is limited to only structural information. For a complete service graph, use this API with the GetServiceGraph API.", "method": "post", "endpoint": "InsightImpactGraph", "responses": [ { "uuid": "f124c7a2-fd27-495f-95f5-f410dbcd6baf", "body": "{\n \"InsightId\": \"\",\n \"StartTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"ServiceGraphStartTime\": \"{{faker 'date.recent' 365}}\",\n \"ServiceGraphEndTime\": \"{{faker 'date.recent' 365}}\",\n \"Services\": [\n {\n \"ReferenceId\": {{faker 'number.int' max=99999}},\n \"Type\": \"\",\n \"Name\": \"\",\n \"Names\": [\n \"\"\n ],\n \"AccountId\": \"\",\n \"Edges\": [\n {\n \"ReferenceId\": {{faker 'number.int' max=99999}}\n }\n ]\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b26e8d3c-e68c-44f4-b3b3-1db1918827a0", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c89d9dda-8413-4114-95e5-2af573b0ef4c", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "595af9d5-8f2d-4d40-81b1-f511cb56965c", "documentation": "Retrieves the summaries of all insights in the specified group matching the provided filter values.", "method": "post", "endpoint": "InsightSummaries", "responses": [ { "uuid": "d6c40802-739b-4011-bcd9-c7fdd1978082", "body": "{\n \"InsightSummaries\": [\n {\n \"InsightId\": \"\",\n \"GroupARN\": \"\",\n \"GroupName\": \"\",\n \"RootCauseServiceId\": {\n \"Name\": \"\",\n \"Names\": [\n \"\"\n ],\n \"AccountId\": \"\",\n \"Type\": \"\"\n },\n \"Categories\": [\n \"{{oneOf (array 'FAULT')}}\"\n ],\n \"State\": \"\",\n \"StartTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"Summary\": \"\",\n \"ClientRequestImpactStatistics\": {\n \"FaultCount\": {{faker 'number.int' max=99999}},\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"TotalCount\": {{faker 'number.int' max=99999}}\n },\n \"RootCauseServiceRequestImpactStatistics\": {\n \"FaultCount\": {{faker 'number.int' max=99999}},\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"TotalCount\": {{faker 'number.int' max=99999}}\n },\n \"TopAnomalousServices\": [\n {\n \"ServiceId\": {\n \"Name\": \"\",\n \"Names\": [\n \"\"\n ],\n \"AccountId\": \"\",\n \"Type\": \"\"\n }\n }\n ],\n \"LastUpdateTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2146832b-13fc-4e54-8632-8d55cb72c15e", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8e7f65bb-b6d6-43a5-b6f1-460c12836c9f", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "199fa125-c0a4-47b2-9eb7-2dd6f5984795", "documentation": "Retrieves all sampling rules.", "method": "post", "endpoint": "GetSamplingRules", "responses": [ { "uuid": "b2d5156f-08b8-4f02-9c26-8e3a8329ca31", "body": "{\n \"SamplingRuleRecords\": [\n {\n \"SamplingRule\": {\n \"RuleName\": \"\",\n \"RuleARN\": \"\",\n \"ResourceARN\": \"\",\n \"Priority\": {{faker 'number.int' max=99999}},\n \"FixedRate\": {{faker 'number.float'}},\n \"ReservoirSize\": {{faker 'number.int' max=99999}},\n \"ServiceName\": \"\",\n \"ServiceType\": \"\",\n \"Host\": \"\",\n \"HTTPMethod\": \"\",\n \"URLPath\": \"\",\n \"Version\": {{faker 'number.int' max=99999}},\n \"Attributes\": {}\n },\n \"CreatedAt\": \"{{faker 'date.recent' 365}}\",\n \"ModifiedAt\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d713c43e-d84b-467c-8fe2-c68d601c11b4", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f79f802f-d036-48f7-ac47-c188cd906bc9", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3f670ee3-caf7-4fdf-9112-731029d3e421", "documentation": "Retrieves information about recent sampling results for all sampling rules.", "method": "post", "endpoint": "SamplingStatisticSummaries", "responses": [ { "uuid": "b3fa1cdd-d1b9-4b5e-a51f-9fe360fd05f7", "body": "{\n \"SamplingStatisticSummaries\": [\n {\n \"RuleName\": \"\",\n \"Timestamp\": \"{{faker 'date.recent' 365}}\",\n \"RequestCount\": {{faker 'number.int' max=99999}},\n \"BorrowCount\": {{faker 'number.int' max=99999}},\n \"SampledCount\": {{faker 'number.int' max=99999}}\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4548ed97-5f5f-43a4-a49f-70e91278e246", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9d5c28aa-1be8-48f3-ba7b-6bc8d1f4491d", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "02ba10fb-23c2-4846-956d-c34ae09b668c", "documentation": "Requests a sampling quota for rules that the service is using to sample requests. ", "method": "post", "endpoint": "SamplingTargets", "responses": [ { "uuid": "3ce2a830-53d1-498f-ad85-336d0641dfd5", "body": "{\n \"SamplingTargetDocuments\": [\n {\n \"RuleName\": \"\",\n \"FixedRate\": {{faker 'number.float'}},\n \"ReservoirQuota\": {{faker 'number.int' max=99999}},\n \"ReservoirQuotaTTL\": \"{{faker 'date.recent' 365}}\",\n \"Interval\": {{faker 'number.int' max=99999}}\n }\n ],\n \"LastRuleModification\": \"{{faker 'date.recent' 365}}\",\n \"UnprocessedStatistics\": [\n {\n \"RuleName\": \"\",\n \"ErrorCode\": \"\",\n \"Message\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0e8e6425-93f6-4c65-96aa-7b038c21fd73", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "90508211-4ed2-44ef-ba63-4cf63edd4c90", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1f33767a-8234-458a-9fae-304dc1d4d2ed", "documentation": "Retrieves a document that describes services that process incoming requests, and downstream services that they call as a result. Root services process incoming requests and make calls to downstream services. Root services are applications that use the Amazon Web Services X-Ray SDK. Downstream services can be other applications, Amazon Web Services resources, HTTP web APIs, or SQL databases.", "method": "post", "endpoint": "ServiceGraph", "responses": [ { "uuid": "fb3a2b00-80b7-4db0-9a96-d08da9a16311", "body": "{\n \"StartTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"Services\": [\n {\n \"ReferenceId\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"Names\": [\n \"\"\n ],\n \"Root\": {{faker 'datatype.boolean'}},\n \"AccountId\": \"\",\n \"Type\": \"\",\n \"State\": \"\",\n \"StartTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"Edges\": [\n {\n \"ReferenceId\": {{faker 'number.int' max=99999}},\n \"StartTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"SummaryStatistics\": {\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"ErrorStatistics\": {\n \"ThrottleCount\": {{faker 'number.int' max=99999}},\n \"OtherCount\": {{faker 'number.int' max=99999}},\n \"TotalCount\": {{faker 'number.int' max=99999}}\n },\n \"FaultStatistics\": {\n \"OtherCount\": {{faker 'number.int' max=99999}},\n \"TotalCount\": {{faker 'number.int' max=99999}}\n },\n \"TotalCount\": {{faker 'number.int' max=99999}},\n \"TotalResponseTime\": {{faker 'number.float'}}\n },\n \"ResponseTimeHistogram\": [\n {\n \"Value\": {{faker 'number.float'}},\n \"Count\": {{faker 'number.int' max=99999}}\n }\n ],\n \"Aliases\": [\n {\n \"Name\": \"\",\n \"Names\": [\n \"\"\n ],\n \"Type\": \"\"\n }\n ]\n }\n ],\n \"SummaryStatistics\": {\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"ErrorStatistics\": {\n \"ThrottleCount\": {{faker 'number.int' max=99999}},\n \"OtherCount\": {{faker 'number.int' max=99999}},\n \"TotalCount\": {{faker 'number.int' max=99999}}\n },\n \"FaultStatistics\": {\n \"OtherCount\": {{faker 'number.int' max=99999}},\n \"TotalCount\": {{faker 'number.int' max=99999}}\n },\n \"TotalCount\": {{faker 'number.int' max=99999}},\n \"TotalResponseTime\": {{faker 'number.float'}}\n },\n \"DurationHistogram\": [\n {\n \"Value\": {{faker 'number.float'}},\n \"Count\": {{faker 'number.int' max=99999}}\n }\n ],\n \"ResponseTimeHistogram\": [\n {\n \"Value\": {{faker 'number.float'}},\n \"Count\": {{faker 'number.int' max=99999}}\n }\n ]\n }\n ],\n \"ContainsOldGroupVersions\": {{faker 'datatype.boolean'}},\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "18518917-ccb8-4ce4-a5f6-e8c7dc87bd7d", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "adf62c43-ed26-4322-a48b-a4a688b0c297", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5ab66ccd-0491-4ebd-baa2-02ad7f277cd8", "documentation": "Get an aggregation of service statistics defined by a specific time range.", "method": "post", "endpoint": "TimeSeriesServiceStatistics", "responses": [ { "uuid": "8fcac9c6-0d87-4d46-83eb-382af77f28c9", "body": "{\n \"TimeSeriesServiceStatistics\": [\n {\n \"Timestamp\": \"{{faker 'date.recent' 365}}\",\n \"EdgeSummaryStatistics\": {\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"ErrorStatistics\": {\n \"ThrottleCount\": {{faker 'number.int' max=99999}},\n \"OtherCount\": {{faker 'number.int' max=99999}},\n \"TotalCount\": {{faker 'number.int' max=99999}}\n },\n \"FaultStatistics\": {\n \"OtherCount\": {{faker 'number.int' max=99999}},\n \"TotalCount\": {{faker 'number.int' max=99999}}\n },\n \"TotalCount\": {{faker 'number.int' max=99999}},\n \"TotalResponseTime\": {{faker 'number.float'}}\n },\n \"ServiceSummaryStatistics\": {\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"ErrorStatistics\": {\n \"ThrottleCount\": {{faker 'number.int' max=99999}},\n \"OtherCount\": {{faker 'number.int' max=99999}},\n \"TotalCount\": {{faker 'number.int' max=99999}}\n },\n \"FaultStatistics\": {\n \"OtherCount\": {{faker 'number.int' max=99999}},\n \"TotalCount\": {{faker 'number.int' max=99999}}\n },\n \"TotalCount\": {{faker 'number.int' max=99999}},\n \"TotalResponseTime\": {{faker 'number.float'}}\n },\n \"ServiceForecastStatistics\": {\n \"FaultCountHigh\": {{faker 'number.int' max=99999}},\n \"FaultCountLow\": {{faker 'number.int' max=99999}}\n },\n \"ResponseTimeHistogram\": [\n {\n \"Value\": {{faker 'number.float'}},\n \"Count\": {{faker 'number.int' max=99999}}\n }\n ]\n }\n ],\n \"ContainsOldGroupVersions\": {{faker 'datatype.boolean'}},\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e23d1527-3f6b-4dd2-8e18-11e2ca49592f", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4b0eb4be-5161-4f0f-91c6-f8f52437a72a", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2063cd3a-3bf1-471b-b82b-9539660607d2", "documentation": "Retrieves a service graph for one or more specific trace IDs.", "method": "post", "endpoint": "TraceGraph", "responses": [ { "uuid": "a25f1d48-9cb5-48b7-b0ed-a88a90fc63f2", "body": "{\n \"Services\": [\n {\n \"ReferenceId\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"Names\": [\n \"\"\n ],\n \"Root\": {{faker 'datatype.boolean'}},\n \"AccountId\": \"\",\n \"Type\": \"\",\n \"State\": \"\",\n \"StartTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"Edges\": [\n {\n \"ReferenceId\": {{faker 'number.int' max=99999}},\n \"StartTime\": \"{{faker 'date.recent' 365}}\",\n \"EndTime\": \"{{faker 'date.recent' 365}}\",\n \"SummaryStatistics\": {\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"ErrorStatistics\": {\n \"ThrottleCount\": {{faker 'number.int' max=99999}},\n \"OtherCount\": {{faker 'number.int' max=99999}},\n \"TotalCount\": {{faker 'number.int' max=99999}}\n },\n \"FaultStatistics\": {\n \"OtherCount\": {{faker 'number.int' max=99999}},\n \"TotalCount\": {{faker 'number.int' max=99999}}\n },\n \"TotalCount\": {{faker 'number.int' max=99999}},\n \"TotalResponseTime\": {{faker 'number.float'}}\n },\n \"ResponseTimeHistogram\": [\n {\n \"Value\": {{faker 'number.float'}},\n \"Count\": {{faker 'number.int' max=99999}}\n }\n ],\n \"Aliases\": [\n {\n \"Name\": \"\",\n \"Names\": [\n \"\"\n ],\n \"Type\": \"\"\n }\n ]\n }\n ],\n \"SummaryStatistics\": {\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"ErrorStatistics\": {\n \"ThrottleCount\": {{faker 'number.int' max=99999}},\n \"OtherCount\": {{faker 'number.int' max=99999}},\n \"TotalCount\": {{faker 'number.int' max=99999}}\n },\n \"FaultStatistics\": {\n \"OtherCount\": {{faker 'number.int' max=99999}},\n \"TotalCount\": {{faker 'number.int' max=99999}}\n },\n \"TotalCount\": {{faker 'number.int' max=99999}},\n \"TotalResponseTime\": {{faker 'number.float'}}\n },\n \"DurationHistogram\": [\n {\n \"Value\": {{faker 'number.float'}},\n \"Count\": {{faker 'number.int' max=99999}}\n }\n ],\n \"ResponseTimeHistogram\": [\n {\n \"Value\": {{faker 'number.float'}},\n \"Count\": {{faker 'number.int' max=99999}}\n }\n ]\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9ae98396-82db-4bd7-9a94-6cb22209a252", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8f99587a-7200-4c85-9359-a30db39a9e7f", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8bf9fb59-2f81-4c73-bfa8-e2724864038b", "documentation": "

Retrieves IDs and annotations for traces available for a specified time frame using an optional filter. To get the full traces, pass the trace IDs to BatchGetTraces.

A filter expression can target traced requests that hit specific service nodes or edges, have errors, or come from a known user. For example, the following filter expression targets traces that pass through api.example.com:

service(\"api.example.com\")

This filter expression finds traces that have an annotation named account with the value 12345:

annotation.account = \"12345\"

For a full list of indexed fields and keywords that you can use in filter expressions, see Using Filter Expressions in the Amazon Web Services X-Ray Developer Guide.

", "method": "post", "endpoint": "TraceSummaries", "responses": [ { "uuid": "5663f665-f6d5-498c-ad90-0beeed0e7667", "body": "{\n \"TraceSummaries\": [\n {\n \"Id\": \"\",\n \"Duration\": {{faker 'number.float'}},\n \"ResponseTime\": {{faker 'number.float'}},\n \"HasFault\": {{faker 'datatype.boolean'}},\n \"HasError\": {{faker 'datatype.boolean'}},\n \"HasThrottle\": {{faker 'datatype.boolean'}},\n \"IsPartial\": {{faker 'datatype.boolean'}},\n \"Http\": {\n \"HttpURL\": \"\",\n \"HttpStatus\": {{faker 'number.int' max=99999}},\n \"HttpMethod\": \"\",\n \"UserAgent\": \"\",\n \"ClientIp\": \"\"\n },\n \"Annotations\": {},\n \"Users\": [\n {\n \"UserName\": \"\",\n \"ServiceIds\": [\n {\n \"Name\": \"\",\n \"Names\": [\n \"\"\n ],\n \"AccountId\": \"\",\n \"Type\": \"\"\n }\n ]\n }\n ],\n \"ServiceIds\": [\n {\n \"Name\": \"\",\n \"Names\": [\n \"\"\n ],\n \"AccountId\": \"\",\n \"Type\": \"\"\n }\n ],\n \"ResourceARNs\": [\n {\n \"ARN\": \"\"\n }\n ],\n \"InstanceIds\": [\n {\n \"Id\": \"\"\n }\n ],\n \"AvailabilityZones\": [\n {\n \"Name\": \"\"\n }\n ],\n \"EntryPoint\": {\n \"Name\": \"\",\n \"Names\": [\n \"\"\n ],\n \"AccountId\": \"\",\n \"Type\": \"\"\n },\n \"FaultRootCauses\": [\n {\n \"Services\": [\n {\n \"Name\": \"\",\n \"Names\": [\n \"\"\n ],\n \"Type\": \"\",\n \"AccountId\": \"\",\n \"EntityPath\": [\n {\n \"Name\": \"\",\n \"Exceptions\": [\n {\n \"Name\": \"\",\n \"Message\": \"\"\n }\n ],\n \"Remote\": {{faker 'datatype.boolean'}}\n }\n ],\n \"Inferred\": {{faker 'datatype.boolean'}}\n }\n ],\n \"ClientImpacting\": {{faker 'datatype.boolean'}}\n }\n ],\n \"ErrorRootCauses\": [\n {\n \"Services\": [\n {\n \"Name\": \"\",\n \"Names\": [\n \"\"\n ],\n \"Type\": \"\",\n \"AccountId\": \"\",\n \"EntityPath\": [\n {\n \"Name\": \"\",\n \"Exceptions\": [\n {\n \"Name\": \"\",\n \"Message\": \"\"\n }\n ],\n \"Remote\": {{faker 'datatype.boolean'}}\n }\n ],\n \"Inferred\": {{faker 'datatype.boolean'}}\n }\n ],\n \"ClientImpacting\": {{faker 'datatype.boolean'}}\n }\n ],\n \"ResponseTimeRootCauses\": [\n {\n \"Services\": [\n {\n \"Name\": \"\",\n \"Names\": [\n \"\"\n ],\n \"Type\": \"\",\n \"AccountId\": \"\",\n \"EntityPath\": [\n {\n \"Name\": \"\",\n \"Coverage\": {{faker 'number.float'}},\n \"Remote\": {{faker 'datatype.boolean'}}\n }\n ],\n \"Inferred\": {{faker 'datatype.boolean'}}\n }\n ],\n \"ClientImpacting\": {{faker 'datatype.boolean'}}\n }\n ],\n \"Revision\": {{faker 'number.int' max=99999}},\n \"MatchedEventTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"ApproximateTime\": \"{{faker 'date.recent' 365}}\",\n \"TracesProcessedCount\": {{faker 'number.int' max=99999}},\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "39a69dbb-d4de-4134-80ef-3282c7743881", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "76aafa76-6eae-494f-b9fd-1bcad8130e78", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "97dc36bd-1208-41c2-b6a7-a148693ffa9f", "documentation": "Returns a list of tags that are applied to the specified Amazon Web Services X-Ray group or sampling rule.", "method": "post", "endpoint": "ListTagsForResource", "responses": [ { "uuid": "e64b064b-21d3-46f1-b34f-e9be3e29bf7d", "body": "{\n \"Tags\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "43e8e5ca-802e-4a69-a926-22cafe49bd64", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d78b9dba-6aa2-498f-a290-8283e6475f02", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "522e0db3-dbaa-4d09-9236-53cb4e3bb34b", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b82a5fdf-65ad-4378-81b6-dd320deca2ce", "documentation": "Updates the encryption configuration for X-Ray data.", "method": "post", "endpoint": "PutEncryptionConfig", "responses": [ { "uuid": "4aed3478-6a5a-4508-bdd0-c981962d9704", "body": "{\n \"EncryptionConfig\": {\n \"KeyId\": \"\",\n \"Status\": \"\",\n \"Type\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "98207d15-52d5-4db3-9e72-6c7fd02589b5", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "722750e8-bbbe-4fd0-8456-45d6ef916328", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "59db8f92-e81c-4327-89d6-2c8185d6500a", "documentation": "Used by the Amazon Web Services X-Ray daemon to upload telemetry.", "method": "post", "endpoint": "TelemetryRecords", "responses": [ { "uuid": "d0e8cfa3-d460-4679-adb8-c524316ddd5b", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1706623e-1dbd-4cf8-8557-6a4e8ab45f8a", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ec07367b-160f-4133-bc7a-44d16cc74187", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e7abed73-dad6-47e4-ab92-3e278b50ded7", "documentation": "

Uploads segment documents to Amazon Web Services X-Ray. The X-Ray SDK generates segment documents and sends them to the X-Ray daemon, which uploads them in batches. A segment document can be a completed segment, an in-progress segment, or an array of subsegments.

Segments must include the following fields. For the full segment document schema, see Amazon Web Services X-Ray Segment Documents in the Amazon Web Services X-Ray Developer Guide.

Required segment document fields

A trace_id consists of three numbers separated by hyphens. For example, 1-58406520-a006649127e371903a2de979. This includes:

Trace ID Format

", "method": "post", "endpoint": "TraceSegments", "responses": [ { "uuid": "b46e4669-49a6-4c6b-8a87-b24c3c1b2cd7", "body": "{\n \"UnprocessedTraceSegments\": [\n {\n \"Id\": \"\",\n \"ErrorCode\": \"\",\n \"Message\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "43938aba-4068-47d4-b6f9-60d202e0070d", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9c6de024-b33c-4682-8c32-7a36a366b235", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b4a191aa-2359-4bd8-8e59-dbb024c416ee", "documentation": "Applies tags to an existing Amazon Web Services X-Ray group or sampling rule.", "method": "post", "endpoint": "TagResource", "responses": [ { "uuid": "c2b12fb9-4bdb-4bcb-8d4a-4221b6531c4a", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "859cd93b-89c0-468a-908d-6e2092aafd27", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "65cfe794-c6f9-421d-86ed-1f440cfbca4f", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9e75df75-bf49-4505-bbb1-f4510f5fe3f8", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "252c32a6-13c6-42ef-8fee-964f70986c10", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "TooManyTagsException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "082d4fef-666d-4da6-99a4-1e7efed59235", "documentation": "Removes tags from an Amazon Web Services X-Ray group or sampling rule. You cannot edit or delete system tags (those with an aws: prefix).", "method": "post", "endpoint": "UntagResource", "responses": [ { "uuid": "75a8ccd7-1ce4-4597-8735-133e93f99e62", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4cdfd012-882a-4049-91ec-61c313bc9e30", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a8240b29-56ce-4249-beb1-826d242dbd2a", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c68c09a3-512b-4d30-9464-a9f041aaa665", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bc1477f8-7ce6-4747-b6ea-8d32306d558a", "documentation": "Updates a group resource.", "method": "post", "endpoint": "UpdateGroup", "responses": [ { "uuid": "2fcc5721-f455-4b17-9b7a-e341bb73596f", "body": "{\n \"Group\": {\n \"GroupName\": \"\",\n \"GroupARN\": \"\",\n \"FilterExpression\": \"\",\n \"InsightsConfiguration\": {\n \"InsightsEnabled\": {{faker 'datatype.boolean'}},\n \"NotificationsEnabled\": {{faker 'datatype.boolean'}}\n }\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "eef7c5d4-dedb-4e5e-bc79-bfc0a83c7403", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "04909c2a-9333-46e8-95c6-b529bc009cb7", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9f4a33e5-d1cf-4a58-ad71-6a4f4e6890ac", "documentation": "Modifies a sampling rule's configuration.", "method": "post", "endpoint": "UpdateSamplingRule", "responses": [ { "uuid": "29035ba2-d1ae-4a91-9126-de596976dbad", "body": "{\n \"SamplingRuleRecord\": {\n \"SamplingRule\": {\n \"RuleName\": \"\",\n \"RuleARN\": \"\",\n \"ResourceARN\": \"\",\n \"Priority\": {{faker 'number.int' max=99999}},\n \"FixedRate\": {{faker 'number.float'}},\n \"ReservoirSize\": {{faker 'number.int' max=99999}},\n \"ServiceName\": \"\",\n \"ServiceType\": \"\",\n \"Host\": \"\",\n \"HTTPMethod\": \"\",\n \"URLPath\": \"\",\n \"Version\": {{faker 'number.int' max=99999}},\n \"Attributes\": {}\n },\n \"CreatedAt\": \"{{faker 'date.recent' 365}}\",\n \"ModifiedAt\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "92af90ef-cb80-4ffb-b021-d6f181f943f8", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ac8e0184-f49a-41ad-a41f-6febd1783f2e", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottledException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "fbb6e952-00b4-4eba-a4e9-98e9f03986c4" }, { "type": "route", "uuid": "63811e03-7dd4-470e-ad43-0c81f9206050" }, { "type": "route", "uuid": "fde6384b-a7ac-429a-a162-6d923d9d8e64" }, { "type": "route", "uuid": "21ad4151-c598-44e4-8148-8e053ab162f8" }, { "type": "route", "uuid": "20256206-177d-4fc0-afec-63212ba947cf" }, { "type": "route", "uuid": "fbcfd14b-f2e0-4a39-a335-01e978b0ac9f" }, { "type": "route", "uuid": "cfd05539-9f7c-4025-96cf-1eacd5562f84" }, { "type": "route", "uuid": "ec9212b0-6fcf-4c2d-ac55-89c36c61ddc2" }, { "type": "route", "uuid": "98b0214f-09fd-4b3a-85aa-6075021fbd2a" }, { "type": "route", "uuid": "be4036b5-54a6-44de-93a6-9e4a68c73039" }, { "type": "route", "uuid": "93551236-245d-4405-ae33-84d8098e8b59" }, { "type": "route", "uuid": "595af9d5-8f2d-4d40-81b1-f511cb56965c" }, { "type": "route", "uuid": "199fa125-c0a4-47b2-9eb7-2dd6f5984795" }, { "type": "route", "uuid": "3f670ee3-caf7-4fdf-9112-731029d3e421" }, { "type": "route", "uuid": "02ba10fb-23c2-4846-956d-c34ae09b668c" }, { "type": "route", "uuid": "1f33767a-8234-458a-9fae-304dc1d4d2ed" }, { "type": "route", "uuid": "5ab66ccd-0491-4ebd-baa2-02ad7f277cd8" }, { "type": "route", "uuid": "2063cd3a-3bf1-471b-b82b-9539660607d2" }, { "type": "route", "uuid": "8bf9fb59-2f81-4c73-bfa8-e2724864038b" }, { "type": "route", "uuid": "97dc36bd-1208-41c2-b6a7-a148693ffa9f" }, { "type": "route", "uuid": "b82a5fdf-65ad-4378-81b6-dd320deca2ce" }, { "type": "route", "uuid": "59db8f92-e81c-4327-89d6-2c8185d6500a" }, { "type": "route", "uuid": "e7abed73-dad6-47e4-ab92-3e278b50ded7" }, { "type": "route", "uuid": "b4a191aa-2359-4bd8-8e59-dbb024c416ee" }, { "type": "route", "uuid": "082d4fef-666d-4da6-99a4-1e7efed59235" }, { "type": "route", "uuid": "bc1477f8-7ce6-4747-b6ea-8d32306d558a" }, { "type": "route", "uuid": "9f4a33e5-d1cf-4a58-ad71-6a4f4e6890ac" } ] }