Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
remotecommandplugin [2017/10/29 17:40] admin [Remote Command Plugin] |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Remote Command Plugin ===== | ||
- | |||
- | Provides a remote interface to allow MScript method // | ||
- | |||
- | [[http:// | ||
- | |||
- | ------ | ||
- | |||
- | ==== Use Case of Remote Command Plugin ==== | ||
- | By using //Remote Command Plugin//, any external tool that supports http request can be integrated with // | ||
- | |||
- | ==== Agent Command Sequence ==== | ||
- | The following are the http commands supported: | ||
- | |||
- | * Obtain agent id which will be used in all subsequent requests. | ||
- | |||
- | http:// | ||
- | Return: localhost: | ||
- | |||
- | * retrieve remote command from the Model/ | ||
- | |||
- | http:// | ||
- | |||
- | where " | ||
- | |||
- | * The " | ||
- | * The " | ||
- | |||
- | |||
- | ==== MScript Examples ==== | ||
- | Here are two MScript tags that calls " | ||
- | < | ||
- | < | ||
- | |||
- | Your remote agent will receive these remote commands: | ||
- | | ||
- | | ||
- | |||
- | |||
- | ==== More Plugin Info ==== | ||
- | This plugin is different from [[RemoteTriggerPlugin|RemoteTriggerPlugin]] which sends event trigger (traversing state/ | ||
- | |||
- | Additionally the [[Remote Agent Callback Action|remote agent callback]] to the server to retrieve data: dataset, user var and system var. | ||
- | |||
- | |||
- | |||