[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
SupportBundleResult
Properties
array of
FailedNodeSupportBundleResult
failed_nodes
Required
Nodes where bundles were not generated or not copied to remote server
array of
RemainingNodeSupportBundleResult
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: running , success , cancelling , cancelled
array of
SuccessNodeSupportBundleResult
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