
Managing Cartridges and Metrics 149
Running Utility Commands
uiexport
The uiexport command exports a UI module into a ZIP file. Use this command to
export any modifications to vFoglight operational elements such as views, dashboards,
and other resources. Given a valid module name and a file path and name, the
uiexport command exports the contents of that module into a ZIP file. If required, you
can use the output file to re-import that module into the same or a different vFoglight
server at a later time using the uiimport command (see page 150).
Scope
util
Syntax
fglcmd connection_options -cmd util:uiexport [-m module_name]
[-f file_path]
Options and arguments
Example
The following example shows you how to export a module to a ZIP file using the
module name as an argument. To get a list of module names, use the uilist command
(see page 147), as shown in “Example” on page 148.
C:\Vizioncore\vFoglight\bin>fglcmd -usr foglight -pwd foglight
-cmd util:uiexport -m system:fsmagents
-f c:\temp\sys_fsmagents.zip
Note If successful, this command does not generate any output.
Option Argument Description
f
file_path Specifies the path and name of the ZIP file that the UI
module is to be exported to.
Note When specifying the file name, use ZIP as the file
extension.
m
module_name Specifies the name of the UI module.
Comentarios a estos manuales