Configures, modifies, or retrieves control plane configuration.
URI | Description |
---|---|
/restconf/data/brocade-control-plane:control-plane | Control plane configuration. |
/restconf/data/brocade-control-plane:control-plane/ipv6 | IPv6 Control plane configuration. |
/data/brocade-control-plane:control-plane/ipv6/subnet-rate-limit | Configure the rate limit for the subnet |
/restconf/data/brocade-control-plane:control-plane/ipv6/subnet-rate-limit/cbr | Configures the CBR. |
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:80restconf/data/brocade-control-plane:control-plane
None
control-plane xmlns="urn:brocade.com:mgmt:brocade-control-plane"> <ipv6> <subnet-rate-limit> <cbr/> </subnet-rate-limit> </ipv6> </control-plane>>
The following example uses the DELETE option to remove the control plane configuration.
http://host:443/restconf/data/brocade-control-plane:control-plane
None
None