Some JSON models of the Synthetic locations API vary depending on its type. Here you can find JSON models for each variation.
SyntheticLocation
objectThe SyntheticLocation
object is the base for synthetic locations. The actual set of fields depends on the type of the location.
PrivateSyntheticLocation
objectConfiguration of a private synthetic location.
Some fields are inherited from the base SyntheticLocation object.
Element | Type | Description |
---|---|---|
autoUpdateChromium | boolean | Auto upgrade of Chromium is enabled ( |
availabilityLocationOutage | boolean | Alerting for location outage is enabled ( |
availabilityNodeOutage | boolean | Alerting for node outage is enabled ( |
availabilityNotificationsEnabled | boolean | Notifications for location and node outage are enabled ( |
city | string | The city of the location. |
countryCode | string | The country code of the location. To fetch the list of available country codes, use the GET all countries request. |
countryName | string | The country name of the location. |
deploymentType | string | The deployment type of the location:
|
entityId | string | The Dynatrace entity ID of the location. |
geoLocationId | string | The Dynatrace GeoLocation ID of the location. |
latitude | number | The latitude of the location in |
locationNodeOutageDelayInMinutes | integer | Alert if location or node outage lasts longer than X minutes. \n\n Only applicable when |
longitude | number | The longitude of the location in |
namExecutionSupported | boolean | Boolean value describes if icmp monitors will be executed on this location:
|
name | string | The name of the location. |
nodeNames | object | A mapping id to name of the nodes belonging to the location. |
nodes | string[] | A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call. |
regionCode | string | The region code of the location. To fetch the list of available region codes, use the GET regions of the country request. |
regionName | string | The region name of the location. |
status | string | The status of the location:
|
type | string | -
|
useNewKubernetesVersion | boolean | Boolean value describes which kubernetes version will be used:
|
PublicSyntheticLocation
objectConfiguration of a public synthetic location.
Element | Type | Description |
---|---|---|
browserType | string | The type of the browser the location is using to execute browser monitors. |
browserVersion | string | The version of the browser the location is using to execute browser monitors. |
capabilities | string[] | A list of location capabilities. |
cloudPlatform | string | The cloud provider where the location is hosted.
|
ips | string[] | The list of IP addresses assigned to the location. |
stage | string | The stage of the location.
|