Hello,
Int he dashboard if you go to "clients" and then drill down into an individual client, there is a section for "policy" where you can choose various policies for that specific client.
I need to create a API report that will give me a list of all clients and the policy they are using.
I tried /networks/{networkId}/clients
which returns (among other things) "adaptivePolicyGroup" and "groupPolicy8021x" but neither of these seem to be the particular policy im looking for as these all return blank and thee should always be a value as the default policy value is "normal"
Any ideas where to look?
cheers