Devices REST Endpoints
    
        Device Catalog/Devices
    
Use for managing devices.
- Create a Device
- Method: postPath:/api/device/Devices
- Delete a Device
- Method: deletePath:/api/device/Devices/{id}
- Get a Device by ID
- Method: getPath:/api/device/Devices/{id}
- Get an IP Address for a DNS Name
- Method: getPath:/api/device/Devices/readIpForDns
- Get Devices
- Method: getPath:/api/device/Devices
- Get Devices for Combo Boxes and Item Selectors
- Method: getPath:/api/device/Devices/readForSelect
- Update a Device
- Method: putPath:/api/device/Devices/{id}