This action requests all active asynchronous Fetch
actions or a particular asynchronous Fetch
action to stop.
http://host:port/action=StopFetch [&Token=Fetch_Action_Token]
Type: Synchronous
Parameter Name | Description | Required |
---|---|---|
Token
|
The token of the asynchronous Fetch action to request to stop. If this is not specified, then the connector requests all asynchronous Fetch actions to stop. Doing so does not clear the action queue. |
No |
http://localhost:1234/action=StopFetch
<autnresponse> <action>STOPFETCH</action> <response>SUCCESS</response> <responsedata> </responsedata> </autnresponse>
|