Skip to content

dx_get_js_containers

Marcin Przepiorowski edited this page Dec 9, 2016 · 5 revisions

SYNOPSIS

dx_get_js_containers [ -engine|d <delphix identifier> | -all ] [-template_name template_name] [-container_name container_name] 
                       [ -format csv|json ]  [ --help|? ] [ -debug ]

DESCRIPTION

Get the list of Jet Stream containers 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

Options

  • -template_name template_name Display containers using template_name
  • -container_name container_name Display container using container_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
  • -nohead Turn off header output

EXAMPLES

List all containers

dx_get_js_containers -d Landshark5

Appliance            Container name       Template name        Active branch
-------------------- -------------------- -------------------- --------------------
Landshark5           cont                 test                 default

Delphix

Clone this wiki locally