Queries the current billable storage usage and the purchased subscription capacity for threat analysis. The capacity is measured in GB.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:GetCapacity |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RoleType |
integer |
No |
View type.
|
1 |
| RoleFor |
integer |
No |
User ID of the member whose view the administrator switches to. |
113091674488**** |
| RegionId |
string |
No |
Location of the Data Management Center for threat analysis. Choose a location based on where your assets reside.
|
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
CloudSiemResponse |
||
| Data |
object |
Storage details. |
|
| UsedCapacity |
number |
Current billable storage usage for threat analysis, in GB. |
10 |
| PreservedCapacity |
integer |
Purchased storage capacity for threat analysis, in GB. |
9000 |
| ExistLogStore |
boolean |
Whether the LogStore exists for threat analysis. Valid values:
|
true |
| AgentManagedAssetQuota |
integer |
1 |
|
| AgentManagedAssetUsed |
integer |
1 |
|
| RequestId |
string |
ID of the request. |
27D27DCB-D76B-5064-8B3B-0900DEF7**** |
Examples
Success response
JSON format
{
"Data": {
"UsedCapacity": 10,
"PreservedCapacity": 9000,
"ExistLogStore": true,
"AgentManagedAssetQuota": 1,
"AgentManagedAssetUsed": 1
},
"RequestId": "27D27DCB-D76B-5064-8B3B-0900DEF7****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | The request processing has failed due to some unknown error. | |
| 500 | Siem.Storage.Exception | The request timed out, try again. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.