Configures, modifies, or retrieves Virtual Router Redundancy Protocol (VRRP)
URI | Description |
---|---|
<base_URI>/config/running/protocol/vrrp | Configures Virtual Router Redundancy Protocol (VRRP) |
GET URIs | Description |
---|---|
<base_URI>/config/running/protocol/vrrp | Retrieves Virtual Router Redundancy Protocol (VRRP) |
PATCH URIs | Payload | Description |
---|---|---|
<base_URI>/config/running/protocol/vrrp | <vrrp>{enumeration}</vrrp> | Configures Virtual Router Redundancy Protocol (VRRP) |
PUT URIs | Payload | Description |
---|---|---|
<base_URI>/config/running/protocol/vrrp | <vrrp>{enumeration}</vrrp> | Configures Virtual Router Redundancy Protocol (VRRP) |
GET, POST, PUT, PATCH, DELETE, OPTIONS, and HEAD operations are supported.
The following example uses the GET option to retrieve the configuration details.
http://host:80/rest/config/running/protocol/vrrp
None
<vrrp xmlns="urn:brocade.com:mgmt:brocade-vrrp" xmlns:y="http://brocade.com/ns/rest" y:self="/rest/config/running/protocol/vrrp">true</vrrp>
The following example uses the PUT option to configure VRRP.
http://host:80/rest/config/running/protocol/vrrp
<vrrp>true</vrrp>
None
The following example uses the DELETE option to delete the VRRP configuration.
http://host:80/rest/config/running/protocol/vrrp
None
None