Try it free

Synthetic monitors API v2 - GET Synthetic monitor definition

  • Reference

Get a Synthetic monitor definition for the given monitor ID.

The method is available only for browser and NAM monitors.

The request produces an application/json payload.

GETSaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/synthetic/monitors/{monitorId}
GETEnvironment ActiveGateCluster ActiveGatehttps://{your-activegate-domain}:9999/e/{your-environment-id}/api/v2/synthetic/monitors/{monitorId}

Authentication

To execute this request, you need an access token with settings.read scope.

To learn how to obtain and use it, see Tokens and authentication.

Parameters

ParameterTypeDescriptionInRequired
monitorIdstring

The identifier of the monitor.

pathRequired

Response

Response codes

CodeTypeDescription
200SyntheticMultiProtocolMonitorResponse | SyntheticBrowserMonitorResponse | SyntheticHttpMonitorResponse

Success

4XXErrorEnvelope

Client side error.

5XXErrorEnvelope

Server side error.

Response body objects

The SyntheticMultiProtocolMonitorResponse object

Network availability monitor.

ElementTypeDescription
descriptionstring

Monitor description

enabledboolean

If true, the monitor is enabled.

entityIdstring

The entity id of the monitor.

frequencyMininteger

The frequency of the monitor, in minutes.

locationsstring[]

The locations to which the monitor is assigned.

modificationTimestampinteger

The timestamp of the last modification

namestring

The name of the monitor.

performanceThresholdsSyntheticMonitorPerformanceThresholdsDto

Performance thresholds configuration.

primaryGrailTagsSyntheticMonitorPrimaryGrailTagDto[]

Primary Grail tags as a list of key-value pairs. Up to 10 tags. Those fields are only available for SaaS and not for Managed.

securityContextstring[]

[FEATURE DISABLED] Security context as a list of strings. Up to 10 values, max 200 characters per value. Those fields are only available for SaaS and not for Managed.

stepsSyntheticMultiProtocolMonitorStepDto[]

The steps of the monitor.

syntheticMonitorOutageHandlingSettingsSyntheticMonitorOutageHandlingSettingsDto

Outage handling configuration.

tagsSyntheticTagWithSourceDto[]

A set of tags assigned to the monitor.

You can specify only the value of the tag here and the CONTEXTLESS context and source 'USER' will be added automatically. But preferred option is usage of SyntheticTagWithSourceDto model.

typestring

Monitor type.

The element can hold these values
  • MULTI_PROTOCOL
  • BROWSER

The SyntheticMonitorPerformanceThresholdsDto object

Performance thresholds configuration.

ElementTypeDescription
enabledboolean

Performance threshold is enabled (true) or disabled (false).

thresholdsSyntheticMonitorPerformanceThresholdDto[]

The list of performance threshold rules.

The SyntheticMonitorPerformanceThresholdDto object

The performance threshold rule.

ElementTypeDescription
aggregationstring

Aggregation type

The element can hold these values
  • AVG
  • MAX
  • MIN
dealertingSamplesinteger

Number of most recent non-violating request executions that closes the problem.

samplesinteger

Number of request executions in analyzed sliding window (sliding window size).

stepIndexinteger

Specify the step's index to which a threshold applies. If threshold is monitor-level, no index is needed.

thresholdnumber

Notify if monitor request takes longer than X time units to execute. For network availability monitors the time unit is milliseconds, for browser and HTTP monitors - seconds.

typestring

Type of performance threshold.

The element can hold these values
  • MONITOR
  • STEP
violatingSamplesinteger

Number of violating request executions in analyzed sliding window.

The SyntheticMonitorPrimaryGrailTagDto object

Primary grail tag key-value pair.

ElementTypeDescription
keystring

Tag key.

valuestring

Tag value.

The SyntheticMultiProtocolMonitorStepDto object

The step of a network availability monitor.

ElementTypeDescription
constraintsSyntheticMonitorConstraintDto[]

The list of constraints which apply to all requests in the step.

namestring

Step name.

propertiesobject

The properties which apply to all requests in the step.

requestConfigurationsSyntheticMultiProtocolRequestConfigurationDto[]

Request configurations.

requestTypestring

Request type.

The element can hold these values
  • ICMP
  • TCP
  • DNS
targetFilterstring

Target filter.

targetListstring[]

Target list.

