Get /radius/attrgroups/list
Description
Get list of RADIUS attribute groups, returns name and id of each.
Request Headers
Key |
Value |
Type |
Description |
---|---|---|---|
Authorization | Bearer <Authorization Token> | String | Authorization credential generated by FortiNAC |
Content-Type (option 1) | application/json | String | |
Content-Type (option 2) |
application/xml |
|
|
Sample Request
Request URL |
Get https://10.106.94.152:8443/api/v2/radius/attrgroups/list |
Request Header |
Authorization: Bearer <Authorization_Token> Content-Type: application/json
|
Sample Response
{
"status": "success",
"errorMessage": null,
"results": [
{
"name": "Aruba_Role",
"id": 4
},
{
"name": "Aruba_Vlan",
"id": 3
},
{
"name": "CiscoVPN",
"id": 5
},
{
"name": "RFC_Role",
"id": 2
},
{
"name": "RFC_Vlan",
"id": 1
}
]
}