FileVantage's createScheduledExclusions requires 'timezone' field #1229
-
I'm using https://www.falconpy.io/Service-Collections/FileVantage.html#createscheduledexclusions, but I keep getting: "field 'timezone' must be provided and be a valid timezone name. See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones". I've tried pretty much every variation I can imagine to try and specify my timezone, and it's just not accepting it. What is the actual "valid timezone name" format I need for this? Thanks!
Test code that's not working:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @security-roberts thanks for the question! Let's gather a bit of debug logging to understand what payload is being sent to the API. Here is a sample of how to enable this at the Service Class level:
Once enabled, logging messages will print to stdout. I'm interested in capturing: When I run this on my system I see: You'll notice
|
Beta Was this translation helpful? Give feedback.
Hi @security-roberts thanks for the question!
Let's gather a bit of debug logging to understand what payload is being sent to the API.
Here is a sample of how to enable this at the Service Class level:
Once enabled, logging messages w…