HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

/system/aaa_server_group_prios/{AAA_Server_Group_Prio.session_type}

Path Params
string
enum
required

Reference Resource: AAA_Server_Group_Prio
Channel through which user is logging in: 'ssh' : Secure Shell 'console' : Serial cable 'https-server' : REST API, Web UI etc. 'telnet' : Telnet 'default' : If authentication_group_prios, authorization_group_prios and/or accounting_group_prios per channel i.e, ssh/console/https-server/telnet is empty, then configuration from 'default' will be applied.

Allowed:
Body Params
accounting_group_prios
object

Reference Resource: AAA_Server_Group
Specifies the list of AAA-server-groups and the order in which they will be applied for all accounting record-types: exec, commands, system. For example: 0=AAA_SERVER_GROUP1, 1=AAA_SERVER_GROUP2 ... If no server groups are mentioned, the configuration from 'default' session type is used. If no server groups are mentioned in 'default' session type, only local accounting will be performed.

authentication_group_prios
object

Reference Resource: AAA_Server_Group
Specifies the list of AAA-server-groups and the order in which they will be applied for authentication. For example: 0=AAA_SERVER_GROUP1, 1=AAA_SERVER_GROUP2 ... If no server groups are mentioned, the configuration from 'default' session type is used. If no server groups are mentioned in 'default' session type, local authentication is used. The local group has a default priority of 0

authorization_group_prios
object

Reference Resource: AAA_Server_Group
Specifies the list of AAA-server-groups and the order in which they will be applied for authorization. For example: 0=AAA_SERVER_GROUP1, 1=AAA_SERVER_GROUP2 ... If no server groups are mentioned, the configuration from 'default' session type is used. If no server groups are mentioned in 'default' session type, none authorization is used. The none group has a default priority of 0. Command authorization is not supported for https-server session. The authorization_group_prios field for https-server session is ignored.

radius_authorize_only_group_prios
object

Reference Resource: AAA_Server_Group
Specifies the list of AAA-server-groups and the order in which they will be applied for radius authorize-only. For example: 0=AAA_SERVER_GROUP1, 1=AAA_SERVER_GROUP2 ... Radius Authorize-only is supported only for ssh/https-server session. The radius_authorize_only_group_prios field for other sessions are ignored. Radius Authorize-only is supported only on RADSEC servers part of the AAA-server-groups.

Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

415

Unsupported Media Type

500

Internal Server Error

501

Not Implemented

503

Service Unavailable

Language
Response
Click Try It! to start a request and see the response here!