Metadata-Version: 2.4
Name: stackit-auditlog
Version: 0.1.2
Summary: Audit Log API
Project-URL: Homepage, https://github.com/stackitcloud/stackit-sdk-python
Project-URL: Issues, https://github.com/stackitcloud/stackit-sdk-python/issues
Author-email: STACKIT Developer Tools <developer-tools@stackit.cloud>
License-File: LICENSE.md
License-File: NOTICE.txt
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: <4,>=3.9
Requires-Dist: pydantic>=2.9.2
Requires-Dist: python-dateutil>=2.9.0.post0
Requires-Dist: requests>=2.32.3
Requires-Dist: stackit-core>=0.0.1a
Description-Content-Type: text/markdown

# 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](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.

For more information, please visit [https://support.stackit.cloud/servicedesk](https://support.stackit.cloud/servicedesk)

This package is part of the STACKIT Python SDK. For additional information, please visit the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.


## Installation & Usage
### pip install

```sh
pip install stackit-auditlog
```

Then import the package:
```python
import stackit.auditlog
```

## Getting Started

[Examples](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples) for the usage of the package can be found in the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.