1) I'm using this API to add IPhost to a group, and it appears to be working fine.
Request Body
ip:port/.../APIController
<Request>
<Login>
<Username>{username}</Username>
<Password passwordform="plain">{password}</Password>
</Login>
<Set operation="add">
<IPHost>
<Name>name</Name>
<IPFamily>IPv4</IPFamily>
<HostType>IP</HostType>
<IPAddress>Ip</IPAddress>
<HostGroupList>
<HostGroup>groupname</HostGroup>
</HostGroupList>
</IPHost>
</Set>
</Request>
2)And how can we remove simply a certain IPHost address from the Iphost group? is there any Ip pls?
This thread was automatically locked due to age.