builtin:synthetic.http.requests)Set http monitor's requests.
| Schema ID | Schema groups | Scope |
|---|---|---|
builtin:synthetic.http.requests | - | HTTP_CHECK - HTTP monitor |
| GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:synthetic.http.requests |
| SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:synthetic.http.requests | |
| Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:synthetic.http.requests |
To execute this request, you need an access token with Read settings (settings.read) scope. To learn how to obtain and use it, see Tokens and authentication.
| Property | Type | Description | Required |
|---|---|---|---|
Requestsrequests | Request[] | - | Required |
Request object| Property | Type | Description | Required |
|---|---|---|---|
Descriptiondescription | text | - | Required |
Request's URL addressurl | text | - | Required |
HTTP methodmethod | enum | The element has these enums
| Required |
Request bodyrequestBody | text | - | Optional |
Set of request constraintsconstraints | Set<Constraint> | - | Required |
Pre-execution scriptpreScript | text | - | Optional |
Post-execution scriptpostScript | text | - | Optional |
Authenticationauthentication | Authentication | - | Optional |
Request's configurationconfiguration | Configuration | - | Required |
Constraint object| Property | Type | Description | Required |
|---|---|---|---|
Constraint typetype | text | - | Required |
Propertiesproperties | Set<Property> | - | Required |
Authentication object| Property | Type | Description | Required |
|---|---|---|---|
Authentication typetype | enum | The element has these enums
| Required |
Credential vault idcredentials | text | - | Required |
Realm namerealmName | text | - | Required |
KDC IPkdcIp | text | - | Required |
Configuration object| Property | Type | Description | Required |
|---|---|---|---|
Headersheaders | Set<Header> | - | Required |
Accept any certificate flagacceptAnyCertificate | boolean | - | Required |
Follow redirects flagfollowRedirects | boolean | - | Required |
Sensitive data is not persisteddoNotPersistSensitiveData | boolean | - | Required |
Generate a problem if the SSL certificate expires within the given dayssslCertificateExpirationDaysToAlert | integer | - | Optional |
Identifier of stored client's certificateclientCertificateId | text | - | Optional |
Property object| Property | Type | Description | Required |
|---|---|---|---|
Property keykey | text | - | Required |
Property valuevalue | text | - | Required |
Header object| Property | Type | Description | Required |
|---|---|---|---|
Header's namename | text | - | Required |
Header's valuevalue | text | - | Required |