pydo.monitoring.list_sinks()

Generated on 7 Jul 2026 from pydo version v0.39.0

Usage

client.monitoring.list_sinks(resource_id=None)
Returns JSONRaises HttpResponseError

Description

To list all sinks, send a GET request to /v2/monitoring/sinks.

Parameters

resource_id string optional

Example: do:droplet:13457723

A unique URN for a resource.

Response Example

Show Response Example
{
  "sinks": [
    {
      "resources": []
    }
  ]
}

More Information

See /v2/monitoring/sinks in the API reference for additional detail on responses, headers, parameters, and more.

We can't find any results for your search.

Try using different keywords or simplifying your search terms.