Queries whether a free one-click scan can be submitted. The scan scope includes free vulnerability scanning categories and free CSPM check items.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:GetTenantCheckAvailable |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The ID of the request. Alibaba Cloud generates a unique identifier for each request. You can use the ID to troubleshoot issues. |
69BFFCDE-37D6-5A49-A8BC-BB03AC83**** |
| Data |
object |
The returned data. |
|
| Status |
integer |
The current status of the one-click scan. Valid values:
|
0 |
| NextScanTime |
integer |
The timestamp of the next time when a one-click scan can be submitted. |
1725530005357 |
Examples
Success response
JSON format
{
"RequestId": "69BFFCDE-37D6-5A49-A8BC-BB03AC83****",
"Data": {
"Status": 0,
"NextScanTime": 1725530005357
}
}
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.