From 395f335f959bdc872563d062563e011143275df9 Mon Sep 17 00:00:00 2001 From: Vanda ILLYES Date: Fri, 26 Jun 2026 11:28:33 +0200 Subject: [PATCH 1/2] feat(adt): add support for GenAPIs MTA-7263 --- .../audit-trail/generative-apis-endpoints.mdx | 18 ++++++++++++++++++ .../adt-supported-endpoints.mdx | 3 +++ .../resource-integration-with-adt.mdx | 1 + 3 files changed, 22 insertions(+) create mode 100644 macros/audit-trail/generative-apis-endpoints.mdx diff --git a/macros/audit-trail/generative-apis-endpoints.mdx b/macros/audit-trail/generative-apis-endpoints.mdx new file mode 100644 index 0000000000..5c6948bf34 --- /dev/null +++ b/macros/audit-trail/generative-apis-endpoints.mdx @@ -0,0 +1,18 @@ +--- +macro: adt-genapis-endpoints +--- + + + ## Generative APIs + + ### Generative APIs - Dedicated Deployment supported endpoints + + The following [Generative APIs - Dedicated Deployment](/generative-apis/) endpoints are supported and will be logged in Audit Trail: + + - CreateDeployment (`POST/inference/v1/regions/{region}/deployments`) + - UpdateDeployment (`PATCH/inference/v1/regions/{region}/deployments/{deployment_id}`) + - DeleteDeployment (`DELETE/inference/v1/regions/{region}/deployments/{deployment_id}`) + - CreateModel (`POST/inference/v1/regions/{region}/models`) + - DeleteModel (`DELETE/inference/v1/regions/{region}/models/{model_id}`) + + \ No newline at end of file diff --git a/pages/audit-trail/reference-content/adt-supported-endpoints.mdx b/pages/audit-trail/reference-content/adt-supported-endpoints.mdx index ed5808a9fc..79ba0c0a39 100644 --- a/pages/audit-trail/reference-content/adt-supported-endpoints.mdx +++ b/pages/audit-trail/reference-content/adt-supported-endpoints.mdx @@ -27,6 +27,7 @@ import AdtClickhouseEndpoints from '@macros/audit-trail/clickhouse-endpoints.mdx import AdtServerlessSQLEndpoints from '@macros/audit-trail/serverless-sql-endpoints.mdx' import AdtCockpitEndpoints from '@macros/audit-trail/cockpit-endpoints.mdx' import AdtInterlinkEndpoints from '@macros/audit-trail/interlink-endpoints.mdx' +import AdtGenAPIsEndpoints from '@macros/audit-trail/generative-apis-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. @@ -44,6 +45,8 @@ This page provides information on the specific endpoints logged in [Audit Trail] + + diff --git a/pages/audit-trail/reference-content/resource-integration-with-adt.mdx b/pages/audit-trail/reference-content/resource-integration-with-adt.mdx index 3d9afda6b7..30dd08df13 100644 --- a/pages/audit-trail/reference-content/resource-integration-with-adt.mdx +++ b/pages/audit-trail/reference-content/resource-integration-with-adt.mdx @@ -20,6 +20,7 @@ The following table provides details about the Scaleway products that are integr | Cockpit | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#cockpit-supported-endpoints) to find out which Cockpit 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.| +| Generative APIs | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#generative-apis-supported-endpoints) to find out which Generative APIs 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.| | InterLink | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#interlink-supported-endpoints) to find out which Instances endpoints are supported.| From 6bfafa8143defa03138651cbd77f9a288ab35528 Mon Sep 17 00:00:00 2001 From: Vanda ILLYES Date: Fri, 26 Jun 2026 11:30:30 +0200 Subject: [PATCH 2/2] feat(adt): add support for GenAPIs MTA-7263 --- .../reference-content/resource-integration-with-adt.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/audit-trail/reference-content/resource-integration-with-adt.mdx b/pages/audit-trail/reference-content/resource-integration-with-adt.mdx index 30dd08df13..6237894d1f 100644 --- a/pages/audit-trail/reference-content/resource-integration-with-adt.mdx +++ b/pages/audit-trail/reference-content/resource-integration-with-adt.mdx @@ -52,7 +52,6 @@ The following table provides details about the Scaleway products that will be in | Domains and DNS | **Not integrated yet** | | Environmental Footprint | **Not integrated yet** | | Generative APIs - Serverless | **Not integrated yet** | -| Generative APIs - Dedicated Deployment | **Not integrated yet** | | GPU Instances | **Not integrated yet** | | Instance Scaling Group | **Not integrated yet** | | IoT Hub | **Not integrated yet** |