Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Get the list of available available scada SSD 'displays' and 'panels' and additional configuration information that is required to successfully use the SSD web service, like the time step and relative period to use for time 'navigation'. GetCapabilties will return its content as XML. 

...

  • FORMAT (optional) : the requested capabilities format. ( 'application/xml' or 'application/json')  The default format is XML.
  • VERBOSE : by adding the parameter VERBOSE=TRUE to the url, more verbose capabilities are provided, including a list of time steps per display panel.
  • SSD : by specifying the name of a SDD display panel the capabilities can be reandered rendered for only one specific SSD display panel.
  • DIMENSIONLIST : when DIMENSIONLIST=TRUE  the time dimension information will include a list of individual time steps. (default is false)T0 (optional) : the reference time (time zero) in ISO 8601 format (i.e. 2019-10-07T10:43:12Z).  The default is the current time (GMT).

Example request

Code Block
http://localhost:8080/FewsWebServices/wms?request=GetCapabilities&format=application/xml

...