Resiliency Test Console
served by:
-
-
Health
GET /health
GET /items (list all)
Create (POST /items)
JSON body
{"name": "widget", "qty": 5}
POST /items
Read / Update / Delete by id
id
GET
PUT
DELETE
PUT JSON body
{"name": "widget", "qty": 99}
Response
Click a button above to send a request.