| { |
| "status": "has_anomalies", |
| "alert_count": 4, |
| "alerts": [ |
| { |
| "request_method": "GET", |
| "business_action": "Get contacts", |
| "entry_service": "ts-contacts-service", |
| "url": "/api/v1/contactservice/contacts/account/{userId}", |
| "occurrences": 20, |
| "raw_error": "HTTPError('503 Server Error: Service Unavailable')" |
| }, |
| { |
| "request_method": "POST", |
| "business_action": "Create contact", |
| "entry_service": "ts-contacts-service", |
| "url": "/api/v1/contactservice/contacts", |
| "occurrences": 20, |
| "raw_error": "HTTPError('503 Server Error: Service Unavailable')" |
| }, |
| { |
| "request_method": "POST", |
| "business_action": "Create ticket order", |
| "entry_service": "ts-preserve-service", |
| "url": "/api/v1/preserveservice/preserve", |
| "occurrences": 11, |
| "raw_error": "HTTPError('500 Server Error: Internal Server Error')" |
| }, |
| { |
| "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')" |
| } |
| ] |
| } |
|
|