heya. I found <https://fleetdm.com/docs/using-flee...
# fleet
a
heya. I found https://fleetdm.com/docs/using-fleet/rest-api#schedule describing the rest endpoint for querying schedules, and I can confirm it works. but going over fleetctl’s output to
fleetctl get --help
, schedule isn’t something you can
get
. Is there a way to interact with a schedule with fleetctl?
https://github.com/fleetdm/fleet/issues/2572 I found this github issue that might indicate this is a problem for others
k
Hi, @Alex F As of now. while scheduling queries is something that you're able to do through the REST API, it isn't an option yet in
fleetctl
. That issue is a good one to track and I'll work on updating the API and
fleetctl
documentation to reflect that as well.