pydo.reserved_ips_actions.get()

Generated on 18 Jun 2025 from pydo version v0.11.0

Description

To retrieve the status of a reserved IP action, send a GET request to /v2/reserved_ips/$RESERVED_IP/actions/$ACTION_ID.

Parameters

Name Type Required Description Default Value
reserved_ip string True A reserved IP address.
action_id integer True A unique numeric ID that can be used to identify and reference an action.

Request Sample

import os
from pydo import Client

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

resp = client.reserved_ips_actions.get(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.