Createuser, Deleteallcontexts, Deletecontext – Brocade Virtual ADX XML API Programmer’s Guide (Supporting ADX v03.1.00) User Manual

Page 78

Advertising
background image

68

Brocade Virtual ADX XML API Programmer’s Guide

53-1003248-01

Methods

3

Error messages

List of Error Messages

createUser

Description
Creates one or more users with the given user specific information such as username, type of user,
and password etc. If the operation fails in the middle, it returns an appropriate error message and
terminates the operation, rollback is not supported.

Parameters

Table 169

contains the parameters required for the method.

Return values
Not applicable.

Error messages

List of Error Messages

deleteAllContexts

Description
Deletes all the contexts configured on the system.

Parameters
Not applicable.

Return values
Not applicable.

Error messages

List of Error Messages

deleteContext

Description
Deletes one or more contexts configured on the system.

Parameters

Table 170

contains the parameters required for the method.

TABLE 169

Parameters

Name

Type

Presence

Rules

Description

users

User

[ ]

Mandatory

Identifies the user specific information.

TABLE 170

Parameters

Name

Type

Presence

Rules

Description

context

string[ ]

Mandatory Maximum 32 characters.

Identifies the context information to be deleted.

Advertising