v1

latestOpenAPI 3.1.02026-07-26102158206.8 KB
Apps

List app CVMs

Returns CVM instances for an app. Admins see all instances; users see only their own.

get/api/v1/apps/{app_id}/cvms

Path parameters

app_idstring required

Hex app identifier

Hex app identifier

Response

List of CVM instances

OR

Example response

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