Skip to content

Commit f985290

Browse files
authored
docs(add): lb endpoints (#5561)
1 parent 0d14407 commit f985290

File tree

3 files changed

+40
-3
lines changed

3 files changed

+40
-3
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
macro: adt-lb-endpoints
3+
---
4+
5+
<Accordion>
6+
## Load Balancers
7+
8+
### Load Balancers supported endpoints
9+
10+
The following [Load Balancers](/load-balancer/) endpoints are supported and will be logged in Audit Trail:
11+
12+
- AddBackendServers (`POST /lb/v1/zones/{zone}/backends/{backend_id}/servers`)
13+
- CreateAcl (`POST /lb/v1/zones/{zone}/frontends/{frontend_id}/acls`)
14+
- CreateBackend (`POST /lb/v1/zones/{zone}/lbs/{lb_id}/backends`)
15+
- CreateCertificate (`POST /lb/v1/zones/{zone}/lbs/{lb_id}/certificates`)
16+
- CreateFrontend (`POST /lb/v1/zones/{zone}/lbs/{lb_id}/frontends`)
17+
- CreateIp (`POST /lb/v1/zones/{zone}/ips`)
18+
- CreateRoute (`POST /lb/v1/zones/{zone}/routes`)
19+
- DeleteAcl (`DELETE /lb/v1/zones/{zone}/acls/{acl_id}`)
20+
- DeleteBackend (`DELETE /lb/v1/zones/{zone}/backends/{backend_id}`)
21+
- DeleteCertificate (`DELETE /lb/v1/zones/{zone}/certificates/{certificate_id}`)
22+
- DeleteFrontend (`DELETE /lb/v1/zones/{zone}/frontends/{frontend_id}`)
23+
- DeleteLb (`DELETE /lb/v1/zones/{zone}/lbs/{lb_id}`)
24+
- ReleaseIp (`DELETE /lb/v1/zones/{zone}/ips/{ip_id}`)
25+
- RemoveBackendServers (`DELETE /lb/v1/zones/{zone}/backends/{backend_id}/servers`)
26+
- SetAcls (`PUT /lb/v1/zones/{zone}/frontends/{frontend_id}/acls`)
27+
- SetBackendServers (`PUT /lb/v1/zones/{zone}/backends/{backend_id}/servers`)
28+
- UpdateAcl (`PUT /lb/v1/zones/{zone}/acls/{acl_id}`)
29+
- UpdateBackend (`PUT /lb/v1/zones/{zone}/backends/{backend_id}`)
30+
- UpdateCertificate (`PUT /lb/v1/zones/{zone}/certificates/{certificate_id}`)
31+
- UpdateFrontend (`PUT /lb/v1/zones/{zone}/frontends/{frontend_id}`)
32+
- UpdateHealthCheck (`PUT /lb/v1/zones/{zone}/backends/{backend_id}/healthcheck`)
33+
- UpdateIp (`PATCH /lb/v1/zones/{zone}/ips/{ip_id}`)
34+
- UpdateLb (`PUT /lb/v1/zones/{zone}/lbs/{lb_id}`)
35+
- UpdateRoute (`PUT /lb/v1/zones/{zone}/routes/{route_id}`)
36+
37+
</Accordion>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import AdtElasticMetalEndpoints from '@macros/audit-trail/elastic-metal-endpoint
1111
import AdtIamEndpoints from '@macros/audit-trail/iam-endpoints.mdx'
1212
import AdtKeyManagerEndpoints from '@macros/audit-trail/key-manager-endpoints.mdx'
1313
import AdtKubernetesEndpoints from '@macros/audit-trail/kubernetes-endpoints.mdx'
14+
import AdtLbEndpoints from '@macros/audit-trail/lb-endpoints.mdx'
1415
import AdtSecretManagerEndpoints from '@macros/audit-trail/secret-manager-endpoints.mdx'
1516
import AdtAppleSiliconEndpoints from '@macros/audit-trail/apple-silicon-endpoints.mdx'
1617

@@ -25,11 +26,10 @@ This page provides information on the specific endpoints logged in [Audit Trail]
2526

2627
<AdtIamEndpoints />
2728

28-
2929
<AdtKeyManagerEndpoints />
3030

31-
3231
<AdtKubernetesEndpoints />
3332

33+
<AdtLbEndpoints />
3434

3535
<AdtSecretManagerEndpoints />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The following table provides details about the Scaleway products that are integr
1919
| 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.|
2020
| 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.|
2121
| 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.|
22+
| Load Balancers | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#load-balancers-supported-endpoints) to find out which Load Balancers endpoints are supported.|
2223
| 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.|
2324

2425

@@ -46,7 +47,6 @@ The following table provides details about the Scaleway products that will be in
4647
| IoT Hub | **Not integrated yet** |
4748
| IPAM | **Not integrated yet** |
4849
| Labs | **Not integrated yet** |
49-
| Load Balancers | **Not integrated yet** |
5050
| Managed Databases | **Not integrated yet** |
5151
| Managed Inference | **Not integrated yet** |
5252
| NATS | **Not integrated yet** |

0 commit comments

Comments
 (0)