cancel
Showing results for 
Search instead for 
Did you mean: 

Soap API, Pools used by a rule

SOLVED
martin.scarrow
Occasional Contributor

Soap API, Pools used by a rule

Hi,

I'm trying to find a way of finding out what pools are used by a given rule.

I know I could parse the rule for pool.use/pool.select

But i'm wondering if there is a better way.

Many thanks

Martin

1 ACCEPTED SOLUTION

Accepted Solutions
aclarke
Frequent Contributor

Re: Soap API, Pools used by a rule

Martin,

Your approach of parsing the rule for pool.use()/pool.select() is the correct approach.

Cheers.

Aidan.

--
Aidan Clarke
Pulse Secure vADC Product Manager

View solution in original post

3 REPLIES 3
aclarke
Frequent Contributor

Re: Soap API, Pools used by a rule

Martin,

This question is a good one.  I am doing a little digging and will let you know what I turn up...

Cheers.

Aidan.

--
Aidan Clarke
Pulse Secure vADC Product Manager
aclarke
Frequent Contributor

Re: Soap API, Pools used by a rule

Martin,

Your approach of parsing the rule for pool.use()/pool.select() is the correct approach.

Cheers.

Aidan.

--
Aidan Clarke
Pulse Secure vADC Product Manager
martin.scarrow
Occasional Contributor

Re: Soap API, Pools used by a rule

Thanks, it seems to be working OK for us.