NSX-T Data Center REST API

CrlPemRequestType (type) (Deprecated)

{
  "additionalProperties": false,
  "deprecated": true,
  "deprecation_advice": "Do not use. This is currently unused functionality that will be removed.",
  "id": "CrlPemRequestType",
  "module_id": "CertificateManager",
  "properties": {
    "cdp_uri": {
      "description": "CRL Distribution Point URI where to fetch the CRL.",
      "maxLength": 255,
      "readonly": true,
      "required": true,
      "title": "CDP URI",
      "type": "string"
    }
  },
  "title": "Request Type to get a CRL's PEM file.",
  "type": "object"
}