pydo.monitoring.get_destination()
Generated on 3 Aug 2026
from pydo version
v0.40.0
Usage
client.monitoring.get_destination(
destination_uuid="1a64809f-1708-48ee-a742-dec8d481b8d1",
)Description
To get the details of a destination, send a GET request to /v2/monitoring/sinks/destinations/${destination_uuid}.
Parameters
destination_uuidstring requiredA unique identifier for a destination.
Response Example
More Information
See /v2/monitoring/sinks/destinations/{destination_uuid} in the API reference for additional detail on responses, headers, parameters, and more.