Skip to content

Latest commit

 

History

History
30 lines (30 loc) · 1.12 KB

4b3abe67ad0f54325da77549dddf1a8c.md

File metadata and controls

30 lines (30 loc) · 1.12 KB

/ng/{orgUuid}/servertraces/{serverId}/export/csv (POST)


Visibility

PUBLIC

Description

Export a set of vulnerabilities to CSV. The field 'body' is truncated to the first 1000 chars, because it can contain a large amount of data.

Auth

Roles: view,edit,rules_admin,admin

Produces

application/x-zip-compressed

Consumes

application/json

Headers

Header Name Description Allowed Values
API-Key API key in plaintext
Authorization Base64 encoded credentials of "username:service-key"

Path parameters

Name Description Type Required Allowed Values
orgUuid Organization UUID organization true String
serverId Server ID server true Long

Query Parameters

Name Description Type Required Allowed Values
traces List of vulnerabilities/instances UUIDs list false List

Response status code

200 OK - OK

Response object

wildcard