MT#57155 /api/rewriterules add filter by direction,field

* filter by direction and field (caller or callee)

Change-Id: I0205ead6cf2a1d51532992f67a5add63cdeb51e0
mr11.4
Kirill Solomko 3 years ago
parent 8793db1e9d
commit 0370507310

@ -48,6 +48,16 @@ sub query_params {
second => sub { join => 'ruleset' }, second => sub { join => 'ruleset' },
}, },
}, },
{
param => 'direction',
description => 'Filter for rules belonging to a specific direction.',
query_type => 'string_eq',
},
{
param => 'field',
description => 'Filter for rules belonging to a specific field (caller or callee).',
query_type => 'string_eq',
},
]; ];
} }

Loading…
Cancel
Save