Avisi cloud logo
Organisations

Get quotas for an organisation.

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

Path Parameters

organisationSlug
Required
string

curl -X GET "http://localhost:8090/api/v1/organisations/string/quotas"

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

{
  "environmentsPerCustomer": 0,
  "clustersPerCustomer": 0,
  "clustersPerEnvironment": 0,
  "nodePoolsPerCluster": 0,
  "nodesPerNodePool": 0,
  "nodesPerCluster": 0
}