NSX-T Data Center REST API
SupportBundleResult (type)
{ "additionalProperties": false, "id": "SupportBundleResult", "properties": { "failed_nodes": { "items": { "$ref": "FailedNodeSupportBundleResult }, "readonly": true, "required": true, "title": "Nodes where bundles were not generated or not copied to remote server", "type": "array" }, "remaining_nodes": { "items": { "$ref": "RemainingSupportBundleNode }, "title": "Nodes where bundle generation is pending or in progress", "type": "array" }, "request_properties": { "$ref": "SupportBundleRequest, "readonly": true, "required": true, "title": "Request properties" }, "success_nodes": { "items": { "$ref": "SuccessNodeSupportBundleResult }, "readonly": true, "required": true, "title": "Nodes whose bundles were successfully copied to remote file server", "type": "array" } }, "type": "object" }