Crypto Manager Host KMS List Keys
List keys.
* When executed against the host, lists all the keys added to the host's key cache by AddKey/AddKeys. * When executed against the VC, lists all the keys used by the correctly registered VMs, and the host key.
Required privileges: Cryptographer.ManageKeys
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 CryptoManagerHostKMS/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
{
"limit": 0
}
[in] maximum keys to return.
List of known keys.
[
{
"_typeName": "string",
"keyId": "string",
"providerId": {
"_typeName": "string",
"id": "string"
}
}
]