Skip to content

Getting system status data #72

@krishnaglodha

Description

@krishnaglodha

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

{
    "name": "GeoWebCache",
    "href": "http://localhost:8080/geoserver/rest/about/status/GeoWebCache.json"
},
{
    "name": "GeoServer KML",
    "href": "http://localhost:8080/geoserver/rest/about/status/GeoServer+KML.json"
},
{
    "name": "GeoServer Main",
    "href": "http://localhost:8080/geoserver/rest/about/status/GeoServer+Main.json"
},

The 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
Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions