action clever_cloud_get_logs_app_id_drains { label: "get_logs_appId_drains" description: "Fetch the logs drains for a given application" provider: clever_cloud method: GET path: "/logs/{appId}/drains" encoding: json input: { type: "object" properties: { appId: { type: "string" } } required: ["appId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }