SupportBundleStatusDetails
SupportBundleStatusDetails
JSON Example
{
"failed_nodes": [
{
"node_display_name": "string",
"node_id": "string",
"error_message": "string",
"error_code": "string"
}
],
"success_nodes": [
{
"node_display_name": "string",
"node_id": "string",
"sha256_thumbprint": "string",
"bundle_name": "string",
"bundle_size": 0
}
],
"remaining_nodes": [
{
"node_display_name": "string",
"node_id": "string",
"status": "string"
}
]
}
array of FailedNodeSupportBundleResult
failed_nodes
Required
Nodes where bundles were not generated or not copied to remote server
array of SuccessNodeSupportBundleResult
success_nodes
Required
Nodes whose bundles were successfully copied to remote file server
array of RemainingNodeSupportBundleResult
remaining_nodes
Required
Nodes whose bundle generation is in progress