You can call this operation to configure vulnerability detection on a server.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ModifyVulTargetConfig |
The operation that you want to perform. Set the value to ModifyVulTargetConfig. |
SourceIp | String | No | 1.2.3.4 |
The source IP address of the request. |
Type | String | No | vul |
The type of the configuration. |
Uuid | String | No | xxxx-xxxx-xxxx-xxxxx-xxxxxx |
The UUID of the server. |
Config | String | No | cms |
The details of the configuration items. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 3A85CFCF-05C8-451A-9E41-C0D5E96BA407 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=ModifyVulTargetConfig
&<Common request parameters>
Sample success responses
XML
format
<ModifyVulTargetConfigResponse>
<requestId>7E0618A9-D5EF-4220-9471-C42B5E92719F</requestId>
</ModifyVulTargetConfigResponse>
JSON
format
{
"requestId": "7E0618A9-D5EF-4220-9471-C42B5E92719F"
}
Error codes
For a list of error codes, visit the API Error Center.