The below is the XML I am passing to /api/actions. Notice the parameter name Test. the <
and >
are not converting to < > in the Bigfix console. Instead they are inserting the literals. Has anyone else successfully passed HTML tags inside of the XML post for bigfix actions?
<BES xsi:noNamespaceSchemaLocation="BES.xsd">
<MultipleActionGroup>
<Title>Executor(v1):2155811041fa8125</Title>
<Relevance>true</Relevance>
<SourcedMemberAction>
<SourceFixlet>
<Sitename>CrossPlatformCustomContent</Sitename>
<FixletID>6217</FixletID>
<Action>Action1</Action>
</SourceFixlet>
<Parameter Name="test"><test></Parameter>
</SourcedMemberAction>
<Target>
<ComputerID>6587934</ComputerID>
</Target>
</MultipleActionGroup>
</BES>