v2

latestOpenAPI 3.0.0SolarWinds Software Services Agreement2026-07-2167105153.0 KB
dem

Create transaction monitoring configuration

post/v1/dem/transactions

Request body

namestring required

Name of the transaction, which must be unique within the organization. The name must not contain any control characters, any white space other than space (U+0020), or any consecutive, leading or trailing spaces.

descriptionstring

Description of the transaction.

relatedEntityIdstring

Id of a related entity to which the transaction is connected.

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.

idstring required

Resource identifier.