Queries statistics on data redundancy types for a cloud service.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
bdrc:DescribeProductDataRedundancyTypeStat |
none |
*All Resource
|
None | None |
Request syntax
GET /api/v1/products/data-redundancy-type-stat HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProductType |
string |
Yes |
The type of the cloud service. |
oss |
| ResourceCategoryId |
string |
No |
The resource category ID. |
rc-000***123 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
BaseResponse<List |
||
| Data |
object |
The response data. |
|
| Content |
array<object> |
The list of records returned by the request. |
|
|
object |
|||
| StorageClass |
string |
The storage class. |
STANDARD |
| DataRedundancyType |
string |
The data redundancy type. |
LRS |
| ResourceCount |
integer |
The resource count. |
1 |
| RequestId |
string |
The unique request ID. |
5748C531-80B1-5C31-8421-63A1830B9E48 |
Examples
Success response
JSON format
{
"Data": {
"Content": [
{
"StorageClass": "STANDARD",
"DataRedundancyType": "LRS",
"ResourceCount": 1
}
]
},
"RequestId": "5748C531-80B1-5C31-8421-63A1830B9E48"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.