Platform API 3.0
/- Get Application Statistics
Import a container SBOM and create a new project (Containers)
Get Organization Applications
Create Application
Get Application totals
Get Application Labels
Add Application Label
Remove Application Label
Get Application Scans
Update Multiple Violation SLA
Import SBOM and create a new project (Dependencies - SCA)
Get Application Statistic...
Returns the requested statistics for the given applications
Security
bearer-key
- Generated server urlhttps://baseUrl/api/v3.0/orgs/{orgUuid}/applications/summaries
{ "applicationUuids": [ "123e4567-e89b-12d3-a456-426655440000" ], "projectUuids": [ "123e4567-e89b-12d3-a456-426655440000" ] }
OK
- totalItems: The total count of data points returned in an API response.
Example:
{ "totalItems": "422", "next": "http://someUrl?cursor=3", "cursor": 3 }
Response
{ "additionalData": { "totalItems": "422", "next": "http://someUrl?cursor=3", "cursor": 3 }, "supportToken": "1171c60d", "response": [ { … } ] }