Settings API - Http monitor's steps schema table Http monitor's steps (builtin:synthetic.http.steps) Set http monitor's steps.
builtin:synthetic.http.steps- HTTP_CHECK - HTTP monitor
Retrieve schema via Settings API GET Managed https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:synthetic.http.stepsGET SaaS https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:synthetic.http.stepsGET Environment ActiveGate https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:synthetic.http.steps
Authentication 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 .
Parameters Stepssteps Step []- Required
The Step object Step's namename text - Required Step's URL addressurl text - Required HTTP methodmethod enum The element has these enums GETPOSTPUTDELETEHEADOPTIONSPATCHRequired HTTP request bodyrequestBody text - Optional Set of step constraintsconstraints Set<Constraint > - Required Pre-execution scriptpreScript text - Optional Post-execution scriptpostScript text - Optional Authenticationauthentication Authentication - Optional Step's configurationconfiguration Configuration - Required Request timeout in secondsrequestTimeout integer - Optional
The Constraint object Constraint typetype text - Required Propertiesproperties Set<Property > - Required
The Authentication object Authentication typetype enum The element has these enums BASIC_AUTHENTICATIONNTLMKERBEROSRequired Credential vault idcredentials text - Required Realm namerealmName text - Required KDC IPkdcIp text - Required
The Configuration object 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
The Property object Property keykey text - Required Property valuevalue text - Required