Mengambil statistik mengenai jenis redundansi data untuk layanan cloud.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
bdrc:DescribeProductDataRedundancyTypeStat |
none |
*全部资源
|
None | None |
Sintaks permintaan
GET /api/v1/products/data-redundancy-type-stat HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ProductType |
string |
Yes |
Jenis layanan cloud. |
oss |
| ResourceCategoryId |
string |
No |
ID kategori resource. |
rc-000***123 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
BaseResponse<List |
||
| Data |
object |
Data respons. |
|
| Content |
array<object> |
Daftar catatan yang dikembalikan oleh permintaan. |
|
|
object |
|||
| StorageClass |
string |
Kelas penyimpanan. |
STANDARD |
| DataRedundancyType |
string |
Jenis redundansi data. |
LRS |
| ResourceCount |
integer |
Jumlah resource. |
1 |
| RequestId |
string |
ID permintaan unik. |
5748C531-80B1-5C31-8421-63A1830B9E48 |
Contoh
Respons sukses
JSONformat
{
"Data": {
"Content": [
{
"StorageClass": "STANDARD",
"DataRedundancyType": "LRS",
"ResourceCount": 1
}
]
},
"RequestId": "5748C531-80B1-5C31-8421-63A1830B9E48"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.