NSX-T Data Center REST API

ALBControllerCertificateParameters (type)

{
  "additionalProperties": false,
  "id": "ALBControllerCertificateParameters",
  "module_id": "PolicyALBControllerOnBoarding",
  "properties": {
    "ca_only": {
      "description": "If set to True, given CA certificate will be added to NSX truststore, no certificate install will be performed on Avi Load Balancer Controller.",
      "required": false,
      "title": "Add given CA certificate to NSX Truststore",
      "type": "boolean"
    }
  },
  "type": "object"
}