Reference Guide

Table Of Contents
Download an existing support materials bundle (svc_dc download)
This service script is used to download a support materials bundle to the provided destination. If no ID is specified, the script
runs in interactive mode. All saved support materials bundles appear, and you can pick the bundle that you want to download
using a short identifier. If an ID is specified, that support materials bundle is downloaded.
Format
svc_dc download [-h] [--debug] [-v] [--output {json}] --ip IP --path PATH
--username USERNAME [-do] [-so] [id]
Optional arguments
Qualifier Description
-h, --help Show the help message and exit.
--debug
Initiate verbose logging for debug.
-v, --verbose Initiate verbose command output.
--output {json}
Specify the JSON output format.
--ip
Destination IP on the remote host.
--path
Destination path on the remote host
--username
Username for the remote host
-do, --dump_only Download dump data only.
-so, --service_only Download service data only.
Positional arguments
Qualifier
Description
id
Data collection index ID.
Required name arguments
Qualifier
Description
-ip
Destination IP address on the remote host.
-path
Destination path on the remote host.
-username
Username for the remote host.
-password
Password associated with the remote username.
Example
Run the following command to download a support materials bundle with the identifier 40bb350f-9924-4c3d-b982-
ec3c61087442 to the /home/eng directory:
svc_dc download --ip=10.12.13.45 --path=/home/eng
--username=tom
26
Service Commands