Working with discovered endpoints¶
Selecting a domain from the dashboard opens its detailed endpoint inventory. This view is the primary workspace for endpoint triage and governance.
Figure 2. The per-domain endpoint view shows the request rate timeline, most active APIs, top sensitive data categories, response code distribution, and a table of all endpoints for the domain.¶
View components¶
The per-domain view includes:
RPS Timeline. A chart of requests per second over the selected statistics period.
Most Active APIs. A ranked list of the most frequently called endpoints, with the percentage of total calls.
Top Sensitive Data. A ranked list of sensitive data categories observed for the domain, with counts.
Response Code Distribution. A breakdown of total calls by HTTP response class (2xx, 3xx, 4xx, 5xx).
Endpoint table. A list of all endpoints for the domain, with method, sensitive data categories, authentication status, API category, risk score, status, and last-updated timestamp.
Statistics period¶
The Statistics Period selector at the top of the view controls the time window for the displayed metrics. The product supports time ranges up to one month.
Endpoint table filters¶
The endpoint table supports filters on the following columns:
Method
Sensitive Data
Authentication Status
API Category
Risk Score
Status
Last Updated
Use the Reset Filters button to clear all active filters.
Endpoint actions¶
The buttons above the endpoint table support inventory and lifecycle actions.
Action |
Purpose |
|---|---|
Move to Inventory |
Add selected endpoints to the managed inventory |
Remove from Inventory |
Remove selected endpoints from the managed inventory |
Delete |
Remove selected endpoints and their associated data |
To work with a single endpoint:
Locate the endpoint in the table.
Use the action menu in the Action column to perform tasks such as viewing details or triggering enforcement.
View endpoint details¶
To view detailed information about an endpoint, select the endpoint and select View selected API. The detail view shows the full path, method, observed parameters, sensitive data findings, authentication status, and recent traffic statistics.