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
{{ message }}
This repository was archived by the owner on Dec 14, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,12 +76,12 @@ For the following steps, please open the ANM configuration in Policy-Studio. You
76
76
77
77
- The `Compare Attribute` filter checks if the requested API can be handled by the API-Builder project.
78
78
As a basis for decision-making a criteria for each endpoint needs to be added to the filter configuration.
79
-
_At this point in time three endpoints are supported by the API Builder based Traffic-Monitor API.
80
-
The **search** endpoint which provides the data for the HTTP Traffic overview, the **circuitpath** endpoint which provides the data for the Filter Execution Path as part of the detailed view of a transaction and the **trace** endpoint which returns the trace information. Currently the API Builder Project does not cover all endpoints to completely replace the existing Traffic Monitor API yet, but more endpoints will be added soon!_
79
+
_The following endpoints are supported by the API Builder based Traffic-Monitor API.
80
+
The **search** endpoint which provides the data for the HTTP Traffic overview, the **circuitpath** endpoint which provides the data for the Filter Execution Path as part of the detailed view of a transaction, the **trace** endpoint which returns the trace information and the **getinfo** endpoint which returns the request detail information including the http header of each leg._
81
81
For search endpoint add: `http.request.path`matches regular expression `^\/api\/router\/service\/[A-Za-z0-9-.]+\/ops\/search$`
82
82
For circuitpath endpoint add: `http.request.path`matches regular expression `^\/api\/router\/service\/[A-Za-z0-9-.]+\/ops\/stream\/[A-Za-z0-9]+\/[^\/]+\/circuitpath$`
83
83
For trace endpoint add: `http.request.path`matches regular expression `^\/api\/router\/service\/[A-Za-z0-9-.]+\/ops\/trace\/[A-Za-z0-9]+[\?]?.*$`
84
-
_The list of requests will be extended once the API-Builder project can serve more (e.g. the Request-Detail view)._
84
+
For getinfo endpoint add: `http.request.path`matches regular expression `^\/api\/router\/service\/[A-Za-z0-9-.]+\/ops\/[A-Za-z0-9]+\/[A-Za-z0-9]+\/[\*0-9]{1}\/getinfo[\?]?.*$`
85
85
![Is API Managed][img6]
86
86
- Adjust the URL of the Connect to URL filter to your running API-Builder docker container and port - **default is 8889**. Sample: `http://api-env:8889/api/elk/v1${http.request.rawURI}`
0 commit comments