Remove a list of interfaces from a given port group. Only 'User Defined' and 'WAN Interfaces' port groups are supported.
Since Product Version: 3.1
Resource URL
/webacs/api/v1/op/groups/removeInterfacesRequest Parameters
Type | Attribute Name | Source | Description |
---|---|---|---|
String |
groupPath required |
query |
Full Path to the group |
Request Payload Parameters
Type | Attribute Name | Description |
---|---|---|
groupInterface |
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Request Payload
https://172.25.123.114/webacs/api/v1/op/groups/removeInterfaces
<?xml version="1.0" ?> <groupInterfacesListDTO> <groupInterface> <groupInterface> <deviceIp>String value</deviceIp> <interfaceName> <interfaceName>String value</interfaceName> </interfaceName> </groupInterface> </groupInterface> </groupInterfacesListDTO>
Sample JSON Request Payload
https://172.25.123.114/webacs/api/v1/op/groups/removeInterfaces.json
{ "groupInterfacesListDTO" : { "groupInterface" : { "groupInterface" : { "deviceIp" : "String value", "interfaceName" : { "interfaceName" : "String value" } } } } }