Owners Manual

Actions Portlet | Actions and Adaptive CLI
576 OMNM 6.5.2 User Guide
For non-supported devices, if you provide a Prerequisite Validation Pattern, on execution you
are advised to edit the Adaptive CLI and remove the pattern before execution.
Prerequisite Validation does not appear for types other than CLI Show Command and CLI
Configure Command.
Value Extraction
To support Adaptive Service and Active Monitor functions, Adaptive CLI provides a way for the
user to define output schema attributes. This tab is active only if you have configured schema
attributes to store values previously in the
Attributes
portion of this editor.
This lets you
Add, Edit
or
Delete
extracted attributes, like
Error Conditions
’s editor. To clarify
configured
Attributes
,
Parse Algorithms
, and
Parse Expressions
accompany scripts, they appear in a
table. Use the
Add
button to create more Value Extractions, and the
Edit
or
Delete
buttons to the
right of listed patterns to alter or remove them.
Configure Value Extractions with the following fields:
Attribute Name
This field specifies the name of the extracted attribute. To specify the output
value of an attribute, select it from the provided list.
Attribute Type
The data type of the attribute extracted. Only schema attributes of simple type
String, Integer, Long, Float, Double, and Boolean are available to choose from.
Parse Algorithm
Select from the pick list (
Extract, Match
). For match algorithm, the result is
either
true
or
false
for the Boolean attribute type, 0 or 1 for numeric types, or
“true”
or
“false”
for String type.
NOTE:
Currently, Active Performance Monitor supports only numeric types, but you can configure extraction to
produce numbers. See Example 5: Monitor Text Values on page 602 for an example.