Skip to content

Commit 5440534

Browse files
authored
docs(add): add apple silicon endpoints (#5431)
1 parent 3fae671 commit 5440534

File tree

3 files changed

+28
-8
lines changed

3 files changed

+28
-8
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
macro: adt-apple-silicon-endpoints
3+
---
4+
5+
<Accordion>
6+
## Apple silicon
7+
8+
### Apple silicon supported endpoints
9+
10+
The following [Apple silicon](/apple-silicon/) endpoints are supported and will be logged in Audit Trail:
11+
12+
- CreateServer (`POST /apple-silicon/v1alpha1/zones/{zone}/servers`)
13+
- DeleteServer (`DELETE /apple-silicon/v1alpha1/zones/{zone}/servers/{server_id}`)
14+
- RebootServer (`POST /apple-silicon/v1alpha1/zones/{zone}/servers/{server_id}/reboot`)
15+
- ReinstallServer (`POST /apple-silicon/v1alpha1/zones/{zone}/servers/{server_id}/reinstall`)
16+
- UpdateServer (`PATCH /apple-silicon/v1alpha1/zones/{zone}/servers/{server_id}`)
17+
- BatchCreateServers (`POST /apple-silicon/v1alpha1/zones/{zone}/batch-create-servers`)
18+
</Accordion>

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ import AdtIamEndpoints from '@macros/audit-trail/iam-endpoints.mdx'
1111
import AdtKeyManagerEndpoints from '@macros/audit-trail/key-manager-endpoints.mdx'
1212
import AdtKubernetesEndpoints from '@macros/audit-trail/kubernetes-endpoints.mdx'
1313
import AdtSecretManagerEndpoints from '@macros/audit-trail/secret-manager-endpoints.mdx'
14-
14+
import AdtAppleSiliconEndpoints from '@macros/audit-trail/apple-silicon-endpoints.mdx'
1515

1616

1717
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.
1818

1919
<AdtAccountEndpoints />
2020

21+
<AdtAppleSiliconEndpoints />
22+
2123
<AdtIamEndpoints />
2224

2325

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Audit Trail product integration
33
description: Discover current and planned Scaleway product integrations with Audit Trail for event tracking.
44
tags: audit-trail product-integration scaleway-resources
55
dates:
6-
validation: 2025-07-09
6+
validation: 2025-08-20
77
posted: 2024-11-28
88
---
99

@@ -13,11 +13,12 @@ The following table provides details about the Scaleway products that are integr
1313

1414
| **Product name** | **Audit Trail integration** | **Supported endpoints** |
1515
|----------------------------|---------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|
16-
| Account | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#account) to find out which Account endpoints are supported.|
17-
| IAM | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#iam) to find out which IAM endpoints are supported.|
18-
| Key Manager | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#key-manager) to find out which Key Manager endpoints are supported.|
19-
| Kubernetes | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#kubernetes) to find out which Kubernetes endpoints are supported.|
20-
| Secret Manager | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#secret-manager) to find out which Secret Manager endpoints are supported.|
16+
| 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.|
17+
| 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+
| 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.|
19+
| 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.|
20+
| 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.|
21+
| Secret Manager | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#secret-manager-supported-endpoints) to find out which Secret Manager endpoints are supported.|
2122

2223

2324
## Planned product integration
@@ -29,7 +30,6 @@ The following table provides details about the Scaleway products that will be in
2930
|----------------------------|---------------------------------|
3031
| Object Storage | **Not integrated yet** |
3132
| Billing | **Not integrated yet** |
32-
| Apple silicon | **Not integrated yet** |
3333
| Block Storage | **Not integrated yet** |
3434
| Cockpit | **Not integrated yet** |
3535
| Container Registry | **Not integrated yet** |

0 commit comments

Comments
 (0)