diff --git a/services/auditlog/api_default.go b/services/auditlog/api_default.go index f55f11ed7..5fb632f54 100644 --- a/services/auditlog/api_default.go +++ b/services/auditlog/api_default.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ @@ -29,7 +29,7 @@ import ( type DefaultApi interface { /* ListFolderAuditLogEntries Folder - Download audit log entries - Returns all audit log entries of the folder for the specified period. \ + Deprecated: Returns all audit log entries of the folder for the specified period. \ Period must not be longer than 24 hours within the last 90 days. @@ -52,7 +52,7 @@ type DefaultApi interface { ListFolderAuditLogEntriesExecute(ctx context.Context, folderId string) (*ListAuditLogEntriesResponse, error) /* ListOrganizationAuditLogEntries Organization - Download audit log entries - Returns all audit log entries of the organization for the specified period. \ + Deprecated: Returns all audit log entries of the organization for the specified period. \ Period must not be longer than 24 hours within the last 90 days. @@ -75,7 +75,7 @@ type DefaultApi interface { ListOrganizationAuditLogEntriesExecute(ctx context.Context, organizationId string) (*ListAuditLogEntriesResponse, error) /* ListProjectAuditLogEntries Project - Download audit log entries - Returns all audit log entries of the project for the specified period. \ + Deprecated: Returns all audit log entries of the project for the specified period. \ Period must not be longer than 24 hours within the last 90 days. diff --git a/services/auditlog/client.go b/services/auditlog/client.go index 3069c1bb4..fcfccf37e 100644 --- a/services/auditlog/client.go +++ b/services/auditlog/client.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/configuration.go b/services/auditlog/configuration.go index e00bcabe2..71f106de4 100644 --- a/services/auditlog/configuration.go +++ b/services/auditlog/configuration.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/model_audit_log_entry_context_response.go b/services/auditlog/model_audit_log_entry_context_response.go index ca679124f..2ad468c43 100644 --- a/services/auditlog/model_audit_log_entry_context_response.go +++ b/services/auditlog/model_audit_log_entry_context_response.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/model_audit_log_entry_context_response_test.go b/services/auditlog/model_audit_log_entry_context_response_test.go index 96323c119..5e2e7a711 100644 --- a/services/auditlog/model_audit_log_entry_context_response_test.go +++ b/services/auditlog/model_audit_log_entry_context_response_test.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/model_audit_log_entry_initiator_response.go b/services/auditlog/model_audit_log_entry_initiator_response.go index dc476c055..4b9ec7eec 100644 --- a/services/auditlog/model_audit_log_entry_initiator_response.go +++ b/services/auditlog/model_audit_log_entry_initiator_response.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/model_audit_log_entry_initiator_response_test.go b/services/auditlog/model_audit_log_entry_initiator_response_test.go index 96323c119..5e2e7a711 100644 --- a/services/auditlog/model_audit_log_entry_initiator_response_test.go +++ b/services/auditlog/model_audit_log_entry_initiator_response_test.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/model_audit_log_entry_request_response.go b/services/auditlog/model_audit_log_entry_request_response.go index 34f618911..7e8a044e2 100644 --- a/services/auditlog/model_audit_log_entry_request_response.go +++ b/services/auditlog/model_audit_log_entry_request_response.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/model_audit_log_entry_request_response_test.go b/services/auditlog/model_audit_log_entry_request_response_test.go index 96323c119..5e2e7a711 100644 --- a/services/auditlog/model_audit_log_entry_request_response_test.go +++ b/services/auditlog/model_audit_log_entry_request_response_test.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/model_audit_log_entry_response.go b/services/auditlog/model_audit_log_entry_response.go index 925ff4f66..5f236bd9c 100644 --- a/services/auditlog/model_audit_log_entry_response.go +++ b/services/auditlog/model_audit_log_entry_response.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/model_audit_log_entry_response_test.go b/services/auditlog/model_audit_log_entry_response_test.go index 2d76f097c..1902e70b7 100644 --- a/services/auditlog/model_audit_log_entry_response_test.go +++ b/services/auditlog/model_audit_log_entry_response_test.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/model_audit_log_entry_service_account_delegation_info_response.go b/services/auditlog/model_audit_log_entry_service_account_delegation_info_response.go index 31c167884..4af0f1e1d 100644 --- a/services/auditlog/model_audit_log_entry_service_account_delegation_info_response.go +++ b/services/auditlog/model_audit_log_entry_service_account_delegation_info_response.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/model_audit_log_entry_service_account_delegation_info_response_test.go b/services/auditlog/model_audit_log_entry_service_account_delegation_info_response_test.go index 96323c119..5e2e7a711 100644 --- a/services/auditlog/model_audit_log_entry_service_account_delegation_info_response_test.go +++ b/services/auditlog/model_audit_log_entry_service_account_delegation_info_response_test.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/model_error_response.go b/services/auditlog/model_error_response.go index 6c40b9101..485c1ccbe 100644 --- a/services/auditlog/model_error_response.go +++ b/services/auditlog/model_error_response.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/model_error_response_test.go b/services/auditlog/model_error_response_test.go index 96323c119..5e2e7a711 100644 --- a/services/auditlog/model_error_response_test.go +++ b/services/auditlog/model_error_response_test.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/model_gateway_error_response.go b/services/auditlog/model_gateway_error_response.go index 357b14ac9..bea0e9e74 100644 --- a/services/auditlog/model_gateway_error_response.go +++ b/services/auditlog/model_gateway_error_response.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/model_gateway_error_response_test.go b/services/auditlog/model_gateway_error_response_test.go index 96323c119..5e2e7a711 100644 --- a/services/auditlog/model_gateway_error_response_test.go +++ b/services/auditlog/model_gateway_error_response_test.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/model_list_audit_log_entries_response.go b/services/auditlog/model_list_audit_log_entries_response.go index 1cbd11f13..7d1250fcb 100644 --- a/services/auditlog/model_list_audit_log_entries_response.go +++ b/services/auditlog/model_list_audit_log_entries_response.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/model_list_audit_log_entries_response_test.go b/services/auditlog/model_list_audit_log_entries_response_test.go index 96323c119..5e2e7a711 100644 --- a/services/auditlog/model_list_audit_log_entries_response_test.go +++ b/services/auditlog/model_list_audit_log_entries_response_test.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/model_service_account_delegation_info_principal_response.go b/services/auditlog/model_service_account_delegation_info_principal_response.go index c9134ef8c..4020ca57d 100644 --- a/services/auditlog/model_service_account_delegation_info_principal_response.go +++ b/services/auditlog/model_service_account_delegation_info_principal_response.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/model_service_account_delegation_info_principal_response_test.go b/services/auditlog/model_service_account_delegation_info_principal_response_test.go index 96323c119..5e2e7a711 100644 --- a/services/auditlog/model_service_account_delegation_info_principal_response_test.go +++ b/services/auditlog/model_service_account_delegation_info_principal_response_test.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/oas_commit b/services/auditlog/oas_commit index c08a6770d..88f989821 100644 --- a/services/auditlog/oas_commit +++ b/services/auditlog/oas_commit @@ -1 +1 @@ -4407196dbbef4e53e6798809e856725cbc84ae05 +07d6bfd72f5e9f30d4d1c1aba2dabe73f4f859ec diff --git a/services/auditlog/utils.go b/services/auditlog/utils.go index 743b783fd..1d42973b6 100644 --- a/services/auditlog/utils.go +++ b/services/auditlog/utils.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/v2api/api_default.go b/services/auditlog/v2api/api_default.go index c425cf959..7ba3420ee 100644 --- a/services/auditlog/v2api/api_default.go +++ b/services/auditlog/v2api/api_default.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ @@ -34,11 +34,14 @@ type DefaultAPI interface { @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param folderId ID of the folder for which entries should be returned. @return ApiListFolderAuditLogEntriesRequest + + Deprecated */ ListFolderAuditLogEntries(ctx context.Context, folderId string) ApiListFolderAuditLogEntriesRequest // ListFolderAuditLogEntriesExecute executes the request // @return ListAuditLogEntriesResponse + // Deprecated ListFolderAuditLogEntriesExecute(r ApiListFolderAuditLogEntriesRequest) (*ListAuditLogEntriesResponse, error) /* @@ -51,11 +54,14 @@ type DefaultAPI interface { @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId ID of the organization for which entries should be returned. @return ApiListOrganizationAuditLogEntriesRequest + + Deprecated */ ListOrganizationAuditLogEntries(ctx context.Context, organizationId string) ApiListOrganizationAuditLogEntriesRequest // ListOrganizationAuditLogEntriesExecute executes the request // @return ListAuditLogEntriesResponse + // Deprecated ListOrganizationAuditLogEntriesExecute(r ApiListOrganizationAuditLogEntriesRequest) (*ListAuditLogEntriesResponse, error) /* @@ -68,11 +74,14 @@ type DefaultAPI interface { @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId ID of the project for which entries should be returned. @return ApiListProjectAuditLogEntriesRequest + + Deprecated */ ListProjectAuditLogEntries(ctx context.Context, projectId string) ApiListProjectAuditLogEntriesRequest // ListProjectAuditLogEntriesExecute executes the request // @return ListAuditLogEntriesResponse + // Deprecated ListProjectAuditLogEntriesExecute(r ApiListProjectAuditLogEntriesRequest) (*ListAuditLogEntriesResponse, error) } @@ -126,6 +135,8 @@ Period must not be longer than 24 hours within the last 90 days. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param folderId ID of the folder for which entries should be returned. @return ApiListFolderAuditLogEntriesRequest + +Deprecated */ func (a *DefaultAPIService) ListFolderAuditLogEntries(ctx context.Context, folderId string) ApiListFolderAuditLogEntriesRequest { return ApiListFolderAuditLogEntriesRequest{ @@ -138,6 +149,8 @@ func (a *DefaultAPIService) ListFolderAuditLogEntries(ctx context.Context, folde // Execute executes the request // // @return ListAuditLogEntriesResponse +// +// Deprecated func (a *DefaultAPIService) ListFolderAuditLogEntriesExecute(r ApiListFolderAuditLogEntriesRequest) (*ListAuditLogEntriesResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -331,6 +344,8 @@ Period must not be longer than 24 hours within the last 90 days. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId ID of the organization for which entries should be returned. @return ApiListOrganizationAuditLogEntriesRequest + +Deprecated */ func (a *DefaultAPIService) ListOrganizationAuditLogEntries(ctx context.Context, organizationId string) ApiListOrganizationAuditLogEntriesRequest { return ApiListOrganizationAuditLogEntriesRequest{ @@ -343,6 +358,8 @@ func (a *DefaultAPIService) ListOrganizationAuditLogEntries(ctx context.Context, // Execute executes the request // // @return ListAuditLogEntriesResponse +// +// Deprecated func (a *DefaultAPIService) ListOrganizationAuditLogEntriesExecute(r ApiListOrganizationAuditLogEntriesRequest) (*ListAuditLogEntriesResponse, error) { var ( localVarHTTPMethod = http.MethodGet @@ -536,6 +553,8 @@ Period must not be longer than 24 hours within the last 90 days. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId ID of the project for which entries should be returned. @return ApiListProjectAuditLogEntriesRequest + +Deprecated */ func (a *DefaultAPIService) ListProjectAuditLogEntries(ctx context.Context, projectId string) ApiListProjectAuditLogEntriesRequest { return ApiListProjectAuditLogEntriesRequest{ @@ -548,6 +567,8 @@ func (a *DefaultAPIService) ListProjectAuditLogEntries(ctx context.Context, proj // Execute executes the request // // @return ListAuditLogEntriesResponse +// +// Deprecated func (a *DefaultAPIService) ListProjectAuditLogEntriesExecute(r ApiListProjectAuditLogEntriesRequest) (*ListAuditLogEntriesResponse, error) { var ( localVarHTTPMethod = http.MethodGet diff --git a/services/auditlog/v2api/api_default_mock.go b/services/auditlog/v2api/api_default_mock.go index d845319e3..cd80d2468 100644 --- a/services/auditlog/v2api/api_default_mock.go +++ b/services/auditlog/v2api/api_default_mock.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ @@ -20,14 +20,15 @@ var _ DefaultAPI = &DefaultAPIServiceMock{} // DefaultAPIServiceMock is meant to be used for testing only as a replacement for DefaultAPIService. // By default all FooExecute() implementations are a no-op. Behavior of the mock can be customized by populating the callbacks in this struct. type DefaultAPIServiceMock struct { - // ListFolderAuditLogEntriesExecuteMock can be populated to implement the behavior of the ListFolderAuditLogEntriesExecute function of this mock + // Deprecated: ListFolderAuditLogEntriesExecuteMock can be populated to implement the behavior of the ListFolderAuditLogEntriesExecute function of this mock ListFolderAuditLogEntriesExecuteMock *func(r ApiListFolderAuditLogEntriesRequest) (*ListAuditLogEntriesResponse, error) - // ListOrganizationAuditLogEntriesExecuteMock can be populated to implement the behavior of the ListOrganizationAuditLogEntriesExecute function of this mock + // Deprecated: ListOrganizationAuditLogEntriesExecuteMock can be populated to implement the behavior of the ListOrganizationAuditLogEntriesExecute function of this mock ListOrganizationAuditLogEntriesExecuteMock *func(r ApiListOrganizationAuditLogEntriesRequest) (*ListAuditLogEntriesResponse, error) - // ListProjectAuditLogEntriesExecuteMock can be populated to implement the behavior of the ListProjectAuditLogEntriesExecute function of this mock + // Deprecated: ListProjectAuditLogEntriesExecuteMock can be populated to implement the behavior of the ListProjectAuditLogEntriesExecute function of this mock ListProjectAuditLogEntriesExecuteMock *func(r ApiListProjectAuditLogEntriesRequest) (*ListAuditLogEntriesResponse, error) } +// Deprecated func (a DefaultAPIServiceMock) ListFolderAuditLogEntries(ctx context.Context, folderId string) ApiListFolderAuditLogEntriesRequest { return ApiListFolderAuditLogEntriesRequest{ ApiService: a, @@ -36,7 +37,7 @@ func (a DefaultAPIServiceMock) ListFolderAuditLogEntries(ctx context.Context, fo } } -// ListFolderAuditLogEntriesExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListFolderAuditLogEntriesExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: ListFolderAuditLogEntriesExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListFolderAuditLogEntriesExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) ListFolderAuditLogEntriesExecute(r ApiListFolderAuditLogEntriesRequest) (*ListAuditLogEntriesResponse, error) { if a.ListFolderAuditLogEntriesExecuteMock == nil { var localVarReturnValue *ListAuditLogEntriesResponse @@ -46,6 +47,7 @@ func (a DefaultAPIServiceMock) ListFolderAuditLogEntriesExecute(r ApiListFolderA return (*a.ListFolderAuditLogEntriesExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) ListOrganizationAuditLogEntries(ctx context.Context, organizationId string) ApiListOrganizationAuditLogEntriesRequest { return ApiListOrganizationAuditLogEntriesRequest{ ApiService: a, @@ -54,7 +56,7 @@ func (a DefaultAPIServiceMock) ListOrganizationAuditLogEntries(ctx context.Conte } } -// ListOrganizationAuditLogEntriesExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListOrganizationAuditLogEntriesExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: ListOrganizationAuditLogEntriesExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListOrganizationAuditLogEntriesExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) ListOrganizationAuditLogEntriesExecute(r ApiListOrganizationAuditLogEntriesRequest) (*ListAuditLogEntriesResponse, error) { if a.ListOrganizationAuditLogEntriesExecuteMock == nil { var localVarReturnValue *ListAuditLogEntriesResponse @@ -64,6 +66,7 @@ func (a DefaultAPIServiceMock) ListOrganizationAuditLogEntriesExecute(r ApiListO return (*a.ListOrganizationAuditLogEntriesExecuteMock)(r) } +// Deprecated func (a DefaultAPIServiceMock) ListProjectAuditLogEntries(ctx context.Context, projectId string) ApiListProjectAuditLogEntriesRequest { return ApiListProjectAuditLogEntriesRequest{ ApiService: a, @@ -72,7 +75,7 @@ func (a DefaultAPIServiceMock) ListProjectAuditLogEntries(ctx context.Context, p } } -// ListProjectAuditLogEntriesExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListProjectAuditLogEntriesExecuteMock field in the DefaultAPIServiceMock struct. +// Deprecated: ListProjectAuditLogEntriesExecute is a no-op by default and will return only return nil values. Behavior can be controlled by populating the ListProjectAuditLogEntriesExecuteMock field in the DefaultAPIServiceMock struct. func (a DefaultAPIServiceMock) ListProjectAuditLogEntriesExecute(r ApiListProjectAuditLogEntriesRequest) (*ListAuditLogEntriesResponse, error) { if a.ListProjectAuditLogEntriesExecuteMock == nil { var localVarReturnValue *ListAuditLogEntriesResponse diff --git a/services/auditlog/v2api/client.go b/services/auditlog/v2api/client.go index fb3cd5e2a..23b020b32 100644 --- a/services/auditlog/v2api/client.go +++ b/services/auditlog/v2api/client.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/v2api/configuration.go b/services/auditlog/v2api/configuration.go index e7b03b503..26b6ee315 100644 --- a/services/auditlog/v2api/configuration.go +++ b/services/auditlog/v2api/configuration.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/v2api/model_audit_log_entry_context_response.go b/services/auditlog/v2api/model_audit_log_entry_context_response.go index 28492f0bd..376215d35 100644 --- a/services/auditlog/v2api/model_audit_log_entry_context_response.go +++ b/services/auditlog/v2api/model_audit_log_entry_context_response.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/v2api/model_audit_log_entry_initiator_response.go b/services/auditlog/v2api/model_audit_log_entry_initiator_response.go index 7715ee54a..a8cc5ee3b 100644 --- a/services/auditlog/v2api/model_audit_log_entry_initiator_response.go +++ b/services/auditlog/v2api/model_audit_log_entry_initiator_response.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/v2api/model_audit_log_entry_request_response.go b/services/auditlog/v2api/model_audit_log_entry_request_response.go index d7eb73e1d..29e0a31d1 100644 --- a/services/auditlog/v2api/model_audit_log_entry_request_response.go +++ b/services/auditlog/v2api/model_audit_log_entry_request_response.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/v2api/model_audit_log_entry_response.go b/services/auditlog/v2api/model_audit_log_entry_response.go index cdbcc7cc5..64d04cd6f 100644 --- a/services/auditlog/v2api/model_audit_log_entry_response.go +++ b/services/auditlog/v2api/model_audit_log_entry_response.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/v2api/model_audit_log_entry_response_event_type.go b/services/auditlog/v2api/model_audit_log_entry_response_event_type.go index f63c024a7..e85c050d1 100644 --- a/services/auditlog/v2api/model_audit_log_entry_response_event_type.go +++ b/services/auditlog/v2api/model_audit_log_entry_response_event_type.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/v2api/model_audit_log_entry_response_severity.go b/services/auditlog/v2api/model_audit_log_entry_response_severity.go index 0b3f8c3dd..dcfbe9a70 100644 --- a/services/auditlog/v2api/model_audit_log_entry_response_severity.go +++ b/services/auditlog/v2api/model_audit_log_entry_response_severity.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/v2api/model_audit_log_entry_response_visibility.go b/services/auditlog/v2api/model_audit_log_entry_response_visibility.go index 9da3060e7..3f7db0590 100644 --- a/services/auditlog/v2api/model_audit_log_entry_response_visibility.go +++ b/services/auditlog/v2api/model_audit_log_entry_response_visibility.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/v2api/model_audit_log_entry_service_account_delegation_info_response.go b/services/auditlog/v2api/model_audit_log_entry_service_account_delegation_info_response.go index c24117250..a736da33a 100644 --- a/services/auditlog/v2api/model_audit_log_entry_service_account_delegation_info_response.go +++ b/services/auditlog/v2api/model_audit_log_entry_service_account_delegation_info_response.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/v2api/model_error_response.go b/services/auditlog/v2api/model_error_response.go index c4994608d..710c07852 100644 --- a/services/auditlog/v2api/model_error_response.go +++ b/services/auditlog/v2api/model_error_response.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/v2api/model_gateway_error_response.go b/services/auditlog/v2api/model_gateway_error_response.go index 77c3060cd..a34ba090e 100644 --- a/services/auditlog/v2api/model_gateway_error_response.go +++ b/services/auditlog/v2api/model_gateway_error_response.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/v2api/model_list_audit_log_entries_response.go b/services/auditlog/v2api/model_list_audit_log_entries_response.go index 8bebf5618..84c537a18 100644 --- a/services/auditlog/v2api/model_list_audit_log_entries_response.go +++ b/services/auditlog/v2api/model_list_audit_log_entries_response.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/v2api/model_service_account_delegation_info_principal_response.go b/services/auditlog/v2api/model_service_account_delegation_info_principal_response.go index c7d381ba7..aeb85e229 100644 --- a/services/auditlog/v2api/model_service_account_delegation_info_principal_response.go +++ b/services/auditlog/v2api/model_service_account_delegation_info_principal_response.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/v2api/response.go b/services/auditlog/v2api/response.go index 72c0cc2e9..7a4ebeaa9 100644 --- a/services/auditlog/v2api/response.go +++ b/services/auditlog/v2api/response.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */ diff --git a/services/auditlog/v2api/utils.go b/services/auditlog/v2api/utils.go index 699adb5bf..569521a43 100644 --- a/services/auditlog/v2api/utils.go +++ b/services/auditlog/v2api/utils.go @@ -1,7 +1,7 @@ /* STACKIT Audit Log API -API Endpoints to retrieve recorded actions and resulting changes in the system. ### Documentation The user documentation with explanations how to use the api can be found [here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html). ### Audit Logging Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log. ### API Constraints The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute. +**Deprecated:** The auditlog API is deprecated and will be removed shortly. Please use the [telemetry-router](https://docs.stackit.cloud/products/logging-and-monitoring/telemetry-router/) to retrieve audit log messages in the future. API version: 2.0 */