SupportBundleResult

SupportBundleResult
SupportBundleResult
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"
        }
    ],
    "request_properties": {
        "remote_file_server": {
            "directory_path": "/home/support_bundles",
            "port": 22,
            "protocol": {
                "name": "SCP",
                "ssh_fingerprint": "00:11:22:33:44:55:66:77:88:99:aa:bb:cc:dd:ee:ff",
                "authentication_scheme": {
                    "username": "admin",
                    "password": "somePassword123",
                    "scheme_name": "PASSWORD"
                }
            },
            "server": "ftp.vmware.com"
        },
        "dynamic_content_filters": [
            "NAPP:SERVICE:MESSAGING"
        ],
        "content_filters": [
            "DEFAULT"
        ],
        "log_age_limit": 0
    },
    "status": "string",
    "remoteTaskID": "string"
}
failed_nodes
Required

Nodes where bundles were not generated or not copied to remote server

success_nodes
Required

Nodes whose bundles were successfully copied to remote file server

remaining_nodes
Required

Nodes whose bundle generation is in progress

request_properties
Required

Object representing support bundle collection request.

string
status
Required

Node will start with running

Possible values are : running, success, cancelling, cancelled,
string
remoteTaskID
Required

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

Deprecated
Availability
Deprecated in 4.2