Getallsslcrlrecordnames – Brocade Virtual ADX XML API Programmer’s Guide (Supporting ADX v03.1.00) User Manual

Page 594

Advertising
background image

584

Brocade Virtual ADX XML API Programmer’s Guide

53-1003248-01

Methods

6

Return values

Table 73

contains the return values of the method.

Error messages

List of Error Messages

getAllSslCrlRecordNames

Description
Retrieves all CRL record names.

Parameters

Table 74

contains the parameters required for the method.

Return values

Table 75

contains the return value of the method.

Error messages

List of Error Messages

.

TABLE 73

Return values

Name

Type

Description

genericInfo

ResponseInformation

Generic response information.

summaryList

SslCertificateSummary

[]

Returns the information of all SSL certificate information.

TABLE 74

Parameters

Name

Type

Presence

Rules

Description

startIndex

unsignedInt

Optional

Sets the start index to retrieve the CRL
record names.
When both the startIndex and
numRetrieved parameters are not
present, then all the CRL record names
are returned.

numRetrieved

unsignedInt

Optional

Specifies the number of CRL record
names to retrieve. Maximum value
allowed is 10.
When both the startIndex and
numRetrieved parameters are not
present, then all the CRL record names is
returned.

TABLE 75

Return value

Name

Type

Description

genericInfo

ResponseInformation

names

string[]

Array of CRL record names.

Advertising