cURL
curl --request GET \ --url https://api-eu.cybedefend.com/projects/{projectId}/effective-policies
{ "effectiveConfig": { "rules": [], "exclusions": [], "notifications": [] }, "appliedPolicies": [ { "id": "550e8400-e29b-41d4-a716-446655440000", "scope": "PROJECT", "organizationId": "550e8400-e29b-41d4-a716-446655440001", "name": "Production Security Policy", "priority": 10, "config": { "rules": [], "exclusions": [] }, "isEnabled": true, "createdAt": "2024-01-15T10:30:00Z", "updatedAt": "2024-01-15T10:30:00Z", "projectIds": [ "550e8400-e29b-41d4-a716-446655440002" ], "teamIds": [ "550e8400-e29b-41d4-a716-446655440003" ], "description": "Security policy for production environment", "createdBy": "<string>", "updatedBy": "<string>" } ] }
Returns the list of policies that apply to this project (from organization, team, and project scopes).
Effective policies for the project
Effective merged policy configuration
{ "rules": [], "exclusions": [], "notifications": []}
Applied policies (ordered by priority)
Show child attributes