aristanetworks / goeapi

Go library for Arista's eAPI command API implementation
BSD 3-Clause "New" or "Revised" License
46 stars 31 forks source link

API response too big #55

Closed HanfordWu closed 1 year ago

HanfordWu commented 1 year ago

I am calling eapi with command "show ip route bgp", the response is too big for my container so that docker container crash every time. Any good idea to handle this case? Thanks!