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.
Changes
Changed in 2 of the 3 revisions of this API.4
- ○
added the new optional request property
/////new-optional-request-property
- ○
added the new optional request property
///////new-optional-request-property
- ○
added the new optional request property
/////new-optional-request-property
- ○
- ○
the request property
/////became optionalrequest-property-became-optional
- ○