Skip to content

Commit 0ae6c01

Browse files
vbotbuildovichgithub-actions[bot]
authored andcommitted
auto-docs: Update Cloud API spec
1 parent 608b832 commit 0ae6c01

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

modules/ROOT/attachments/cloud-api.yaml

+20-1
Original file line numberDiff line numberDiff line change
@@ -2698,6 +2698,8 @@ components:
26982698
type: string
26992699
state:
27002700
$ref: '#/components/schemas/ServerlessCluster.State'
2701+
tier:
2702+
$ref: '#/components/schemas/Tier'
27012703
updated_at:
27022704
description: Timestamp when the Serverless cluster was updated.
27032705
format: date-time
@@ -2763,6 +2765,8 @@ components:
27632765
serverless_region:
27642766
description: Name of the region where the Serverless cluster will be provisioned.
27652767
type: string
2768+
tier:
2769+
$ref: '#/components/schemas/Tier'
27662770
required:
27672771
- name
27682772
- resource_group_id
@@ -2773,7 +2777,9 @@ components:
27732777
description: Resource describing a ServerlessRegion.
27742778
properties:
27752779
available:
2776-
description: Region available.
2780+
description: |-
2781+
Region available.
2782+
Deprecated: Use `tiers_available` instead.
27772783
type: boolean
27782784
cloud_provider:
27792785
$ref: '#/components/schemas/v1beta2.CloudProvider'
@@ -2787,6 +2793,11 @@ components:
27872793
description: Unique name of the Serverless region.
27882794
example: int-eu-west-1
27892795
type: string
2796+
tiers_available:
2797+
description: Tiers available in this region.
2798+
items:
2799+
$ref: '#/components/schemas/Tier'
2800+
type: array
27902801
title: ServerlessRegion
27912802
type: object
27922803
SetConfiguration:
@@ -3014,6 +3025,14 @@ components:
30143025
title: This will be used during the migration period, remove before it becomes GA
30153026
type: boolean
30163027
type: object
3028+
Tier:
3029+
description: |2-
3030+
- TIER_STANDARD: Tier Standard represents a standard tier.
3031+
- TIER_PRO: Tier PRO represents a PRO tier.
3032+
enum:
3033+
- TIER_STANDARD
3034+
- TIER_PRO
3035+
type: string
30173036
TimeZone:
30183037
description: |-
30193038
Represents a time zone from the

0 commit comments

Comments
 (0)