Security Verification Service API

This page provides a static view of the methods in the SV Scanning server. Please note that a running SV Scanning server provides a more useful version of this information. View the details at a URL like the following, but check the server configuration for the exact port number (e.g., “9183”) and context root (e.g., “scan”) to use:

http://localhost:9183/scan/swagger-ui.html

SV APIs in Boreas Release

This section lists the methods in version 0.0.22, which is the third and last version in the Boreas release.

security-verification-service-controller

GET /update/siteConfig/verification

Add default SiteConfig Verification.

  • Produces: [u’application/json’]

Responses

200 - OK

404 - Not Found

403 - Forbidden

401 - Unauthorized

POST /solutionId/{solutionId}/revisionId/{revisionId}/workflowId/{workflowId}

Security Verification Service Scan.

  • Produces: [u’application/json’]
  • Consumes: [u’application/json’]

Parameters

Name Position Description Type
revisionId path revisionId string
solutionId path solutionId string
workflowId path workflowId string

Responses

201 - Created

200 - OK

404 - Not Found

403 - Forbidden

401 - Unauthorized