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
Copy file name to clipboardExpand all lines: src/content/docs/api-shield/api-gateway.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ APIs are fundamental to modern applications but are increasingly targeted by mal
25
25
26
26
### Management and Monitoring tools
27
27
28
-
-**[Endpoint Management](/api-shield/management-and-monitoring/endpoint-management/)**: Gain visibility into your API endpoints, including discovery of shadow APIs and monitoring of active endpoints.
28
+
-**[Endpoint management](/api-shield/management-and-monitoring/endpoint-management/)**: Gain visibility into your API endpoints, including discovery of shadow APIs and monitoring of active endpoints.
29
29
30
30
-**[Analytics and logging](/api-shield/security/sequence-analytics/)**: Access detailed analytics and logs to monitor API usage, performance, and security events.
Copy file name to clipboardExpand all lines: src/content/docs/api-shield/changelog.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ API Shield now automatically labels endpoints with risks due to missing schemas
21
21
22
22
**API Authentication Posture**
23
23
24
-
Customers will see per-endpoint authentication details inside API Shield's [Endpoint Management](/api-shield/management-and-monitoring/) for zones with configured session identifiers.
24
+
Customers will see per-endpoint authentication details inside [Endpoints](/api-shield/management-and-monitoring/) for zones with configured session identifiers.
25
25
26
26
## 2024-12-19
27
27
@@ -33,7 +33,7 @@ API Shield now automatically labels endpoints with risks due to authentication s
33
33
34
34
**Endpoint labels**
35
35
36
-
Customers can now organize their endpoints by use case and custom labels in [Endpoint Management](/api-shield/management-and-monitoring/endpoint-labels/) for easy reference and future machine learning (ML) model training.
36
+
Customers can now organize their endpoints by use case and custom labels using the [Endpoint labeling service](/api-shield/management-and-monitoring/endpoint-labels/) for easy reference and future machine learning (ML) model training.
37
37
38
38
## 2024-10-18
39
39
@@ -49,9 +49,9 @@ Customers can now enable the [Fallthrough Action](/api-shield/security/schema-va
49
49
50
50
## 2024-08-28
51
51
52
-
**Increased capacity for Endpoint Management and Schema Validation**
52
+
**Increased capacity for Endpoint management and Schema Validation**
53
53
54
-
Endpoint Management and Schema Validation now support up to 10,000 saved and validated API endpoints.
54
+
Endpoint management and Schema Validation now support up to 10,000 saved and validated API endpoints.
55
55
56
56
## 2024-07-08
57
57
@@ -79,6 +79,6 @@ Customers can now build [Sequence Mitigation](/api-shield/security/sequence-miti
Customers can now save endpoints in [Endpoint Management](/api-shield/management-and-monitoring/) that contain variables in the hostname. Hostname variables are supported across all product features.
84
+
Customers can now save endpoints in [Endpoint management](/api-shield/management-and-monitoring/) that contain variables in the hostname. Hostname variables are supported across all product features.
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
19
-
2. Go to **Security** > **API Shield** > **API Rules**.
20
-
3. Select **Create sequence rule**.
21
-
4. <aid="rule-form"/>
22
-
Name your rule.
23
-
5. Select a starting endpoint. This is the endpoint that you expect users to hit first in their request flow when using your API.
24
-
- Choose a hostname to display the list of endpoints for that hostname.
25
-
- Choose an endpoint.
26
-
- Select **Set as starting endpoint**.
27
-
6. Select a final endpoint. This is the endpoint you are targeting for protection.
28
-
- Choose a hostname to display the list of endpoints for that hostname.
29
-
- Choose an endpoint.
30
-
- Select **Set as ending endpoint**.
31
-
7. Choose an action that corresponds to the security model type:
32
-
-**Allow**: This will create a positive security model by defining approved sequences on your API.
33
-
-**Log** / **Block**: This will test or enforce a negative security model defining known bad sequences on your API.
34
-
:::note
35
-
36
-
If you chose **Allow**, select whether to log or block the request to the final endpoint when users do not first request the starting endpoint in the sequence.
37
-
:::
38
-
8. Select **Create rule**.
39
-
</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.
21
+
2. Go to **Security** > **API Shield** > **API Rules**.
22
+
3. Select **Create sequence rule**.
23
+
4. Name your rule.
24
+
5. Select a starting endpoint. This is the endpoint that you expect users to hit first in their request flow when using your API.
25
+
- Choose a hostname to display the list of endpoints for that hostname.
26
+
- Choose an endpoint.
27
+
- Select **Set as starting endpoint**.
28
+
6. Select a final endpoint. This is the endpoint you are targeting for protection.
29
+
- Choose a hostname to display the list of endpoints for that hostname.
30
+
- Choose an endpoint.
31
+
- Select **Set as ending endpoint**.
32
+
7. Choose an action that corresponds to the security model type:
33
+
- **Allow**: This will create a positive security model by defining approved sequences on your API.
34
+
- **Log** / **Block**: This will test or enforce a negative security model defining known bad sequences on your API.
35
+
:::note
36
+
37
+
If you chose **Allow**, select whether to log or block the request to the final endpoint when users do not first request the starting endpoint in the sequence.
38
+
:::
39
+
8. Select **Create rule**.
40
+
</Steps>
41
+
</TabItem>
42
+
<TabItemlabel="New dashboard"icon="rocket">
43
+
<Steps>
44
+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
45
+
2. Go to **Security** > **Security rules**.
46
+
3. Select **Create rule** and choose **API sequence rules**.
47
+
4. Name your rule.
48
+
5. Select a starting endpoint. This is the endpoint that you expect users to hit first in their request flow when using your API.
49
+
- Choose a hostname to display the list of endpoints for that hostname.
50
+
- Choose an endpoint.
51
+
- Select **Set as starting endpoint**.
52
+
6. Select a final endpoint. This is the endpoint you are targeting for protection.
53
+
- Choose a hostname to display the list of endpoints for that hostname.
54
+
- Choose an endpoint.
55
+
- Select **Set as ending endpoint**.
56
+
7. Choose an action that corresponds to the security model type:
57
+
-**Allow**: This will create a positive security model by defining approved sequences on your API.
58
+
-**Log** / **Block**: This will test or enforce a negative security model defining known bad sequences on your API.
59
+
:::note
60
+
61
+
If you chose **Allow**, select whether to log or block the request to the final endpoint when users do not first request the starting endpoint in the sequence.
0 commit comments