http_server.get_link_info()
- Get main information about a link object. A plugin can ask only about its own links.
Edit
| Parameter | Type | Required | Description |
|---|---|---|---|
| link_id | string | + | Identifier of a target link. |
Edit
table, link information
| Table Field | Type | Required | Description |
|---|---|---|---|
| link_id | string | + | Identifier of a link created. |
| url | string | + | Full HTTP link for using this link( Like http://192.168.0.125:17001/v1/links/plugins/ |
| secure_url | string | + | Full HTTPS link for using this link( Like https://192.168.0.125:17000/v1/links/plugins/ |
| user_data | any | – | User data that was passed to http_server.create_link_url() call. |
| connections | array of strings | – | An array of identifiers of “live” connections. |
Edit
- Wrong format of parameter:
- Can delete only own http links