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
objectProperty | Type | Description | Required |
---|---|---|---|
Descriptiondescription | text | - | required |
Request's URL addressurl | text | - | required |
HTTP methodmethod | enum |
| 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
objectProperty | Type | Description | Required |
---|---|---|---|
Constraint typetype | text | - | required |
Propertiesproperties | Set<Property> | - | required |
Authentication
objectProperty | Type | Description | Required |
---|---|---|---|
Authentication typetype | enum |
| required |
Credential vault idcredentials | text | - | required |
Realm namerealmName | text | - | required |
KDC IPkdcIp | text | - | required |
Configuration
objectProperty | 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
objectProperty | Type | Description | Required |
---|---|---|---|
Property keykey | text | - | required |
Property valuevalue | text | - | required |
Header
objectProperty | Type | Description | Required |
---|---|---|---|
Header's namename | text | - | required |
Header's valuevalue | text | - | required |