Viewing Handled Vulnerabilities
Function
This API is used to query vulnerabilities handled today versus total handled vulnerabilities.
Authorization Information
Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions.
- If you are using role/policy-based authorization, see Permissions Policies and Supported Actions for details on the required permissions.
- If you are using identity policy-based authorization, no identity policy-based permission required for calling this API.
URI
GET /v5/{project_id}/vulnerability/handle/vulnerabilities
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
project_id |
Yes |
String |
Definition Project ID, which is used to specify the project that an asset belongs to. After the project ID is configured, you can query assets in the project using the project ID. For details about how to obtain it, see Obtaining a Project ID. Constraints N/A Range The value can contain 1 to 256 characters. Default Value N/A |
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
limit |
No |
Integer |
Definition Number of records displayed on each page. Constraints N/A Range Value range: 10-200 Default Value 10 |
|
offset |
No |
Integer |
Definition Offset, which specifies the start position of the record to be returned. Constraints N/A Range The value range is 0 to 2,000,000. Default Value The default value is 0. |
|
vul_name |
No |
String |
Definition Vulnerability name. Constraints N/A Range Length: 0 to 256 characters Default Value N/A |
|
cve_id |
No |
String |
Definition CVE ID. Constraints N/A Range Length: 1 to 128 characters Default Value N/A |
|
label_list |
No |
String |
Definition Vulnerability tag. Constraints N/A Range Length: 0 to 128 characters Default Value N/A |
|
status |
No |
String |
Definition Vulnerability status. Constraints N/A Range Default Value N/A |
|
asset_value |
No |
String |
Definition Asset importance. Constraints N/A Range Default Value N/A |
|
group_name |
No |
String |
Definition Server group name. Constraints N/A Range Length: 1 to 128 characters Default Value N/A |
|
host_name |
No |
String |
Definition Server name. Constraints N/A Range Length: 1 to 128 characters Default Value N/A |
|
host_ip |
No |
String |
Definition Server IP address. Constraints N/A Range Length: 0 to 128 characters Default Value N/A |
|
type |
No |
String |
Definition Vulnerability type. Constraints N/A Range Length: 1 to 64 characters Default Value N/A |
|
handle_circle |
No |
String |
Definition Processing period. Constraints N/A Range Default Value N/A |
|
repair_priority |
No |
String |
Definition Fixing priority. Constraints N/A Range Default Value N/A |
Request Parameters
None
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
data_list |
Array of data_list objects |
array |
|
total_num |
Integer |
Definition Total number. Range Minimum value: 0; maximum value: 100000000 |
|
Parameter |
Type |
Description |
|---|---|---|
|
label_list |
Array of strings |
Definition Vulnerability tag list. Range Minimum value: 0; maximum value: 2147483647 |
|
repair_priority |
String |
Definition Fixing priority. Range |
|
repair_success_num |
Integer |
Definition Number of successful fixes of the current vulnerability. Range Minimum value: 0; maximum value: 1000000 |
|
vul_id |
String |
Definition Vulnerability ID. Range The value can contain 0 to 64 characters. |
|
vul_name |
String |
Definition Vulnerability name. Range The value can contain 0 to 256 characters. |
|
cve_list |
Array of cve_list objects |
Definition CVE list. Range Minimum value: 1; maximum value: 10000 |
|
is_affected_business |
Boolean |
Definition Whether services are affected. Range |
|
host_id |
String |
Definition Host ID. Range Length: 1 to 64 characters |
|
public_ip |
String |
Definition Server EIP. Range Length: 0 to 128 characters |
|
private_ip |
String |
Definition Server private IP address. Range Length: 0 to 128 characters |
|
host_name |
String |
Definition Server name Range Length: 1 to 128 characters |
|
asset_value |
String |
Definition Fixing priority. Range |
|
status |
String |
Definition Vulnerability status. Range Length: 0 to 32 characters |
|
first_scan_time |
Long |
Definition First scan time. Range Minimum value: 0; maximum value: 9223372036854775807 |
|
scan_time |
Long |
Definition Last scan time. Range Minimum value: 0; maximum value: 9223372036854775807 |
|
disabled_operate_types |
Array of disabled_operate_types objects |
Definition List of operations that cannot be performed on a vulnerability. Range Minimum value: 1; maximum value: 10000 |
|
Parameter |
Type |
Description |
|---|---|---|
|
cve_id |
String |
Definition CVE ID Range The value can contain 1 to 32 characters. |
|
cvss |
Float |
Definition CVSS score. Range Minimum value: 0; maximum value: 10 |
Example Requests
None
Example Responses
Status code: 200
Request succeeded.
{
"data_list" : [ {
"status" : "vul_status_fixed",
"disabled_operate_types" : [ {
"operate_type" : "ignore",
"reason" : "xxx"
} ],
"host_id" : "17300e07-da2a-4d74-87c5-b6fad8a18704",
"host_name" : "ecs-00896674",
"asset_value" : "common",
"scan_time" : 1734439020824,
"private_ip" : "192.168.0.217",
"public_ip" : "100.93.7.22",
"vul_name" : "EulerOS-SA-2024-2832 kernel security update",
"vul_id" : "EulerOS-SA-2024-2832",
"label_list" : [ "Restart required.", "Vulnerabilities are easy to exploit.", "Remote network attack", "Competition condition" ],
"repair_success_num" : 0,
"cve_list" : [ {
"cvss" : 5.5,
"cve_id" : "CVE-2020-36777"
}, {
"cvss" : 7.8,
"cve_id" : "CVE-2024-44987"
} ],
"is_affected_business" : false,
"first_scan_time" : 1733363485076,
"repair_priority" : "High"
} ],
"total_num" : 1
}
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
Request succeeded. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot