Hi,

When using the REST api as described on
https://docs.geoserver.org/latest/en/api/#1.0.0/manifests.yaml , I expect
to see a status for each module (isAvailable/isEnabled). But I do not
receive the suggested response on the page.

I should get:
{"about": {
    "status": [
      {
        "module": "gs-web-core",
        "name": "GeoServer Web UI Core",
        "isEnabled": true,
        "isAvailable": true
      },
...

I get this instead:

{
  "statuss": {
    "status": [
      {
        "name": "GeoWeb Cache",
        "href":
"http:\/\/localhost:8080\/geoserver\/rest\/about\/status\/GeoWeb+Cache.json"
      },
....

I'm trying to find a good endpoint to use as Liveness/Readiness probes for
our private Cloud setup, but did not yet find a proper solution.

Kind regards,

Jan
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to