The SyntheticMonitorConstraintDto object

Synthetic monitor constraint. The allowed type and properties depend on the monitor and step/request context.

ElementTypeDescription
propertiesobject

Constraint properties. Most constraint types use operator and value keys. Some protocol-specific constraints may use additional keys, for example DNS_STATUS_CODE can use status.

typestring

Constraint type. Allowed values depend on monitor type and step/request context. HTTP monitor step constraints: HTTP_STATUSES, HTTP_RESPONSE_PATTERN, HTTP_RESPONSE_REGEX. Network availability monitor(MULTI_PROTOCOL) step constraints: SUCCESS_RATE_PERCENT. Network availability monitor(MULTI_PROTOCOL) request configuration constraints are request-type specific, for example ICMP_SUCCESS_RATE_PERCENT (ICMP) and DNS_STATUS_CODE (DNS).

The SyntheticMultiProtocolRequestConfigurationDto object

The configuration of a network availability monitor request.

ElementTypeDescription
constraintsSyntheticMonitorConstraintDto[]

Request constraints.

The SyntheticMonitorOutageHandlingSettingsDto object

Outage handling configuration.

ElementTypeDescription
globalConsecutiveOutageCountThresholdinteger

Number of consecutive failures for all locations.

globalOutagesboolean

Generate a problem and send an alert when the monitor is unavailable at all configured locations.

localConsecutiveOutageCountThresholdinteger

Number of consecutive failures.

localLocationOutageCountThresholdinteger

Number of failing locations.

localOutagesboolean

Generate a problem and send an alert when the monitor is unavailable for one or more consecutive runs at any location.

originstring

Indicates the origin of these settings.

The element can hold these values
  • MONITOR
  • TENANT
  • DEFAULT
  • UNKNOWN
retryOnErrorboolean

Only Browser Monitor property. If set to true, execution retry will take place in case the monitor fails.

The SyntheticTagWithSourceDto object

The tag with source of a monitored entity.

ElementTypeDescription
contextstring

The origin of the tag, such as AWS or Cloud Foundry.

Custom tags use the CONTEXTLESS value.

keystring

The key of the tag.

sourcestring

The source of the tag, such as USER, RULE_BASED or AUTO.

The element can hold these values
  • AUTO
  • RULE_BASED
  • USER
valuestring

The value of the tag.

The SyntheticBrowserMonitorResponse object

Browser Monitor.

ElementTypeDescription
automaticallyAssignedEntitiesstring[]

Automatically assigned entities.

configurationSyntheticBrowserMonitorConfigurationDto

Browser Monitor configuration.

descriptionstring

Monitor description

enabledboolean

If true, the monitor is enabled.

entityIdstring

The entity id of the monitor.

frequencyMininteger

The frequency of the monitor, in minutes.

keyPerformanceMetricsKeyPerformanceMetrics

The key performance metrics configuration.

locationsstring[]

The locations to which the monitor is assigned.

manuallyAssignedEntitiesstring[]

Manually assigned entities.

modificationTimestampinteger

The timestamp of the last modification

namestring

The name of the monitor.

performanceThresholdsSyntheticMonitorPerformanceThresholdsDto

Performance thresholds configuration.

primaryGrailTagsSyntheticMonitorPrimaryGrailTagDto[]

Primary Grail tags as a list of key-value pairs. Up to 10 tags. Those fields are only available for SaaS and not for Managed.

securityContextstring[]

[FEATURE DISABLED] Security context as a list of strings. Up to 10 values, max 200 characters per value. Those fields are only available for SaaS and not for Managed.

stepsSyntheticBrowserMonitorStepDto[]

The steps of the monitor.

syntheticMonitorOutageHandlingSettingsSyntheticMonitorOutageHandlingSettingsDto

Outage handling configuration.

tagsSyntheticTagWithSourceDto[]

A set of tags assigned to the monitor.

You can specify only the value of the tag here and the CONTEXTLESS context and source 'USER' will be added automatically. But preferred option is usage of SyntheticTagWithSourceDto model.

typestring

Monitor type.

The element can hold these values
  • MULTI_PROTOCOL
  • BROWSER

The SyntheticBrowserMonitorConfigurationDto object

Browser Monitor configuration.

ElementTypeDescription
blockedRequestsstring[]

All requests matching the specified patterns will be blocked during the execution of the monitor.

