Management access

hp-privilege-level

Type #: 1

Platforms supported: All

Description: Specifies the privilege level for the management user

Length: 4

Type: Integer

Value range: Predefined privilege level are values 1 (Operator) and 15 (Manager)

Format: HP-Privilege-Level = 1

hp-command-string

Type #: 2

Platforms supported: All

Description: Specifies list of CLI commands that are permitted or denied

Length: 1-253

Type: String

Value range: List of commands

Format: HP-Command-String += "show running-config",

HP-Command-String += "enable"

hp-command-exception

Type #: 3

Platforms supported: All

Description: Specifies whether commands indicated by the hp-command-string are permitted or denied

Length: 1

Type: Integer

Value range: zero (0) means permit all listed commands and deny all others;

one (1) means deny all listed commands and permit all others

Format: HP-Command-String += "show running-config",

HP-Command-String += "enable",

HP-Command-Exception = 0

or

HP-Command-String += "show running-config",

HP-Command-String += "enable",

HP-Command-Exception = 1

hp-command-string

Type#: 80

Description: Specifies URI that user is allowed or denied to access

Length: 1-253

Type: String

Value range: Lists of URIs

Format: HP-URI-String

hp-command-string

Type#: 81

Description: Specifies Parameter that user is allowed or denied to access in the URI

Length: 1-253

Type: String

Value range: List of methods

Format: HP-URI-Json-String

hp-command-string

Type#: 82

Description: Specifies method allowed/denied for the user to access the URI

Length: 2-6

Type: String

Value range: "GET", "PUT","POST", "DELETE" and ".*"

Format: HP-URI-Access

hp-command-exception

Type#: 83

Description: Specifies permission for the user to access the URI

Length: 1

Type: Integer

Value range: 0 means permit and 1 means deny

Format: HP-URI-Exception