Proxy
Name | Type | Description |
---|---|---|
url | string | Proxy URL address for REST notifications. |
Example proxy
{
"uid": "notify_task",
"kind": "notify",
"payload": {
"notify_method": "rest",
"rest": {
"url": "http://my_rest_entry1.example.com/1057729/complete",
"method": "PUT",
"proxy": {
"url": "http://www.proxy.example.com"
}
}
}
}