9.1.2.18. GeoHealthCheck.views

9.1.2.18.1. Module Contents

9.1.2.18.1.1. Functions

list_resources([resource_type, query, tag])

return all resources

get_resource_by_id(identifier)

return one resource by identifier

get_run_by_id(identifier)

return one Run by identifier

get_run_by_resource_id(identifier)

return one Run by identifier

get_resource_types_counts()

return frequency counts of registered resource types

get_health_summary()

return summary of all runs

get_tag_counts()

return all tag counts

get_query_field_term(query)

determine query context from q=

get_probes_avail([resource_type, resource])

Get all available Probes with their attributes.

9.1.2.18.1.2. Attributes

APP

LOGGER

GeoHealthCheck.views.APP
GeoHealthCheck.views.LOGGER
GeoHealthCheck.views.list_resources(resource_type=None, query=None, tag=None)

return all resources

GeoHealthCheck.views.get_resource_by_id(identifier)

return one resource by identifier

GeoHealthCheck.views.get_run_by_id(identifier)

return one Run by identifier

GeoHealthCheck.views.get_run_by_resource_id(identifier)

return one Run by identifier

GeoHealthCheck.views.get_resource_types_counts()

return frequency counts of registered resource types

GeoHealthCheck.views.get_health_summary()

return summary of all runs

GeoHealthCheck.views.get_tag_counts()

return all tag counts

GeoHealthCheck.views.get_query_field_term(query)

determine query context from q=

GeoHealthCheck.views.get_probes_avail(resource_type=None, resource=None)

Get all available Probes with their attributes. :param resource_type: optional resource type e.g. OGC:WMS :param resource: optional Resource instance :return: