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

590 Brocade Virtual ADX XML API Programmer’s Guide
53-1003248-01
Methods
6
Return values
Table 89 contains the return values of the method.
Error messages
List of Error Messages
getAllTcpProfileNames
Description
Retrieve all TCP profile names.
Parameters
Table 90 contains the parameters required for the method.
Return values
Table 91 contains the return value of the method.
numRetrieved unsignedInt Optional Specifies the number of SSL profiles to retrieve.
Maximum value allowed is 256.
When both the startIndex and numRetrieved
parameters are absent, then all the SSL profile
names are returned.
filter SslProfileSummaryFilter Optional Summary filter criteria.
TABLE 89 Return values
Name Type Description
genericInfo ResponseInformation Generic response information.
summaryList SslProfileSummary[] Summary information list of all SSL profiles.
TABLE 90 Parameters
Name Type Presence Rules Description
startIndex unsignedInt Optional Sets the start index to retrieve the TCP profile
names. When both the startIndex and
numRetrieved parameters are absent, then all
the TCP profile names are returned.
numRetrieved unsignedInt Optional Specifies the number of TCP profile names to
retrieve. Maximum value allowed is 10.
When both the startIndex and numRetrieved
parameters are absent, then all the TCP profile
names are returned.
TABLE 91 Return value
Name Type Description
genericInfo ResponseInformation Generic response information.
names string[] The array of TCP profile names.
TABLE 88 Parameters
Name Type Presence Rules Description