Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- Learn about Widgets
- Automation Widget
- Business Widget
- Change Request Widget
- Defects Widget
- Dependent Services Widget
- Discovery Progress Widget
- Dynamic Widgets
- Environment Widget
- Get Related Widget
- History Widget
- Impact Simulation Widget
- Incidents Widget
- Monitoring Widget
- Policy Widget
- Problems Widget
- Properties Widget
- Security Widget
- Stakeholder Widget
- Storage Widget
Automation Widget
The Automation widget allows the user to execute Operations Orchestration (OO) flows on the selected CI and the CIs that are in the selected CI’s environment. These flows are run according to the user's permissions in OO. This widget displays all the available OO flows that can be run on the selected CI and CIs within the CI’s environment, and displays a history of the available flows that have actually been run on those CIs.
For the Automation Widget to appear in the UCMDB Browser, this widget must be enabled in UCMDB by going to Administration > Infrastructure Settings > UCMDB Browser Settings, and setting Enable the Automation widget=True.
The UCMDB Browser comes with an Automation Flow adapter that is deployed on the UCMDB server when the Browser first loads. For this widget to work, the UCMDB administrator must configure this adapter, as described in Configure the Automation Flow Adapter (for the Automation Widget). The UCMDB Browser also deploys several out-of-the-box automation flows that can be used immediately after the Browser connects to the UCMDB server, and can be used as examples for constructing other automation flows.
To select and define Automation Flows in UCMDB, see Select and Define Automation Flows (for the Automation Widget)
This mode displays the total number of available flows that can be run on the selected CI and CIs in its environment (called Available Flows), and the number of times that any of the available flows have been executed on the selected CI or on CIs in its environment (called Execution History).
This mode is split into the following sections:
-
Available Flows. This section displays the flows that can be run on the selected CI and CIs in its environment. From here you can:
-
Select an Automation Flow
-
Select the CIs on which to run the flow
-
Configure the flow's input parameters
-
See a summary of the configuration before running it
-
Run the configured flow
-
See on which CIs the flow was executed, and on which CIs it was not
Running the Automation Flow is possible only when all mandatory input parameters have input values.
-
-
Execution History. This section displays the actual flows from the Available Flows section that have been run on the selected CI and CIs in its environment. It displays the status of each run, the date when the flow was run, and on which CI it was run.
For all flows with the status Canceled, Ended, Finished, or Unknown, the user can re-run the flow using the menu on the right side of the Automation Flow history record. Each execution has a Response Report that opens the OO report related to the specific execution. This OO report can also be opened from the menu on the right side of the Automation Flow history record.