You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: there are two API calls which require the p1 parameter (assuming it is pool_id), "pool locks" and "pool stats". Without this information, API users will not know where to get that data and excludes them from using this service.
Currently you can get the pool_id by...
Running backend DB service and looking up the pool_id from pools table
Issue: there are two API calls which require the p1 parameter (assuming it is pool_id), "pool locks" and "pool stats". Without this information, API users will not know where to get that data and excludes them from using this service.
Currently you can get the pool_id by...
Proposal: include the p1/pool_id value in the response for "all pool stats" API call (which I think makes the most sense).
The text was updated successfully, but these errors were encountered: