Please enable JavaScript.
Coggle requires JavaScript to display documents.
Filter Resource, Filter Resources - Coggle Diagram
Filter Resource
-
-
Removing an already assigned filter (Filter 1) from a REST API and assigning a new filter (Filter 2)
-
-
-
-
-
Validate the gateway call by adding multiple Filters at the API and Resource level
(Filter1 -> API level, Filter2 -> Resource level)
Create Filters
Filter1(API Level , User-Agent , Allow only Postman clients , PostmanRuntime/7.36.3)
Filter2(Resource Level ,IP-Based , Allow only IP 10.10.10.5 , Resource: /users/{id}
-
Validate the gateway call by adding multiple FIlters at the API and Operational level
(Filter1 -> API level, Filter2 -> Operational level)
Create Filter
Filter1(API Level IP-based Allow IP 10.10.10.5 Entire API /api/customers)
Filter2(Operational Level User-Agent Allow PostmanRuntime/7.36.3 Only on POST /api/customers
-
Validate the gateway call by adding multiple Filters at the Resource and Operational level
(Filter1 -> Resource level, Filter2 -> Operational level)
Create Filter
Filter 1(Resource Level IP-based Allow IPs in 10.10.10.0/24 /api/customers)
Filter 2(Operational Level User-Agent Allow only PostmanRuntime/7.36.3 POST /api/customers)
-
Validate the gateway call by adding multiple scopes at the API, Resource, and Operational levels
(Filter1 -> API level, scope2 -> Resource level, scope3 -> Operational level)
Create Filter
Filter 1(API Level IP-Based Allow only 10.10.10.0/24 Entire API (e.g., /api/) )
Filter 2(Resource Level Deny Rule Deny access to specific user-agents /api/customers resource )
Filter 3(Operational Level User-Agent Allow only PostmanRuntime/7.36.3 POST /api/customers operation
Create Environment
Create scopes
Create REST Pool
Create REST API
Go to API Properties
Assign Filter1 at API level(e.g., /api/)
Go to resource paths
- 1 more item...
Filter Resources
Add Filter
Enter General Details (name, Description) for all field
Select Filter Type
User Agent Based
Select Strategy
Allow
Enter value
-
-
Else
Add button
- 2 more items...
Cancel button
- 1 more item...
-
-
-
Edit Filter
Enter Updated Value
-
Cancel button
Filter details are not updated, and go back
-