Queries a list of vulnerabilities in your website security report.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
SourceIp | string | No | The source IP address. | 111.196.*.* |
Lang | string | No | The language of the content within the request and response. Default value: zh. Valid values:
| zh |
From | string | No | The identifier of the request source. Set the value to sas. | sas |
Type | string | No | The vulnerability type. Valid values:
| app |
Response parameters
Examples
Sample success responses
JSON
format
{
"TotalCount": 100,
"RequestId": "7532B7EE-7CE7-5F4D-BF04-B12447DD****",
"VulList": [
{
"Type": "app",
"NntfCount": 20,
"HandledCount": 33,
"GmtLast": 1639371446000,
"Tags": "Code Execution",
"LaterCount": 30,
"AliasName": "CESA-2023:3555: python Security Update",
"Name": "oval:com.redhat.rhsa:def:20170574\n",
"AsapCount": 50
}
]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.