Compute Get a specific compute instance
GET
/compute/v1/instances/{id}

Authentication

Bearer Token (BearerAuth)

Path Parameters

idstringrequired

Compute instance identifier


Responses

200
Instance details

Response Fields:

  • id (string)

  • userId (string)

  • customerId (string)

  • name (string)

  • zone (string)

  • machineType (string)

  • externalIp (string)

  • internalIp (string)

  • status (string)

  • templateId (string)

  • createdAt (string)

Example:

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