vcenter trusted infrastructure attestation services: info
The
info
structure contains all the stored information about a registered Attestation Service instance. This structure was added in vSphere API 7.0.0.0.Representation:
{
"trusted_CA" : {
"cert_chain" : [
"string",
"string"
]
},
"trust_authority_cluster" : "string",
"group" : "string"
}
"trusted_CA" : {
"cert_chain" : [
"string",
"string"
]
},
"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 | ||
-.address | network_address | The service's address. This attribute was added in vSphere API 7.0.0.0. |
-.trusted_CA | x509_cert_chain | The service's TLS certificate chain. This attribute was added in vSphere API 7.0.0.0. |
-.trusted_CA.cert_chain | string[] | Certificate chain in base64 format. 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 belongs to. This attribute was added in vSphere API 7.0.0.0. |
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
address | network_address | The service's address. This attribute was added in vSphere API 7.0.0.0. |
trusted_CA | x509_cert_chain | The service's TLS certificate chain. This attribute was added in vSphere API 7.0.0.0. |
trusted_CA.cert_chain | string[] | Certificate chain in base64 format. 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 belongs to. This attribute was added in vSphere API 7.0.0.0. |