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
Cloudflare learns schema parameters via traffic inspection. For all endpoints saved to Endpoint Management, you can export the learned schema in OpenAPI `v3.0.0` format by hostname.
12
12
13
13
To protect your API with a learned schema, refer to [Schema validation](/api-shield/security/schema-validation/#add-validation-by-applying-a-learned-schema-to-an-entire-hostname).
14
14
15
15
## Export a schema
16
16
17
-
<Steps>
18
-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
19
-
2. Select **Security** > **API Shield**.
20
-
3. Navigate to **Endpoint Management**.
21
-
4. Select **Export schema** and choose a hostname to export.
22
-
5. Select whether to include [learned parameters](/api-shield/management-and-monitoring/#learned-schemas-will-always-include) and [rate limit recommendations](/api-shield/security/volumetric-abuse-detection/)
23
-
6. Select **Export schema** and choose a location to save the file.
24
-
</Steps>
17
+
<TabssyncKey="dashNewNav">
18
+
<TabItemlabel="Old dashboard">
19
+
<Steps>
20
+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
4. Select **Export schema** and choose a hostname to export.
23
+
5. Select whether to include [learned parameters](/api-shield/management-and-monitoring/#learned-schemas-will-always-include) and [rate limit recommendations](/api-shield/security/volumetric-abuse-detection/)
24
+
6. Select **Export schema** and choose a location to save the file.
25
+
</Steps>
26
+
</TabItem>
27
+
<TabItemlabel="New dashboard"icon="rocket">
28
+
<Steps>
29
+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account and domain.
30
+
2. Go to **Security** > **Web assets** > **Endpoints**.
31
+
3. Select **Export schema** and choose a hostname to export.
32
+
4. Select whether to include learned parameters and rate limit recommendations
33
+
5. Select **Export schema** and choose a location to save the file.
34
+
</Steps>
35
+
</TabItem>
36
+
</Tabs>
25
37
26
38
:::note
27
39
The schema is saved as a JSON file in OpenAPI `v3.0.0` format.
0 commit comments