Avisi cloud logo
Organisations

Get accumulated compute information for an organisation.

GET
/api/v1/compute-information/organisation/{organisationSlug}

Path Parameters

organisationSlug
Required
string

Pattern: "^[a-z0-9-]+$"
curl -X GET "https://api.avisi.cloud/api/v1/compute-information/organisation/string"

Request was successfully processed. The response body contains the requested data.

{
  "totalCpu": 0,
  "totalMemory": 0,
  "totalClusters": 0
}