Resource: global_setting
Global in-path settings
http://{device}/api/sh.inpath/1.0/global_setting
{ "link_state_propagation": boolean }
Property Name | Type | Description | Notes |
---|---|---|---|
global_setting | <object> | Global in-path settings | Required properties: [link_state_propagation]; |
global_setting.link_state_propagation | <boolean> | Link State Propagation - Enable to shorten the recovery time of a link failure in physical in-path deployments. Link state propagation (LSP) communicates link status between the devices connected to the Steelhead appliance. When you enable this feature, RiOS monitors the link state of each Steelhead appliance LAN-WAN pair. |
Links
global_setting: get
GET http://{device}/api/sh.inpath/1.0/global_settingResponse Body
Returns a global_setting data object.
global_setting: set
PUT http://{device}/api/sh.inpath/1.0/global_settingRequest Body
Provide a global_setting data object.
Response BodyReturns a global_setting data object.