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

Brocade Virtual ADX XML API Programmer’s Guide 583
53-1003248-01
Methods
6
Return values
Table 71 contains the return values of the method.
Error messages
List of Error Messages
getAllSslCertificatesSummary
Description
Retrieves the summary information of all SSL certificates.
Parameters
Table 72 contains the parameters required for the method.
TABLE 71 Return values
Name Type Description
genericInfo ResponseInformation Generic response information.
filenameList sslCertName[] Array of SSL certificate file names.
TABLE 72 Parameters
Name Type Presence Rules Description
filter SslCertificateSummary Optional Only the following
parameters are
supported for filtering:
“name”, “issuer” and
“subjectName”.
When values of multiple
parameters are present in
filter criteria, then the
response is filtered based
on all the search strings.
Criteria for filtering
certificate summary
information.
startIndex unsignedInt Optional Sets the starting index for
labeling the number of SSL
certificates in an ordered list.
When both the startIndex
and numRetrieved
parameters are not present,
then all SSL Certificate
names are returned.
numRetrieved unsignedInt Optional Specifies the number of SSL
certificate names to be
retrieved. Maximum value
allowed is 10.
When both the startIndex
and numRetrieved
parameters are not present,
then all SSL certificate
names are returned.