| { | |
| "status": "has_anomalies", | |
| "alert_count": 2, | |
| "alerts": [ | |
| { | |
| "request_method": "GET", | |
| "business_action": "Get assurance types", | |
| "entry_service": "ts-assurance-service", | |
| "url": "/api/v1/assuranceservice/assurances/types", | |
| "occurrences": 11, | |
| "raw_error": "HTTPError('503 Server Error: Service Unavailable')" | |
| }, | |
| { | |
| "request_method": "POST", | |
| "business_action": "Process payment", | |
| "entry_service": "ts-inside-payment-service", | |
| "url": "/api/v1/inside_pay_service/inside_payment", | |
| "occurrences": 5, | |
| "raw_error": "HTTPError('500 Server Error: Internal Server Error')" | |
| } | |
| ] | |
| } | |