executeRuleRequest

Immediately runs or executes a previously defined rule.

Request

<executeRuleRequest>
   <id type="types:uid"/>
</executeRuleRequest>

Response

<executeRuleResponse>
   <status type="types:Status”/>
</executeRuleResponse>

Elements

id

Points to the rule to be executed.

code

Returns the error number related to the event. 0 indicates that the request was successful.

status

Returns the success or failure of the method.

Example

<executeRuleRequest>
   <id>44630E88.domain1.po1.100.16E3837.1.B5E.1@10</id> 
</executeRuleRequest>