Platform API 3.0
/- Get Application Scans
Import a container SBOM and create a new project (Containers)
Get Organization Applications
Create Application
Get Application Statistics
Get Application totals
Get Application Labels
Add Application Label
Remove Application Label
Update Multiple Violation SLA
Import SBOM and create a new project (Dependencies - SCA)
Get Application Scans
Returns the application related scans
Security
bearer-key
GET
curl -i -X GET \
'https://baseUrl/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/scans?cursor=string&limit=50' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'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": [ { … } ] }