dem
Update transaction monitoring configuration
put/v1/dem/transactions/{entityId}
Path parameters
entityIdstring required
Entity ID.
Request body
Example request
{
"name": "Solarwinds",
"description": "Opens Solarwinds homepage",
"testDefinition": {
"testFrom": {
"type": "REGION",
"values": [
"NA"
]
},
"platformOptions": {
"probePlatforms": [
"AWS"
],
"testFromAll": true
},
"outageConfiguration": {
"consecutiveForDown": 2
},
"commands": [
{
"command": "OPEN",
"target": "https://example.com"
}
]
},
"tags": [
{
"key": "environment",
"value": "production"
}
]
}Response
The request has succeeded.