Domain name for API request: tcss.tencentcloudapi.com.
This API is used to create a vulnerability scan task.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: CreateVulScanTask. |
Version | Yes | String | Common Params. The value used for this API: 2020-11-01. |
Region | No | String | Common Params. This parameter is not required. |
LocalImageScanType | No | String | Local image scan scope. Valid values: ALL (all local images); NOT_SCAN (all licensed but not scanned local images); IMAGEIDS (IDs of specified local images). |
LocalImageIDs.N | No | Array of String | Scan by licensed local image ID, with a higher priority than scan by licensed local image that meets the condition. |
RegistryImageScanType | No | String | Repository image scan scope. Valid values: ALL (all repository images); NOT_SCAN (all licensed but not scanned repository images); IMAGEIDS (IDs of specified repository images). |
RegistryImageIDs.N | No | Array of Integer | Scan by licensed repository image ID, with a higher priority than scan by licensed repository image that meets the condition. |
LocalTaskID | No | Integer | ID of the task to scan local images again for vulnerabilities |
RegistryTaskID | No | Integer | ID of the task to scan repository images again for vulnerabilities |
Parameter Name | Type | Description |
---|---|---|
LocalTaskID | Integer | ID of the task to scan local images again for vulnerabilities |
RegistryTaskID | Integer | ID of the task to scan repository images again for vulnerabilities |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
https://tcss.tencentcloudapi.com/?Action=CreateVulScanTask
&LocalImageScanType=ALL
&RegistryImageScanType=ALL
&<Common request parameters>
{
"Response": {
"RequestId": "xx",
"LocalTaskID": 0,
"RegistryTaskID": 0
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
AuthFailure | A CAM signature/authentication error occurred. |
FailedOperation | The operation failed. |
InternalError | An internal error occurred. |
InvalidParameter | The parameter is incorrect. |
InvalidParameter.InvalidFormat | The parameter format is incorrect. |
InvalidParameter.MissingParameter | The required parameter is missing. |
InvalidParameter.ParsingError | A parameter parsing error occurred. |
MissingParameter | The parameter is missing. |
ResourceInUse | The resource is in use. |
ResourceNotFound | The resource does not exist. |
ResourceUnavailable | The resource is unavailable. |
Was this page helpful?