.. _flowspec_dscp: flowspec dscp ============= Configure DSCP for a Flowspec dscp Specification ------------------ ===================================== ========================================================================================= **Parameter** **Value** ===================================== ========================================================================================= **Type** *Collection* **Object Key(s)** *dscp-attribute, dscp-val* **Collection Name** :ref:`1589_dscp_list` **Collection URI** /axapi/v3/flowspec/{name}/dscp **Element Name** dscp **Element URI** /axapi/v3/flowspec/{name}/dscp/{dscp-attribute}+{dscp-val} **Element Attributes** dscp_attributes **Partition Visibility** shared **Schema** :download:`dscp 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}/dscp .. raw:: html :ref:`1589_dscp_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/flowspec/{name}/dscp .. raw:: html :ref:`1589_dscp_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/flowspec/{name}/dscp/{dscp-attribute}+{dscp-val} .. raw:: html :ref:`1589_dscp_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/flowspec/{name}/dscp .. raw:: html :ref:`1589_dscp_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/flowspec/{name}/dscp/{dscp-attribute}+{dscp-val} .. raw:: html :ref:`1589_dscp_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/flowspec/{name}/dscp/{dscp-attribute}+{dscp-val} .. raw:: html :ref:`1589_dscp_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/flowspec/{name}/dscp .. raw:: html :ref:`1589_dscp_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/flowspec/{name}/dscp/{dscp-attribute}+{dscp-val} .. raw:: html :ref:`1589_dscp_attributes` .. raw:: html
.. _1589_dscp_list: dscp-list --------- dscp-list is **JSON List** of :ref:`1589_dscp_attributes` dscp-list : [ { :ref:`1589_dscp_attributes` }, { :ref:`1589_dscp_attributes` }, ... ] .. _1589_dscp_attributes: dscp attributes --------------- **dscp-attribute** **Description** 'eq': Match only packets on a given DSCP; 'gt': Match only packets with a greater DSCP; 'lt': Match only packets with a lower DSCP; 'range': match only packets in the range of DSCPs; **Type:** string **Supported Values:** eq, gt, lt, range **dscp-val** **Description** Specify the DSCP value **Type:** number **Range:** 1-63 **dscp-val-end** **Description** Specify the DSCP value **Type:** number **Range:** 2-63 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters