Skip to content

export ad group

Chris Lowth edited this page Sep 21, 2022 · 7 revisions

export ad group, export ad groups

Usage:

tbutil [{cred}] export ad group [-j|-s ..|-y] {group_name_or_uuid}
tbutil [{cred}] export ad groups [-v] {directory_name}

The singular version ...

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".

The plural version ...

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.

Clone this wiki locally