diff --git a/modules/ROOT/attachments/cloud-api.yaml b/modules/ROOT/attachments/cloud-api.yaml index 420070f84a..b14b8a1844 100644 --- a/modules/ROOT/attachments/cloud-api.yaml +++ b/modules/ROOT/attachments/cloud-api.yaml @@ -2698,6 +2698,8 @@ components: type: string state: $ref: '#/components/schemas/ServerlessCluster.State' + tier: + $ref: '#/components/schemas/Tier' updated_at: description: Timestamp when the Serverless cluster was updated. format: date-time @@ -2763,6 +2765,8 @@ components: serverless_region: description: Name of the region where the Serverless cluster will be provisioned. type: string + tier: + $ref: '#/components/schemas/Tier' required: - name - resource_group_id @@ -3014,6 +3018,14 @@ components: title: This will be used during the migration period, remove before it becomes GA type: boolean type: object + Tier: + description: |2- + - TIER_STANDARD: Tier Standard represents a standard tier. + - TIER_PRO: Tier PRO represents a PRO tier. + enum: + - TIER_STANDARD + - TIER_PRO + type: string TimeZone: description: |- Represents a time zone from the @@ -4168,9 +4180,6 @@ components: type: object v1beta2.DeleteClusterMetadata: description: Resource describing an in-progress DeleteCluster Operation. - properties: - required_action: - type: string title: DeleteClusterMetadata type: object v1beta2.DeleteClusterResponse: @@ -7409,7 +7418,6 @@ paths: id: cjd4vu1c4vs5ugb02itg metadata: '@type': type.googleapis.com/redpanda.api.controlplane.v1beta2.DeleteClusterMetadata - required_action: "" resource_id: cjd3r21c4vs870t0ku30 started_at: null state: STATE_IN_PROGRESS @@ -7915,7 +7923,6 @@ paths: id: cjd5tfpc4vsfi6jbjve0 metadata: '@type': type.googleapis.com/redpanda.api.controlplane.v1beta2.DeleteClusterMetadata - required_action: "" resource_id: cjb69h1c4vs42pca89s0 started_at: null state: STATE_COMPLETED