healthchecks/templates/front/snippets/create_check_request_a.txt

4 lines
156 B
Plaintext

curl SITE_ROOT/api/v1/checks/ \
--header "X-Api-Key: your-api-key" \
--data '{"name": "Backups", "tags": "prod www", "timeout": 3600, "grace": 60}'