.. _flowspec_protocol: flowspec protocol ================= Configure Protocol for a Flowspec protocol Specification ---------------------- ===================================== =============================================================================================== **Parameter** **Value** ===================================== =============================================================================================== **Type** *Collection* **Object Key(s)** *proto-attribute, proto-num* **Collection Name** :ref:`1597_protocol_list` **Collection URI** /axapi/v3/flowspec/{name}/protocol **Element Name** protocol **Element URI** /axapi/v3/flowspec/{name}/protocol/{proto-attribute}+{proto-num} **Element Attributes** protocol_attributes **Partition Visibility** shared **Schema** :download:`protocol 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}/protocol .. raw:: html :ref:`1597_protocol_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/flowspec/{name}/protocol .. raw:: html :ref:`1597_protocol_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/flowspec/{name}/protocol/{proto-attribute}+{proto-num} .. raw:: html :ref:`1597_protocol_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/flowspec/{name}/protocol .. raw:: html :ref:`1597_protocol_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/flowspec/{name}/protocol/{proto-attribute}+{proto-num} .. raw:: html :ref:`1597_protocol_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/flowspec/{name}/protocol/{proto-attribute}+{proto-num} .. raw:: html :ref:`1597_protocol_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/flowspec/{name}/protocol .. raw:: html :ref:`1597_protocol_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/flowspec/{name}/protocol/{proto-attribute}+{proto-num} .. raw:: html :ref:`1597_protocol_attributes` .. raw:: html
.. _1597_protocol_list: protocol-list ------------- protocol-list is **JSON List** of :ref:`1597_protocol_attributes` protocol-list : [ { :ref:`1597_protocol_attributes` }, { :ref:`1597_protocol_attributes` }, ... ] .. _1597_protocol_attributes: protocol attributes ------------------- **proto-attribute** **Description** 'eq': Match only packets on a given protocol; 'gt': Match only packets with a greater protocol number; 'lt': Match only packets with a lower protocol number; 'range': match only packets in the range of protocol numbers; **Type:** string **Supported Values:** eq, gt, lt, range **proto-num** **Description** Specify the protocol number(6 for TCP and 17 for UDP) **Type:** number **Range:** 0-255 **proto-num-end** **Description** Specify the protocol number **Type:** number **Range:** 1-255 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters