NSX-T Data Center REST API

StaleCertificate (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "CertificateBinding"
  },
  "id": "StaleCertificate",
  "module_id": "CertificateManager",
  "nsx_feature": "CertificateBatchOperations",
  "properties": {
    "certificate_id": {
      "pattern": "^[a-zA-Z0-9]+([-._]?[a-zA-Z0-9]+)*$",
      "readonly": false,
      "required": true,
      "title": "Certificate Id",
      "type": "string"
    },
    "display_name": {
      "description": "Display name of the stale certificate",
      "readonly": true,
      "required": false,
      "title": "Display name",
      "type": "string"
    },
    "node_id": {
      "description": "Node Id to which this certificate is applied to.",
      "readonly": false,
      "required": false,
      "title": "Node Id",
      "type": "string"
    },
    "service_type": {
      "$ref": "ServiceType",
      "description": "Service Type of the CertificateProfile to which the certificate is applied to.",
      "readonly": false,
      "required": true,
      "title": "Service Type"
    }
  },
  "title": "Stale Certificate",
  "type": "object"
}