I have a SQL for  policy store query

 

select
d.domainname AS domain
p.policyname AS POLICY
r.rulename AS rule,

from

smpolicylink4 pl,
smpolicy5 p,
smrules5 r,
smdomain5 d,

where
p.policyoid = pl.policyoid
AND pl.ruleoid = r.ruleoid
AND pl.domainoid = d.domainoid
AND d.domainname LIKE “search string”

 

 

If I am REST Policy Data API

How can I do that ???

What is the equivalent?

 

Can I us cuRL PHP to do this?


Source: New feed
{pubDate}

Leave a Reply

Your email address will not be published. Required fields are marked *