Create KMS Services
Registers a Key Provider Service instance in this vCenter. if you do not have all of the privileges described as follows: - Operation execution requires TrustedAdmin.ManageTrustedHosts.
Request
URLURL
Header Parameters
Header Parameters
Request Body
The CreateSpec for the new service. The Services.CreateSpec structure contains the data necessary for registering a Key Provider Service instance to the environment.
{
"address": {
"hostname": "string"
},
"group": "string",
"trust_authority_cluster": "string",
"trusted_CA": {
"cert_chain": [
"string"
]
}
}
The group determines the Attestation Service instances this Key Provider service can accept reports from.
The cluster specifies the Trust Authority Cluster this Key Provider Service belongs to.
Response
Response BodyResponse Body
ID of the newly registered Key Provider Service instance. The result will be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.kms.Service.