Monitor Link
此内容尚不支持你的语言。
| URL | GET | POST | PATCH | PUT | DELETE |
|---|---|---|---|---|---|
| /rest/v1/running/monitor-link/{name} | Y | Y | Y | N | Y |
| /rest/v1/running/monitor-link/{name}/members/{port} | Y | Y | N | N | Y |
Examples
Section titled “Examples”Create a monitor link.
Section titled “Create a monitor link.”POST HTTPS://{switch IP}/rest/v1/running/monitor-link{"name": "group1"}Create a member for a monitor link.
Section titled “Create a member for a monitor link.”POST HTTPS://{switch IP}/rest/v1/running/monitor-link/group3/members{ "port": "Ethernet19", "mode": "uplink"}Properties Descriptions
Section titled “Properties Descriptions”Monitor link groups
Section titled “Monitor link groups”Tree Diagrams
+--rw monitor-link +--rw monitor-link-group* [name] +--rw name +--rw delay? +--rw members +--rw member* [port] +--rw port +--rw modeTable of Properties
| Name | Required | Type/Range | Description |
|---|---|---|---|
| monitor-link | M | Path-only node, has no configurable value. | |
| Container for monitor link configuration | |||
| name | M | string | (sub-property of monitor-link) |
| Name of the monitor link group | |||
| delay | O | 0..300 | (sub-property of monitor-link) |
| Delay in seconds when uplink is up | |||
| Default value: 0 | |||
| members | M | (sub-property of monitor-link) | |
| Path-only node, has no configurable value. | |||
| Container for monitor link group members | |||
| port | M | Ethernet name | (sub-property of members) |
| Port name of the monitor link group member | |||
| mode | M | ”uplink" | |
| "downlink” | (sub-property of members) | ||
| Physical ports can be added to the Monitor link group in the uplink or downlink mode. When uplink port is up, the downlink port will be up in delay time. When uplink port is down, the downlink port will be down at once |