Huddle01 Cloud
Instances

List instances

List all instances for the authenticated user.

GET
/instances
x-api-key<token>

In: header

Query Parameters

regionstring

The region code (e.g., eu2).

Default"eu2"
limit?integer

Max number of results.

offset?integer

Pagination offset.

Response Body

application/json

application/json

application/json

curl -X GET "https://anton-api.huddle01.media/api/v1/instances?region=eu2"
{
  "instances": [
    {
      "id": "string",
      "name": "string",
      "vcpus": 0.1,
      "ram": 0.1,
      "status": "string",
      "created_at": "2019-08-24T14:15:22Z",
      "image": {
        "id": "string",
        "name": "string",
        "distribution": "string",
        "distribution_version": "string"
      },
      "networks": {
        "v4": [
          {
            "ip_address": "string",
            "type": "string"
          }
        ],
        "v6": [
          {
            "ip_address": "string",
            "type": "string"
          }
        ]
      },
      "region": {
        "name": "eu2"
      }
    }
  ]
}
Empty
{
  "status": "HTTP_400",
  "message": "Invalid request",
  "data": {},
  "request_id": "string"
}
{
  "status": "HTTP_400",
  "message": "Invalid request",
  "data": {},
  "request_id": "string"
}