Skip to content

Query prevention policies in multiple tenants #873

Answered by jshcodes
munsworth-legato asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @munsworth-legato -

Thanks for the question!

When you query the child (using either the member_cid keyword or keys for the child), you'll be returned a list of all policies for the tenant (which will include any policies that flow down from the parent).

I'm researching if you can filter by CID using the queryCombinedPreventionPolicies operation.

In the interim, , since cid is present in the return, we can lean on this value to identify policies that are exclusive to the child. Here is a quick example using the FlightControl and PreventionPolicy Service Classes.

Please note: I wanted to provide a simple example, so I did not detail how to handle the rate limit when you round robin thro…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by munsworth-legato
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Flight Control Flight Control (MSSP) issues and questions API usage General API usage issues and questions prevention policies Prevention Policies issues and questions
2 participants