11-20-2015 07:15 AM
As far as I can tell, the only wildcard option in the Item field (where I'm putting my IP address as search criteria), is to put a '*' at the end of my string. This doesn't allow me to search small subnets where maybe the last octet I only want to match on values 4-7 for instance.
Does anyone know of a way to use either regular expression, or IPV4 subnet-based wildcarding in the selectCmDevice request?
11-20-2015 07:28 AM
Not aware of any additional wildcards. If your example covers just 4 IPs, could you build out the IPs and submit them, e.g.:
SelectCmDevice
...
Items[4]:
Item: 192.168.0.4
Item: 192.168.0.5
Item: 192.168.0.6
Item: 192.168.0.7
11-20-2015 07:34 AM
I was afraid of that. The only problem is that it doesn't scale well and in reality I have thousands of subnets to potentially divide up. I appreciate the feedback on this one. Hopefully they include the concept of subnet sizing into the IPV4 search field in the future.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide