Crypto Manager Kmip Set Default Kms Cluster
Set the default KMS cluster for the specified managed entity.
Required privileges: Cryptographer.ManageKeyServers
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case CryptoManagerKmip/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"SetDefaultKmsClusterRequestType Object"
[in] The managed entity where the default KMS cluster to be set. Currently the valid managed entity could be cluster or host folder. If omitted, then will set global default KMS cluster.
[in] KMS cluster ID to become default. If omitted, then will clear the default KMS cluster setting.
No Content
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/CryptoManagerKmip/{moId}/SetDefaultKmsCluster