pydo.databases.update_logsink()
Generated on 16 May 2025
from pydo
version
v0.11.0
Description
To update a logsink for a database cluster, send a PUT request to
/v2/databases/$DATABASE_ID/logsink/$LOGSINK_ID
.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
database_cluster_uuid |
string | True | A unique identifier for a database cluster. | |
logsink_id |
string | True | A unique identifier for a logsink of 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.