X Tutup
Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

stackit.auditlog

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.

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.

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.

X Tutup