Hi,
I got the list of Server Automation Plans using the following query. Now, we need to retrieve the complete details of each SA Plan. Could you please advise on the procedure?
https://localhost:52311/api/query?relevance=(id of it | 0, name of it | "NA", name of site of it | "NA") of bes fixlets whose (exists mime field "plan-fixlet-children" of it and name of site of it = "ActionSite")
<BESAPI xsi:noNamespaceSchemaLocation="BESAPI.xsd">
<Query Resource="(id of it | 0, name of it | "NA", name of site of it | "NA") of bes fixlets whose (exists mime field "plan-fixlet-children" of it and name of site of it = "ActionSite")">
<Result>
<Tuple>
<Answer type="integer">95</Answer>
<Answer type="string">MEPPRD-Z370-Plan BigFix Plan for Verification</Answer>
<Answer type="string">ActionSite</Answer>
</Tuple>
<Tuple>
<Answer type="integer">426</Answer>
<Answer type="string"> MEPPRD-Z371-Plan BigFix Plan for Verify BigFix Services</Answer>
<Answer type="string">ActionSite</Answer>
</Tuple>
<Tuple>
<Answer type="integer">623</Answer>
<Answer type="string">MEPPRD-Z372-Plan BigFix Plan for Verify BigFix Services</Answer>
<Answer type="string">ActionSite</Answer>
</Tuple>
</Result>
<Evaluation>
<Time>36.374ms</Time>
<Plurality>Plural</Plurality>
</Evaluation>
</Query>
</BESAPI>
Regards
Ravi Mendu