查詢所有地區的 Polarlakebase 全球資料網路(GDN)詳情。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
polardb:DescribeGlobalDataNetworkList |
list |
*全部資源
|
無 | 無 |
請求文法
GET HTTP/1.1
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| PageNumber |
integer |
否 |
查詢結果的頁碼 |
1 |
| PageSize |
integer |
否 |
每頁記錄數 |
30 |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
Schema of Response |
||
| RequestId |
string |
請求 ID |
CD35F3-F3-44CA-AFFF-BAF869****** |
| TotalRecordCount |
string |
總記錄數 |
1 |
| PageRecordCount |
string |
本頁記錄數 |
1 |
| PageNumber |
string |
頁碼 |
1 |
| Items |
object |
GDN 詳情 |
|
| Networks |
array<object> |
GDN 網路列表 |
|
|
array<object> |
GDN 網路詳情 |
||
| NetworkId |
string |
GDN ID |
gdn-xxx |
| NetworkDescription |
string |
GDN 描述/備忘 |
mygdn |
| NetworkStatus |
string |
GDN 狀態。取值範圍:
|
Running |
| NetworkTopology |
object |
GDN 網路拓撲 |
|
| Sources |
array<object> |
同步源的列表 |
|
|
object |
同步源 |
||
| SourceFileSystemPath |
string |
源路徑 |
/ |
| SourceType |
string |
源類型,取值範圍:
|
pcs |
| SourceRegion |
string |
源地區 |
cn-wulanchabu |
| SourceId |
string |
源 Polarlakebase 執行個體 |
pcs-xxx |
| Destinations |
array<object> |
同步目標的列表 |
|
|
object |
同步目標 |
||
| DestinationFileSystemPath |
string |
目標路徑 |
/ |
| DestinationRegion |
string |
目標地區 |
cn-beijing |
| DestinationType |
string |
目標類型。取值範圍:
|
pfs |
| DestinationId |
string |
目標 Polarlakebase 執行個體 |
pfs-xxx |
| CreateTime |
string |
GDN 的建立時間 |
2025-03-25T09:37:10Z |
| Channels |
array<object> |
同步鏈路列表 |
|
|
object |
同步鏈路 |
||
| ChannelId |
string |
同步鏈路 ID |
gdc-xxx |
| ChannelStatus |
string |
同步鏈路狀態。取值範圍:
|
Syncing |
| Progress |
string |
當前的同步進度 說明
格式為兩位小數的浮點百分比 |
11.45% |
| FreezeSourceDuringSync |
boolean |
傳輸過程中是否凍結源路徑 |
true |
樣本
正常返回樣本
JSON格式
{
"RequestId": "CD35F3-F3-44CA-AFFF-BAF869******",
"TotalRecordCount": "1",
"PageRecordCount": "1",
"PageNumber": "1",
"Items": {
"Networks": [
{
"NetworkId": "gdn-xxx",
"NetworkDescription": "mygdn",
"NetworkStatus": "Running",
"NetworkTopology": {
"Sources": [
{
"SourceFileSystemPath": "/",
"SourceType": "pcs",
"SourceRegion": "cn-wulanchabu",
"SourceId": "pcs-xxx"
}
],
"Destinations": [
{
"DestinationFileSystemPath": "/",
"DestinationRegion": "cn-beijing",
"DestinationType": "pfs",
"DestinationId": "pfs-xxx"
}
]
},
"CreateTime": "2025-03-25T09:37:10Z",
"Channels": [
{
"ChannelId": "gdc-xxx",
"ChannelStatus": "Syncing",
"Progress": "11.45%",
"FreezeSourceDuringSync": true
}
]
}
]
}
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。