Skip to content

Commit 19d952e

Browse files
authored
docs(add): Edge Services endpoints (#5862)
1 parent 709c5e9 commit 19d952e

File tree

3 files changed

+45
-4
lines changed

3 files changed

+45
-4
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
macro: adt-edge-services-endpoints
3+
---
4+
5+
6+
<Accordion>
7+
## Edge Services
8+
9+
### Edge Services supported endpoints
10+
11+
The following [Edge Services](/edge-services/) endpoints are supported and will be logged in Audit Trail:
12+
13+
- CreatePipeline (`POST /edge-services/v1beta1/pipelines`)
14+
- UpdatePipeline (`PATCH /edge-services/v1beta1/pipelines/{pipeline_id}`)
15+
- DeletePipeline (`DELETE /edge-services/v1beta1/pipelines/{pipeline_id}`)
16+
- SetHeadStage (`POST /edge-services/v1beta1/pipelines/{pipeline_id}/set-head-stage`)
17+
- CreateDNSStage (`POST /edge-services/v1beta1/pipelines/{pipeline_id}/dns-stages`)
18+
- UpdateDNSStage (`PATCH /edge-services/v1beta1/dns-stages/{dns_stage_id}`)
19+
- DeleteDNSStage (`DELETE /edge-services/v1beta1/dns-stages/{dns_stage_id}`)
20+
- CreateTLSStage (`POST /edge-services/v1beta1/pipelines/{pipeline_id}/tls-stages`)
21+
- UpdateTLSStage (`PATCH /edge-services/v1beta1/tls-stages/{tls_stage_id}`)
22+
- DeleteTLSStage (`DELETE /edge-services/v1beta1/tls-stages/{tls_stage_id}`)
23+
- CreateCacheStage (`POST /edge-services/v1beta1/pipelines/{pipeline_id}/cache-stages`)
24+
- UpdateCacheStage (`PATCH /edge-services/v1beta1/cache-stages/{cache_stage_id}`)
25+
- DeleteCacheStage (`DELETE /edge-services/v1beta1/cache-stages/{cache_stage_id}`)
26+
- CreateBackendStage (`POST /edge-services/v1beta1/pipelines/{pipeline_id}/backend-stages`)
27+
- UpdateBackendStage (`PATCH /edge-services/v1beta1/backend-stages/{backend_stage_id}`)
28+
- DeleteBackendStage (`DELETE /edge-services/v1beta1/backend-stages/{backend_stage_id}`)
29+
- CreateWafStage (`POST /edge-services/v1beta1/pipelines/{pipeline_id}/waf-stages`)
30+
- UpdateWafStage (`PATCH /edge-services/v1beta1/waf-stages/{waf_stage_id}`)
31+
- DeleteWafStage (`DELETE /edge-services/v1beta1/waf-stages/{waf_stage_id}`)
32+
- CreateRouteStage (`POST /edge-services/v1beta1/pipelines/{pipeline_id}/route-stages`)
33+
- UpdateRouteStage (`PATCH /edge-services/v1beta1/route-stages/{route_stage_id}`)
34+
- DeleteRouteStage (`DELETE /edge-services/v1beta1/route-stages/{route_stage_id}`)
35+
- AddRouteRules (`POST /edge-services/v1beta1/route-stages/{route_stage_id}/route-rules`)
36+
- SetRouteRules (`PUT /edge-services/v1beta1/route-stages/{route_stage_id}/route-rules`)
37+
- SelectPlan (`PATCH /edge-services/v1beta1/current-plan`)
38+
- DeleteCurrentPlan (`DELETE /edge-services/v1beta1/current-plan/{project_id}`)
39+
</Accordion>

pages/audit-trail/reference-content/adt-supported-endpoints.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Supported endpoints for Audit Trail
33
description: Discover current Scaleway product integrations and endpoints supported in Audit Trail for event tracking.
44
tags: audit-trail product-integration products endpoints
55
dates:
6-
validation: 2025-07-09
6+
validation: 2025-12-15
77
posted: 2025-03-27
88
---
99
import AdtAccountEndpoints from '@macros/audit-trail/account-endpoints.mdx'
@@ -15,7 +15,7 @@ import AdtLbEndpoints from '@macros/audit-trail/lb-endpoints.mdx'
1515
import AdtSecretManagerEndpoints from '@macros/audit-trail/secret-manager-endpoints.mdx'
1616
import AdtAppleSiliconEndpoints from '@macros/audit-trail/apple-silicon-endpoints.mdx'
1717
import AdtInstancesEndpoints from '@macros/audit-trail/instances-endpoints.mdx'
18-
18+
import AdtEdgeServicesEndpoints from '@macros/audit-trail/edge-services-endpoints.mdx'
1919

2020

2121
This page provides information on the specific endpoints logged in [Audit Trail](/audit-trail/) for Scaleway products. Refer to the [dedicated documentation](/audit-trail/reference-content/resource-integration-with-adt/) for a list of Scaleway products integrated with Audit Trail.
@@ -24,6 +24,8 @@ This page provides information on the specific endpoints logged in [Audit Trail]
2424

2525
<AdtAppleSiliconEndpoints />
2626

27+
<AdtEdgeServicesEndpoints />
28+
2729
<AdtElasticMetalEndpoints />
2830

2931
<AdtIamEndpoints />

pages/audit-trail/reference-content/resource-integration-with-adt.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Audit Trail product integration
33
description: Discover current and planned Scaleway product integrations with Audit Trail for event tracking.
44
tags: audit-trail product-integration scaleway-resources
55
dates:
6-
validation: 2025-08-20
6+
validation: 2025-11-25
77
posted: 2024-11-28
88
---
99

@@ -15,6 +15,7 @@ The following table provides details about the Scaleway products that are integr
1515
|----------------------------|---------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|
1616
| Account | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#account-supported-endpoints) to find out which Account endpoints are supported.|
1717
| Apple silicon | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#apple-silicon-supported-endpoints) to find out which Apple silicon endpoints are supported.|
18+
| Edge Services | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#edge-services-supported-endpoints) to find out which Edge Services endpoints are supported.|
1819
| Elastic Metal | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#elastic-metal-supported-endpoints) to find out which Elastic Metal endpoints are supported.|
1920
| IAM | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#iam-supported-endpoints) to find out which IAM endpoints are supported.|
2021
| Instances | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#instances-supported-endpoints) to find out which Instances endpoints are supported.|
@@ -38,7 +39,6 @@ The following table provides details about the Scaleway products that will be in
3839
| Container Registry | **Not integrated yet** |
3940
| Data Lab for Apache Spark™ | **Not integrated yet** |
4041
| Domains and DNS | **Not integrated yet** |
41-
| Edge Services | **Not integrated yet** |
4242
| Environmental Footprint | **Not integrated yet** |
4343
| Generative APIs | **Not integrated yet** |
4444
| GPU Instances | **Not integrated yet** |

0 commit comments

Comments
 (0)