Service IpSourceInterface

HTTP Method

Resource

Request

Response

Description

GET
.../ip_source_interface
   

N/A

IpSourceInterface

Returns all IP source-interfaces.
GET

.../ip_source_interface/{IpSourceInterface.protocol}

   

N/A

IpSourceInterface

Returns IP source-interface based on the protocol.

PUT

.../ip_source_interface/{IpSourceInterface.protocol}

   

IpSourceInterface

IpSourceInterface

Update IP source-interface record for a protocol.
  • If both IP address & VLAN ID are null; configuration will be removed based on protocol.

  • If both valid IP address & VLAN ID are given in REST request, IP address will have preference over VLAN ID.