From 4812ca8a07f92bda0a646da040a64400bcdff31f Mon Sep 17 00:00:00 2001 From: Joshua Hiller Date: Wed, 7 Feb 2024 15:20:05 -0500 Subject: [PATCH] Add base_url to Policy Wonk documentation --- samples/sensor_update_policies/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/samples/sensor_update_policies/README.md b/samples/sensor_update_policies/README.md index 0ae17b545..977ce8d52 100644 --- a/samples/sensor_update_policies/README.md +++ b/samples/sensor_update_policies/README.md @@ -340,10 +340,18 @@ python3 policy_wonk.py -f $FALCON_CLIENT_ID -s $FALCON_CLIENT_SECRET -h [See output example](#command-line-help). ##### List all sensor update policies. + ```shell python3 policy_wonk.py -f $FALCON_CLIENT_ID -s $FALCON_CLIENT_SECRET ``` +##### Change your base URL +You can change your base URL using the `-t` argument. This is only required for GovCloud users. + +```shell +python3 policy_wonk.py -f $FALCON_CLIENT_ID -s $FALCON_CLIENT_SECRET -t usgov1 +``` + ###### Result ```shell