sdpctl Reference Guide
sdpctl appliance export-seed
Export seed for an inactive Appliance
Synopsis
Generate a seed file in JSON (or iso format)
for More information, see: https://sdphelp.appgate.com/adminguide/new-appliance.html
sdpctl appliance export-seed [flags]
Examples
# export seed file in JSON format with cloud authentication
> sdpctl appliance export-seed 08cd20c0-f175-4503-96f7-c5b429c19236 --provide-cloud-ssh-key
# export seed file in iso format with passphrase
> echo "YourSuperSecretPassword" | sdpctl appliance export-seed 08cd20c0-f175-4503-96f7-c5b429c19236 --iso-format
# Interactive prompt to configure the seed file
> sdpctl appliance export-seed
Options
--allow-customization Whether the Appliance should allow customizations or not
-h, --help help for export-seed
--iso-format Export as ISO format
--json output as json to stdout, only applicable in json seed type
--provide-cloud-ssh-key Tells appliance to use the key generated by AWS or Azure
--ssh-key string filepath to public ssh key to be allowed
--validity-days int How many days the seed should be valid for (default 1)
Options inherited from parent commands
--api-version int Peer API version override
--ci-mode Log to stderr instead of file and disable progress-bars
--debug Enable debug logging
--descending Change the direction of sort order when using the '--order-by' flag. Using this will reverse the sort order for all keywords specified in the '--order-by' flag.
--events-path string send logs to unix domain socket path
-e, --exclude stringToString Filter appliances using a comma separated list of key-value pairs. Regex syntax is used for matching strings. Example: '--exclude name=controller,site=<site-id> etc.'.
Available keywords to filter on are: name, id, tags|tag, version, hostname|host, active|activated, site|site-id, function (default [])
-i, --include stringToString Include appliances. Adheres to the same syntax and key-value pairs as '--exclude' (default [])
--no-interactive Suppress interactive prompt with auto accept
--no-verify Don't verify TLS on for the given command, overriding settings from config file
--order-by strings Order appliance lists by keywords, i.e. 'name', 'id' etc. Accepts a comma seperated list of keywords, where first mentioned has priority. Applies to the 'appliance list' and 'appliance stats' commands. (default [name])
-p, --profile string Profile configuration to use
SEE ALSO
sdpctl appliance - Manage the appliances and perform tasks such as backups, upgrades, metrics etc