Crypto Manager Kmip Retrieve Kmip Server Cert
Get the server certificate.
In the case of error, an empty certificate string is returned.
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.
Show optional properties
{
"keyProvider": {},
"server": {}
}
{
"keyProvider": {
"_typeName": "string",
"id": "string"
},
"server": {
"_typeName": "string",
"name": "string",
"address": "string",
"port": 0,
"proxyAddress": "string",
"proxyPort": 0,
"reconnect": 0,
"protocol": "string",
"nbio": 0,
"timeout": 0,
"userName": "string"
}
}
[in] KMIP cluster in which the server is placed or will be created.
[in] KMIP server.
Information about the server certificate.
{
"_typeName": "string",
"certificate": "string",
"certInfo": {
"_typeName": "string",
"subject": "string",
"issuer": "string",
"serialNumber": "string",
"notBefore": "string",
"notAfter": "string",
"fingerprint": "string",
"checkTime": "string",
"secondsSinceValid": 0,
"secondsBeforeExpire": 0
},
"clientTrustServer": false
}
The server certificate.
The basic information about server's certificate.
Whether this KMS server is trusted by local Kmip client.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"keyProvider":"{}","server":"{}"}' https://{api_host}/sdk/vim25/{release}/CryptoManagerKmip/{moId}/RetrieveKmipServerCert