How can I get a device list through REST?
CAPM 20.2
CAPM 21.2
For all devices do a "POST" against the following URL:
http://<DA>:8581/rest/devices/manageable/filtered
Where the "Body" has the following syntax
<FilterSelect xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="filter.xsd">
<Select use="exclude" isa="exclude">
<Item use="exclude">
<Name use="include"/>
<CreateTime use="include"/>
</Item>
<Device use="exclude">
<PrimaryIPAddress use="include"/>
<ContactStatus use="include"/>
<UniqueID use="include"/>
</Device>
</Select>
</FilterSelect>
Sometimes copy / paste can cause syntax errors in a REST client. If syntax errors are received type out the following syntax and it should work