Checks cloud service configurations. You can check all items or a specific item and verify whether an item is checked.
This API has been deprecated. We recommend migrating to Sas(2018-12-03) - SubmitCheck for enhanced functionality and continued support. While the deprecated API remains temporarily accessible, no further updates or bug fixes will be provided.
Operation description
This API operation is deprecated. Use SubmitCheck instead.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:StartBaselineSecurityCheck |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SourceIp |
string |
No |
The source IP address of the request. |
106.11.XX.XX |
| Lang |
string |
No |
The language of the content within the request and response. Valid values:
|
zh |
| Type |
string |
Yes |
The type of the check task. Valid values:
|
verify |
| ItemIds |
array |
No |
The IDs of the check items. Note
To perform a check task on cloud service configurations, you must specify the ID of the check item. You can call the DescribeRiskItemType operation to query the IDs of check items. |
|
|
integer |
No |
The ID of the check item. Note
To perform a check task on cloud service configurations, you must specify the ID of the check item. You can call the DescribeRiskItemType operation to query the IDs of check items. |
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request, which is used to locate and troubleshoot issues. |
48D2E9A9-A1B0-4295-B727-0995757C47E9 |
Examples
Success response
JSON format
{
"RequestId": "48D2E9A9-A1B0-4295-B727-0995757C47E9"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | RiskItemDisabled | Check item not enabled | |
| 400 | AllRiskItemTaskNotFinished | All inspection items are not finished | |
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.