Sip options prober API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MzE1Nzg3NTYsInN1YiI6MTE2fQ.71U5ZX81YBXVaP0GHZpT1XF4jjZw-YEZFtzQmFRAYoU
Host: example.org
Cookie: 

Route

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

Query Parameters

timezone: (GMT+00:00) Etc/UTC

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/vnd.api+json
Vary: Accept
ETag: W/"46e6249ad81107196ca3c29a1813409f"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: a181c704-0c81-451c-8ffb-8ab81f232694
X-Runtime: 0.013642
Content-Length: 1429

Status

200 OK

Body

{
  "data": {
    "id": "3",
    "type": "sip-options-probers",
    "links": {
      "self": "http://example.org/api/rest/admin/equipment/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",
      "proxy": null,
      "ruri-domain": "3.sip.com",
      "ruri-username": "username_3",
      "sip-interface-name": null,
      "sip-schema-id": 1,
      "to-uri": null,
      "created-at": "2024-11-14T09:55:56.298Z",
      "updated-at": "2024-11-14T09:55:56.298Z",
      "external-id": 3
    },
    "relationships": {
      "node": {
        "links": {
          "self": "http://example.org/api/rest/admin/equipment/sip-options-probers/3/relationships/node",
          "related": "http://example.org/api/rest/admin/equipment/sip-options-probers/3/node"
        }
      },
      "pop": {
        "links": {
          "self": "http://example.org/api/rest/admin/equipment/sip-options-probers/3/relationships/pop",
          "related": "http://example.org/api/rest/admin/equipment/sip-options-probers/3/pop"
        }
      },
      "proxy-transport-protocol": {
        "links": {
          "self": "http://example.org/api/rest/admin/equipment/sip-options-probers/3/relationships/proxy-transport-protocol",
          "related": "http://example.org/api/rest/admin/equipment/sip-options-probers/3/proxy-transport-protocol"
        }
      },
      "transport-protocol": {
        "links": {
          "self": "http://example.org/api/rest/admin/equipment/sip-options-probers/3/relationships/transport-protocol",
          "related": "http://example.org/api/rest/admin/equipment/sip-options-probers/3/transport-protocol"
        }
      }
    }
  }
}