System IP access API

get listing

GET /api/rest/system/ip_access

Request

Headers

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

Route

GET /api/rest/system/ip_access

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/json; charset=utf-8
etag: W/"7f0c10a3c059ccd8400591f1db4c2617"
cache-control: max-age=0, private, must-revalidate
x-request-id: 8469dec7-afcf-4358-9916-564a397224e6
x-runtime: 0.011956
content-length: 124

Status

200 OK

Body

{
  "lega_sip_ips": [
    "127.0.0.0/8"
  ],
  "lega_rtp_ips": [],
  "legb_sip_ips": [],
  "legb_sip_fqdns": [
    "test.example.com"
  ],
  "legb_rtp_ips": []
}