Compute List all compute instances
GET
/compute/v1/instances

Authentication

Bearer Token (BearerAuth)

Responses

200
List of instances

Example:

[
  {
    "id": "string",
    "userId": "string",
    "customerId": "string",
    "name": "string",
    "zone": "string",
    "machineType": "string",
    "externalIp": "string",
    "internalIp": "string",
    "status": "string",
    "templateId": "string"
  }
]