Crypto Manager Kmip Get Default Kms Cluster
Get the default KMS cluster of 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 8.0.2.0 APIs.
{
"entity": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"defaultsToParent": false
}
[in] (Optional, default = false) If set to true, then get the default kms cluster follow the entity hierarchy. That means if the entity has no default kms cluster, then try to get from its parent.
The default kms cluster of the entity, if any.
{
"_typeName": "string",
"id": "string"
}
Globally unique ID for the crypto key provider.
Servers with the same ID must provide the same keys. Cannot be empty.