Crypto Manager Kmip List Kmip Servers
List the registered KMIP servers.
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.1.0.0 APIs.
{
"limit": 0
}
[in] maximum clusters to return.
List of known KMIP servers grouped in clusters.
[
{
"_typeName": "string",
"clusterId": {
"_typeName": "string",
"id": "string"
},
"servers": [
{
"_typeName": "string",
"name": "string",
"address": "string",
"port": 0,
"proxyAddress": "string",
"proxyPort": 0,
"reconnect": 0,
"protocol": "string",
"nbio": 0,
"timeout": 0,
"userName": "string"
}
],
"useAsDefault": false,
"managementType": "string",
"useAsEntityDefault": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"hasBackup": false,
"tpmRequired": false,
"keyId": "string",
"defaultKeyType": "string",
"keyInfo": {
"_typeName": "string"
}
}
]
Data Object representing a cluster of KMIP servers.
All servers in a cluster must provide the same keys.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/sdk/vim25/{release}/CryptoManagerKmip/{moId}/ListKmipServers