User's Manual

1022 | External User Management Dell Networking W-Series ArubaOS 6.4.x| User Guide
In which,
l Result specifies if the XML result was successful or failure. If the request was successful, the result tag will
contain the Ok string. If the request was a failure, the result tag will contain the Error string.
l Code is an integer number that represents the error in the request. This tag is populated only if there is an
error in the request.
l Reason is message that contain descriptive information about error.
Response Codes
The following response codes are returned if the XML request return an the Error string.
Code Reason message Description
1
unknown user
The user specified in the XML request does not exist or
is incorrect.
Returned by the user_authenticate,
user_delete, user_blacklist, and
user_query commands.
2
unknown role
The specified role in the XML request does not exist in
the controller.
Returned by the user_add command.
3
unknown external agent
Returned by all commands.
4
authentication failed
The username and the key does not match.
Returned by commands that contain the
shared_key in XML request.
5
invalid command
The XML request contains a command not supported by
ArubaOS XML API interface.
6
invalid message authentication method
The authentication method specified in the XML request
is not supported by the ArubaOS XML API interface.
Returned by commands that contain the
authentication method in the XML
request.
7
invalid message digest
Returned by commands that contain the
shared_key in the XML request.
8
missing message authentication
The authentication method is not specified in the XML
request.
Returned by all commands that require
the authentication method in the XML
request.
9
missing or invalid version number
The XML request does not contain the version number
or the version number is incorrect.
Returned by all commands.
10
internal error
11
client not authorized
The shared key in the XML request does not match or
the XML API server is not defined in the appropriate
AAA profile.
Returned by all commands that require
shared key to be specified in the XML
request.
12
Cant use VLAN IP
Table 223: XML Response Codes