{ "id":"/axapi/v3/session-filter-extended/{name}", "type":"object", "node-type":"list", "title":"session-filter-extended", "partition-visibility":"shared", "description":"Create a extended convenience Filter to display/clear sessions", "properties":{ "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Session filter name", "optional":false }, "fwd-filter":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "partition-visibility":"shared", "$ref":"/axapi/v3/tuple-filter", "description":"Specify forward tuple-filter name", "optional":true }, "rev-filter":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "partition-visibility":"shared", "$ref":"/axapi/v3/tuple-filter", "description":"Specify reverse tuple-filter name", "optional":true }, "filter-rel":{ "type":"string", "format":"enum", "default":"AND", "partition-visibility":"shared", "description":"'AND': both forward and reverse tuple-filter match; 'OR': either forward or reverse tuple-filter match; ", "enum":[ "AND", "OR" ], "optional":true }, "session-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'sip': SIP sessions; ", "enum":[ "sip" ], "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "object-keys":[ "name" ], "required":[ "name" ] }