From 0a37118660a4dd09d99d44ff0204ea38e43c8fe4 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Thu, 25 Jul 2024 18:13:49 -0400 Subject: [PATCH] API design: Filters for fleetctl get mdm-commands (#20623) API design for: - #19143 --- docs/REST API/rest-api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index 7fe467d44a..c69597b169 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -6286,6 +6286,8 @@ This endpoint returns the list of custom MDM commands that have been executed. | per_page | integer | query | Results per page. | | order_key | string | query | What to order results by. Can be any field listed in the `results` array example below. | | order_direction | string | query | **Requires `order_key`**. The direction of the order given the order key. Options include `asc` and `desc`. Default is `asc`. | +| host_identifier | string | query | The host's `hostname`, `uuid`, or `hardware_serial`. | +| request_type | string | query | The request type to filter commands by. | #### Example