pydo.reserved_ips_actions.list()

Generated on 21 May 2025 from pydo version v0.11.0

Description

To retrieve all actions that have been executed on a reserved IP, send a GET request to /v2/reserved_ips/$RESERVED_IP/actions.

Parameters

Name Type Required Description Default Value
reserved_ip string True A reserved IP address.

Request Sample

import os
from pydo import Client

client = Client(token=os.environ.get("DIGITALOCEAN_TOKEN"))

resp = client.reserved_ips_actions.list(reserved_ip="45.55.96.47")

More Information

See the API spec for this endpoint to view 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.