[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform

InlineClusterStatus1

Properties

string
appliance_version Required

Version of Appliance deployed


string
message_bus_endpoint Required

Endpoint of Kafka message bus


string
cluster_id Required

UUID of the cluster


string
cluster_name Required

Name of the cluster


form_factor Required

Form factor of the cluster

Possible values are: STANDARDADVANCEDEVALUATIONUNKNOWN


string
ingress_url Required

End point for cluster ingress.


string
k8s_version Required

Version of Kubernetes used.


network_data_flow Required

No. of network data flow events in the cluster


integer as int32
node_count Required

No. of Nodes in the cluster.


boolean
can_reach_manager Optional

If NAPP cluster can reach manager nodes

JSON Example

{
	"appliance_version": "string",
	"cluster_id": "string",
	"cluster_name": "string",
	"form_factor": "STANDARD",
	"ingress_url": "string",
	"k8s_version": "string",
	"message_bus_endpoint": "string",
	"network_data_flow": {
		"receive": 0,
		"total": 0,
		"transmit": 0
	},
	"node_count": 0
}
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Used By

ClusterStatus

Feedback

Was this page helpful?