Radius Accounting profiles API

get specific entry

GET /api/rest/admin/radius-accounting-profiles/:id

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEzLCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzY3MzU4NTU5fQ.EPXGFqA8wpqSWSrUMB6yTNVlWPIPSzOQhACyFEWtppU
Host: example.org
Cookie: 

Route

GET /api/rest/admin/radius-accounting-profiles/3

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/"9adb2939cef8cb1634cdfb37d8c04a55"
cache-control: max-age=0, private, must-revalidate
x-request-id: ada7ab76-b7c5-4547-a6f2-b34c289567e8
x-runtime: 0.006287
content-length: 371

Status

200 OK

Body

{
  "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
    }
  }
}