browserPermissionsBrowserPermissionsDto

Permissions settings for browser.

bypassCSPboolean

Bypass ContentSecurity Policy for monitored pages. If not defined in request, it will be set to false by default.

chromiumStartupFlagsChromiumStartupFlagsDto

Chromium startup flags of a Browser Monitor.

clientCertificatesClientCertificateDto[]

Identifier of stored client's certificate.

cookiesSyntheticMonitorCookieDto[]

Cookies list.

deviceTestDeviceDto

Test device of a Browser Monitor.

enablementEnablementDto

Browser monitor enablement settings.

experimentalPropertiesMonitorPropertyDto[]

Experimental properties list.

filteredRequestsFilteredRequestsDto

Filtered requests of a Browser Monitor.

ignoredErrorCodesIgnoredErrorCodesDto

Ignored Error Codes of a Browser Monitor.

javaScriptSettingsJavaScriptAgentSettingsDto

JavaScript Agent Settings.

monitorFramesboolean

Capture performance metrics for pages loaded in frames. If not defined in request, it will be set to false by default.

networkThrottlingNetworkThrottlingDto

Network throttling of a Browser Monitor.

proxyProxyDto

Browser Monitor proxy.

requestHeaderOptionsRequestHeaderOptionsDto

Header Options of a Browser Monitor.

useIESupportedAgentboolean

useIESupportedAgent flag. If not defined in request, it will be set to false by default.

userAgentstring

User agent

The BrowserPermissionsDto object

Permissions settings for browser.

ElementTypeDescription
cameraboolean

Camera permission. If not defined in request, it will be set to false by default.

locationboolean

Location permission. If not defined in request, it will be set to false by default.

microphoneboolean

Microphone permission. If not defined in request, it will be set to false by default.

notificationsboolean

Notifications permission. If not defined in request, it will be set to false by default.

The ChromiumStartupFlagsDto object

Chromium startup flags of a Browser Monitor.

ElementTypeDescription
autoplay-policystring

autoplay-policy type.

The element can hold these values
  • no-user-gesture-required
  • document-user-activation-required
disable-featuresobject

disable-features map

disable-site-isolation-trialsboolean

disable-site-isolation-trials flag.

disable-web-securityboolean

disable-web-security flag. If no value is passed, it will be set to false by default.

host-resolver-rulesstring

host-resolver-rules.

ignore-certificate-errorsboolean

ignore-certificate-errors flag.

ssl-version-maxstring

ssl-version-max.

ssl-version-minstring

ssl-version-min.

test-typeboolean

test-type flag.

The ClientCertificateDto object

Client certificate.

ElementTypeDescription
credentialIdstring

Certificate CV id.

domainstring

Domain certificate will be applied to.

The SyntheticMonitorCookieDto object

Cookie dto for Synthetic Monitor step.

ElementTypeDescription
domainstring

Cookie domain.

namestring

Cookie name.

pathstring

Cookie path.

valuestring

Cookie value.

The TestDeviceDto object

Test device of a Browser Monitor.

ElementTypeDescription
heightinteger

Device height in px.

mobileboolean

Device is mobile. If not defined in request, it will be set to false by default.

namestring

Device name.

touchEnabledboolean

Device is touch enabled. If not defined in request, it will be set to false by default.

widthinteger

Device width in px.

The EnablementDto object

Browser monitor enablement settings.

ElementTypeDescription
enableOnGrailboolean

Enable 3rd gen JS agent reporting. Relevant only for grail-enabled SaaS environments.

originstring

Indicates the origin of these settings.

The element can hold these values
  • MONITOR
  • TENANT
  • DEFAULT
  • UNKNOWN

The MonitorPropertyDto object

Property of a Browser Monitor.

ElementTypeDescription
namestring

Property name.

valuestring

Property value.

The FilteredRequestsDto object

Filtered requests of a Browser Monitor.

ElementTypeDescription
modestring

Filter mode for filtered requests.

The element can hold these values
  • BLOCK
  • ALLOW
requestsRequestFilterDto[]

Requests to be filtered.

The RequestFilterDto object

Request filter for Browser Monitor.

ElementTypeDescription
matchingPatternstring

Regex for request that filter will be applied to.

typestring

Filter type.

