Cluster Reported Properties Response
data class ClusterReportedPropertiesResponse(val clusterId: String, val clusterName: String, val clusterType: String, val clusterVersion: String, val diagnosticLevel: String? = null, val imdsAttestation: String, val lastUpdated: String, val manufacturer: String, val nodes: List<ClusterNodeResponse>, val oemActivation: String, val supportedCapabilities: List<String>)
Properties reported by cluster agent.
Properties
Link copied to clipboard
Name of the on-prem cluster connected to this resource.
Link copied to clipboard
The node type of all the nodes of the cluster.
Link copied to clipboard
Version of the cluster software.
Link copied to clipboard
Level of diagnostic data emitted by the cluster.
Link copied to clipboard
IMDS attestation status of the cluster.
Link copied to clipboard
Last time the cluster reported the data.
Link copied to clipboard
The manufacturer of all the nodes of the cluster.
Link copied to clipboard
List of nodes reported by the cluster.
Link copied to clipboard
OEM activation status of the cluster.
Link copied to clipboard
Capabilities supported by the cluster.