{ "id":"/axapi/v3/flowspec/{name}/dscp/{dscp-attribute}+{dscp-val}", "type":"object", "node-type":"list", "title":"dscp", "partition-visibility":"shared", "description":"Configure DSCP for a Flowspec", "properties":{ "dscp-attribute":{ "type":"string", "format":"enum", "partition-visibility":"shared", "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; ", "enum":[ "eq", "gt", "lt", "range" ], "optional":false }, "dscp-val":{ "type":"number", "format":"number", "minimum":1, "maximum":63, "partition-visibility":"shared", "description":"Specify the DSCP value", "optional":false }, "dscp-val-end":{ "type":"number", "format":"number", "minimum":2, "maximum":63, "partition-visibility":"shared", "description":"Specify the DSCP value", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "dscp-attribute", "dscp-val" ], "required":[ "dscp-attribute", "dscp-val" ] }