Skip to content

Commit 37041cd

Browse files
labeling system
1 parent c38b393 commit 37041cd

File tree

4 files changed

+61
-3
lines changed

4 files changed

+61
-3
lines changed

src/content/docs/api-shield/management-and-monitoring/api-routing/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pcx_content_type: how-to
33
type: overview
44
title: API Routing
55
sidebar:
6-
order: 2
6+
order: 3
77

88
---
99

src/content/docs/api-shield/management-and-monitoring/developer-portal.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pcx_content_type: how-to
33
type: overview
44
title: Build developer portals
55
sidebar:
6-
order: 3
6+
order: 4
77

88
---
99

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
pcx_content_type: how-to
3+
type: overview
4+
title: Endpoint labeling service
5+
sidebar:
6+
order: 1
7+
label: Labeling service
8+
9+
---
10+
11+
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.
12+
13+
Today, managed labels are useful for organizing endpoints by use case. In a future release, managed labels will automatically be added to endpoints with informative or security risks, alerting you on endpoints that need attention.
14+
15+
User-defined labels can also be added to endpoints in API Shield by creating a label and adding it to an individual endpoint or multiple endpoints. User-defined labels will be useful for organizing your endpoints by owner, version, or type.
16+
17+
You can sort and filter your endpoints based on the labels.
18+
19+
## Create a label
20+
21+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account and domain.
22+
2. Go to **Security** > **Settings** > **Labels**.
23+
3. Under **Security labels**, select **Create label**.
24+
4. Name the label and add an optional label description.
25+
5. Apply the label to your selected endpoints.
26+
6. Select **Create label**.
27+
28+
Alternatively, you can create a user-defined label via Endpoint Management in API Shield.
29+
30+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account and domain.
31+
2. Go to **Security** > **Settings** > **Labels**.
32+
3. Choose the endpoint that you want to label.
33+
4. Select **Edit labels**.
34+
5. Under **User**, select **Create user label**.
35+
6. Enter the label name.
36+
7. Select **Create**.
37+
38+
## Apply a label to an individual endpoint
39+
40+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account and domain.
41+
2. Go to **Security** > **API Shield**
42+
3. Choose the endpoint that you want to label.
43+
4. Select **Edit labels**.
44+
5. Add the label(s) that you want to use for the endpoint from the list of managed and user-defined labels.
45+
6. Select **Save labels**.
46+
47+
## Bulk apply labels to multiple endpoints
48+
49+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account and domain.
50+
2. Go to **Security** > **Settings** > **Labels**.
51+
3. On the existing label that you want to apply to multiple endpoints, select **Bulk apply**.
52+
4. Choose the endpoints that you want to label by selecting its checkbox.
53+
5. Select **Save label**.
54+
55+
56+
## Availability
57+
58+
Endpoint Management’s labeling service is currently available to Enterprise API Shield subscribers.

src/content/docs/api-shield/management-and-monitoring/session-identifiers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pcx_content_type: how-to
33
type: overview
44
title: Session identifiers
55
sidebar:
6-
order: 1
6+
order: 2
77

88
---
99

0 commit comments

Comments
 (0)