4.8.0 looks quite good: > • Add ability to conf...
# fleet
r
4.8.0 looks quite good:
• Add ability to configure Fleet to send a webhook request with all hosts that failed a policy. Documentation on what data is included the webhook request and when the webhook request is sent can be found here on fleedm.com/docs.
Is there already a way to retrieve the list of policies and which hosts are failing a policy, as the
pull
method would fit better than
push
, with a use-case I have in mind.
z
You probably want https://fleetdm.com/docs/using-fleet/rest-api#list-hosts with the
policy_id
and
policy_response
arguments.
r
aha, yes that looks perfect
thank you @zwass!