Platform API 3.0
/- Create Application
Import a container SBOM and create a new project (Containers)
Get Organization Applications
Get Application Statistics
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)
Create Application
Creates a new Application. If the Application already exists it returns the existing Application.
Security
bearer-key
POST
{ "name": "My Application" }
Response
{ "supportToken": "1171c60d", "response": { "uuid": "123e4567-e89b-12d3-a456-426655440000", "name": "Application A" } }