:py:mod:`GeoHealthCheck.views` ============================== .. py:module:: GeoHealthCheck.views Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: GeoHealthCheck.views.list_resources GeoHealthCheck.views.get_resource_by_id GeoHealthCheck.views.get_run_by_id GeoHealthCheck.views.get_run_by_resource_id GeoHealthCheck.views.get_resource_types_counts GeoHealthCheck.views.get_health_summary GeoHealthCheck.views.get_tag_counts GeoHealthCheck.views.get_query_field_term GeoHealthCheck.views.get_probes_avail Attributes ~~~~~~~~~~ .. autoapisummary:: GeoHealthCheck.views.APP GeoHealthCheck.views.LOGGER .. py:data:: APP .. py:data:: LOGGER .. py:function:: list_resources(resource_type=None, query=None, tag=None) return all resources .. py:function:: get_resource_by_id(identifier) return one resource by identifier .. py:function:: get_run_by_id(identifier) return one Run by identifier .. py:function:: get_run_by_resource_id(identifier) return one Run by identifier .. py:function:: get_resource_types_counts() return frequency counts of registered resource types .. py:function:: get_health_summary() return summary of all runs .. py:function:: get_tag_counts() return all tag counts .. py:function:: get_query_field_term(query) determine query context from q= .. py:function:: 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: