IONOS Quota REST API (1.0.0)

Download OpenAPI specification:Download

The API allows to fetch the quota usage.

Databases

all Quota belonging to the contract

Current quota

Get the current quota limits and usage

Authorizations:
basicAuthtokenAuth

Responses

Response samples

Content type
application/json
{
  • "quotaUsage": "{\n \"cpu\": \"2\",\n \"memory\": \"4Gi\",\n \"storage\": \"32Gi\",\n \"count/postgresclusters.dbaas.ionos.com\": \"5\",\n \"count/mongoclusters.dbaas.ionos.com\": \"5\"\n}\n",
  • "quotaLimits": "{\n \"cpu\": \"2\",\n \"memory\": \"4Gi\",\n \"storage\": \"32Gi\",\n \"count/postgresclusters.dbaas.ionos.com\": \"5\",\n \"count/mongoclusters.dbaas.ionos.com\": \"5\"\n}\n"
}