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.eyJleHAiOjE3MTAyNTQ3MzEsInN1YiI6OTZ9.Udy--Ba8NdRYNIYFAnu5prDe0WHqXjQqgGBvGrJthhs
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/"9aadb15aa9962a847fd0bf9d995d7db3"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 20415f2c-acc4-40e2-90ac-866beaddef0c
X-Runtime: 0.012038
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-03-12T14:35:31.482Z",
      "updated-at": "2024-03-12T14:35:31.482Z",
      "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"
        }
      }
    }
  }
}