-
Notifications
You must be signed in to change notification settings - Fork 36
dx_get_users
Marcin Przepiorowski edited this page Oct 10, 2016
·
6 revisions
dx_get_users.pl [ -engine|d <delphix identifier> | -all ] [ -format output_format ] [-save file_name] [-user <username> | all] [-profile filename]
[ -export filename ] [ --help|? ] [ -debug ]
Get users information from Delphix Engine.
- -engine|d Specify Delphix Engine name from dxtools.conf file
- -all Display databases on all Delphix appliance
- **-format csv|json ** Define output format - csv or json Pretty print if not specified
- -save file_name Save data into file instead of screen
- -username use_name | all Specify a username to display user profile for
- -export filename Export users into file compatible with dx_ctl_users script
- -profile filename Export users profile into file compatible with dx_ctl_users script
-
-help
Print this screen - -debug Turn on debugging
- -nohead Turn off csv and pretty print headers
Delphix