RESTAPI Manual
High Availability
Monitor Link
6 min
urls summary urls summary 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 examples create a monitor link create a monitor link post https //{switch ip}/rest/v1/running/monitor link {"name" "group1"} create a member for a monitor link create a member for a monitor link post https //{switch ip}/rest/v1/running/monitor link/group3/members { "port" "ethernet19", "mode" "uplink" } properties descriptions properties descriptions monitor link groups 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 mode table 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
