17 lines
300 B
JSON
17 lines
300 B
JSON
{
|
|
"request": {
|
|
"method": "GET",
|
|
"urlPath": "/users/500"
|
|
},
|
|
"response": {
|
|
"status": 500,
|
|
"headers": {
|
|
"Content-Type": "application/json"
|
|
},
|
|
"jsonBody": {
|
|
"error": "temporary_failure",
|
|
"message": "Mocked failing method for resilience checks"
|
|
}
|
|
}
|
|
}
|