-
Notifications
You must be signed in to change notification settings - Fork 36
dx_get_js_templates
Marcin Przepiorowski edited this page Oct 6, 2017
·
5 revisions
dx_get_js_templates [ -engine|d <delphix identifier> | -all ] [ -configfile file ][-template_name template_name] [-properties] [-property_name property_name]
[ -format csv|json ] [ --help|? ] [ -debug ]
Get the list of Jet Stream templates from Delphix Engine.
Delphix Engine selection - if not specified a default host(s) from dxtools.conf will be used.
- -engine|d Specify Delphix Engine name from dxtools.conf file
- -all Display databases on all Delphix appliance
- -configfile file Location of the configuration file. A config file search order is as follow:
- configfile parameter
- DXTOOLKIT_CONF variable
- dxtools.conf from dxtoolkit location
- -template_name template_name Display template with a template_name
- -properties Display properties from templates
- -property_name property_name Display property property_name from template
-
-format
Display output in csv or json format If not specified pretty formatting is used. -
-help
Print this screen - -debug Turn on debugging
- -nohead Turn off header output
List templates
dx_get_js_templates -d Landshark5
Appliance Template name
-------------------- --------------------
Landshark5 test
List templates with properties
dx_get_js_templates -d Landshark5 -properties
Appliance Template name Property name Property value
-------------------- -------------------- -------------------- --------------------
Landshark5 test prop1 value
Delphix