pydo.monitoring.list_destinations()

Generated on 8 May 2026 from pydo version v0.34.0

Usage

client.monitoring.list_destinations()
Returns JSONRaises HttpResponseError

Description

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

Response Example

Show Response Example
{
  "destinations": [
    {
      "id": "01f30bfa-319a-4769-ba95-9d43971fb514",
      "name": "managed_opensearch_cluster",
      "type": "opensearch_dbaas"
    }
  ]
}

More Information

See /v2/monitoring/sinks/destinations 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.