From 972351f245738c62fb59e63c2d072e0f1000fd6f Mon Sep 17 00:00:00 2001 From: Cyril Petel Date: Wed, 10 Sep 2025 15:01:51 +0200 Subject: [PATCH 1/2] adding elastic metal in audit trail doc --- .../audit-trail/elastic-metal-endpoints.mdx | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 macros/audit-trail/elastic-metal-endpoints.mdx diff --git a/macros/audit-trail/elastic-metal-endpoints.mdx b/macros/audit-trail/elastic-metal-endpoints.mdx new file mode 100644 index 0000000000..2b02fcfb2c --- /dev/null +++ b/macros/audit-trail/elastic-metal-endpoints.mdx @@ -0,0 +1,26 @@ +--- +macro: adt-elastic-metal-endpoints +--- + + + ## Elastic Metal + + ### Elastic Metal supported endpoints + The following [Elastic Metal](/elastic-metal/) endpoints are supported and will be logged in Audit Trail: + + - AddOptionServer (`POST /baremetal/v1/zones/{zone}/servers/{server_id}/options/{option_id}`) + - CreateServer (`POST /baremetal/v1/zones/{zone}/servers`) + - DeleteOptionServer (`DELETE /baremetal/v1/zones/{zone}/servers/{server_id}/options/{option_id}`) + - DeleteServer (`DELETE /baremetal/v1/zones/{zone}/servers/{server_id}`) + - InstallServer (`POST /baremetal/v1/zones/{zone}/servers/{server_id}/install`) + - MigrateServerToMonthlyOffer (`POST /baremetal/v1/zones/{zone}/servers/{server_id}/migrate-offer-monthly`) + - RebootServer (`POST /baremetal/v1/zones/{zone}/servers/{server_id}/reboot`) + - StartBMCAccess (`POST /baremetal/v1/zones/{zone}/servers/{server_id}/bmc-access`) + - StartServer (`POST /baremetal/v1/zones/{zone}/servers/{server_id}/start`) + - StopBMCAccess (`DELETE /baremetal/v1/zones/{zone}/servers/{server_id}/bmc-access`) + - StopServer (`POST /baremetal/v1/zones/{zone}/servers/{server_id}/stop`) + - UpdateIP (`PATCH /baremetal/v1/zones/{zone}/servers/{server_id}/ips/{ip_id}`) + - UpdateServer (`PATCH /baremetal/v1/zones/{zone}/servers/{server_id}`) + - UpdateSetting (`PATCH /baremetal/v1/zones/{zone}/settings/{setting_id}`) + + \ No newline at end of file From c3f8b16167c1d942fb914d742555cb91eb2ef29b Mon Sep 17 00:00:00 2001 From: Cyril Petel Date: Wed, 10 Sep 2025 15:04:29 +0200 Subject: [PATCH 2/2] adding missing docs --- .../audit-trail/reference-content/adt-supported-endpoints.mdx | 3 +++ .../reference-content/resource-integration-with-adt.mdx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/audit-trail/reference-content/adt-supported-endpoints.mdx b/pages/audit-trail/reference-content/adt-supported-endpoints.mdx index 4b473ef05d..5f0ea594dc 100644 --- a/pages/audit-trail/reference-content/adt-supported-endpoints.mdx +++ b/pages/audit-trail/reference-content/adt-supported-endpoints.mdx @@ -7,6 +7,7 @@ dates: posted: 2025-03-27 --- import AdtAccountEndpoints from '@macros/audit-trail/account-endpoints.mdx' +import AdtElasticMetalEndpoints from '@macros/audit-trail/elastic-metal-endpoints.mdx' import AdtIamEndpoints from '@macros/audit-trail/iam-endpoints.mdx' import AdtKeyManagerEndpoints from '@macros/audit-trail/key-manager-endpoints.mdx' import AdtKubernetesEndpoints from '@macros/audit-trail/kubernetes-endpoints.mdx' @@ -20,6 +21,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 e35894d5aa..9704d12ecb 100644 --- a/pages/audit-trail/reference-content/resource-integration-with-adt.mdx +++ b/pages/audit-trail/reference-content/resource-integration-with-adt.mdx @@ -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.| +| 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.| | Key Manager | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#key-manager-supported-endpoints) to find out which Key Manager endpoints are supported.| | Kubernetes | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#kubernetes-supported-endpoints) to find out which Kubernetes endpoints are supported.| @@ -36,7 +37,6 @@ The following table provides details about the Scaleway products that will be in | Data Lab for Apache Sparkā„¢ | **Not integrated yet** | | Domains and DNS | **Not integrated yet** | | Edge Services | **Not integrated yet** | -| Elastic Metal | **Not integrated yet** | | Environmental Footprint | **Not integrated yet** | | Generative APIs | **Not integrated yet** | | GPU Instances | **Not integrated yet** |