Skip to main content
GET
/
network
/
reserved_ips
List reserved IPs
curl --request GET \
  --url https://api.cloud.onidel.com/network/reserved_ips \
  --header 'Authorization: <api-key>'
{
  "reserved_ips": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "location": "<string>",
      "status": "active",
      "attachment": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "<string>"
      },
      "billing_cycle": 123,
      "renewal_date": "2023-11-07T05:31:56Z",
      "last_renewal": "2023-11-07T05:31:56Z",
      "recurring_amount": 123,
      "currency": "<string>",
      "total_billed": 123,
      "ip_addr": "127.0.0.1",
      "suspension_reason": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Provide the value as: Token <your-api-token>

Query Parameters

team_id
string<uuid>

Team ID to fetch reserved IPs for. If not provided, uses the user's primary team

location
string

Filter reserved IPs by location name (case-insensitive)

Response

List of reserved IPs

reserved_ips
object[]