-
Notifications
You must be signed in to change notification settings - Fork 36
dx_get_event
Marcin Przepiorowski edited this page Oct 10, 2016
·
5 revisions
dx_get_event.pl [ -engine|d <delphix identifier> | -all ]
[-st timestamp]
[-et timestamp]
[-format csv|json ]
[-outdir path]
[-help|? ] [ -debug ]
Get the list of events 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
- -st timestamp Start time for event list - default value is 7 days Timestampt format is "YYYY-MM-DD [HH24:MI:[SS]]"
- -et timestamp End time for event list Timestampt format is "YYYY-MM-DD [HH24:MI:[SS]]"
-
-format
Display output in csv or json format If not specified pretty formatting is used. -
-outdir path
Write output into a directory specified by path. Files names will include a timestamp and type name -
-help
Print this screen - -debug Turn on debugging
- -nohead Turn off header output
Delphix