v2

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

Update transaction monitoring configuration

put/v1/dem/transactions/{entityId}

Path parameters

entityIdstring required

Entity ID.

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.

idstring required

Resource identifier.