Skip to main content

Rest

NameTypeDescription
urlstring
The URL for the REST call. Should be in complete format such as "http://my_rest_entry.example.com"
default: http://
proxyobjectOptional REST proxy URL, if a proxy server is used.
methodenum                          
GET
PUT
POST
DELETE
HTTP method to use.

Example rest

{
"uid": "notify_task",
"kind": "notify",
"payload": {
"notify_method": "rest",
"rest": {
"url": "http://my_rest_entry1.example.com/1057729/complete",
"method": "PUT"
}
}
}