Get Revoked CICs for a Tenant (v2.0)
GET/sdwan/v2.0/api/certificates/revoked
Retrieve all revoked CICs for a tenant.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
certificate string
The details of the certificate.
entity_id stringrequired
The entity ID.
id string
The ID.
issuer stringrequired
Details of the certificate issuer.
issuer_id stringrequired
The ID of the issuer.
not_after int64
The certificate time frame.
not_before int64
The certificate time frame.
public_key string
The public key.
revocation_date int64
The certificate revocation date.
revocation_reason string
The certificate revocation reason.
revoked boolean
If certificate is revoked. True or False.
serial_no stringrequired
Serial No: NotNull(message = INVALID_SERIAL_NO)
subj_descr string
The subject description.
subj_serial_no string
The subject serial number.
subj_uid string
The subject UID.
subject stringrequired
The subject.
title string
The title of the certificate.
{
"certificate": "string",
"entity_id": "string",
"id": "string",
"issuer": "string",
"issuer_id": "string",
"not_after": 0,
"not_before": 0,
"public_key": "string",
"revocation_date": 0,
"revocation_reason": "string",
"revoked": true,
"serial_no": "string",
"subj_descr": "string",
"subj_serial_no": "string",
"subj_uid": "string",
"subject": "string",
"title": "string"
}
Loading...