9.3.1.13.1.2.1.8. GeoHealthCheck.plugins.probe.sta
9.3.1.13.1.2.1.8.1. Classes
Probe for SensorThings API main endpoint url |
|
Fetch STA entities of type and check result |
9.3.1.13.1.2.1.8.2. Module Contents
- class GeoHealthCheck.plugins.probe.sta.StaCaps
Bases:
GeoHealthCheck.probe.ProbeProbe for SensorThings API main endpoint url
- NAME = 'STA Capabilities'
Short name of Plugin. TODO: i18n e.g. NAME_nl_NL ?
- DESCRIPTION = 'Perform STA Capabilities Operation and check validity'
Longer description of Plugin. TODO: optional i18n e.g. DESCRIPTION_de_DE ?
- RESOURCE_TYPE = 'OGC:STA'
Type of GHC Resource e.g. ‘OGC:WMS’, default not applicable.
- REQUEST_METHOD = 'GET'
HTTP request method capitalized, GET (default) or POST.
- 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.
- class GeoHealthCheck.plugins.probe.sta.StaGetEntities
Bases:
GeoHealthCheck.probe.ProbeFetch STA entities of type and check result
- NAME = 'STA GetEntities'
Short name of Plugin. TODO: i18n e.g. NAME_nl_NL ?
- DESCRIPTION = 'Fetch all STA Entities of given type'
Longer description of Plugin. TODO: optional i18n e.g. DESCRIPTION_de_DE ?
- RESOURCE_TYPE = 'OGC:STA'
Type of GHC Resource e.g. ‘OGC:WMS’, default not applicable.
- REQUEST_METHOD = 'GET'
HTTP request method capitalized, GET (default) or POST.
- REQUEST_TEMPLATE = '/{entities}'
Template in standard Python str.format(*args). The variables like {service} and {version} within a template are filled from actual values for parameters defined in PARAM_DEFS and substituted from values or constant values specified by user in GUI and stored in DB.
- PARAM_DEFS
Param defs
- CHECKS_AVAIL
Check for STA Get entity Collection