pydo.databases.create_logsink()
Generated on 1 Jul 2025
from pydo
version
v0.12.0
Description
To create logsink for a database cluster, send a POST request to
/v2/databases/$DATABASE_ID/logsink
.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
database_cluster_uuid |
string | True | A unique identifier for a database cluster. | |
body |
JSON or IO[bytes] | True |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.