NSX-T Data Center REST API
SuccessNodeSupportBundleResult (type)
{ "additionalProperties": false, "id": "SuccessNodeSupportBundleResult", "properties": { "bundle_name": { "readonly": true, "required": true, "title": "Name of support bundle, e.g. nsx_NODETYPE_UUID_YYYYMMDD_HHMMSS.tgz", "type": "string" }, "bundle_size": { "readonly": true, "required": true, "title": "Size of support bundle in bytes", "type": "integer" }, "node_display_name": { "readonly": true, "required": true, "title": "Display name of node", "type": "string" }, "node_id": { "readonly": true, "required": true, "title": "UUID of node", "type": "string" }, "sha256_thumbprint": { "readonly": true, "required": true, "title": "File's SHA256 thumbprint", "type": "string" } }, "type": "object" }