NSX-T Data Center REST API

CertificateCheckingStatus (type)

{
  "additionalProperties": false,
  "id": "CertificateCheckingStatus",
  "module_id": "CertificateManager",
  "properties": {
    "error_message": {
      "description": "Error message when checking the certificate.",
      "readonly": true,
      "required": false,
      "title": "Error Message",
      "type": "string"
    },
    "status": {
      "$ref": "CertificateCheckingStatusType",
      "description": "Status of the checked certificate.",
      "readonly": true,
      "required": true,
      "title": "Status"
    }
  },
  "title": "Result of checking a certificate",
  "type": "object"
}