Queries the number of vulnerability fixes used by a pay-as-you-go user.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeFixUsedCount |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| UsedCountSg |
integer |
The number of vulnerability fixes used in regions outside the Chinese mainland. |
5 |
| UsedCountCn |
integer |
The number of vulnerability fixes used in regions in the Chinese mainland. |
5 |
| RequestId |
string |
The ID of the request. The ID is a unique identifier that Alibaba Cloud generates for the request and can be used to troubleshoot issues. |
CB1CE824-7F80-546D-8AF8-4A5209F9B698 |
| UsedCount |
integer |
The number of vulnerability fixes used. |
10 |
Examples
Success response
JSON format
{
"UsedCountSg": 5,
"UsedCountCn": 5,
"RequestId": "CB1CE824-7F80-546D-8AF8-4A5209F9B698",
"UsedCount": 10
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.