The element can hold these values
  • STARTS_WITH
  • ENDS_WITH
  • CONTAINS
  • EQUALS
  • REGEX

The IgnoredErrorCodesDto object

Ignored Error Codes of a Browser Monitor.

ElementTypeDescription
matchingDocumentRequestsstring

Ignoring status codes will be applied to requests matching pattern.

statusCodesstring

Status codes to be ignored.

The JavaScriptAgentSettingsDto object

JavaScript Agent Settings.

ElementTypeDescription
customPropertiesstring

Custom configuration properties

experimentalValuesboolean

Experimental values support. If not defined in request, it will be set to false by default.

fetchRequestsboolean

Capture fetch() requests. If not defined in request, it will be set to true by default.

javaScriptErrorsboolean

Enable this setting to monitor JavaScript errors. The window.onError handler is used for capturing JavaScript errors. If not defined in request, it will be set to true by default.

javaScriptFrameworkSupportFrameworkOptionsDto

JS framework options of a JS Agent.

timedActionsboolean

Within JavaScript frameworks, XHRs are often sent via setTimeout methods. Enable this setting to detect actions that trigger such XHRs. If not defined in request, it will be set to true by default.

timeoutSettingsTimeoutSettingsDto

Timeout settings of a Browser Monitor.

visuallyCompleteOptionsVisuallyCompleteOptionsDto

Visually Complete Options of a Browser Monitor.

xmlHttpRequestsboolean

Capture xml Http requests (XHR). If not defined in request, it will be set to true by default.

The FrameworkOptionsDto object

JS framework options of a JS Agent.

ElementTypeDescription
activeXObjectboolean

activeXObject support. If not defined in request, it will be set to false by default.

angularboolean

Angular support. If not defined in request, it will be set to false by default.

dojoboolean

Dojo support. If not defined in request, it will be set to false by default.

extJsboolean

extJs support. If not defined in request, it will be set to false by default.

icefacesboolean

icefaces support. If not defined in request, it will be set to false by default.

jQueryboolean

jquery support. If not defined in request, it will be set to false by default.

mooToolsboolean

mooTools support. If not defined in request, it will be set to false by default.

prototypeboolean

prototype support. If not defined in request, it will be set to false by default.

The TimeoutSettingsDto object

Timeout settings of a Browser Monitor.

ElementTypeDescription
temporaryActionLimitinteger

Cascading setTimeout calls number limit. If not defined in request, it will be set to 1 by default.

temporaryActionTotalTimeoutinteger

No additional timeout actions will be created once this time limit is reached. Value must be higher than 0 ms. If not defined in request, it will be set to 100 by default.

The VisuallyCompleteOptionsDto object

Visually Complete Options of a Browser Monitor.

ElementTypeDescription
excludedElementsstring[]

Query CSS selectors to specify mutation nodes (elements that change) to ignore in Visually complete and Speed index calculation.

excludedUrlsstring[]

Use regular expressions to define URLs for images and iFrames to exclude from detection by the Visually complete module.

imageSizeThresholdinteger

Use this setting to define the minimum visible area per element (in pixels) for an element to be counted towards Visually complete and Speed index. If not defined in request, it will be set to 50 by default.

inactivityTimeoutinteger

The time the Visually complete module waits for inactivity and no further mutations on the page after the load action. If not defined in request, it will be set to 1000 by default.

mutationTimeoutinteger

The time the Visually complete module waits after an XHR or custom action closes to start the calculation. If not defined in request, it will be set to 50 by default.

The NetworkThrottlingDto object

Network throttling of a Browser Monitor.

ElementTypeDescription
downloadinteger

Download throughput. If not defined in request, it will be set to -1 by default.

latencyinteger

Latency. If not defined in request, it will be set to 0 by default.

namestring

Predefined network type. If not defined in request, it will be set to "" by default.

uploadinteger

Upload throughput. If not defined in request, it will be set to -1 by default.

The ProxyDto object

Browser Monitor proxy.

ElementTypeDescription
pacUrlstring

pacUrl

The RequestHeaderOptionsDto object

Header Options of a Browser Monitor.

ElementTypeDescription
matchingPatternsstring[]

Apply headers to requests matching pattern.

requestHeadersMonitorRequestHeader[]

Request headers list.

The MonitorRequestHeader object

A header of the Http request

ElementTypeDescription
namestring

Header's name.

valuestring

Header's value.

The KeyPerformanceMetrics object

The key performance metrics configuration.

ElementTypeDescription
loadActionKpmstring

Load action key performance metric.

The element can hold these values
  • USER_ACTION_DURATION
  • VISUALLY_COMPLETE
  • SPEED_INDEX
  • DOM_INTERACTIVE
  • LOAD_EVENT_START
  • LOAD_EVENT_END
  • RESPONSE_START
  • RESPONSE_END
  • LARGEST_CONTENTFUL_PAINT
  • CUMULATIVE_LAYOUT_SHIFT
xhrActionKpmstring

XHR action key performance metric.

The element can hold these values
  • USER_ACTION_DURATION
  • VISUALLY_COMPLETE
  • RESPONSE_START
  • RESPONSE_END

The SyntheticBrowserMonitorStepDto object

Base step of Browser Monitor.

ElementTypeDescription
entityIdstring

Entity Id.

namestring

The name of Browser Monitor step.

typestring

Defines the actual set of fields depending on the value. See one of the following objects:

  • NAVIGATE -> NavigateStepDto
  • CLICK -> InteractionStepDto
  • TAP -> InteractionStepDto
  • KEYSTROKES -> KeyStrokesStepDto
  • JAVASCRIPT -> JavaScriptStepDto
  • SELECT_OPTION -> SelectOptionStepDto
  • COOKIE -> CookieStepDto
The element can hold these values
  • CLICK
  • COOKIE
  • JAVASCRIPT
  • KEYSTROKES
  • NAVIGATE
  • SELECT_OPTION
  • TAP

The SyntheticHttpMonitorResponse object

Http monitor.

ElementTypeDescription
advancedSettingsSyntheticHttpMonitorAdvancedDto

Http monitor's settings.

automaticallyAssignedEntitiesstring[]

Automatically assigned entities.

cookiesSyntheticMonitorCookieDto[]

The cookies of the monitor.

descriptionstring

Monitor description

enabledboolean

If true, the monitor is enabled.

entityIdstring

The entity id of the monitor.

frequencyMininteger

The frequency of the monitor, in minutes.

locationsstring[]

The locations to which the monitor is assigned.

manuallyAssignedEntitiesstring[]

Manually assigned entities.

modificationTimestampinteger

The timestamp of the last modification

namestring

The name of the monitor.

performanceThresholdsSyntheticMonitorPerformanceThresholdsDto

Performance thresholds configuration.

primaryGrailTagsSyntheticMonitorPrimaryGrailTagDto[]

Primary Grail tags as a list of key-value pairs. Up to 10 tags. Those fields are only available for SaaS and not for Managed.

securityContextstring[]

[FEATURE DISABLED] Security context as a list of strings. Up to 10 values, max 200 characters per value. Those fields are only available for SaaS and not for Managed.

stepsSyntheticHttpMonitorStepDto[]

The steps of the monitor.

syntheticMonitorOutageHandlingSettingsSyntheticMonitorOutageHandlingSettingsDto

Outage handling configuration.

tagsSyntheticTagWithSourceDto[]

A set of tags assigned to the monitor.

You can specify only the value of the tag here and the CONTEXTLESS context and source 'USER' will be added automatically. But preferred option is usage of SyntheticTagWithSourceDto model.

typestring

Monitor type.

The element can hold these values
  • MULTI_PROTOCOL
  • BROWSER

The SyntheticHttpMonitorAdvancedDto object

Http monitor's settings.

ElementTypeDescription
connectTimeoutinteger

Connect timeout per request in ms.

dnsQueryTimeoutinteger

DNS query timeout in ms.

maxCustomScriptSizeinteger

Maximum size of each pre- or post- execution script size in bytes.

maxHeaderSizeinteger

Maximum size of each request header in bytes.

maxRequestBodySizeinteger

Maximum request body size in bytes.

maxResponseBodyReadByScriptSizeinteger

Maximum size of response body read by post-execution script in bytes.

maxResponseBodySizeinteger

Maximum response body size in bytes.

monitorExecutionTimeoutinteger

Monitor execution timeout in ms.

requestTimeoutinteger

Request timeout in ms.

scriptExecutionTimeoutinteger

Pre- or post- execution script timeout in ms.

The SyntheticHttpMonitorStepDto object

The step of a Http monitor.

