dropbox / nsot

Network Source of Truth is an open source IPAM and network inventory database
https://nsot.readthedocs.io
Other
399 stars 66 forks source link

Adding unique param for set queries #228

Closed dmar42 closed 8 years ago

dmar42 commented 8 years ago

This implements #221 with a unique param on the existing /api/sites/:site:/:resource:/query endpoint. This enforces that there must be a single match for the set query, otherwise an error is returned. Also added appropriate tests for this functionality.

dmar42 commented 8 years ago

Updated to include the requested test cases