Skip to main content
GET
Get a specific reserved IP

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

reserved_ip_id
string<uuid>
required

Reserved IP ID

Example:

"d3c0dc7b-6ca4-4b35-8f3c-a00adc3993d5"

Query Parameters

team_id
string<uuid>

Team ID to verify ownership. If not provided, uses the user's primary team

Response

Reserved IP details

id
string<uuid>
required

Reserved IP UUID

name
string
required

Name of the reserved IP

location
string
required

Location name where the IP is allocated

status
enum<string>
required

Current status of the reserved IP

Available options:
active,
suspended
billing_cycle
integer
required

Billing cycle in months

renewal_date
string<date-time>
required

Next renewal date

last_renewal
string<date-time>
required

Last renewal date

recurring_amount
number<decimal>
required

Recurring billing amount

currency
string
required

Currency code for billing

total_billed
number<decimal>
required

Total amount billed

ip_addr
string<ipv4>
required

The reserved IP address

suspension_reason
string
required

Reason for suspension (empty string if not suspended)

attachment
object | null

VM attachment details, null if not attached