Once you have started the COSMOS components as described above, point your web browser to http://localhost:8080/COSMOSUI/?page=cosmos to display the COSMOS Demo Web User Interface.
The initial page of the COSMOS Web User Interface displays three main panes. The left pane shows a list of data managers that are registered with the broker. The top right pane shows the details view that is initially blank. The bottom right pane shows a properties view that is initially blank.
The pane on the left is the Data Managers view. It lists all Data Managers registered at the broker. There are initially six Data Managers that are registered with the broker.
The end user can select a particular Data Manager to display properties associated with it. The properties are shown in the bottom right pane in the Properties view.
For all Data Managers registered at the broker, the COSMOS UI provides a way to set security information with the help of the Properties dialog.
The COSMOS UI supports the creation of customer query folders for all MDRs. They can be created with the following steps:
The COSMOS UI also supports renaming existing folders. Right-click on any existing folder and select the "Rename" option.
The COSMOS UI supports the creation of named Queries with the "Query Name" option under the CMDBf Submit Query dialog window.
The COSMOS UI also supports renaming existing queries. Right-click any existing CMDBf query and select the "Rename Query" option.
The COSMOS UI provides the option to save user-defined queries with the help of Configuration parameters -RESPONSE_HISTORY_LIMIT and QUERY_SAVE.
Use the following steps to configure and enable the option for saving queries:
# @name Response History
Limit
# @description The graph response history limit size. (-1 signifies
unlimited)
RESPONSE_HISTORY_LIMIT=5
# @name Auto Save Queries
# @description A flag that determines if the queries should be
automatically saved on the server machine.
QUERY_SAVE=true
Query execution histories can be seen under "Response History..." option.
Note: Details of usage for the COSMOS Demo Web User Interface may be found in the COSMOS Users Guide.
[ Top of Page | Previous Page | Next Page | Table of Contents ]