CrowdStrike/gofalcon

Fix client.CustomIoa.QueryRuleGroupsFull()

isimluk opened this issue · 1 comments

The function call client.CustomIoa.QueryRuleGroupsFull() is not working properly.

Workaround: Users are required to use sequence of calling client.CustomIoa.QueryRuleGroupsMixin0 first to get list of IDs and then users need to pass this list of IDs to the callclient.CustomIoa.GetRuleGroupsMixin0 to get list of objects. The workaround can be seen in action at #230.

The purpose of this issue is to fix client.CustomIoa.QueryRuleGroupsFull() and to unable users to run a single call that will get the list of objects directly instead of requiring two API calls.

Fixed in #230. Thank You @ffalor!