Programmer's Guide (Supporting ADX v03.1.00) Manual

Brocade Virtual ADX XML API Programmer’s Guide 591
53-1003248-01
Methods
6
Error messages
List of Error Messages
getAllTcpProfiles
Description
Retrieves the information on existing TCP profiles.
Parameters
Table 92 contains the parameters required for the method.
Return values
Table 93 contains the return value of the method.
Error messages
List of Error Messages
getSslAlertStatistics
Description
Retrieves the SSL alert statistics.
Parameters
None
TABLE 92 Parameters
Name Type Presence Rules Description
startIndex unsignedInt Optional Sets the start index to retrieve the TCP profiles.
When both the startIndex and numRetrieved
parameters are absent, then all the TCP profile
are returned.
numRetrieved unsignedInt Optional Specifies the number of TCP profiles to retrieve.
Maximum value allowed is 256.
When both the startIndex and numRetrieved
parameters are absent, then all the TCP
profiles are returned.
filter tcpProfileFilter Optional Filter criteria.
TABLE 93 Return value
Name Type Description
genericInfo ResponseInformation Generic response information.
profileList TcpProfile[] Lists the TCP profile information.