healthchecks/templates/front/snippets/list_checks_response.txt
2016-07-09 17:06:00 +03:00

24 lines
571 B
Plaintext

{
"checks": [
{
"grace": 900,
"last_ping": "2016-07-09T13:58:43.366568+00:00",
"n_pings": 1,
"name": "Api test 1",
"next_ping": "2016-07-09T14:58:43.366568+00:00",
"ping_url": "PING_ENDPOINT25c55e7c-8092-4d21-ad06-7dacfbb6fc10",
"tags": "foo",
"timeout": 3600
},
{
"grace": 60,
"last_ping": null,
"n_pings": 0,
"name": "Api test 2",
"next_ping": null,
"ping_url": "PING_ENDPOINT7e1b6e61-b16f-4671-bae3-e3233edd1b5e",
"tags": "bar baz",
"timeout": 60
}
]
}