v1

latestOpenAPI 3.1.02026-07-26102158206.8 KB
CVMs

List CVMs

Returns CVMs in current workspace. Admins can filter by user_id or teepod_id.

get/api/v1/cvms

Query parameters

'0'
OR
string hashid

A hashed identifier that maps to an internal database ID

Example:usr_0123abcd

Filter by owner (admin only). Use '0' for unassigned.

teepod_idinteger nullable

Filter by node ID (admin only)

Filter by node ID (admin only)

Response

List of CVM summaries

OR

Example response

[
  {
    "project_id": "prj_0123abcd",
    "kms_info": {
      "id": "kms_0123abcd"
    }
  }
]