Powered by Zoomin Software. For more details please contactZoomin

WAF API Reference Guide

Source Type
Application Security
Data Security
Network Security
Application Performance
Product Versions
Hypervisor Installation
Document Type
Access
Product Area
This guide
Table of Contents

Get Certificate Revocation List

 Get Certificate Revocation List

Description

Get all certificate revocation lists.

URL

https://{host:port}/SecureSphere/api/v1/conf/globalObjects/certificateAuthorities/certificateRevocationList/

HTTP Method

GET

Response Body Attributes

Parameter

Description

Value

certificateRevocationListName

Name of Certificate Revocation List

String

selectedCertificateAuthority

Certificate Authority owner of the Certificate Revocation List

String

Response Body Example

[

{

"certificateRevocationListName": "CRL1",

"selectedCertificateAuthority": "WafSite.com"

},

{

"certificateRevocationListName": "CRL2",

"selectedCertificateAuthority": "WafSite2.com"

}

]

HTTP Example

GET /SecureSphere/api/v1/conf/globalObjects/certificateAuthorities/certificateRevocationList / HTTP/1.1

Host: mxserver:8083

Cookie: JSESSIONID=0123456789ABCDEF0123456789ABCDEF

HTTP/1.1 200 OK

Content-Type: application/json

Was this topic helpful?