-
Notifications
You must be signed in to change notification settings - Fork 3
Dropbox Adapter API
Philipp Zeppezauer edited this page Nov 19, 2014
·
1 revision
| POST | `/` | Create a new dropbox input adapter |
Create a new dropbox input adapter.
Parameter:
body required - dropbox adapter config JSON object that defines the parameters of the adapter (see below)
interval optional (default is 1000) - defines the time offset in milliseconds between two consecutive pulls
delete optional (default is true) - defines if the adapter should be deleted after receiving a message
Respond:
200 adapter successfully created - Id is in the body of the response
{
"dropboxKey": "{KEY}",
"dropboxFolder": "{FOLDER}",
"fileName": "{FILE_NAME}",
"type": "NEGOTIATION",
"subtype": "RESPONSE",
"conversationId": "{conversationId}
}
Copyright (c) 2014 Technische Universitat Wien (TUW), Distributed Systems Group E184 (http://dsg.tuwien.ac.at)
This work was partially supported by the EU FP7 FET SmartSociety (http://www.smart-society-project.eu/).
SmartCom
Communication as a Service