Configures, modifies, or retrieves Virtual Router Redundancy Protocol Extended (VRRP-E)
URI | Description |
---|---|
<base_URI>/config/running/protocol/vrrp-extended | Configures Virtual Router Redundancy Protocol Extended (VRRP-E). |
GET URIs | Description |
---|---|
<base_URI>/config/running/protocol/vrrp-extended | Retrieves Virtual Router Redundancy Protocol Extended (VRRP-E). |
PATCH URIs | Payload | Description |
---|---|---|
<base_URI>/config/running/protocol/vrrp-extended | <vrrp-extended>{enumeration}</vrrp-extended> | Configures Virtual Router Redundancy Protocol Extended (VRRP-E). |
PUT URIs | Payload | Description |
---|---|---|
<base_URI>/config/running/protocol/vrrp-extended | <vrrp-extended>{enumeration}</vrrp-extended> | Configures Virtual Router Redundancy Protocol Extended (VRRP-E). |
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-extended
None
<vrrp-extended xmlns="urn:brocade.com:mgmt:brocade-vrrp" xmlns:y="http://brocade.com/ns/rest" y:self="/rest/config/running/protocol/vrrp-extended">true</vrrp-extended>
The following example uses the PUT option to configure VRRP-E.
http://host:80/rest/config/running/protocol/vrrp-extended
<vrrp-extended>true</vrrp-extended>
None
The following example uses the DELETE option to delete a VRRP-E configuration.
http://host:80/rest/config/running/protocol/vrrp-extended
None
None