Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Monitor the health of your <GlossaryTooltip term="API endpoint">API endpoints</G

This will add the specified endpoints to your list of managed endpoints. You can view your list of saved endpoints in the **Endpoint Management** page.

Cloudflare will start collecting [performance data](/api-shield/management-and-monitoring/#endpoint-performance-analysis) on your endpoint when you save an endpoint.
Cloudflare will start collecting [performance data](/api-shield/management-and-monitoring/#endpoint-analysis) on your endpoint when you save an endpoint.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This page: https://developers.cloudflare.com/api-shield/security/api-discovery/
has a broken internal link to: https://developers.cloudflare.com/api-shield/management-and-monitoring/.
The fragment endpoint-performance-analysis does not exist.

By looking at the page: https://developers.cloudflare.com/api-shield/management-and-monitoring/
The best fragment to use seems to be: #endpoint-analysis


:::note

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/api-shield/security/api-discovery.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ API Shield first catalogs your discovered API endpoints in an email inbox-style

You should save all discovered API endpoints to Endpoint Management while ignoring any potential false positives in the API Discovery results by selecting **Save** or **Ignore** on each line. Alternatively, you can bulk-select endpoints to save or ignore. You can get started with saving endpoints by saving all endpoints with a variable. Search for `var1` in the search box and add all the resulting endpoints. You can examine endpoints without path variables for accuracy later on.

By adding endpoints to Endpoint Management, you will unlock further [security](/api-shield/security/), [visibility](/api-shield/management-and-monitoring/#endpoint-performance-analysis), and [management](/api-shield/management-and-monitoring/) features of the platform. Endpoint Management monitors the health of your API endpoints by saving, updating, and monitoring performance metrics.
By adding endpoints to Endpoint Management, you will unlock further [security](/api-shield/security/), [visibility](/api-shield/management-and-monitoring/#endpoint-analysis), and [management](/api-shield/management-and-monitoring/) features of the platform. Endpoint Management monitors the health of your API endpoints by saving, updating, and monitoring performance metrics.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This page: https://developers.cloudflare.com/api-shield/security/api-discovery/
has a broken internal link to: https://developers.cloudflare.com/api-shield/management-and-monitoring/.
The fragment endpoint-performance-analysis does not exist.

By looking at the page: https://developers.cloudflare.com/api-shield/management-and-monitoring/
The best fragment to use seems to be: #endpoint-analysis


To restore any errantly ignored endpoints, you can filter by **Ignored** and select **Restore**.

Expand Down