get listing
GET /api/rest/admin/equipment/radius/auth-profiles
Parameters
Name |
Description |
filter[id]
|
id filter
|
filter[name]
|
name filter
|
Request
Headers
Route
GET /api/rest/admin/equipment/radius/auth-profiles
Response
Headers
Status
200 OK
Body
{
"data": [
{
"id": "1",
"type": "auth-profiles",
"links": {
"self": "http://example.org/api/rest/admin/equipment/radius/auth-profiles/1"
},
"attributes": {
"name": "auth_profile1",
"server": "server",
"port": 1,
"secret": "secret",
"reject-on-error": true,
"timeout": 100,
"attempts": 2
}
},
{
"id": "2",
"type": "auth-profiles",
"links": {
"self": "http://example.org/api/rest/admin/equipment/radius/auth-profiles/2"
},
"attributes": {
"name": "auth_profile2",
"server": "server",
"port": 1,
"secret": "secret",
"reject-on-error": true,
"timeout": 100,
"attempts": 2
}
}
],
"meta": {
"total-count": 2
},
"links": {
"first": "http://example.org/api/rest/admin/equipment/radius/auth-profiles?page%5Bnumber%5D=1&page%5Bsize%5D=50",
"last": "http://example.org/api/rest/admin/equipment/radius/auth-profiles?page%5Bnumber%5D=1&page%5Bsize%5D=50"
}
}