Skip to content

dx_get_maskingjob

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

SYNOPSIS

dx_get_maskingjob  [ -engine|d <delphix identifier> | -all ] [ -configfile file ]
                   [ -name maskingjob_name ]
                   [ -format csv|json ]
                   [ -help|? ]
                   [ -debug ]

DESCRIPTION

List a list of masking job known to virtualization 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

Filters

  • -name Masking job name

OPTIONS

  • -format Display output in csv or json format If not specified pretty formatting is used.
  • -help Print this screen
  • -debug Turn on debugging

EXAMPLES

Display list of masking jobs

dx_get_maskingjob -d Delphix32

Appliance            Masking job name               Assigned Database
-------------------- ------------------------------ ------------------------------
Delphix32            SCOTT_JOB                      TestORCL
Delphix32            JOB2                           N/A

Delphix

Clone this wiki locally