Avisi cloud logo
Organisations

Get quotas for an organisation.

GET
/api/v1/organisations/{organisationSlug}/quotas

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.

environmentsPerCustomerinteger
Format: "int64"
clustersPerCustomerinteger
Format: "int64"
clustersPerEnvironmentinteger
Format: "int64"
nodePoolsPerClusterinteger
Format: "int64"
nodesPerNodePoolinteger
Format: "int64"
nodesPerClusterinteger
Format: "int64"
curl -X GET "https://api.avisi.cloud/api/v1/organisations/string/quotas"
{
  "environmentsPerCustomer": 0,
  "clustersPerCustomer": 0,
  "clustersPerEnvironment": 0,
  "nodePoolsPerCluster": 0,
  "nodesPerNodePool": 0,
  "nodesPerCluster": 0
}