Avisi cloud logo
Organisations

Get accumulated compute information for an organisation.

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

Path Parameters

organisationSlug
Required
string

curl -X GET "http://localhost:8090/api/v1/compute-information/organisation/string"

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

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