Created
September 19, 2016 22:59
-
-
Save yanniboi/4606aa044b82525ec5f183552a8f1e4e to your computer and use it in GitHub Desktop.
Statuscake create new test using API
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
curl -H "API: [API KEY]" -H "Username: [USERNAME]" -d "WebsiteURL=google.com&WebsiteName=MySite&CheckRate=300" -X PUT https://www.statuscake.com/API/Tests/Update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment