-
Notifications
You must be signed in to change notification settings - Fork 1
import dashboard
Usage:
tbutil [{cred}] import dashboard [-create|-edit] [-to-db] {file_name}
tbutil [{cred}] import dashboards [-clean] [-to-db] {directory_name}
Imports a dashboard using the definition generated by the corresponding "export dashboard" command.
The name of the file is specified in the file_name
argument.
The command line options are common to many import
commands. See common formatting options for details.
The usual process for exporting a re-importing a dashboard is as follows..
- Find the UUID of the dashboard of interest in the Turbonomic instance in which it already exists.
- Eg:
tbutil @instance1
"list dashboards"-l
- Eg:
- Export the dashboard, and save the details in a JSON format file
- Eg:
tbutil @instance1
"export dashboard"0NQoJNqEemds5DLjBIQ1w > dashboard1.json
- Eg:
- Edit the file to make other changes if needed
- Eg:
vi dashboard1.json
- Eg:
- Import into the target Turbonomic instance
- Eg:
tbutil @instance2
"import dashboard"-create dashboard1.json
- Eg:
Imports the dashboards using the definitions stored in the named directory. This is normally created by the [[import dashboards|import-dashboard]]
sub command.
If the -clean
flag is specified, any existing dashboards that are not lised in the directory will be deleted.
See also: "delete dashboard", "export 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