List Trusted Clusters Attestation Services
Returns the basic information about all configured Attestation Service instances used by this cluster. if you do not have all of the privileges described as follows: - Operation execution requires TrustedAdmin.ReadTrustedHosts. - The resource ClusterComputeResource referenced by the parameter cluster requires System.View.
Request
URLURL
Path Parameters
Path Parameters
The ID of the cluster. The parameter must be an identifier for the resource type: ClusterComputeResource.
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Request Body
Only return services matching the filters. If {@term.unset} return all services.
{
"address": [
{
"hostname": "string",
"port": 0
}
],
"group": [
"string"
],
"services": [
"string"
],
"trust_authority_cluster": [
"string"
]
}
The service’s address. If unset, the services will not be filtered by address.
The group specifies the Key Provider Service instances can accept reports issued by this Attestation Service instance. If unset, the services will not be filtered by group.
A set of IDs by which to filter the services. If unset, the services will not be filtered by ID. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.vcenter.trusted_infrastructure.attestation.Service. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.vcenter.trusted_infrastructure.attestation.Service.
The cluster specifies the Trust Authority Cluster this Attestation Service instance belongs to. If unset, the services will not be filtered by trustAuthorityCluster.
Authentication
Response
Response BodyResponse Body
array
of
TrustedInfrastructureTrustedClustersAttestationServicesSummary
of type application/json
Basic information about all configured Attestation Service instances used by this cluster.
[
{
"address": {
"hostname": "string",
"port": 0
},
"group": "string",
"service": "string",
"trust_authority_cluster": "string"
}
]
The group specifies the Key Provider Service instances can accept reports issued by this Attestation Service instance.
The service’s unique identifier. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.attestation.Service. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.attestation.Service.
The cluster specifies the Trust Authority Cluster this Attestation Service belongs to.
Errors
‘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: list