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

<Accordion>
## Generative APIs

### Generative APIs - Dedicated Deployment supported endpoints

The following [Generative APIs - Dedicated Deployment](/generative-apis/) endpoints are supported and will be logged in Audit Trail:

- CreateDeployment (`POST/inference/v1/regions/{region}/deployments`)
- UpdateDeployment (`PATCH/inference/v1/regions/{region}/deployments/{deployment_id}`)
- DeleteDeployment (`DELETE/inference/v1/regions/{region}/deployments/{deployment_id}`)
- CreateModel (`POST/inference/v1/regions/{region}/models`)
- DeleteModel (`DELETE/inference/v1/regions/{region}/models/{model_id}`)

</Accordion>
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import AdtClickhouseEndpoints from '@macros/audit-trail/clickhouse-endpoints.mdx
import AdtServerlessSQLEndpoints from '@macros/audit-trail/serverless-sql-endpoints.mdx'
import AdtCockpitEndpoints from '@macros/audit-trail/cockpit-endpoints.mdx'
import AdtInterlinkEndpoints from '@macros/audit-trail/interlink-endpoints.mdx'
import AdtGenAPIsEndpoints from '@macros/audit-trail/generative-apis-endpoints.mdx'

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.

Expand All @@ -44,6 +45,8 @@ This page provides information on the specific endpoints logged in [Audit Trail]

<AdtElasticMetalEndpoints />

<AdtGenAPIsEndpoints />

<AdtIamEndpoints />

<AdtInstancesEndpoints />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ The following table provides details about the Scaleway products that are integr
| Cockpit | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#cockpit-supported-endpoints) to find out which Cockpit endpoints are supported.|
| Edge Services | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#edge-services-supported-endpoints) to find out which Edge Services 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.|
| Generative APIs | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#generative-apis-supported-endpoints) to find out which Generative APIs 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.|
| Instances | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#instances-supported-endpoints) to find out which Instances endpoints are supported.|
| InterLink | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#interlink-supported-endpoints) to find out which Instances endpoints are supported.|
Expand Down Expand Up @@ -51,7 +52,6 @@ The following table provides details about the Scaleway products that will be in
| Domains and DNS | **Not integrated yet** |
| Environmental Footprint | **Not integrated yet** |
| Generative APIs - Serverless | **Not integrated yet** |
| Generative APIs - Dedicated Deployment | **Not integrated yet** |
| GPU Instances | **Not integrated yet** |
| Instance Scaling Group | **Not integrated yet** |
| IoT Hub | **Not integrated yet** |
Expand Down
Loading