Retrieves the storage details for each storage medium of a specific Lindorm instance that uses the new architecture.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. |
ld-ufxxxxxxxxxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| CapacityByDiskCategory |
array<object> |
The capacity information for each storage medium. |
|
|
object |
|
{ "mode": "CLOUD_STORAGE", "perfLevel": "PL1", "usedCapacity": 0, "category": "PERF_CLOUD_ESSD_PL1", "capacity": 4000 } |
|
| UsageByDiskCategory |
array<object> |
The usage information for each storage medium. |
|
|
object |
|
{ "usedLindormColumn3": 688935, "usedLindormTable": 1086288931872, "usedLindormTsdb": 0, "usedOther": 0, "usedLindormMessage3": 0, "diskType": "PerformanceCloudStorage", "used": 1719816329046, "usedLindormSearch3": 36339905446, "usedLindormSpark": 2131936938, "capacity": 4294967296000, "usedLindormSearch": 0, "usedLindormVector3": 595054865855 } |
|
| RequestId |
string |
The ID of the request. Alibaba Cloud generates this unique ID for each request. Use this ID to troubleshoot issues. |
BDDB1954-002B-4249-B2DF-2CDDA0259668 |
| InstanceStorageZoneMap |
object |
The capacity information for the multi-zone instance. {"ZoneId":{"CapacityByDiskCategory":{...},"UsageByDiskCategory":{...}}} |
{ "cn-hangzhou-i": { "diskTypeCapacity": [ { "mode": "CLOUD_STORAGE", "perfLevel": "PL1", "usedCapacity": 0, "category": "PERF_CLOUD_ESSD_PL1", "capacity": 4000 } ], "diskTypeUsage": [ { "usedLindormColumn3": 688935, "usedLindormTable": 1086288931872, "usedLindormTsdb": 0, "usedOther": 0, "usedLindormMessage3": 0, "diskType": "PerformanceCloudStorage", "used": 1719816329046, "usedLindormSearch3": 36339905446, "usedLindormSpark": 2131936938, "capacity": 4294967296000, "usedLindormSearch": 0, "usedLindormVector3": 595054865855 } ] } } |
| AccessDeniedDetail |
string |
The detailed reason why the access was denied. |
{"AuthAction":"xxx","AuthPrincipalDisplayName":"222","AuthPrincipalOwnerId":"111","AuthPrincipalType":"SubUser",,"NoPermissionType":"ImplicitDeny","PolicyType":"AccountLevelIdentityBasedPolicy","EncodedDiagnosticMessage":"xxxxxx"} |
Examples
Success response
JSON format
{
"CapacityByDiskCategory": [
{
"mode": "CLOUD_STORAGE",
"perfLevel": "PL1",
"usedCapacity": 0,
"category": "PERF_CLOUD_ESSD_PL1",
"capacity": 4000
}
],
"UsageByDiskCategory": [
{
"usedLindormColumn3": 688935,
"usedLindormTable": 1086288931872,
"usedLindormTsdb": 0,
"usedOther": 0,
"usedLindormMessage3": 0,
"diskType": "PerformanceCloudStorage",
"used": 1719816329046,
"usedLindormSearch3": 36339905446,
"usedLindormSpark": 2131936938,
"capacity": 4294967296000,
"usedLindormSearch": 0,
"usedLindormVector3": 595054865855
}
],
"RequestId": "BDDB1954-002B-4249-B2DF-2CDDA0259668",
"InstanceStorageZoneMap": {
"cn-hangzhou-i": {
"diskTypeCapacity": [
{
"mode": "CLOUD_STORAGE",
"perfLevel": "PL1",
"usedCapacity": 0,
"category": "PERF_CLOUD_ESSD_PL1",
"capacity": 4000
}
],
"diskTypeUsage": [
{
"usedLindormColumn3": 688935,
"usedLindormTable": 1086288931872,
"usedLindormTsdb": 0,
"usedOther": 0,
"usedLindormMessage3": 0,
"diskType": "PerformanceCloudStorage",
"used": 1719816329046,
"usedLindormSearch3": 36339905446,
"usedLindormSpark": 2131936938,
"capacity": 4294967296000,
"usedLindormSearch": 0,
"usedLindormVector3": 595054865855
}
]
}
},
"AccessDeniedDetail": "{\"AuthAction\":\"xxx\",\"AuthPrincipalDisplayName\":\"222\",\"AuthPrincipalOwnerId\":\"111\",\"AuthPrincipalType\":\"SubUser\",,\"NoPermissionType\":\"ImplicitDeny\",\"PolicyType\":\"AccountLevelIdentityBasedPolicy\",\"EncodedDiagnosticMessage\":\"xxxxxx\"}"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Lindorm.Errorcode.ParameterInvaild | The parameter is invalid. | |
| 400 | Instance.IsDeleted | The instance is deleted. | |
| 400 | Instance.IsNotValid | The instance is invalid. | The specified instance is invalid. |
| 403 | Lindorm.Errorcode.OperationDenied | You are not authorized to operate on the specified resource. | |
| 403 | API.Forbidden | The API operation is forbidden in this environment. | This operation is not supported in the current environment. |
| 403 | Lindorm.Errorcode.ServiceLinkedRoleNoPermission | No permission to create service linked role. | You are not authorized to create the service-linked role. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.