NSX-T Data Center REST API
ALBControllerPKIProfileResponse (type)
{
"description": "Response for PKI Profile setup in Avi Load Balancer Controller.",
"id": "ALBControllerPKIProfileResponse",
"module_id": "PolicyALBControllerOnBoarding",
"properties": {
"name": {
"description": "Name of the PKI Profile that was created or updated.",
"required": true,
"title": "PKI Profile Name",
"type": "string"
},
"status": {
"description": "Status message for the PKI Profile setup operation.",
"required": true,
"title": "Status",
"type": "string"
},
"uuid": {
"description": "UUID of the PKI Profile in Avi Load Balancer Controller.",
"required": true,
"title": "PKI Profile UUID",
"type": "string"
}
},
"title": "ALBControllerPKIProfileResponse",
"type": "object"
}