SupportBundleRequest

SupportBundleRequest
SupportBundleRequest

Object representing support bundle collection request.

JSON Example
{
    "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
}
remote_file_server
Optional

The file server the support bundle should be exported to.

dynamic_content_filters
Optional

A subset of the array returned in http://{api_host}/napp/api/v1/platform/support-bundle/dynamic-content-filters API.

content_filters
Optional

Bundle should include content of specified type. Could be one of ALL or DEFAULT

integer
log_age_limit
Optional

Include log files with modified times not past the age limit in days

Deprecated
Availability
Deprecated in 4.2