Skip to content

Commit 7052f90

Browse files
patriciasantaanasdnts
authored andcommitted
[API Shield] API Discovery new dash steps (cloudflare#23540)
* new dash * component
1 parent 4c12455 commit 7052f90

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

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

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
---
99

10-
import { GlossaryTooltip, Render } from "~/components"
10+
import { GlossaryTooltip, Render, Tabs, TabItem, Steps } from "~/components"
1111

1212
Most development teams struggle to keep track of their APIs. Cloudflare API Discovery helps you map out and understand your attack surface area.
1313

@@ -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)