Skip to content

Commit

Permalink
Add http_method for monitor documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chessmango committed Dec 29, 2021
1 parent 7980ff6 commit 9198cc1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/resources/monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ resource "uptimerobot_monitor" "my_website" {
- `imap`
- `custom`
- `port` - the port monitored (only if subtype is `custom`)
* `http_method` - available for HTTP monitoring. Can be one of the following:
- `HEAD` (default for non-keyword)
- `GET` (default for keyword)
- `POST`
- `PUT`
- `PATCH`
- `DELETE`
- `OPTIONS`
* `http_username` - used for password-protected web pages (HTTP basic or digest). Available for HTTP and keyword monitoring.
* `http_password` - used for password-protected web pages (HTTP basic or digest). Available for HTTP and keyword monitoring.
* `http_auth_type` - Used for password-protected web pages (HTTP basic or digest). Available for HTTP and keyword monitoring. Can be one of the following:
Expand Down

0 comments on commit 9198cc1

Please sign in to comment.