NSX-T Data Center REST API

CrlDistributionPointStatus (type) (Deprecated)

{
  "additionalProperties": false,
  "deprecated": true,
  "deprecation_advice": "Do not use. This is currently unused functionality that will be removed.",
  "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"
}