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/management-and-monitoring/endpoint-labels.mdx
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,9 @@ title: Endpoint labeling service
5
5
sidebar:
6
6
order: 1
7
7
label: Labeling service
8
-
9
8
---
10
9
11
-
import { Render } from"~/components"
10
+
import { Render } from"~/components";
12
11
13
12
API Shield's labeling service will help you organize your endpoints and address vulnerabilities in your API. The labeling service comes with managed and user-defined labels.
14
13
@@ -46,6 +45,8 @@ Use managed labels to identify endpoints by use case. Cloudflare may automatical
46
45
47
46
`cf-rss-feed`: Add this label to endpoints that expect traffic from RSS clients.
48
47
48
+
`cf-llm`: Services that are (partially) powered by Large Language Model (LLM).
49
+
49
50
### Risk labels
50
51
51
52
Cloudflare automatically runs risk scans every 24 hours on your saved endpoints. API Shield applies these labels when a scan finds security risks on your endpoints. A corresponding Security Center Insight is also raised when risks are found.
@@ -58,11 +59,11 @@ Cloudflare automatically runs risk scans every 24 hours on your saved endpoints.
58
59
59
60
`cf-risk-missing-schema`: Automatically added when a learned schema is available for an endpoint that has no active schema.
60
61
61
-
`cf-risk-error-anomaly`: Automatically added when an endpoint experiences a recent increase in response errors over the last 24 hours.
62
+
`cf-risk-error-anomaly`: Automatically added when an endpoint experiences a recent increase in response errors over the last 24 hours.
62
63
63
-
`cf-risk-latency-anomaly`: Automatically added when an endpoint experiences a recent increase in response latency over the last 24 hours.
64
+
`cf-risk-latency-anomaly`: Automatically added when an endpoint experiences a recent increase in response latency over the last 24 hours.
64
65
65
-
`cf-risk-size-anomaly`: Automatically added when an endpoint experiences a spike in response body size over the last 24 hours.
66
+
`cf-risk-size-anomaly`: Automatically added when an endpoint experiences a spike in response body size over the last 24 hours.
66
67
67
68
:::note
68
69
Cloudflare will only add authentication labels to endpoints with successful response codes. Refer to the below table for more details.
@@ -108,4 +109,4 @@ Alternatively, you can create a user-defined label via Endpoint Management in AP
108
109
109
110
## Availability
110
111
111
-
Endpoint Management's labeling service is currently available to Enterprise API Shield subscribers.
112
+
Endpoint Management's labeling service is currently available to Enterprise API Shield subscribers.
0 commit comments