Skip to content

Commit 8e031b5

Browse files
new dash
1 parent 1458301 commit 8e031b5

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

src/content/docs/api-shield/security/api-discovery.mdx

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,24 @@ Cloudflare will use your feedback on the ignored endpoints to better train the A
6666

6767
Your API endpoints are discovered with both the Session Identifier-based Discovery and the Machine Learning-based Discovery.
6868

69-
To access Machine Learning-based Discovery, log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account and domain. Go to **API Shield** > **Discovery**. You may filter the source results by `Session Identifier` or `Machine Learning` to view results from each Discovery method.
69+
To access Machine Learning-based Discovery:
70+
71+
<Tabs syncKey="dashNewNav">
72+
<TabItem label="Old dashboard">
73+
<Steps>
74+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
75+
2. Go to **API Shield** > **Discovery**.
76+
3. Filter the source results by `Session Identifier` or `Machine Learning` to view results from each Discovery method.
77+
</Steps>
78+
</TabItem>
79+
<TabItem label="New dashboard" icon="rocket">
80+
<Steps>
81+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
82+
2. Go to **Web assets** > **Discovery**
83+
3. Filter the source results by `Session Identifier` or `Machine Learning` to view results from each Discovery method.
84+
</Steps>
85+
</TabItem>
86+
</Tabs>
7087

7188
If all of your zone’s API traffic contains the <GlossaryTooltip term="session identifier">session identifier</GlossaryTooltip> that you have configured, both sources may deliver the same results due to similarities between their underlying methodology. We expect Machine Learning-based Discovery to excel in discovering API traffic regardless of whether your API uses a session identifier.
7289

0 commit comments

Comments
 (0)