Home > Configuration > System > setsystemgroup_allowedmanagementinterface

setsystemgroup_allowedmanagementinterface

Use this method to set allowed Management interfaces of the system users in the group. By default allowed from both API and CLI interfaces. If management interface for a group is set to API, then all users under this group will not allowed to access NS through CLI. GUI interface will come under API interface

Syntax



Parameters

groupname

Name of system group to be modified.
This is mandatory parameter.

allowedmanagementinterface

Allowed Management interfaces of the system users in the group. By default allowed from both API and CLI interfaces. If management interface for a group is set to API, then all users under this group will not allowed to access NS through CLI. GUI interface will come under API interface
Default value = NS_INTERFACE_ALL.
Possible Values : CLI, API.

Return Value

Returns simpleResult

See Also