Skip to content
Merged
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
26 changes: 26 additions & 0 deletions macros/audit-trail/elastic-metal-endpoints.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
macro: adt-elastic-metal-endpoints
---

<Accordion>
## 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}`)

</Accordion>
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -20,6 +21,8 @@ This page provides information on the specific endpoints logged in [Audit Trail]

<AdtAppleSiliconEndpoints />

<AdtElasticMetalEndpoints />

<AdtIamEndpoints />


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.|
Expand All @@ -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** |
Expand Down