v2

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

Get transaction monitoring configuration

get/v1/dem/transactions/{entityId}

Path parameters

entityIdstring required

Entity ID.

Response

The request has succeeded.

idstring required

Unique identifier of the transaction.

typestring required

Entity type, always 'SyntheticTransaction'.

status'up' | 'down' | 'paused' | 'maintenance' | 'unknown' required
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 an entity to which the transaction is connected.

lastOutageStartTimestring date-time nullable

Time when the last outage started.

lastOutageEndTimestring date-time nullable

Time when the last outage ended.

lastTestTimestring date-time nullable

Time when the last test was performed.

lastErrorTimestring date-time nullable

Last time when a synthetic test failed.

Example response

{
  "id": "e-1448474379026206720",
  "type": "SyntheticTransaction",
  "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"
    }
  ],
  "lastOutageStartTime": "2025-01-15T14:31:19.735Z",
  "lastOutageEndTime": "2025-01-15T14:31:19.735Z",
  "lastTestTime": "2025-01-15T14:31:19.735Z",
  "lastErrorTime": "2025-01-15T14:31:19.735Z"
}