Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.12 KB

File metadata and controls

31 lines (21 loc) · 1.12 KB

stackit.auditlog

API Endpoints to retrieve recorded actions and resulting changes in the system.

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 1 request per second.

For more information, please visit https://support.stackit.cloud/servicedesk

This package is part of the STACKIT Python SDK. For additional information, please visit the GitHub repository of the SDK.

Installation & Usage

pip install

pip install stackit-auditlog

Then import the package:

import stackit.auditlog

Getting Started

Examples for the usage of the package can be found in the GitHub repository of the SDK.