RemoteScriptAction object
Polymorphism
RemoteScriptAction is a type that implements the Action type.
When an object of type Action is expected, you can use one of type RemoteScriptAction (or use any other implementation).
Example JSON representation
{
"actionType": "RemoteScriptAction",
"path": "string"
}
Properties
property | attributes | valid values | description | filter option |
---|---|---|---|---|
actionType string |
required |
"RemoteScriptAction" | ||
path string |
required |
URL to the script to execute. |