v1
latestOpenAPI 3.1.02026-07-261690320.7 KBList endpoint exceptions
Returns a list of all the endpoint protection exceptions
get/endpoint-protection/{ecosystem}/exceptions
Path parameters
ecosystem'npm' | 'pypi' | 'vscode' | 'open_vsx' | 'maven' | 'nuget' | 'chrome' | 'golang' | 'skills_sh' required
The ecosystem to list the exceptions for
Response
A list of all the endpoint protection exceptions for an ecosystem
Example response
[
{
"id": 1,
"ecosystem": "npm",
"package_name": "lodash",
"status": "allowed",
"permission_group_id": 1,
"permission_group_name": "Default",
"bypass_default_minimum_allowed_age": false
},
{
"id": 2,
"ecosystem": "npm",
"package_name": "lodash",
"status": "blocked",
"permission_group_id": 2,
"permission_group_name": "Sales"
}
]