no declaration found for element 'IPAddress'

Hi, I am try to make api call for triggering an action. Following is the body:

<?xml version="1.0" encoding="UTF-8"?>
<BES xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="BES.xsd">
<SourcedFixletAction>
<SourceFixlet>
<Sitename>Monitoring</Sitename>
<FixletID>875</FixletID>
<Action>Action3</Action>
</SourceFixlet>
<Target>
<!-- set computer id--> <IPAddress>10.238.72.211</IPAddress>
</Target>
</SourcedFixletAction>
</BES>

But I am getting following error:
XML parsing error: no declaration found for element ‘IPAddress’ Line 10, Character 36

API call works fine, if I use <ComputerName> or <ComputerID> however it is failing if I use <IPAddress>. How can I fix this?

You can’t target by IP Address; but, you could target by <CustomRelevance> and then supply the client relevance that evaluates to True for the given IP.

1 Like

I am new to Bigfix, can you please guide me with the steps on how to do this in console.