| body | string |  | Request body, overrides “body-template” | 
| body-template | string |  | Path to a file containing the request body (go template). See configuration/http_hooks/#body-template | 
| headers | one or more nested SendMonitoringHeader |  | Additional HTTP headers to send with the request | 
| method | string | GET | HTTP method of the request. Is one of GET,DELETE,HEAD,OPTIONS,PATCH,POST,PUT,TRACE | 
| skip-tls-verification | true/false | false | Enables insecure TLS (without verification), see also “global.ca-certificates” | 
| url | uri |  | URL of the target to send to |