-
Notifications
You must be signed in to change notification settings - Fork 1
export dashboard
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}
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
.
See also: "delete dashboard", "import dashboard", "list dashboards"
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