Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
count-vms
Count virtual machines in a project
curl --request GET \
  --url https://rest.compute.cudo.org/v1/projects/{projectId}/count-vms \
  --header 'Authorization: <api-key>'
{
  "count": 123
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Path Parameters

projectId
string
required

Response

A successful response.

count
integer
required