Crypto Manager Kmip Set Key Custom Attributes
Set crypto key's custom attributes.
Since: vSphere API Release 8.0.1.0
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 CryptoManagerKmip/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"SetKeyCustomAttributesRequestType Object"
[in] The crypto Key Id.
[in] The spec that contains custom attributes key/value pairs.
The structure combined with status and fail reason.
"CryptoKeyResult Object"
Data Object representing a cryptographic key.
success
reason
Fault which includes details about the error.
Since: vSphere API Release 7.0.1.0
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/CryptoManagerKmip/{moId}/SetKeyCustomAttributes