List Instances

API Version: 1.1.0 (06-Jan-2025)

Retrieve all VPS instances in your account

get

Retrieve all VPS instances in your account

Authorizations
Query parameters
team_idstringOptional

Team ID that need to be considered for filter. Default team will be used if not provided.

Responses
200
Successful operation
application/json
get
GET /vm HTTP/1.1
Host: api.cloud.onidel.com
Authorization: YOUR_API_KEY
Accept: */*
[
  {
    "id": "c1d45377-b2a9-4407-ab8d-6909c34dfaac",
    "name": "ubuntu-vm-4vcpu-8gb",
    "vcpu": 2,
    "ram": 4096,
    "disk": 40,
    "bw_used": 12.5,
    "main_ipv4": "160.22.79.122",
    "main_ipv6": "2401:a4a0:1:90::1",
    "username": "root",
    "password": "aHbf6!&8sH",
    "template": "Ubuntu 24.04 x64 LTS",
    "created_at": "2024-10-04T10:20:22.922772Z",
    "renewed_at": "2024-10-04T10:20:22.922772Z",
    "due_date": "2024-10-04T10:20:22.922772Z",
    "recurring_amount": 5.5,
    "payment_currency": "AUD",
    "billing_cycle": 1,
    "status": 1
  }
]

Last updated