Sip options prober API

get listing

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

Parameters

Name Description
filter[id] id filter

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MTAyNTQ3MzEsInN1YiI6OTV9.1Cvr7F_mk4XwJvgJACOrXP8HrDszbxfhv36Tl7k2nkQ
Host: example.org
Cookie: 

Route

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

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/"cef126999d23ad63800e1057baa4911b"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: b9d18c05-2072-428c-a6af-3e29f584e182
X-Runtime: 0.010890
Content-Length: 3108

Status

200 OK

Body

{
  "data": [
    {
      "id": "1",
      "type": "sip-options-probers",
      "links": {
        "self": "http://example.org/api/rest/admin/equipment/sip-options-probers/1"
      },
      "attributes": {
        "append-headers": null,
        "auth-password": null,
        "auth-username": null,
        "contact-uri": null,
        "enabled": true,
        "from-uri": null,
        "interval": 60,
        "name": "SIP Options Prober 1",
        "proxy": null,
        "ruri-domain": "1.sip.com",
        "ruri-username": "username_1",
        "sip-interface-name": null,
        "sip-schema-id": 1,
        "to-uri": null,
        "created-at": "2024-03-12T14:35:31.419Z",
        "updated-at": "2024-03-12T14:35:31.419Z",
        "external-id": 1
      },
      "relationships": {
        "node": {
          "links": {
            "self": "http://example.org/api/rest/admin/equipment/sip-options-probers/1/relationships/node",
            "related": "http://example.org/api/rest/admin/equipment/sip-options-probers/1/node"
          }
        },
        "pop": {
          "links": {
            "self": "http://example.org/api/rest/admin/equipment/sip-options-probers/1/relationships/pop",
            "related": "http://example.org/api/rest/admin/equipment/sip-options-probers/1/pop"
          }
        },
        "proxy-transport-protocol": {
          "links": {
            "self": "http://example.org/api/rest/admin/equipment/sip-options-probers/1/relationships/proxy-transport-protocol",
            "related": "http://example.org/api/rest/admin/equipment/sip-options-probers/1/proxy-transport-protocol"
          }
        },
        "transport-protocol": {
          "links": {
            "self": "http://example.org/api/rest/admin/equipment/sip-options-probers/1/relationships/transport-protocol",
            "related": "http://example.org/api/rest/admin/equipment/sip-options-probers/1/transport-protocol"
          }
        }
      }
    },
    {
      "id": "2",
      "type": "sip-options-probers",
      "links": {
        "self": "http://example.org/api/rest/admin/equipment/sip-options-probers/2"
      },
      "attributes": {
        "append-headers": null,
        "auth-password": null,
        "auth-username": null,
        "contact-uri": null,
        "enabled": true,
        "from-uri": null,
        "interval": 60,
        "name": "SIP Options Prober 2",
        "proxy": null,
        "ruri-domain": "2.sip.com",
        "ruri-username": "username_2",
        "sip-interface-name": null,
        "sip-schema-id": 1,
        "to-uri": null,
        "created-at": "2024-03-12T14:35:31.436Z",
        "updated-at": "2024-03-12T14:35:31.436Z",
        "external-id": 2
      },
      "relationships": {
        "node": {
          "links": {
            "self": "http://example.org/api/rest/admin/equipment/sip-options-probers/2/relationships/node",
            "related": "http://example.org/api/rest/admin/equipment/sip-options-probers/2/node"
          }
        },
        "pop": {
          "links": {
            "self": "http://example.org/api/rest/admin/equipment/sip-options-probers/2/relationships/pop",
            "related": "http://example.org/api/rest/admin/equipment/sip-options-probers/2/pop"
          }
        },
        "proxy-transport-protocol": {
          "links": {
            "self": "http://example.org/api/rest/admin/equipment/sip-options-probers/2/relationships/proxy-transport-protocol",
            "related": "http://example.org/api/rest/admin/equipment/sip-options-probers/2/proxy-transport-protocol"
          }
        },
        "transport-protocol": {
          "links": {
            "self": "http://example.org/api/rest/admin/equipment/sip-options-probers/2/relationships/transport-protocol",
            "related": "http://example.org/api/rest/admin/equipment/sip-options-probers/2/transport-protocol"
          }
        }
      }
    }
  ],
  "meta": {
    "total-count": 2
  },
  "links": {
    "first": "http://example.org/api/rest/admin/equipment/sip-options-probers?page%5Bnumber%5D=1&page%5Bsize%5D=50",
    "last": "http://example.org/api/rest/admin/equipment/sip-options-probers?page%5Bnumber%5D=1&page%5Bsize%5D=50"
  }
}