AddAlias allows the user to attach an alias to a project. Consists of org, name, version. Requires team id and project id.
v1/project/addAlias
AnalysisGetAnalysis returns a single raw analysis. Requires team id, project id and analysis id.
v1/animal/getAnalysis
AnalysisGetAnalyses returns multiple raw analyses. Requires team id and project id.
v1/animal/getAnalyses
AnalysisGetLatestAnalysisSummary returns the latest analysis summary. Requires team id and project id.
v1/animal/getLatestAnalysisSummary
AnalysisGetPublicAnalysis returns a public analysis. Requires an analysis id.
v1/animal/getPublicAnalysis
AnalysisGetLatestPublicAnalysis returns a public analysis. Requires an analysis id.
v1/animal/getLatestPublicAnalysisSummary
AnalysisGetLatestAnalysis returns the latest analysis. Requires team id and project id.
v1/animal/getLatestAnalysis
AnalysisGetScan returns a scan. Requires a team id, project id, analysis id and scan id.
v1/animal/getAnalysisExportData
GetRepo is a string representation of the current endpoint for getting repo
v1/repo/getRepo
SearchRepo is a string representation of the current endpoint for searching repo
v1/repo/search
GetDestinations returns all destinations for a team. Requires team id.
/v1/teams/getDeliveryDestinations
DeleteDestination markes a delivery destination as deleted. It requires a delivery destination id.
/v1/teams/deleteDeliveryDestination
CreateDestination creates a destination. Requires team id, location, region, name, destination type, access key (empty string allowed), secret key (empty string allowed) and token.
/v1/teams/createDeliveryDestination
GetLatestVersionForDependency - returns the latest single version for a dependency
v1/dependency/getLatestVersionForDependency
GetVersionsForDependency - returns the list of known versions for a dependency
v1/dependency/getVersionsForDependency
ResolveDependenciesInFile - given a dependency file and ecosystem name returns the full tree of known dependencie
v1/dependency/resolveDependenciesInFile
ResolveDependencySearch is a string representation of the current endpoint for searching dependencie
v1/dependency/search
VulnerabilityStats is a string representation of the current endpoint for getting vulnerability statistic
v1/animal/getVulnerabilityStats
VulnerabilityList is a string representation for getting a list of vulnerabilities by type.
v1/animal/getVulnerabilityList
VulnerabilityMetrics is a string representation for getting a list of vulnerability metrics.
v1/animal/getScanMetrics
PortfolioPassFailSummary is a string representation for getting a portfolio status summary.
v1/ruleset/getStatuses
PortfolioStartedErroredSummary is a string representation for getting the started and errored count for a list of project
v1/scanner/getStatuses
PortfolioGetAffectedProjectIds is a string representation for getting a list of affected projects.
v1/animal/getAffectedProjectIds
PortfolioGetAffectedProjectsInfo is a string representation for getting the name and version of projects from a list of project id
v1/project/getAffectedProjectsInfo
DependencyStats is a string representation of the current endpoint for getting dependencies statistic
v1/animal/getDependencyStats
DependencyList is a string representation for getting a list of vulnerabilities by type.
v1/animal/getDependencyList
RulesetsGetStatusesHistory is a string representation of the current endpoint for status history of project
v1/ruleset/getStatusesHistory
ReportsGetMttr is a string representation of the current endpoint for Mean Time of Remediation of project(s)
v1/report/getMttr
PortfolioGetProjectIdsByDependency is a string representation for getting a list of projects by dependency.
v1/animal/getProjectIdsByDependency
GetProduct is a string representation of the current endpoint for getting product
v1/vulnerability/getProducts
ProductSearch is a string representation of the current endpoint for product search
v1/product/search
ProductGetProduct is a string representation of the current endpoint for getting a product
v1/product/getProduct
GetProductVersions is a string representation of the current endpoint for getting a product’s version
v1/product/getProductVersions
CreateProject is a string representation of the current endpoint for creating project
v1/project/createProject
CreateProjectsFromCSV is a string representation of the current endpoint for creating projects from CSV
v1/project/createProjectsCSV
GetProject is a string representation of the current endpoint for getting project
v1/project/getProject
GetProjectByURL is a string representation of the current endpoint for getting project by URL
v1/project/getProjectByUrl
GetProjects is a string representation of the current endpoint for getting project
v1/project/getProjects
UpdateProject is a string representation of the current endpoint for updating project
v1/project/updateProject
GetUsedRulesetIds is a string representation of the current endpoint for getting list of a team’s in use ruleset
v1/project/getUsedRulesetIds
GetProjectsNames is a string representation of the current endpoint for getting projects alaised names and version
v1/project/getProjectsNames
ReportGetAnalysisReport is a string representation of the current endpoint for getting report analysi
v1/report/getAnalysis
ReportGetAnalysisNavigation is a string representation of the current endpoint for getting report analysis navigation
v1/report/getAnalysisNav
ReportGetProjectReport is a string representation of the current endpoint for getting project report
v1/report/getProject
ReportGetProjectsReport is a string representation of the current endpoint for getting project report
v1/report/getProjects
//ReportGetScanReport is a string representation of the current endpoint for getting scan report
v1/report/getScan
ReportGetExportedData is a string representation of the current endpoint for exporting projects data
v1/report/getExportedData
GetProjectHistory is a string representation of the current endpoint for getting a project’s history
v1/ruleset/getProjectHistory
CreateRuleSet is a string representation of the current endpoint for creating ruleset
v1/ruleset/createRuleset
GetAppliedRuleSet is a string representation of the current endpoint for getting applied ruleset
v1/ruleset/getAppliedRulesetForProject
GetBatchAppliedRuleset is a string representation of the current endpoint for getting batched applied ruleset
v1/ruleset/getAppliedRulesets
GetRuleSet is a string representation of the current endpoint for getting ruleset
v1/ruleset/getRuleset
GetRuleSets is a string representation of the current endpoint for getting rulesets (plural)
v1/ruleset/getRulesets
//RulesetsGetRules is a string representation of the current endpoint for getting rules.
v1/ruleset/getRules
ScannerAnalyzeProject is a string representation of the current endpoint for analyzing project
v1/scanner/analyzeProject
ScannerGetAnalysisStatus is a string representation of the current endpoint for getting analysis statu
v1/scanner/getAnalysisStatus
ScannerGetLatestAnalysisStatus is a string representation of the current endpoint for getting latest analysis statu
v1/scanner/getLatestAnalysisStatus
ScannerGetLatestAnalysisStatuses is a string representation of the current endpoint for getting latest analysis statuse
v1/scanner/getLatestAnalysisStatuses
ScannerAddScan is a string representation of the current endpoint for scanner add scan
v1/scanner/addScanResult
CreateTag is a string representation of the current endpoint for creating tag
v1/tag/createTag
GetTag is a string representation of the current endpoint for getting tag
v1/tag/getTag
GetTags is a string representation of the current endpoint for getting tag
v1/tag/getTags
UpdateTag is a string representation of the current endpoint for update tag
v1/tag/updateTag
TeamsCreateTeam is a string representation of the current endpoint for creating team
v1/teams/createTeam
TeamsGetTeam is a string representation of the current endpoint for getting team
v1/teams/getTeam
TeamsGetTeams is a string representation of the current endpoint for getting team
v1/teams/getTeams
TeamsCreateTeamUser is a string representation of the current endpoint for creating team user
v1/teamUsers/createTeamUser
TeamsGetTeamUser is a string representation of the current endpoint for getting team user
v1/teamUsers/getTeamUser
TeamsUpdateTeamUser is a string representation of the current endpoint for updating team user
v1/teamUsers/updateTeamUser
TeamsDeleteTeamUser is a string representation of the current endpoint for deleting team user
v1/teamUsers/deleteTeamUser
UsersCreateUser is a string representation of the current endpoint for creating user
v1/users/createUser
UsersGetSelf is a string representation of the current endpoint for get user self
v1/users/getSelf
UsersGetUser is a string representation of the current endpoint for getting user
v1/users/getUser
GetVulnerabilities is a string representation of the current endpoint for getting vulnerabilitie
v1/vulnerability/getVulnerabilities
GetVulnerabilitiesInFile is a string representation of the current endpoint for getting vulnerabilities in file
v1/vulnerability/getVulnerabilitiesInFile
GetVulnerability is a string representation of the current endpoint for getting vulnerability
v1/vulnerability/getVulnerability
PostVulnerability is a string representation of the current endpoint for adding vulnerability
v1/internal/vulnerability/addVulnerability
Updated: 2021-02-23 22:41:37 UTC