:py:mod:`GeoHealthCheck.plugins.probe.sta` ========================================== .. py:module:: GeoHealthCheck.plugins.probe.sta Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: GeoHealthCheck.plugins.probe.sta.StaCaps GeoHealthCheck.plugins.probe.sta.StaGetEntities .. py:class:: StaCaps Bases: :py:obj:`GeoHealthCheck.probe.Probe` Probe for SensorThings API main endpoint url .. py:attribute:: NAME :value: 'STA Capabilities' .. py:attribute:: DESCRIPTION :value: 'Perform STA Capabilities Operation and check validity' .. py:attribute:: RESOURCE_TYPE :value: 'OGC:STA' .. py:attribute:: REQUEST_METHOD :value: 'GET' .. py:attribute:: CHECKS_AVAIL Checks avail for all specific Caps checks. Optionally override Check.PARAM_DEFS using set_params e.g. with specific `value` or even `name`. .. py:class:: StaGetEntities Bases: :py:obj:`GeoHealthCheck.probe.Probe` Fetch STA entities of type and check result .. py:attribute:: NAME :value: 'STA GetEntities' .. py:attribute:: DESCRIPTION :value: 'Fetch all STA Entities of given type' .. py:attribute:: RESOURCE_TYPE :value: 'OGC:STA' .. py:attribute:: REQUEST_METHOD :value: 'GET' .. py:attribute:: REQUEST_TEMPLATE :value: '/{entities}' .. py:attribute:: PARAM_DEFS Param defs .. py:attribute:: CHECKS_AVAIL Check for STA Get entity Collection