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

588 Brocade Virtual ADX XML API Programmer’s Guide
53-1003248-01
Methods
6
Return values
Table 83 contains the return value of the method.
Error messages
List of Error Messages
getAllSslProfileNames
Description
Retrieves all SSL profile names.
Parameters
Table 84 contains the parameters required for the method.
Return values
Table 85 contains the return values of the method.
Error messages
List of Error Messages
getAllSslProfiles
Description
Retrieves all existing SSL profiles.
TABLE 83 Return value
Name Type Description
genericInfo ResponseInformation Generic response information.
summaryList SslProfileBindingsSummary[] Summary information of all SSL services enabled on VIP ports.
TABLE 84 Parameters
Name Type Presence Rules Description
startIndex unsignedInt Optional Sets the start index used to retrieve the SSL
profile names.
When both the startIndex and numRetrieved
parameters are not present, then all the SSL
profile names are returned.
numRetrieved unsignedInt Optional Specifies the number of SSL profile names to
retrieve. Maximum value allowed is 10.
When both the startIndex and numRetrieved
parameters are absent, then all the SSL profile
names are returned.
TABLE 85 Return values
Name Type Description
genericInfo ResponseInformation Generic response information.
names string[] Array of SSL profile names.