pydo.apps.list_alerts()
Generated on 24 Apr 2025
from pydo
version
v0.10.0
Description
List alerts associated to the app and any components. This includes configuration information about the alerts including emails, slack webhooks, and triggering events or conditions.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
app_id |
string | True | The app ID |
Request Sample
import os
from pydo import Client
client = Client(token=os.environ.get("DIGITALOCEAN_TOKEN"))
get_resp = client.apps.list_alerts(app_id="4f6c71e2")
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.