Download All Vulnerabilities by RQL
POST/uve/api/v1/vulnerabilities/search/download
Download the list of vulnerabilities and their details based on an RQL query in a GZIP CSV format. Maximum of 10k records can be downloaded. For vulnerability RQL query attributes, see Vulnerability Query Attributes. For example queries, see Vulnerability Query Examples.
Request
- application/json
Body
query stringrequired
Vulnerability Query to Search
id string
saved search ID
Responses
- 200
- 202
- 400
- 401
- 403
- 429
- 500
successful operation
- application/octet-stream
- Schema
- Example (from schema)
Schema
- Array [
- ]
string
[
"string"
]
Successfully returned the response for the request
Bad request
- application/octet-stream
- Schema
- Example (from schema)
Schema
code string
message string
target string
{
"code": "string",
"message": "string",
"target": "string"
}
Unauthorized Access
- application/octet-stream
- Schema
- Example (from schema)
Schema
code string
message string
target string
{
"code": "string",
"message": "string",
"target": "string"
}
User Doesn't have role to access
- application/octet-stream
- Schema
- Example (from schema)
Schema
code string
message string
target string
{
"code": "string",
"message": "string",
"target": "string"
}
Rate Limit Exceeded
- application/octet-stream
- Schema
- Example (from schema)
Schema
code string
message string
target string
{
"code": "string",
"message": "string",
"target": "string"
}
Failed with an Exception, Internal Error Occurred
- application/octet-stream
- Schema
- Example (from schema)
Schema
code string
message string
target string
{
"code": "string",
"message": "string",
"target": "string"
}
Loading...