HPE FlexNetwork 5510 HI Series Network Management And Monitoring Configuration Manual page 278

Hide thumbs Also See for FlexNetwork 5510 HI Series:
Table of Contents

Advertisement

<Description hp:regExp="[A-Z]*"/>
</Interface>
</Interfaces>
</Ifmgr>
</top>
</filter>
</get-config>
</rpc>
Conditional match
To implement a complex data filtering with digits and character strings, you can add a match
attribute for a specific element.
Table 38 Conditional match operators
Operation
Operator
More than
match="more:value"
Less than
match="less:value"
Not less than
match="notLess:value"
Not more than
match="notMore:value"
Equal
match="equal:value"
Not equal
match="notEqual:value"
Include
match="include:string"
Not include
match="exclude:string"
Start with
match="startWith:string"
End with
match="endWith:string"
# Copy the following text to the client to retrieve extension information about the entity of which
the CPU usage is more than 50%:
<rpc message-id="100" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
xmlns:hp="http://www.hp.com/netconf/base:1.0">
<get>
<filter type="subtree">
<top xmlns="http://www.hp.com/netconf/data:1.0">
<Device>
<ExtPhysicalEntities>
<Entity>
</Entity>
</ExtPhysicalEntities>
</Device>
Table 38
Remarks
More than the specified value. The supported data types
include date, digit, and character string.
Less than the specified value. The supported data types
include date, digit, and character string.
Not less than the specified value. The supported data types
include date, digit, and character string.
Not more than the specified value. The supported data types
include date, digit, and character string.
Equal to the specified value. The supported data types include
date, digit, character string, OID, and BOOL.
Not equal to the specified value. The supported data types
include date, digit, character string, OID, and BOOL.
Includes the specified string. The supported data types include
only character string.
Excludes the specified string. The supported data types include
only character string.
Starts with the specified string. The supported data types
include character string and OID.
Ends with the specified string. The supported data types
include only character string.
<CpuUsage hp:match="more:50"></CpuUsage>
269
lists the conditional match operators.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents