vcenter trusted infrastructure attestation services: summary
The
summary
structure contains basic information about a registered Attestation Service instance. This structure was added in vSphere API 7.0.0.0.Representation:
{
"service" : "obj-103",
"trust_authority_cluster" : "string",
"group" : "string"
}
"service" : "obj-103",
"trust_authority_cluster" : "string",
"group" : "string"
}
Query parameters:
Name | Type | Description |
---|---|---|
bold = required | ||
hostname | string | The IP address or DNS resolvable name of the service. This attribute was added in vSphere API 7.0.0.0. |
port | long | The port of the service. This attribute was added in vSphere API 7.0.0.0. Optional. If unset, port 443 will be used. |
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
-.service | string | The service's unique identifier. This attribute was added in vSphere API 7.0.0.0. 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 . |
-.address | network_address | The service's address. This attribute was added in vSphere API 7.0.0.0. |
-.group | string | The group specifies the Key Provider Service instances that can accept reports issued by this Attestation Service instance. This attribute was added in vSphere API 7.0.0.0. |
-.trust_authority_cluster | string | The cluster specifies the Trust Authority Cluster this Attestation Service instance belongs to. This attribute was added in vSphere API 7.0.0.0. |
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
service | string | The service's unique identifier. This attribute was added in vSphere API 7.0.0.0. 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 . |
address | network_address | The service's address. This attribute was added in vSphere API 7.0.0.0. |
group | string | The group specifies the Key Provider Service instances that can accept reports issued by this Attestation Service instance. This attribute was added in vSphere API 7.0.0.0. |
trust_authority_cluster | string | The cluster specifies the Trust Authority Cluster this Attestation Service instance belongs to. This attribute was added in vSphere API 7.0.0.0. |