RoutingPolicy - createNetworkRoutingRule
RoutingPolicy- createNetworkRoutingRule
Description :
This command creates a new instance of network routing rule and saves in database. Returns the fully qualified property instance class object.
Return type : Property Set class
Command Input :
Variable Name | Variable Type | Description |
|---|---|---|
ruleName | String | Name of the routing rule |
conditionClassName | String | Name of the system Object class |
conditionPropertyName | String | Name of the condition property |
conditionOperator | String | Condition operator |
conditionPropertyValue | String | Value for the condition |
releaseCommand | Boolean | Argument whether true or false triggers this command |
Example
The following example creates a new instance of Network routing rule and saves in database.
Script
blcli RoutingPolicy createNetworkRoutingRule "rule1" "Class://SystemObject/Server" "NAME" "does not equal" "" true`
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*