URI | Description |
---|---|
/rest/config/running/interface/(interface-type)/(interface-name)/ethernet-segment/advertise/capability/ac-influenced-df-election | Configures the AC influenced DF election capability on this interface. |
GET URIs | Description |
---|---|
/rest/config/running/interface/(interface-type)/(interface-name)/ethernet-segment/advertise/capability/ | Configures the AC influenced DF election capability on this interface. |
PUT URIs | Payload | Description |
---|---|---|
/rest/config/running/interface/(interface-type)/(interface-name)/ethernet-segment/advertise/capability/ | <ac-influenced-df-election> | Configures the AC influenced DF election capability on this interface. |
DELETE URIs |
---|
/rest/config/running/interface/(interface-type)/(interface-name)/ethernet-segment/advertise/capability/ac-influenced-df-election |
Supported interface type.
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/interface/ethernet/%221/1%22/ethernet-segment/advertise/ capability
None
<capability xmlns="urn:brocade.com:mgmt:brocade-interface" xmlns:y="http://brocade.com/ns/rest" y:self="/rest/config/running/interface/Port-channel/1/ethernet-segment/advertise/capability"> <ac-influenced-df-election>false<ac-influenced-df-election> </capability>
The following example uses PATCH operation to update this configuration.
http://host:80/rest/config/running/interface/ethernet/%221/1%22/ethernet-segment
<ethernet-segment> <advertise> <capability> <ac-influenced-df-election>true</ac-influenced-df-election> </capability> </advertise> </ethernet-segment>
None
The following example uses DELETE operation to remove the AC influenced DF election configuration.
http://host:80/rest/config/running/interface/ethernet/%221/1%22/ethernet-segment/advertise/capability/ac-influenced-df-election
None
None