David_Bond
2 years agoProfessor
API: How do I bulk-query topology data?
I need to query topology data for all devices. What is the endpoint for that?
Currently, I’m using:
- topology/data?resource=device.XXX&algorithm=I-Feel-Lucky
...but obviously, this requires iterating over all devices, which is stupidly inefficient and is clogging up the REST API.
How can this be achieved in a single (albeit probably paged) query?