Mengambil detail untuk Jaringan Data Global Polarlakebase (GDN) di semua wilayah dalam akun Anda.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:DescribeGlobalDataNetworkList |
list |
*全部资源
|
None | None |
Sintaks permintaan
GET HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| PageNumber |
integer |
No |
Nomor halaman yang akan dikembalikan. |
1 |
| PageSize |
integer |
No |
Jumlah catatan yang akan dikembalikan pada setiap halaman. |
30 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema respons |
||
| RequestId |
string |
ID permintaan. |
CD35F3-F3-44CA-AFFF-BAF869****** |
| TotalRecordCount |
string |
Jumlah total catatan. |
1 |
| PageRecordCount |
string |
Jumlah catatan pada halaman saat ini. |
1 |
| PageNumber |
string |
Nomor halaman. |
1 |
| Items |
object |
Detail Jaringan Data Global (GDN). |
|
| Networks |
array<object> |
Daftar jaringan GDN. |
|
|
array<object> |
Detail Jaringan Data Global (GDN) |
||
| NetworkId |
string |
The GDN ID. |
gdn-xxx |
| NetworkDescription |
string |
The GDN description or remarks. |
mygdn |
| NetworkStatus |
string |
The GDN status. Valid values:
|
Running |
| NetworkTopology |
object |
The GDN network topology. |
|
| Sources |
array<object> |
The list of sync sources. |
|
|
object |
The sync source. |
||
| SourceFileSystemPath |
string |
The source path. |
/ |
| SourceType |
string |
The source type. Valid values:
|
pcs |
| SourceRegion |
string |
The source region. |
cn-wulanchabu |
| SourceId |
string |
The source PolarFileSystem (PolarFS) instance. |
pcs-xxx |
| Destinations |
array<object> |
The list of sync destinations. |
|
|
object |
The sync destination. |
||
| DestinationFileSystemPath |
string |
The destination path. |
/ |
| DestinationRegion |
string |
The destination region. |
cn-beijing |
| DestinationType |
string |
The destination type. Valid values:
|
pfs |
| DestinationId |
string |
The destination PolarFileSystem (PolarFS) instance. |
pfs-xxx |
| CreateTime |
string |
The GDN creation time. |
2025-03-25T09:37:10Z |
| Channels |
array<object> |
The list of sync channels. |
|
|
object |
The sync channel. |
||
| ChannelId |
string |
The sync channel ID. |
gdc-xxx |
| ChannelStatus |
string |
The sync channel status. Valid values:
|
Syncing |
| Progress |
string |
The current sync progress. Catatan
The format is a floating-point percentage with two decimal places. |
11.45% |
| FreezeSourceDuringSync |
boolean |
Indicates whether to freeze the source path during transmission. |
true |
Contoh
Respons sukses
JSONformat
{
"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
}
]
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.