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.eyJzdWIiOjExNCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc2NzM1ODU2NX0.6j9cQbvrnTOGbd9iGvCbxVrLNanJWGCslDOM9n-miak
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: 8f8aa6b3-fa7c-44fb-95cd-f838ae78e3a4
x-runtime: 0.005570
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"
    }
  }
}