NSX-T Data Center REST API

ALBControllerCertificate (type)

{
  "description": "Avi Load Balancer Controller portal certificate.",
  "id": "ALBControllerCertificate",
  "module_id": "PolicyALBControllerOnBoarding",
  "properties": {
    "cert": {
      "description": "Avi Load Balancer Controller portal certificate or CSR.",
      "required": false,
      "title": "Avi Load Balancer Controller portal certificate or CSR",
      "type": "string"
    },
    "clustering_id": {
      "description": "Unique Id for Avi Load Balancer Controller Cluster used in VCF managed NSX.",
      "readonly": true,
      "required": false,
      "title": "Unique Id for Avi Load Balancer Controller Cluster used in VCF managed NSX",
      "type": "string"
    },
    "csr": {
      "description": "Avi Load Balancer Controller portal certificate or CSR.",
      "required": false,
      "title": "Avi Load Balancer Controller portal certificate or CSR",
      "type": "string"
    },
    "name": {
      "description": "Name of Avi Load Balancer Controller portal certificate or CSR.",
      "required": true,
      "title": "Name of Avi Load Balancer Controller portal certificate or CSR",
      "type": "string"
    }
  },
  "title": "ALBControllerCertificate",
  "type": "object"
}