Quota
Quota usage and limits
Description
A Quota is a read-only resource that surfaces the consumption limits assigned to your account and the current usage against those limits.
Operations
GET /v1alpha/quotas/{id}
Get quota by id
| HTTP Code | Response |
|---|---|
| 200 OK | Quota |
| 404 Not Found | Error |
API Objects
Quota
| Field | Type | Required | Notes |
|---|---|---|---|
metadata | ObjectMeta | Standard object metadata | |
spec.limits.persistentNetworks | int | Yes | N/A |
spec.limits.networks | int | Yes | N/A |
status.usage.persistentNetworks | int | Yes | N/A |
status.usage.networks | int | Yes | N/A |