NSX-T Data Center REST API
Create portal certificate CSR for ALB controller.
Use this API to create portal certificate CSR for ALB controller.Request:
Method:
POST
URI Path(s):
/policy/api/v1/alb/controller-nodes/certificate/csr
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ALBControllerCertificateCsr+
Example Request:
{ "common_name": "avi", "email": "[email protected]", "organization": "vm", "organization_unit": "VM", "locality": "BLR", "country": "IN", "state_name": "KA", "subject_alt_names": [ "10.50.50.28" ], "algorithm": "SSL_KEY_ALGORITHM_RSA", "key_size": "SSL_KEY_2048_BITS", "clustering_id": "e8abab64-774e-48fa-bd5c-41df7aefdb88" }Successful Response:
Response Code:
201 Created
Response Headers:
Content-type: application/json
Response Body:
ALBControllerCertificate+