We have received reports that the online_state returned by the Hosts Management API may be null/None, and we do not yet handle that scenario. We have an Enum that defines a device's online state as online, offline, or unknown, but not null.
To Reproduce
TBC; awaiting a log file (CrowdStrike/Falcon-Toolkit#174)
Expected behavior
This case should be investigated. If this is a legitimate output from the API, we should handle the case in Caracara.
We have received reports that the online_state returned by the Hosts Management API may be null/None, and we do not yet handle that scenario. We have an Enum that defines a device's online state as
online,offline, orunknown, but not null.To Reproduce
TBC; awaiting a log file (CrowdStrike/Falcon-Toolkit#174)
Expected behavior
This case should be investigated. If this is a legitimate output from the API, we should handle the case in Caracara.