http_link_updated
- Notifies about changes of full url address to link.
- This event will be received after the IP address of a hub has been changed.
Edit
| Name | Type | Required | Description |
|---|---|---|---|
| link_id | string | + | Unique ID of a link |
| url | string | + | Full HTTP URL for using this link( Like http://192.168.0.125:17001/v1/links/plugins/ |
| secure_url | string | + | Full HTTP URL for using this link( Like https://192.168.0.125:17000/v1/links/plugins/ |
| user_data | any | – | User data that was passed to a http_servercreate_link_url() call. |
Edit
| Code | Text |
|---|---|
| 0 | OK |
| 4 | Closed by client |
| 5 | Closed by server |
| 6 | Timeout of response is reached |
| 7 | Unknown error |