File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3086,6 +3086,67 @@ components:
30863086 username :
30873087 type : string
30883088 type : object
3089+ Quota :
3090+ description : Platform-enforced upper bounds applied to the Serverless cluster.
3091+ properties :
3092+ acls :
3093+ format : int64
3094+ readOnly : true
3095+ type : string
3096+ ai_agents :
3097+ format : int64
3098+ readOnly : true
3099+ type : string
3100+ bytes_from_client :
3101+ $ref : ' #/components/schemas/Rate'
3102+ bytes_to_client :
3103+ $ref : ' #/components/schemas/Rate'
3104+ client_connections :
3105+ format : int64
3106+ readOnly : true
3107+ type : string
3108+ connect_pipelines :
3109+ format : int64
3110+ readOnly : true
3111+ type : string
3112+ consumer_groups :
3113+ format : int64
3114+ readOnly : true
3115+ type : string
3116+ mcp_servers :
3117+ format : int64
3118+ readOnly : true
3119+ type : string
3120+ partitions :
3121+ format : int64
3122+ readOnly : true
3123+ type : string
3124+ passwords_per_user :
3125+ format : int64
3126+ readOnly : true
3127+ type : string
3128+ producer_ids :
3129+ format : int64
3130+ readOnly : true
3131+ type : string
3132+ sr_schemas :
3133+ format : int64
3134+ readOnly : true
3135+ type : string
3136+ sr_subjects :
3137+ format : int64
3138+ readOnly : true
3139+ type : string
3140+ topics :
3141+ format : int64
3142+ readOnly : true
3143+ type : string
3144+ users :
3145+ format : int64
3146+ readOnly : true
3147+ type : string
3148+ readOnly : true
3149+ type : object
30893150 QuotaFailure :
30903151 description : |-
30913152 Describes how a quota check failed.
@@ -3205,6 +3266,21 @@ components:
32053266 developer project id>".
32063267 type : string
32073268 type : object
3269+ Rate :
3270+ description : Rate is a maximum number of units per period, along with a burst of units.
3271+ properties :
3272+ burst :
3273+ format : int32
3274+ readOnly : true
3275+ type : integer
3276+ period :
3277+ readOnly : true
3278+ type : string
3279+ rate :
3280+ format : int32
3281+ readOnly : true
3282+ type : integer
3283+ type : object
32083284 RedpandaConnect :
32093285 description : Cluster's Redpanda Connect properties.
32103286 properties :
@@ -3541,6 +3617,8 @@ components:
35413617 type : string
35423618 prometheus :
35433619 $ref : ' #/components/schemas/ServerlessCluster.Prometheus'
3620+ quota :
3621+ $ref : ' #/components/schemas/Quota'
35443622 resource_group_id :
35453623 description : Resource group ID of the cluster.
35463624 example : a0b40af9-0250-48ca-9417-783ed127ce42
@@ -7635,6 +7713,7 @@ paths:
76357713 prometheus :
76367714 private_url : " "
76377715 url : https://d1d9risv0c3i7qbbeoc0.metrics.us-east-1.mpx.prd.cloud.redpanda.com/public_metrics
7716+ quota : null
76387717 resource_group_id : 6c09e47b-f426-4ec7-a7b4-8048caf8ae47
76397718 schema_registry :
76407719 private_url : " "
@@ -7791,6 +7870,7 @@ paths:
77917870 prometheus :
77927871 private_url : " "
77937872 url : https://d1d9risv0c3i7qbbeoc0.metrics.us-east-1.mpx.prd.cloud.redpanda.com/public_metrics
7873+ quota : null
77947874 resource_group_id : 6c09e47b-f426-4ec7-a7b4-8048caf8ae47
77957875 schema_registry :
77967876 private_url : " "
Original file line number Diff line number Diff line change @@ -7856,7 +7856,7 @@ paths:
78567856 schema :
78577857 $ref : ' #/components/schemas/TransformMetadata'
78587858 description : Created
7859- summary : Deploy transform
7859+ summary : Deploy Transform
78607860 tags :
78617861 - Wasm Transforms
78627862 /v1/transforms/{name} :
You can’t perform that action at this time.
0 commit comments