You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
320 B

  1. curl SITE_ROOT/api/v1/checks/ \
  2. --header "X-Api-Key: your-api-key" \
  3. --data '{"name": "Backups", "tags": "prod www", "timeout": 3600, "grace": 60}'
  4. # Or, alternatively:
  5. curl SITE_ROOT/api/v1/checks/ \
  6. --data '{"api_key": "your-api-key", "name": "Backups", "tags": "prod www", "timeout": 3600, "grace": 60}'