Get KMS Services
Returns the detailed information about a registered Key Provider Service instance in this vCenter. if you do not have all of the privileges described as follows: - Operation execution requires TrustedAdmin.ReadTrustedHosts.
Request
URLURL
Path Parameters
Path Parameters
the Key Provider Service instance unique identifier. The parameter must be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.kms.Service.
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Authentication
Response
Response BodyResponse Body
Detailed information about the specified Key Provider Service instance.
{
"address": {
"hostname": "string",
"port": 0
},
"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.
Errors
com.vmware.vapi.std.errors.not_found : if there is no Key Provider Service instance with the specified ID.
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
PowerCLI Client SDK Example
cURL Command
Vendor Extensions
x-vmw-doc-operation: get