Gateway Network protocol priorities API

get specific entry

GET /api/rest/admin/gateway-network-protocol-priorities/:id

Request

Headers

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

Route

GET /api/rest/admin/gateway-network-protocol-priorities/0

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/"54c2af63ee0a5c498690550f27357597"
cache-control: max-age=0, private, must-revalidate
x-request-id: fa839a03-a58e-4c1a-804f-447a969d2465
x-runtime: 0.005411
content-length: 190

Status

200 OK

Body

{
  "data": {
    "id": "0",
    "type": "gateway-network-protocol-priorities",
    "links": {
      "self": "http://example.org/api/rest/admin/gateway-network-protocol-priorities/0"
    },
    "attributes": {
      "name": "force IPv4"
    }
  }
}