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
@@ -42,6 +41,8 @@ You can filter your endpoints based on the labels.
42
41
43
42
`cf-rss-feed`: Add this label to endpoints that expect traffic from RSS clients.
44
43
44
+
`cf-llm`: Services that are (partially) powered by Large Language Model (LLM).
45
+
45
46
`cf-risk-missing-auth`: Automatically added when all successful requests lack a session identifier. Refer to the table below for more information.
46
47
47
48
`cf-risk-mixed-auth`: Automatically added when some successful requests contain a session identifier and some successful requests lack a session identifier. Refer to the table below for more information.
@@ -50,11 +51,11 @@ You can filter your endpoints based on the labels.
50
51
51
52
`cf-risk-missing-schema`: Automatically added when a learned schema is available for an endpoint that has no active schema.
52
53
53
-
`cf-risk-error-anomaly`: Automatically added when an endpoint experiences a recent increase in response errors over the last 24 hours.
54
+
`cf-risk-error-anomaly`: Automatically added when an endpoint experiences a recent increase in response errors over the last 24 hours.
54
55
55
-
`cf-risk-latency-anomaly`: Automatically added when an endpoint experiences a recent increase in response latency over the last 24 hours.
56
+
`cf-risk-latency-anomaly`: Automatically added when an endpoint experiences a recent increase in response latency over the last 24 hours.
56
57
57
-
`cf-risk-size-anomaly`: Automatically added when an endpoint experiences a spike in response body size over the last 24 hours.
58
+
`cf-risk-size-anomaly`: Automatically added when an endpoint experiences a spike in response body size over the last 24 hours.
58
59
59
60
:::note
60
61
Cloudflare will only add authentication labels to endpoints with successful response codes. Refer to the below table for more details.
@@ -100,4 +101,4 @@ Alternatively, you can create a user-defined label via Endpoint Management in AP
100
101
101
102
## Availability
102
103
103
-
Endpoint Management's labeling service is currently available to Enterprise API Shield subscribers.
104
+
Endpoint Management's labeling service is currently available to Enterprise API Shield subscribers.
0 commit comments