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
When we hit http://localhost:8080/geoserver/rest/about/status.html we get info such as attached image , but when we get data using status.json we get result as
I'd say follow those other links reported in the status.json response and build a more comprehensive response, which would be our result.
defget_geoserver_status():
# make a first call to the `status.json` endpoint and gather the individual status URLs# call each status URL (geowebcache, Geoserver+kml, Geoserver+main, etc)# return a single result, which would be a model that is showing all of this information, # kind of similar to what the HTML page does
...
When we hit
http://localhost:8080/geoserver/rest/about/status.html
we get info such as attached image , but when we get data using status.json we get result asThe links given in href are not working, should we get data in html and then create json on our own ?
HTML results looks lie following
The text was updated successfully, but these errors were encountered: