NSX-T Data Center REST API

CrlDistributionPointStatus (type)

{
  "additionalProperties": false, 
  "id": "CrlDistributionPointStatus", 
  "module_id": "CertificateManager", 
  "properties": {
    "error_message": {
      "description": "Error message when fetching the CRL failed.", 
      "readonly": true, 
      "required": false, 
      "title": "Error Message", 
      "type": "string"
    }, 
    "status": {
      "$ref": "CdpStatusType, 
      "description": "Status of the fetched CRL for this CrlDistributionPoint", 
      "readonly": true, 
      "required": true, 
      "title": "Status"
    }
  }, 
  "title": "Reference to a CRL Distribution Point where to fetch a CRL", 
  "type": "object"
}