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
it starts by checking if the domain name is being tracked
It then checks to see if a WMS service on that domain is being monitored http://geohealthcheck.osgeo.org/json?resource_type=OGC%3AWMS
1.1 if so then the API returns the URL(s) of the candidate resource(s)
1.2 if not then the API return the URL to create a new resource
Geonetwork then is able to probe the health checking server for the resource
Depending on the status of the health check the developer can add red, green, yellow icon next to resource in the application (aka GeoNetwork)
Notes
Some implementations of ArcGIS server actually have a unique endpoint per resource, feature or layer. So you might have multiple services at a single domain and therefore you may want o constrain monitoring to a single service. Perhaps assuming that if one service on the domain is running then all would be running/
The text was updated successfully, but these errors were encountered:
User Story
As a developer
I want to programmatically Create, read, update delete resources
So that I can integrate health checking into my application
Proposal
Use Case
1.1 if so then the API returns the URL(s) of the candidate resource(s)
1.2 if not then the API return the URL to create a new resource
Notes
The text was updated successfully, but these errors were encountered: