Sip options prober API

get specific entry

GET /api/rest/admin/sip-options-probers/:id

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjIzOCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3MjIxMjAxMX0.pRZpPzDstuwRFEzrTXNchCFhTJUKp0elSWX78EZW0kA
Host: example.org
Cookie: 

Route

GET /api/rest/admin/sip-options-probers/3?timezone=%28GMT%2B00%3A00%29+UTC

Query Parameters

timezone: (GMT+00:00) UTC

Response

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/vnd.api+json
vary: Accept
etag: W/"dab824e679e38534b5ca81f92e638636"
cache-control: max-age=0, private, must-revalidate
x-request-id: ac4d8324-e642-4947-ba78-0ae694b2bc2d
x-runtime: 0.005921
content-length: 1182

Status

200 OK

Body

{
  "data": {
    "id": "3",
    "type": "sip-options-probers",
    "links": {
      "self": "http://example.org/api/rest/admin/sip-options-probers/3"
    },
    "attributes": {
      "append-headers": null,
      "auth-password": null,
      "auth-username": null,
      "contact-uri": null,
      "enabled": true,
      "from-uri": null,
      "interval": 60,
      "name": "SIP Options Prober 3",
      "route-set": [
        "sip:proxy1.example.com;transport=tls",
        "sip:proxy2.example.com;transport=tls"
      ],
      "ruri-domain": "3.sip.com",
      "ruri-username": "username_3",
      "sip-interface-name": null,
      "sip-schema-id": 1,
      "to-uri": null,
      "created-at": "2026-02-27T16:56:51.077Z",
      "updated-at": "2026-02-27T16:56:51.077Z",
      "external-id": 3
    },
    "relationships": {
      "node": {
        "links": {
          "self": "http://example.org/api/rest/admin/sip-options-probers/3/relationships/node",
          "related": "http://example.org/api/rest/admin/sip-options-probers/3/node"
        }
      },
      "pop": {
        "links": {
          "self": "http://example.org/api/rest/admin/sip-options-probers/3/relationships/pop",
          "related": "http://example.org/api/rest/admin/sip-options-probers/3/pop"
        }
      },
      "transport-protocol": {
        "links": {
          "self": "http://example.org/api/rest/admin/sip-options-probers/3/relationships/transport-protocol",
          "related": "http://example.org/api/rest/admin/sip-options-probers/3/transport-protocol"
        }
      }
    }
  }
}