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

Page 595

Advertising
background image

Brocade Virtual ADX XML API Programmer’s Guide

585

53-1003248-01

Methods

6

getAllSslCrlStatus

Description
Get status information of all SSL CRL from MP.

Parameters

Table 76

contains the parameters required for the method.

Return values

Table 77

contains the return values of the method.

Error messages

List of Error Messages

getAllSslKeyPairFilenames

Description
Retrieves all the SSL key pair file names.

TABLE 76

Parameters

Name

Type

Presence

Rules

Description

startIndex

unsignedInt

Optional

Sets the start index for retrieving the CRL
record status.
When both the startIndex and numRetrieved
parameters are not present, then the status of
the possible number of CRL records is
returned.

numRetrieved

unsignedInt

Optional

Specifies the number of CRLrecord statuses to
retrieve. Maximum value allowed is 10.
When both the startIndex and numRetrieved
parameters are not present, then the status of
possible number of CRL records is returned.

filter

sslCrlStatusFilter

Optional

Filter criteria.

TABLE 77

Return values

Name

Type

Description

genericInfo

ResponseInformation

statusList

sslCrlStatus

[]

List of CRL status information.

Advertising