healthchecks/templates/front/snippets/create_check_request.txt
2016-04-14 15:01:41 +03:00

3 lines
163 B
Plaintext

curl http://localhost:8000/api/v1/checks/ \
-X POST \
-d '{"api_key": "your-api-key", "name": "Backups", "tags": "prod www", "timeout": 3600, "grace": 60}'