EIDA / eida-statistics

Aggregated statistics of EIDA nodes
GNU General Public License v3.0
0 stars 0 forks source link

A simple method to get nodes and networks #38

Closed jschaeff closed 1 year ago

jschaeff commented 1 year ago

We miss 2 public endpoints

The endpoint _nodes could be deleted.

vpet98 commented 1 year ago

I changed /_nodes to /nodes and added restriction policy status in the returned objects.

Would a /networks endpoint be practical? To see the restriction policy of a network there is already a /network_restriction_policy endpoint.

jschaeff commented 1 year ago

Thanks, I think it would be more convenient to have the /networks method available. It will be usefull for the dashboard UI

vpet98 commented 1 year ago

/networks endpoint implemented!