List Trusted Clusters Attestation Services
Released in v7.0.0Returns 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
Parameters
Parameters
Header Parameters
Header Parameters
vmware-api-session-id Example
b00db39f948d13ea1e59b4d6fce56389
Request Body
TrustedInfrastructureTrustedClustersAttestationServicesFilterSpec of type application/json (optional){
"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.
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.