Skip to content

dx_get_js_datasources

Marcin Przepiorowski edited this page Jan 10, 2019 · 4 revisions

SYNOPSIS

dx_get_js_datasource    [ -engine|d <delphix identifier> | -all ] [ -configfile file ][-template_name template_name]
                        [-datasource_name datasource_name]
                        [-dbname dbname]
                        [-group group]
                        [-format csv|json ]
                        [-help|? ] [ -debug ]

DESCRIPTION

Get the list of Jet Stream data stores from Delphix Engine.

ARGUMENTS

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

Options

  • -datasource_name datasource_name Display data source with name datasource_name
  • -template_name template_name Display data sources for template_name
  • -dbname dbname Display data sources for database name dbname
  • -group groupname Display data sources for database name dbname and group groupname

OPTIONS

  • -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

EXAMPLES

List of data sources for database called Oracle dsource

dx_get_js_datasources -d Landshark5 -dbname "Oracle dsource"

Appliance            Datasource name      Template name        Database name
-------------------- -------------------- -------------------- -------------------------------------------
Landshark5           oracle               test                 Sources / Oracle dsource

Delphix

Clone this wiki locally