Avisi cloud logo
Organisations

Get accumulated compute information for an organisation.

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

Path Parameters

organisationSlugRequiredstring
Pattern: "^[a-z0-9-]+$"

Response Body

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

TypeScript Definitions

Use the response body type in TypeScript.

totalCpuinteger
Format: "int64"
totalMemoryinteger
Format: "int64"
totalClustersinteger
Format: "int64"
curl -X GET "https://api.avisi.cloud/api/v1/compute-information/organisation/string"
{
  "totalCpu": 0,
  "totalMemory": 0,
  "totalClusters": 0
}