NSX-T Data Center REST API
ApplyCertificateParameters (type)
{ "additionalProperties": false, "id": "ApplyCertificateParameters", "module_id": "CertificateManager", "properties": { "node_id": { "description": "Optional node-id to which to apply the certificate. The cluster_certificate field of the matching Certificate Profile must be false, as those get applied to all nodes.", "maxLength": 255, "readonly": false, "required": false, "title": "Node Id", "type": "string" }, "service_type": { "$ref": "ServiceType, "description": "Service Type of the CertificateProfile to apply the certificate to.", "required": true, "title": "Service Type" } }, "type": "object" }