Home > Configuration > System > setsystemuser_allowedmanagementinterface

setsystemuser_allowedmanagementinterface

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

Syntax



Parameters

username

Name of the system-user entry to modify.
This is mandatory parameter.

allowedmanagementinterface

Allowed Management interfaces to the system user. By default user is allowed from both API and CLI interfaces. If management interface for a user is set to API, then user is 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