healthchecks/templates/front/snippets/create_check_request_b.txt

3 lines
142 B
Plaintext

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