-
Notifications
You must be signed in to change notification settings - Fork 1
export ad group
Usage:
tbutil [{cred}] export ad group [-j|-s ..|-y] {group_name_or_uuid}
tbutil [{cred}] export ad groups [-v] {directory_name}
Prints a JSON document containing the details required to import the active directory group configuration into another instance of Turbonomic.
group_name_or_uuid
can either be the name or the UUID of the group being exported. You can use "list ad groups" to find the relevant group UUID.
The options -j
, -s
or -y
can be used to specify how the output is formatted (see "common formatting options"). If any of these is used, the output consists of the body returned by the API and is NOT suitable for re-importing using "import ad group".
Exports the configuration of all active directory groups known to Turbonomic to files in the named directory. The directory is created by the command, and so must not pre-exist.
Option "-v" causes the command to write the raw group DTO to the files - but this is not suitable for re-importing.
NB: This WIKI is a work in progress and is known to be incomplete and inaccurate in places as it stands.
Starting points
Popular pages