HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

/system/aaa_server_group_prios/{session_type}

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
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. 'default' : If authentication_group_prios, authorization_group_prios and/or accounting_group_prios per channel i.e, ssh/console/https-server 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.

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.

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

Responses
200

OK

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
LoadingLoading…