Applied Quotas (service-quota/v1)
Read an Applied Quota
Make a request to read an applied quota.
get/service-quota/v1/applied-quotas/{id}
Path parameters
idstring required
The unique identifier for the applied quota.
Query parameters
environmentstring
Filter a collection by a string search
The environment ID the quota is associated with. This field is only required when retrieving a single quota and the scope of quota is "ENVIRONMENT" or "NETWORK" or "KAFKA_CLUSTER".
networkstring
Filter a collection by a string search
The network ID the quota is associated with. This field is only required when retrieving a single quota and the scope of quota is "NETWORK".
kafka_clusterstring
Filter a collection by a string search
The kafka cluster ID the quota is associated with. This field is required only when the scope of quota is "KAFKA_CLUSTER".
Response
Applied Quota.
Example response
{
"id": "dlz-f3a90de",
"metadata": {
"self": "https://api.confluent.cloud/service-quota/v1/applied-quotas/aq-12345",
"resource_name": "crn://confluent.cloud/organization=9bb441c4-edef-46ac-8a41-c49e44a3fd9a/applied-quota=aq-12345",
"created_at": "2006-01-02T15:04:05-07:00",
"updated_at": "2006-01-02T15:04:05-07:00",
"deleted_at": "2006-01-02T15:04:05-07:00"
},
"scope": "ORGANIZATION",
"display_name": "Kafka Cluster Per Organization",
"user": {
"id": "u-4voj5e",
"related": "https://api.confluent.cloud/v2/users/u-4voj5e",
"resource_name": "https://api.confluent.cloud/organization=9bb441c4-edef-46ac-8a41-c49e44a3fd9a/user=u-4voj5e"
},
"organization": {
"id": "b3a17773-05cc-4431-9560-433fb4613da8",
"related": "https://api.confluent.cloud/partner/v2/organizations/b3a17773-05cc-4431-9560-433fb4613da8",
"resource_name": "https://api.confluent.cloud/organization=b3a17773-05cc-4431-9560-433fb4613da8"
},
"environment": {
"id": "env-00000",
"related": "https://api.confluent.cloud/org/v2/environments/env-00000",
"resource_name": "https://api.confluent.cloud/organization=9bb441c4-edef-46ac-8a41-c49e44a3fd9a/environment=env-00000"
},
"network": {
"id": "n-12034",
"related": "https://api.confluent.cloud/networking/v1/networks/n-12034",
"resource_name": "https://api.confluent.cloud/organization=9bb441c4-edef-46ac-8a41-c49e44a3fd9a/environment=env-abc123/network=n-12034"
},
"kafka_cluster": {
"id": "lkc-00000",
"related": "https://api.confluent.cloud/cmk/v2/clusters/lkc-00000",
"resource_name": "https://api.confluent.cloud/organization=9bb441c4-edef-46ac-8a41-c49e44a3fd9a/environment=env-abc123/cloud-cluster=lkc-00000"
}
}