Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjM4LCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzQwODUzMDI0fQ.WlMeRJ1YlNFiAyTjt014rLaoTgLa4wx5W47PGzBRn_w Host: example.org Cookie:
GET /api/rest/admin/radius-auth-profiles/3
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/"fadcad0e7f1d98ed34798a11b411af0c" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 21f3df2e-36db-4aec-b716-2567935542e9 X-Runtime: 0.007036 Content-Length: 258
200 OK
{ "data": { "id": "3", "type": "radius-auth-profiles", "links": { "self": "http://example.org/api/rest/admin/radius-auth-profiles/3" }, "attributes": { "name": "auth_profile3", "server": "server", "port": 1, "secret": "secret", "reject-on-error": true, "timeout": 100, "attempts": 2 } } }