You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve filters of Admin REST API for GET https://localhost:9443/api/am/admin/v1/throttling/blacklist to filter exact matches of "/context/version"
#3084
Closed
ksankeerth opened this issue
Aug 29, 2024
· 0 comments
Currently, conditionValue = "/context/version" filter returns all the API have substrings of context. It is better if it could be improved to return exact blocking condition for matching context and version.
Problem
Currently, conditionValue = "/context/version" filter returns all the API have substrings of context. It is better if it could be improved to return exact blocking condition for matching context and version.
Solution
Improve filter:
Eg: conditionValue="/test/1.0.0"
https://127.0.0.1:9443/api/am/admin/v1/throttling/policies/blacklist?query=conditionType:api&conditionValue="/test/1.0.0"
Affected Component
APIM
Version
3.2.1
Implementation
No response
Related Issues
No response
Suggested Labels
No response
The text was updated successfully, but these errors were encountered: