Download OpenAPI specification:Download
API for testing microservices that returns 5xx errors randomly.
try it https://instability.now.sh/
errorRate | integer <int32> Example: errorRate=errorRate,40 Probability of 5xx error |
status code and messages
endopoint
{- "status": 504,
- "message": "Gateway Timeout"
}
Optional description in Markdown
errorRate | integer <int64> |
status code and messages
endopoint
{- "errorRate": 30
}
{- "status": 500,
- "message": "Internal Server Error"
}