esx trusted infrastructure attestation services: summary

The summary structure contains a summary of an attestation service instance.

Representation:

{
    "address"{
        "hostname""string",
        "port"1
    },
    "service""obj-103",
    "group""string"
}

Attributes:

Name Type Description
Required
service string 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.esx.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.esx.trusted_infrastructure.attestation.service.

address network_address The service's address.

address.hostname string The IP address or DNS resolvable name of the service.

group string The group identifier determines which KMS service instances this attestation service can communicate with.

If the group attribute values of attestation and KMS records match then those services are associated with each other.

Optional
address.port long The port of the service.

Optional. If unset, port 443 will be used.