dem
Create transaction monitoring configuration
post/v1/dem/transactions
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 and a new resource has been created as a result.