Manage vSphere Native Key Providers
You can use
HTTP requests
to perform
vSphere Native Key Provider management operations.You can add, update, and remove vSphere
Native Key Providers.
Some operations require you
to specify parameters in the body of the HTTP request according to your
environment. For details about the syntax of each HTTP request body, see the
API Reference
documentation.- Add a vSphere Native Key Providerby specifying the provider ID in the request body.POST https://<vcenter_ip_address_or_fqdn>/api/vcenter/crypto-manager/kms/providersThe following request body contains example syntax.{ "native_spec": { }, "provider": Test_Provider }
- Update a vSphere Native Key Providerby specifying the new provider configuration in the request body.PATCH https://<vcenter_ip_address_or_fqdn>/api/vcenter/crypto-manager/kms/providers/<provider>
- Remove a vSphere Native Key Provider.DELETE https://<vcenter_ip_address_or_fqdn>/api/vcenter/crypto-manager/kms/providers/<provider>