NSX-T Data Center REST API

SetInterSiteAphCertificateRequest (type)

{
  "additionalProperties": false,
  "id": "SetInterSiteAphCertificateRequest",
  "module_id": "CertificateManager",
  "properties": {
    "cert_id": {
      "description": "ID of the certificate that is already imported.",
      "readonly": true,
      "required": true,
      "title": "Certificate ID",
      "type": "string"
    },
    "used_by_id": {
      "description": "ID of the node that this certificate is used on.",
      "readonly": true,
      "required": true,
      "title": "Node ID",
      "type": "string"
    }
  },
  "title": "Data for setting Appliance Proxy certificate for inter-site communication",
  "type": "object"
}