Get Certificate Revocation List
-
- Last UpdatedApr 29, 2025
- 1 minute read
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