Skip to content

export dashboard

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

export dashboard, export dashboards

Usage:

tbutil [{cred}] export dashboard [-j|-s ..|-y] [-by-name] [-from-db] {dashboard_id_or_name}
tbutil [{cred}] export [all] dashboards [-v] [-from-db] {directory_name}

Singular version ...

Exports the details of the dashboard identified by the dashboard_id_or_name to a JSON text that can be used with "[[import dashboard|import-dashboard]] to recreate it or copy to a different instance of Turbonomic. Use [[list dashboards|list-dashboards]]" to list the available dashboards and determine the ID of the one of interest.

If -by-name is used, then the exported dashboard can be identified by it's name instead of it's ID.

If any of the allowed common formatting options are specified, then the output is the unprocessed output of the API call used. The resulting text is NOT suitable to be imported using "import dashboard".

The supported formatting flags are -j, -s and -y.

Plural version ...

See also: "delete dashboard", "import dashboard", "list dashboards"

Clone this wiki locally