.. _flowspec_port: flowspec port ============= Configure Port for a Flowspec port Specification ------------------ ===================================== ========================================================================================= **Parameter** **Value** ===================================== ========================================================================================= **Type** *Collection* **Object Key(s)** *port-attribute, port-num* **Collection Name** :ref:`1596_port_list` **Collection URI** /axapi/v3/flowspec/{name}/port **Element Name** port **Element URI** /axapi/v3/flowspec/{name}/port/{port-attribute}+{port-num} **Element Attributes** port_attributes **Partition Visibility** shared **Schema** :download:`port schema ` ===================================== ========================================================================================= **Operations Allowed:** .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/flowspec/{name}/port .. raw:: html :ref:`1596_port_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/flowspec/{name}/port .. raw:: html :ref:`1596_port_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/flowspec/{name}/port/{port-attribute}+{port-num} .. raw:: html :ref:`1596_port_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/flowspec/{name}/port .. raw:: html :ref:`1596_port_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/flowspec/{name}/port/{port-attribute}+{port-num} .. raw:: html :ref:`1596_port_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/flowspec/{name}/port/{port-attribute}+{port-num} .. raw:: html :ref:`1596_port_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/flowspec/{name}/port .. raw:: html :ref:`1596_port_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/flowspec/{name}/port/{port-attribute}+{port-num} .. raw:: html :ref:`1596_port_attributes` .. raw:: html
.. _1596_port_list: port-list --------- port-list is **JSON List** of :ref:`1596_port_attributes` port-list : [ { :ref:`1596_port_attributes` }, { :ref:`1596_port_attributes` }, ... ] .. _1596_port_attributes: port attributes --------------- **port-attribute** **Description** 'eq': Match only packets on a given port; 'gt': Match only packets with a greater port number; 'lt': Match only packets with a lower port number; 'range': match only packets in the range of port numbers; **Type:** string **Supported Values:** eq, gt, lt, range **port-num** **Description** Specify the port number **Type:** number **Range:** 1-65535 **port-num-end** **Description** Specify the port number **Type:** number **Range:** 2-65535 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters