You can call this operation to immediately scan for vulnerabilities on your assets.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ModifyStartVulScan |
The operation that you want to perform. Set the value to ModifyStartVulScan. |
Types | String | No | "cve,sys,cms,app,emg" |
The types of vulnerabilities that can be detected by Security Center.
|
Uuids | String | No | {"i-sdada-xxxxx","i-ifaedada-sfsasdxxx"} |
The list of servers. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 4066CAC3-F83A-4729-9995-A5558A61B546 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=ModifyStartVulScan
&<Common request parameters>
Sample success responses
XML
format
<ModifyStartVulScanResponse>
<requestId>4066CAC3-F83A-4729-9995-A5558A61B546</requestId>
</ModifyStartVulScanResponse>
JSON
format
{
"requestId": "4066CAC3-F83A-4729-9995-A5558A61B546"
}
Error codes
For a list of error codes, visit the API Error Center.