Gateway Network protocol priorities API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MTAyNTQ3MzAsInN1YiI6ODJ9.z-bbd6-tcOLwA9E9M8WqPRZJ-r-2Vgebc9VqQ-CzNek
Host: example.org
Cookie: 

Route

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

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/"44a75490aeed2babd3ce3652c6f29fd3"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 0c149e8d-5cfc-4432-8117-1beb127e4e93
X-Runtime: 0.010126
Content-Length: 200

Status

200 OK

Body

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