Business applications
Create a new business application with a name criticality and ownership metadata
POST /public_api/appsec/v1/applications
Retrieve a list of all applications with pagination
GET /public_api/appsec/v1/applications
Retrieve a specific application by its unique identifier
GET /public_api/appsec/v1/applications/{applicationId}
Update application metadata description owners compliance etc
PUT /public_api/appsec/v1/applications/{applicationId}
Delete an application
DELETE /public_api/appsec/v1/applications/{applicationId}
Retrieve application configuration settings for the tenant
GET /public_api/appsec/v1/applications/configuration
Retrieve an issue summary breakdown by severity for a specific application
GET /public_api/appsec/v1/applications/{applicationId}/issues/{issueType}/summary
Retrieve application insights by category and item type
GET /public_api/appsec/v1/applications/{applicationId}/insights/{category}/{itemType}
Last updated
Was this helpful?
