applied_quotas
Creates, updates, deletes, gets or lists a applied_quotas
resource.
Overview
Name | applied_quotas |
Type | Resource |
Id | confluent.quotas.applied_quotas |
Fields
Name | Datatype | Description |
---|---|---|
id | string | ID is the "natural identifier" for an object within its scope/namespace; it is normally unique across time but not space. That is, you can assume that the ID will not be reclaimed and reused after an object is deleted ("time"); however, it may collide with IDs for other object kinds or objects of the same kind within a different scope/namespace ("space"). |
_environment | `` | |
_kafka_cluster | `` | |
_network | `` | |
_organization | `` | |
_user | `` | |
api_version | string | APIVersion defines the schema version of this representation of a resource. |
applied_limit | integer | The latest applied service quota value, taking into account any limit adjustments. |
default_limit | integer | The default service quota value. |
display_name | string | A human-readable name for the quota type name. |
environment | object | The environment ID the quota is associated with. |
kafka_cluster | object | The kafka cluster ID the quota is associated with. |
kind | string | Kind defines the object this REST resource represents. |
metadata | `` | ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create. |
network | object | The network ID the quota is associated with. |
organization | object | A unique organization id to associate a specific organization to this quota. |
scope | string | The applied scope that this quota belongs to. |
usage | integer | Show the quota usage value if the quota usage is available for this quota. |
user | object | The user associated with this object. |
Methods
SELECT
examples
Make a request to read an applied quota.
SELECT
id,
_environment,
_kafka_cluster,
_network,
_organization,
_user,
api_version,
applied_limit,
default_limit,
display_name,
environment,
kafka_cluster,
kind,
metadata,
network,
organization,
scope,
usage,
user
FROM confluent.quotas.applied_quotas
WHERE id = '{{ id }}';