Create KMS Providers
DescriptionAdd a new provider. if you do not have all of the privileges described as follows: - Operation execution requires Cryptographer.ManageKeyServers.
Request
URLURL
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Request Body
{
"provider": "string"
}
Provider identifier. A unique string provided by the client.
When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.crypto_manager.kms.provider. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.crypto_manager.kms.provider.
The constraints on the provider. If unset there are no constraints on the provider.
Native provider create spec. This field is required when creating a NATIVE provider.
Authentication
Errors
Errors
com.vmware.vapi.std.errors.already_exists : if a provider with the same identifier already exists. | com.vmware.vapi.std.errors.invalid_argument : if the spec is invalid. | com.vmware.vapi.std.errors.unsupported : if creating a provider of the type is not supported.
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
cURL Command
Vendor Extensions
x-vmw-doc-operation: create