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

SupportBundleResult

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


string
remoteTaskID Required

remoteTaskID by which manager node will check on support bundle collection status


request_properties Required

The support bundle collection request for which the current operation is running.


string
status Required

Node will start with running

Possible values are: runningsuccesscancellingcancelled


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"
		}
	],
	"remoteTaskID": "string",
	"request_properties": {},
	"status": "running",
	"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
Returned By

Post Support Bundle Collection

Feedback

Was this page helpful?