Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MzE1Nzg3NTYsInN1YiI6MTExfQ.36oqOzJwLROSkbQnLLZ_lNioPHN0q-sivOeOMqjSW20 Host: example.org Cookie:
GET /api/rest/admin/equipment/radius/auth-profiles/3
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/"d58f92803ec44596b214c2771ddb1079" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 7ad7f574-40b9-4b34-a281-a1657985adae X-Runtime: 0.010199 Content-Length: 261
200 OK
{ "data": { "id": "3", "type": "auth-profiles", "links": { "self": "http://example.org/api/rest/admin/equipment/radius/auth-profiles/3" }, "attributes": { "name": "auth_profile3", "server": "server", "port": 1, "secret": "secret", "reject-on-error": true, "timeout": 100, "attempts": 2 } } }