Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Content-type=[multipart/form-data]:
projectId=[integer] – Unique Id of the project to be scanned
postScanActionId=[integer] – Unique Id of API for version 1.1 Specifies the post action to be executed after the scan is completed - from API version1.1 and up
customFields=[integer] – Specifies API version in – Any custom fields used to tag the scan. Example: {"key1":"val1","key2":"val2"} - from API version 1.2 and up
overrideProjectSetting=[boolean] – Specifies whether to overwrite project settings
isIncremental=[boolean] – Specifies whether the requested scan is incremental or full scan
isPublic=[boolean] – Specifies whether the requested scan is public or private
forceScan=[boolean] – Specifies whether the code should be scanned, regardless of whether changes were made to the code since the last scan.
comment=[string] – Specifies the scan comment
presetId=[integer] – Specifies the preset id to use during the scan (0 = use project's default
engineConfigurationId=[integer] – Specify the engine-configuration to use during the scan (0 = use project's default)
zippedSource=[file] – Zipped source code to scan

...