ElementTypeDescription
authenticationSyntheticHttpAuthenticationDto

The Http step's authentication.

configurationSyntheticHttpConfigurationDto

The Http step's configuration.

constraintsSyntheticMonitorConstraintDto[]

The list of constraints.

entityIdstring

Entity Id.

methodTypestring

Method type.

The element can hold these values
  • GET
  • POST
  • PUT
  • DELETE
  • HEAD
  • OPTIONS
  • PATCH
namestring

Step name.

postScriptstring

PostScript.

preScriptstring

PreScript.

requestBodystring

Request body.

requestTimeoutinteger

Request timeout in s.

urlstring

Step url.

The SyntheticHttpAuthenticationDto object

The Http step's authentication.

ElementTypeDescription
credentialsstring

Credential vault identifier.

kdcIpstring

KDC IP in case KERBEROS auth type is selected.

realmNamestring

Realm name in case KERBEROS type is selected.

typestring

Authentication type.

The element can hold these values
  • BASIC_AUTHENTICATION
  • NTLM
  • KERBEROS

The SyntheticHttpConfigurationDto object

The Http step's configuration.

ElementTypeDescription
acceptAnyCertificateboolean

If true accept any certificate flag.

clientCertificateIdstring

Identifier of stored client's certificate.

doNotPersistSensitiveDataboolean

If true the step's data aren't stored and displayed.

followRedirectsboolean

If true follow redirects.

headersMonitorRequestHeader[]

The headers.

sslCertificateExpirationDaysToAlertinteger

Number of days within SSL certificate expires.

The ErrorEnvelope object

ElementTypeDescription
errorError-

The Error object

ElementTypeDescription
codeinteger

The HTTP status code

constraintViolationsConstraintViolation[]

A list of constraint violations

messagestring

The error message

The ConstraintViolation object

A list of constraint violations

ElementTypeDescription
locationstring-
messagestring-
parameterLocationstring-
The element can hold these values
  • HEADER
  • PATH
  • PAYLOAD_BODY
  • QUERY
pathstring-

Response body JSON models

{
"description": "My network availability monitor description",
"enabled": "true",
"entityId": "MULTIPROTOCOL_MONITOR-63653CB579F573D1",
"frequencyMin": "60",
"locations": [
"SYNTHETIC_LOCATION-D3A5BFD8676A4F20"
],
"modificationTimestamp": "1716448454338l",
"name": "My network availability monitor",
"performanceThresholds": {
"enabled": "true",
"thresholds": [
{
"aggregation": "AVG",
"dealertingSamples": "5",
"samples": "5",
"stepIndex": "0",
"threshold": "200",
"violatingSamples": "3"
}
]
},
"primaryGrailTags": [
{
"key": "sample key",
"value": "sample value"
},
{
"key": "another sample key",
"value": "another sample value"
}
],
"securityContext": [
"sample security context",
"another security context"
],
"steps": [
{
"constraints": [
{
"properties": {
"operator": ">=",
"value": "95"
},
"type": "SUCCESS_RATE_PERCENT"
}
],
"name": "Step 1",
"properties": {
"ICMP_IP_VERSION": "4",
"ICMP_NUMBER_OF_PACKETS": "8",
"ICMP_TIMEOUT_FOR_REPLY": "PT1S"
},
"requestConfigurations": [
{
"constraints": [
{
"properties": {
"operator": "=",
"value": "100"
},
"type": "ICMP_SUCCESS_RATE_PERCENT"
}
]
}
],
"requestType": "ICMP",
"targetFilter": "ipMask == 127.0.0.1/24",
"targetList": [
"127.0.0.1",
"127.0.0.2"
]
}
],
"syntheticMonitorOutageHandlingSettings": {
"globalConsecutiveOutageCountThreshold": "1",
"globalOutages": "true",
"localConsecutiveOutageCountThreshold": "3",
"localLocationOutageCountThreshold": "3",
"localOutages": "true"
},
"tags": [
{
"key": "sample key",
"value": "sample value"
},
{
"key": "sample key"
}
],
"type": "MULTI_PROTOCOL"
}
{
"error": {
"code": 1,
"constraintViolations": [
{
"location": "string",
"message": "string",
"parameterLocation": "HEADER",
"path": "string"
}
],
"message": "string"
}
}

Related topics

  • Synthetic Monitoring