nv show system aaa role
|
|
nv show system aaa role Displays list of roles (user capabilities) and their groups. |
|
Syntax Description |
N/A |
|
Default |
N/A |
|
History |
25.02.3000 |
|
Example |
|
|
REST API |
GET https://<ip>/nvue_v1/system/aaa/role |
|
Related commands |
nv show system aaa role monitor
|
|
Notes |
|
nv show system aaa role id
|
|
nv show system aaa role <role-id> Displays configuration of a role. |
|
|
Syntax Description |
role-id |
The name of the role (i.e., admin, monitor) |
|
Default |
N/A |
|
|
History |
25.02.3000 |
|
|
Example |
|
|
|
REST API |
GET https://<ip>/nvue_v1/system/aaa/role/{role-id} |
|
|
Related commands |
nv show system aaa role
|
|
|
Notes |
admin—full administrative capabilities
|
|
nv show system aaa class
|
|
nv show system aaa class Display all Classes configuration and state. |
|
|
Syntax Description |
N/A |
|
|
Default |
N/A |
|
|
History |
25.02.3000 |
|
|
Example |
|
|
|
REST API |
GET https://<ip>/nvue_v1/system/aaa/class |
|
|
Related Commands |
nv set system aaa class <class-id> command-path <command-path-id>
|
|
|
Notes |
|
|
nv show system aaa class id
|
|
nv show system aaa class <class-id> Display configuration and state of a class. |
|
|
Syntax description |
class-id |
The name of the class. |
|
Default |
N/A |
|
|
History |
25.02.3000 |
|
|
Example |
|
|
|
REST API |
GET https://<ip>/nvue_v1/system/aaa/class/{class-id} |
|
|
Related Commands |
nv set system aaa class <class-id> command-path <command-path-id>
|
|
|
Notes |
|
|
nv show system aaa class id command-path
|
|
nv show system aaa class <class-id> command-path [<command-path-id>] Display configuration and state of a class command-paths. |
|
|
Syntax description |
class-id |
The name of the class |
|
command-path-id |
The command path (e.g., /interface/eth0) |
|
|
Default |
N/A |
|
|
History |
25.02.3000 |
|
|
Example |
|
|
|
REST API |
GET https://<ip>/nvue_v1/system/aaa/class/{class-id}/command-path/{command-path-id} |
|
|
Related Commands |
nv set system aaa class <class-id> command-path <command-path-id>
|
|
|
Notes |
|
|
nv set/unset system aaa class action
|
|
nv set system aaa class <class-id> action <arg>
Set the action to be taken upon getting a match on the command paths.
|
|
|
Syntax Description
|
class-id |
The name of the class |
|
arg |
The action to be taken upon getting a match on the command paths
|
|
|
Default |
action: allow |
|
|
History |
25.02.3000 |
|
|
Example |
|
|
|
REST API |
N/A |
|
|
Related Commands |
|
|
|
Notes |
|
|
nv set/unset system aaa class command-path
|
|
nv set system aaa class <class-id> command-path [<command-path-id>] [permission <permission>]
Configure command paths for classes.
|
|
|
Syntax Description
|
class-id |
The name of the class |
|
command-path-id |
The command path (e.g., /interface/eth0) |
|
|
permission |
The permissions on the command path
|
|
|
Default |
permission: all |
|
|
History |
25.02.3000 |
|
|
Example |
|
|
|
REST API |
PATCH https://<ip>/nvue_v1/system/aaa/class/{class-id}/command-path/{command-path-id}
|
|
|
Related Commands |
nv set system aaa class <class-id> action <arg> |
|
|
Notes |
|
|
nv unset system aaa class
|
|
nv unset system aaa class [<class-id>] Clear class configuration. |
|
|
Syntax Description |
class-id |
The name of the class |
|
Default |
N/A |
|
|
History |
25.02.3000 |
|
|
Example |
|
|
|
REST API |
PATCH https://<ip>/nvue_v1/system/aaa/class/{class-id}
|
|
|
Related Commands |
nv set system aaa class <class-id> command-path <command-path-id>
|
|
|
Notes |
A class cannot be unset if it is a part of a role. |
|
nv set/unset system aaa role class
|
|
nv set system aaa role {<role-id> class <class-id>}
Configure classes under role.
|
|
|
Syntax Description |
role-id |
The name of the role |
|
class-id |
The name of the class |
|
|
Default |
N/A |
|
|
History |
25.02.3000 |
|
|
Example |
|
|
|
REST API |
PATCH https://<ip>/nvue_v1/system/aaa/role/{role-id}/class/{class-id} |
|
|
Related Commands |
nv set system aaa class <class-id> action <arg>
|
|
|
Notes |
|
|
nv unset system aaa role
|
|
nv unset system aaa role <role-id> Clear role's configuration. |
|
|
Syntax Description |
role-id |
The name of the role |
|
Default |
N/A |
|
|
History |
25.02.3000 |
|
|
Example |
|
|
|
REST API |
PATCH https://<ip>/nvue_v1/system/aaa/role/{role-id}/ |
|
|
Related Commands |
nv set system aaa role <role-id> class <class-id> |
|
|
Notes |
A role cannot be unset if it is a part of a user. |
|
Last updated: