v2

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

Get URI monitoring configuration

get/v1/dem/uris/{entityId}

Path parameters

entityIdstring required

Entity ID.

Response

The request has succeeded.

idstring required

Unique identifier of the URI.

typestring required

Entity type, always 'Uri'.

status'up' | 'down' | 'paused' | 'maintenance' | 'unknown' required
namestring required

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

ipOrDomainstring required

IP/domain address of the URI.

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.

lastResponseTimeinteger nullable

Response time from the last synthetic check in milliseconds.

Example response

{
  "id": "e-1448474379026206720",
  "type": "Uri",
  "name": "solarwinds.com",
  "ipOrDomain": "solarwinds.com",
  "availabilityCheckSettings": {
    "platformOptions": {
      "probePlatforms": [
        "AWS"
      ],
      "testFromAll": true
    },
    "testFrom": {
      "type": "REGION",
      "values": [
        "NA"
      ]
    },
    "outageConfiguration": {
      "consecutiveForDown": 2
    },
    "dns": {
      "nameserver": "8.8.8.8",
      "port": 53,
      "ipToExpect": "1.2.3.4"
    },
    "tcp": {
      "enabled": true,
      "port": 443,
      "stringToSend": "GET / HTTP/1.1\r\nHost: solarwinds.com\r\nConnection: close\r\n\r\n",
      "stringToExpect": "HTTP/1.1 200 OK"
    },
    "udp": {
      "port": 8888,
      "stringToSend": "GET / HTTP/1.1\r\nHost: solarwinds.com\r\nConnection: close\r\n\r\n",
      "stringToExpect": "HTTP/1.1 200 OK"
    }
  },
  "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",
  "lastResponseTime": 376
}