[Fleet] Expose method to notify fleet of policy changes #48443
Labels
Feature:Fleet
Fleet team's agent central management project
Team:Fleet
Team label for Observability Data Collection Fleet team
method sig:
policyUpdated(policyId: string, type: "added" | "updated" | "removed", payload: Policy | null): Promise<{success: bool}>
Current use-case is limited to type "removed", where we should unassign all agents with the provided policy ID
The text was updated successfully, but these errors were encountered: