Command Reference

Command Reference

stop

stop

Stops the source from polling data and generating events.
The stop command uses the following syntax:
rpcmd stop <-URL|-u> url <-UserName|-un> user_name <-Password|-pd> password <-ProjectName|-pn> project_name <-ObjectName|-an> object_name <-ObjectType|-at> object_type
The following table describes the
rpcmd
stop options and arguments:
Option
Argument
Description
-URL
-u
url
URL of RulePoint design server instance to connect to run the command.
-UserName
-un
user_name
User name to connect to RulePoint Server.
-Password
-pd
password
Password of the user name to connect to the RulePoint Server.
-ProjectName
-pn
project_name
The name of the RulePoint project where the object is present.
-ObjectName
-on
object_name
Name of the source that you want to stop from polling data.
-ObjectType
-ot
object_type
Type of object that you want to stop. Valid values for this option are sources, rules, and responders.

Example

You can run the following command to stop a source from polling data:
> ./rpcmd.sh stop -u http://localhost:8080/rulepoint -un Administrator -pd Administrator1 -pn "Default Project" -ot sources -on cust_src

0 COMMENTS

We’d like to hear from you!