Skip to main content

StartBaselineSecurityCheck

Description

call the StartBaselineSecurityCheck interface to perform cloud product configuration inspection tasks, supporting full inspection or checking or verifying individual inspection items.

Request Method

POST

Request Path

/apsara/route/Sas/StartBaselineSecurityCheck

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
ItemIds.NBODYrepeatlistNo1check item ID. description to perform the cloud product configuration check task, you need to provide the ID of the check item, which can be obtained by the DescribeRiskItemType interface.
TypeBODYstringYescheckthe task type checked. Valid values include: check: perform detection verify: perform verification
SourceIpBODYstringNo1.2.3.4access the IP address of the source.
regionIdBODYstringYesNo sample value for this parameter.region id
LangBODYstringNozhthe language type of the request and receive message. Valid values include: zh: Chinese en: English
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstring48D2E9A9-A1B0-4295-B727-0995757C47E9request ID of the result.

Example

Successful Response example

{
"RequestId":"48D2E9A9-A1B0-4295-B727-0995757C47E9"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}