This command uploads a support bundle.
Usage
supportbundle upload --id ID [--upload-via-vms] [--bucket-name NAME] [--access-key KEY] [--secret-key KEY] [--bucket-subdir DIR]
Required Parameters
| Specifies the support bundle to upload. |
Options
| Uploads a non-aggregated support bundle via VMS. Otherwise, the upload is done from each node. This option is available only if Using this option requires a proxy to be configured with the |
| Specifies the S3 bucket name of the destination S3 bucket. |
| Specifies the access key of a valid key pair to access the destination S3 bucket. |
| Specifies the secret key of a valid key pair to access the destination S3 bucket. |
| Specifies the subdirectory in the destination S3 bucket to which to upload the support bundle. |
Example
This example shows uploading support bundle 1 to the S3 bucket named "my-bucket":
vcli: admin> supportbundle upload --id 1 --bucket-name vast-bucket