Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions macros/audit-trail/edge-services-endpoints.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
macro: adt-edge-services-endpoints
---


<Accordion>
## Edge Services

### Edge Services supported endpoints

The following [Edge Services](/edge-services/) endpoints are supported and will be logged in Audit Trail:

- CreatePipeline (`POST /edge-services/v1beta1/pipelines`)
- UpdatePipeline (`PATCH /edge-services/v1beta1/pipelines/{pipeline_id}`)
- DeletePipeline (`DELETE /edge-services/v1beta1/pipelines/{pipeline_id}`)
- SetHeadStage (`POST /edge-services/v1beta1/pipelines/{pipeline_id}/set-head-stage`)
- CreateDNSStage (`POST /edge-services/v1beta1/pipelines/{pipeline_id}/dns-stages`)
- UpdateDNSStage (`PATCH /edge-services/v1beta1/dns-stages/{dns_stage_id}`)
- DeleteDNSStage (`DELETE /edge-services/v1beta1/dns-stages/{dns_stage_id}`)
- CreateTLSStage (`POST /edge-services/v1beta1/pipelines/{pipeline_id}/tls-stages`)
- UpdateTLSStage (`PATCH /edge-services/v1beta1/tls-stages/{tls_stage_id}`)
- DeleteTLSStage (`DELETE /edge-services/v1beta1/tls-stages/{tls_stage_id}`)
- CreateCacheStage (`POST /edge-services/v1beta1/pipelines/{pipeline_id}/cache-stages`)
- UpdateCacheStage (`PATCH /edge-services/v1beta1/cache-stages/{cache_stage_id}`)
- DeleteCacheStage (`DELETE /edge-services/v1beta1/cache-stages/{cache_stage_id}`)
- CreateBackendStage (`POST /edge-services/v1beta1/pipelines/{pipeline_id}/backend-stages`)
- UpdateBackendStage (`PATCH /edge-services/v1beta1/backend-stages/{backend_stage_id}`)
- DeleteBackendStage (`DELETE /edge-services/v1beta1/backend-stages/{backend_stage_id}`)
- CreateWafStage (`POST /edge-services/v1beta1/pipelines/{pipeline_id}/waf-stages`)
- UpdateWafStage (`PATCH /edge-services/v1beta1/waf-stages/{waf_stage_id}`)
- DeleteWafStage (`DELETE /edge-services/v1beta1/waf-stages/{waf_stage_id}`)
- CreateRouteStage (`POST /edge-services/v1beta1/pipelines/{pipeline_id}/route-stages`)
- UpdateRouteStage (`PATCH /edge-services/v1beta1/route-stages/{route_stage_id}`)
- DeleteRouteStage (`DELETE /edge-services/v1beta1/route-stages/{route_stage_id}`)
- AddRouteRules (`POST /edge-services/v1beta1/route-stages/{route_stage_id}/route-rules`)
- SetRouteRules (`PUT /edge-services/v1beta1/route-stages/{route_stage_id}/route-rules`)
- SelectPlan (`PATCH /edge-services/v1beta1/current-plan`)
- DeleteCurrentPlan (`DELETE /edge-services/v1beta1/current-plan/{project_id}`)
</Accordion>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Supported endpoints for Audit Trail
description: Discover current Scaleway product integrations and endpoints supported in Audit Trail for event tracking.
tags: audit-trail product-integration products endpoints
dates:
validation: 2025-07-09
validation: 2025-11-25
posted: 2025-03-27
---
import AdtAccountEndpoints from '@macros/audit-trail/account-endpoints.mdx'
Expand All @@ -15,7 +15,7 @@ import AdtLbEndpoints from '@macros/audit-trail/lb-endpoints.mdx'
import AdtSecretManagerEndpoints from '@macros/audit-trail/secret-manager-endpoints.mdx'
import AdtAppleSiliconEndpoints from '@macros/audit-trail/apple-silicon-endpoints.mdx'
import AdtInstancesEndpoints from '@macros/audit-trail/instances-endpoints.mdx'

import AdtEdgeServicesEndpoints from '@macros/audit-trail/edge-services-endpoints.mdx'


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.
Expand All @@ -24,6 +24,8 @@ This page provides information on the specific endpoints logged in [Audit Trail]

<AdtAppleSiliconEndpoints />

<AdtEdgeServicesEndpoints />

<AdtElasticMetalEndpoints />

<AdtIamEndpoints />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Audit Trail product integration
description: Discover current and planned Scaleway product integrations with Audit Trail for event tracking.
tags: audit-trail product-integration scaleway-resources
dates:
validation: 2025-08-20
validation: 2025-11-25
posted: 2024-11-28
---

Expand All @@ -15,6 +15,7 @@ The following table provides details about the Scaleway products that are integr
|----------------------------|---------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|
| 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.|
| 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.|
| 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.|
| 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.|
| 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.|
| 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.|
Expand All @@ -38,7 +39,6 @@ The following table provides details about the Scaleway products that will be in
| Container Registry | **Not integrated yet** |
| Data Lab for Apache Spark™ | **Not integrated yet** |
| Domains and DNS | **Not integrated yet** |
| Edge Services | **Not integrated yet** |
| Environmental Footprint | **Not integrated yet** |
| Generative APIs | **Not integrated yet** |
| GPU Instances | **Not integrated yet** |
Expand Down
Loading