Skip to content

Commit b90fca5

Browse files
authored
docs(add): account endpoints (#5250)
1 parent ca4aa17 commit b90fca5

File tree

7 files changed

+34
-7
lines changed

7 files changed

+34
-7
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
macro: adt-account-endpoints
3+
---
4+
5+
<Accordion>
6+
## Account
7+
8+
### Account supported endpoints
9+
10+
The following [Account](/account/) endpoints are supported and will be logged in Audit Trail:
11+
12+
- SendPhoneValidation (`POST /account/v3/phone-validations`)
13+
- ConfirmPhoneValidation (`POST /account/v3/phone-validations/{phone_validation_id}/confirm`)
14+
- UpdateUserPreferences (`PATCH /account/v3/users/{user_id}/preferences`)
15+
- CreateMFAOTP (`POST /account/v3/mfa/otps`)
16+
- DeleteMFAOTP (`DELETE /account/v3/mfa/otps/{mfa_otp_id}`)
17+
- ValidateMFAOTP (`POST /account/v3/mfa/otps/{mfa_otp_id}/validate`)
18+
- UpdateUser (`PATCH /account/v3/users/{user_id}`)
19+
- ChangeUserEmail (`POST /account/v3/users/{user_id}/change-email`)
20+
- ChangeUserPassword (`POST /account/v3/users/{user_id}/change-password`)
21+
- ChangeSupportPlan (`POST /account/v3/organizations/{organization_id}/support-plans`)
22+
- CloseOrganization (`POST /account/v3/organizations/{organization_id}/close`)
23+
- SetPicture (`PUT /account/v3/organizations/{organization_id}/picture`)
24+
</Accordion>

macros/audit-trail/iam-endpoints.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ macro: adt-iam-endpoints
77

88
### IAM supported endpoints
99

10-
The following IAM endpoints are supported and will be logged in Audit Trail:
10+
The following [IAM](/iam/) endpoints are supported and will be logged in Audit Trail:
1111

1212
- CreateSSHKey (`POST /iam/v1alpha1/ssh-keys`)
1313
- UpdateSSHKey (`PATCH /iam/v1alpha1/ssh-keys/{ssh_key_id}`)

macros/audit-trail/key-manager-endpoints.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ macro: adt-key-manager-endpoints
77

88
### Key Manager supported endpoints
99

10-
The following Key Manager endpoints are supported and will be logged in Audit Trail:
10+
The following [Key Manager](/key-manager/) endpoints are supported and will be logged in Audit Trail:
1111

1212
- CreateKey (`POST /key-manager/v1alpha1/regions/{region}/keys`)
1313
- UpdateKey (`PATCH /key-manager/v1alpha1/regions/{region}/keys/{key_id}`)

macros/audit-trail/kubernetes-endpoints.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ macro: adt-kubernetes-endpoints
77

88
### Kubernetes supported endpoints
99

10-
The following Kubernetes endpoints are supported and will be logged in Audit Trail:
10+
The following [Kubernetes](/kubernetes/) endpoints are supported and will be logged in Audit Trail:
1111

1212
- Create a new cluster (`POST /k8s/v1/regions/{region}/clusters`)
1313
- Update a cluster (`PATCH /k8s/v1/regions/{region}/clusters/{cluster_id}`)

macros/audit-trail/secret-manager-endpoints.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ macro: adt-secret-manager-endpoints
77

88
### Secret Manager supported endpoints
99

10-
The following Secret Manager endpoints are supported and will be logged in Audit Trail:
10+
The following [Secret Manager](/secret-manager/) endpoints are supported and will be logged in Audit Trail:
1111

1212
- Create a secret (`POST /secret-manager/v1beta1/regions/{region}/secrets`)
1313
- Update metadata of a secret (`PATCH /secret-manager/v1beta1/regions/{region}/secrets/{secret_id}`)

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,22 @@ content:
77
paragraph: Discover current Scaleway product integrations and endpoints supported in Audit Trail for event tracking.
88
tags: audit-trail product-integration products endpoints
99
dates:
10-
validation: 2025-03-27
10+
validation: 2025-07-09
1111
posted: 2025-03-27
1212
categories:
1313
- identity-and-access-management
1414
---
15+
import AdtAccountEndpoints from '@macros/audit-trail/account-endpoints.mdx'
1516
import AdtIamEndpoints from '@macros/audit-trail/iam-endpoints.mdx'
1617
import AdtKeyManagerEndpoints from '@macros/audit-trail/key-manager-endpoints.mdx'
1718
import AdtKubernetesEndpoints from '@macros/audit-trail/kubernetes-endpoints.mdx'
1819
import AdtSecretManagerEndpoints from '@macros/audit-trail/secret-manager-endpoints.mdx'
1920

2021

22+
2123
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.
2224

25+
<AdtAccountEndpoints />
2326

2427
<AdtIamEndpoints />
2528

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Discover current and planned Scaleway product integrations with Audit Trail for event tracking.
88
tags: audit-trail product-integration scaleway-resources
99
dates:
10-
validation: 2025-03-27
10+
validation: 2025-07-09
1111
posted: 2024-11-28
1212
categories:
1313
- identity-and-access-management
@@ -19,6 +19,7 @@ The following table provides details about the Scaleway products that are integr
1919

2020
| **Product name** | **Audit Trail integration** | **Supported endpoints** |
2121
|----------------------------|---------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|
22+
| Account | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#account) to find out which Account endpoints are supported.|
2223
| IAM | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#iam) to find out which IAM endpoints are supported.|
2324
| 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.|
2425
| Kubernetes | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#kubernetes) to find out which Kubernetes endpoints are supported.|
@@ -34,7 +35,6 @@ The following table provides details about the Scaleway products that will be in
3435
|----------------------------|---------------------------------|
3536
| Object Storage | **Not integrated yet** |
3637
| Billing | **Not integrated yet** |
37-
| Account | **Not integrated yet** |
3838
| Apple Silicon | **Not integrated yet** |
3939
| Block Storage | **Not integrated yet** |
4040
| Cockpit | **Not integrated yet** |

0 commit comments

Comments
 (0)