Compute
Get Instance
Retrieves detailed information about a specific compute instance in the specified workspace.
get/compute/v2/thr1/workspaces/{workspaceUUID}/instances/{resourceId}
Path parameters
resourceIdstring required
Resource ID
workspaceUUIDstring required
UUID of the workspace
Response
Successfully retrieved the details of the specified compute instance.
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.