Slide 29
Slide 29 text
TiDB Cloud API - プロジェクト内全クラスタの表示(続)
● TiDB Cloud Serverless Tierの “cluster type”は “DEVELOPER” として表示されます
● TiDB Serverless TierはAWSでのみ作成が可能です
{
"items": [
{
"id": "*******************",
"project_id": "*******************",
"name": "Cluster0",
"cluster_type": "DEVELOPER",
"cloud_provider": "AWS",
"region": "ap-northeast-1",
"create_timestamp": "1709012272",
"config": {
"port": 4000,
"components": {
"tidb": {
"node_size": "Shared0",
"node_quantity": 1
},
…中略...
}
}
},