Domain name for API request: cwp.tencentcloudapi.com.
This API is used to obtain user anti-ransomware trends.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DescribeRansomDefenseState. |
Version | Yes | String | Common Params. The value used for this API: 2018-02-28. |
Region | No | String | Common Params. This parameter is not required. |
Parameter Name | Type | Description |
---|---|---|
StrategyCount | Integer | Number of Activated Defense Policies |
MachineCount | Integer | Number of Protected Machines |
SnapshotSize | Integer | Total snapshot capacity |
RollBackTaskCount | Integer | Number of Backup Recovery Tasks |
ProgressingSnapshotTaskCount | Integer | Number of Snapshot Creation Tasks in Progress |
ProgressingRollBackTaskCount | Integer | Number of Backup Recovery Tasks in Progress |
MachineTotal | Integer | Total Number of Machines |
StrategyTotal | Integer | Total number of policies |
BalanceStatus | Integer | Account Status. 0 - Without Overdue Payment; 1 - With Overdue Payment |
BackupMachineCount | Integer | Number of Backed-Up Hosts |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
This example shows you how to obtain user anti-ransomware trends.
POST / HTTP/1.1
Host: cwp.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeRansomDefenseState
<Common request parameters>
{}
{
"Response": {
"MachineCount": 1,
"SnapshotSize": 1,
"ProgressingSnapshotTaskCount": 1,
"RollBackTaskCount": 1,
"StrategyCount": 1,
"StrategyTotal": 1,
"MachineTotal": 1,
"RequestId": "xx",
"BalanceStatus": 1,
"BackupMachineCount": 1,
"ProgressingRollBackTaskCount": 1
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InternalError | Internal error |
ResourceNotFound | The resource does not exist. |
Was this page helpful?