ValidateHcWarnings
Description
call ValidateHcWarnings batch validation baseline check risk item. The verification operation is to verify the existing baseline problem. if the verification passes, the risk item status will be updated to passed .
Request Method
POST
Request Path
/apsara/route/Sas/ValidateHcWarnings
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
SourceIp | BODY | string | No | 1.2.3.4 | access the IP address of the source. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
RiskIds | BODY | string | Yes | 43 | List of risk items Id that require verification operations. If there are multiple risk items Id, separate them with English commas (,). |
Uuids | BODY | string | Yes | 78645c8e-2e89-441b-8eb,a9622a6b-adb5-4dd3-929e,0136460a-1cb5-44e8-**** | UUID list of servers that need to verify risk items. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | 722C4F88-7867-4E7B-8ADE-7451053 | the unique identifier generated by alibaba cloud for this request. |
Example
Successful Response example
{
"RequestId":"722C4F88-7867-4E7B-8ADE-7451053"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}