File size: 609 Bytes
ce0ded4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "status": "has_anomalies",
  "alert_count": 2,
  "alerts": [
    {
      "request_method": "POST",
      "business_action": "Process payment",
      "entry_service": "ts-inside-payment-service",
      "url": "/api/v1/inside_pay_service/inside_payment",
      "occurrences": 54,
      "raw_error": "HTTPError('500 Server Error')"
    },
    {
      "request_method": "POST",
      "business_action": "Create ticket order",
      "entry_service": "ts-preserve-service",
      "url": "/api/v1/preserveservice/preserve",
      "occurrences": 12,
      "raw_error": "HTTPError('500 Server Error')"
    }
  ]
}