Skip to content

Latest commit

 

History

History
63 lines (63 loc) · 3.56 KB

4cf249ba67bc6eea50953865fb23db83.md

File metadata and controls

63 lines (63 loc) · 3.56 KB

/ng/{orgUuid}/servertraces/{serverId}/ids (GET)


Visibility

PUBLIC

Description

Get server vulnerabilities' UUIDs

Auth

Roles: view,edit,rules_admin,admin

Produces

application/json

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
filterText Filter Text string false String
startDate Start Date long false Long
endDate End Date long false Long
filterTags Filter tags array false String[]
severities Rule severities array false RuleSeverity[]
status Vulnerability Status set false Set
substatus Vulnerability Substatus set false Set
vulnTypes Vulnerability Type array false String[]
appVersionTags App Versions Tags array false String[]
servers Servers array false Long[]
environments Server Environments array false ServerEnvironment[]
urls Urls array false String[]
sinkHashes Filter vulnerabilities by sink hashes array false Long[]
sinkValues Filter vulnerabilities by sink values array false String[]
routes Route coverage hashes array false String[]
modules Filter traces by multiple applications - If applicationID is not provided, the result set will include traces related to submodules (child applications) set false Set
languages Filter vulnerabilities by application agent languages list false List
technologies Filter vulnerabilities by application technologies list false List
applicationTags Filter traces by application tags array false String[]
applicationID Filter traces by a single application string false String
quickFilter Quick Filter vulnerabilityquickfiltertype false VulnerabilityQuickFilterType
securityStandards Security Standards array false String[]
tracked Tracked traces boolean false boolean
untracked Untracked traces boolean false boolean
timestampFilter Timestamp Field used to filter tracetimestampfield false LAST,FIRST
matchRoutePathParams Look for matching routes with path params boolean false boolean
metadataFilters Session metadata filter groups selected list false List
applicationMetadataFilters Application metadata filter groups selected list false List
appIDsFromMetadataFilters Internal parameter used to set application IDs that were retrieved from application metadata filters set false Set
licensedOnly Show vulnerabilities only from licensed apps boolean false boolean
agentSessionId Session metadata id string false String
applicationImportances List of application importances list false List
serverTags List of server tags list false List
sort Sort by string false lastTimeSeen,status,title,application.name,severity

Response status code

200 OK - OK

Response object

TraceUUIDsResponse