Compute

Get Instance

Retrieves detailed information about a specific compute instance in the specified workspace.

get/compute/v2/thr4/workspaces/{workspaceUUID}/instances/{resourceId}

Path parameters

workspaceUUIDstring required

UUID of the workspace

resourceIdstring required

Resource ID

Response

Successfully retrieved the details of the specified compute instance.

apiVersion'compute/v2' required

Version identifier of the API schema

kind'Instance' required

The string value 'Instance' that identifies the schema

Example response

{
  "apiVersion": "compute/v2",
  "kind": "Instance",
  "metadata": {
    "resourceVersion": "519597875",
    "uid": "00000000-0000-0000-0000-000000000000",
    "workspace": "00000000-0000-0000-0000-000000000000"
  },
  "spec": {
    "imageSource": {
      "image": "ubuntu-22.04"
    },
    "type": "g1d60-1"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.