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

SupportBundleStatusDetails

Properties

failed_nodes Required

Nodes where bundles were not generated or not copied to remote server


remaining_nodes Required

Nodes whose bundle generation is in progress


success_nodes Required

Nodes whose bundles were successfully copied to remote file server

JSON Example

{
	"failed_nodes": [
		{
			"error_code": "string",
			"error_message": "string",
			"node_display_name": "string",
			"node_id": "string"
		}
	],
	"remaining_nodes": [
		{
			"node_display_name": "string",
			"node_id": "string",
			"status": "PENDING"
		}
	],
	"success_nodes": [
		{
			"bundle_name": "string",
			"bundle_size": 0,
			"node_display_name": "string",
			"node_id": "string",
			"sha256_thumbprint": "string"
		}
	]
}
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Property Of

SupportBundleStatus

Feedback

Was this page helpful?