Create uptime check
documentedCreate an uptime check with the given parameters.
POST /v1/uptimeUptimeno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.statuscake.com/v1/uptime" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-d 'name={{$name}}&test_type={{$test_type}}&website_url={{$website_url}}&check_rate={{$check_rate}}&paused={{$paused}}&contact_groups={{$contact_groups}}&basic_username={{$basic_username}}&basic_password={{$basic_password}}&confirmation={{$confirmation}}&custom_header={{$custom_header}}&do_not_find={{$do_not_find}}'