Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEzLCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzQwODUzMDIyfQ.6tak_1N45z5a2CoIbrUhtVQWMV00fFAeDO7I0iUv5CI Host: example.org Cookie:
GET /api/rest/admin/radius-accounting-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/"9adb2939cef8cb1634cdfb37d8c04a55" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 47ff0511-20cb-4df3-b9a5-c30a08e28c80 X-Runtime: 0.007460 Content-Length: 371
200 OK
{
"data": {
"id": "3",
"type": "radius-accounting-profiles",
"links": {
"self": "http://example.org/api/rest/admin/radius-accounting-profiles/3"
},
"attributes": {
"name": "profile3",
"server": "server",
"port": 1,
"secret": "secret",
"timeout": 100,
"attempts": 2,
"enable-start-accounting": false,
"enable-interim-accounting": false,
"interim-accounting-interval": 30,
"enable-stop-accounting": true
}
}
}