asm/[format/][instrument[&instrument]*/[variable_pattern/]]date_time[..date_time]
with supported format
:
xml
json
(default)html
csv
with instrument
among valid ASM instruments or all
meteo
dimm
slodar
mass
historical_ambient
weather
lhatpro
ecmwf_era5_reanalysis
sparta_AtmPerfParams
sparta_IRLoopParams
sparta_IRPixelAvgFrame
sparta_PupLoopParams
sparta_Vibrations
sparta_VisLoopParams
If no instrument
is provided, all
instruments will be used as argument.
To get the list of available instruments, use the dedicated web service:
asm/instruments[/format]
variable_pattern
to filter variables by name
see the POSIX Shell language: http://pubs.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_13_01
To get the list of all available variables, use the dedicated web service:
asm/variables[/format[/instrument[&instrument]*[/variable_pattern]]]
date_time
pattern: yyyy-mm-ddTHH:mm:ss
If two date_times are provided separated with .., the service retrieves all stored ASM data during the given period
json
):html
format:json
):html
format:u
in csv
format:dimmm
and mass
instruments in xml
format:2021-04-01T05:00:00 UTC
in default format (json
):2023-05-01T18:00:00 UTC
in json
format:2021-04-01T20:00:00 UTC
and 2021-04-02T08:00:00 UTC
in xml
format:asm/xml/2021-04-01T20:00:00 .. 2021-04-02T08:00:00
2021-04-01T05:00:00 UTC
in html
format:2021-04-01T20:00:00 UTC
and 2021-04-02T08:00:00 UTC
in csv
format:asm/csv/2021-04-01T20:00:00..2021-04-02T08:00:00
weather
instrument variables between 2021-04-01T20:00:00 UTC
and 2021-04-02T08:00:00 UTC
in html
format:asm/html/weather/2021-04-01T22:00:00..2021-04-02T08:00:00
fwhm
variable of mass
and dimm
instruments between 2018-04-12T22:00:00 UTC
and 2018-04-13T01:00:00 UTC
in html
format:asm/html/mass&dimm/fwhm/2018-04-12T22:00:00..2018-04-13T01:00:00
_005
in all instruments between 2021-04-12T22:00:00 UTC
and 2021-04-13T08:00:00 UTC
in csv
format:asm/csv/all/*_005/2021-04-12T22:00:00..2021-04-13T08:00:00
_%00
in all instruments around 2022-04-12T05:00:00 UTC
in csv
format:asm/csv/all/wind*_?00/2022-04-12T05:00:00
dm
variables of sparta_VisLoopParams
instrument between 2015-08-25T03:40:00
and 2015-08-25T03:50:00 UTC
in html
format:asm/html/sparta_VisLoopParams/dm*/2015-08-25T03:40:00..2015-08-25T03:50:00
The python API dedicated to cobrex ASM web service is available here: CobrexASM.py
Also available related unit tests: CobrexASMTest.py
The python API dedicated to ASM sampling web service is available here: CobrexASMSampling.py