Skip to content

Commit 91748e4

Browse files
authored
feat(audit-trail): add elastic metal in audit trail (#5509)
1 parent 3c134c9 commit 91748e4

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
macro: adt-elastic-metal-endpoints
3+
---
4+
5+
<Accordion>
6+
## Elastic Metal
7+
8+
### Elastic Metal supported endpoints
9+
The following [Elastic Metal](/elastic-metal/) endpoints are supported and will be logged in Audit Trail:
10+
11+
- AddOptionServer (`POST /baremetal/v1/zones/{zone}/servers/{server_id}/options/{option_id}`)
12+
- CreateServer (`POST /baremetal/v1/zones/{zone}/servers`)
13+
- DeleteOptionServer (`DELETE /baremetal/v1/zones/{zone}/servers/{server_id}/options/{option_id}`)
14+
- DeleteServer (`DELETE /baremetal/v1/zones/{zone}/servers/{server_id}`)
15+
- InstallServer (`POST /baremetal/v1/zones/{zone}/servers/{server_id}/install`)
16+
- MigrateServerToMonthlyOffer (`POST /baremetal/v1/zones/{zone}/servers/{server_id}/migrate-offer-monthly`)
17+
- RebootServer (`POST /baremetal/v1/zones/{zone}/servers/{server_id}/reboot`)
18+
- StartBMCAccess (`POST /baremetal/v1/zones/{zone}/servers/{server_id}/bmc-access`)
19+
- StartServer (`POST /baremetal/v1/zones/{zone}/servers/{server_id}/start`)
20+
- StopBMCAccess (`DELETE /baremetal/v1/zones/{zone}/servers/{server_id}/bmc-access`)
21+
- StopServer (`POST /baremetal/v1/zones/{zone}/servers/{server_id}/stop`)
22+
- UpdateIP (`PATCH /baremetal/v1/zones/{zone}/servers/{server_id}/ips/{ip_id}`)
23+
- UpdateServer (`PATCH /baremetal/v1/zones/{zone}/servers/{server_id}`)
24+
- UpdateSetting (`PATCH /baremetal/v1/zones/{zone}/settings/{setting_id}`)
25+
26+
</Accordion>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dates:
77
posted: 2025-03-27
88
---
99
import AdtAccountEndpoints from '@macros/audit-trail/account-endpoints.mdx'
10+
import AdtElasticMetalEndpoints from '@macros/audit-trail/elastic-metal-endpoints.mdx'
1011
import AdtIamEndpoints from '@macros/audit-trail/iam-endpoints.mdx'
1112
import AdtKeyManagerEndpoints from '@macros/audit-trail/key-manager-endpoints.mdx'
1213
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]
2021

2122
<AdtAppleSiliconEndpoints />
2223

24+
<AdtElasticMetalEndpoints />
25+
2326
<AdtIamEndpoints />
2427

2528

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
| 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.|
1819
| 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.|
1920
| 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.|
2021
| 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
3637
| Data Lab for Apache Spark™ | **Not integrated yet** |
3738
| Domains and DNS | **Not integrated yet** |
3839
| Edge Services | **Not integrated yet** |
39-
| Elastic Metal | **Not integrated yet** |
4040
| Environmental Footprint | **Not integrated yet** |
4141
| Generative APIs | **Not integrated yet** |
4242
| GPU Instances | **Not integrated yet** |

0 commit comments

Comments
 (0)