NSX-T Data Center REST API
ALBControllerPKIProfileRequest (type)
{
"description": "Request for setting up PKI Profile in Avi Load Balancer Controller.",
"id": "ALBControllerPKIProfileRequest",
"module_id": "PolicyALBControllerOnBoarding",
"properties": {
"ca_certs": {
"description": "List of CA certificates to add to the PKI Profile.",
"items": {
"$ref": "ALBControllerPKIProfileCACert"
},
"required": true,
"title": "CA Certificates",
"type": "array"
},
"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"
},
"name": {
"default": "Cloud-TrustStore-PKI",
"description": "Name of the PKI Profile to create or update. Defaults to 'Cloud-TrustStore-PKI' if not provided.",
"required": false,
"title": "PKI Profile Name",
"type": "string"
}
},
"title": "ALBControllerPKIProfileRequest",
"type": "object"
}