S.I.MO.NE. VMS API
Retrurns a list of VMS data sources associated with relevant events.

Response status
HTTP status | Description |
---|---|
200 OK |
Result of the processed request successfully. |
Response content-type
application/xml
Response output
XML message compliant with VMS_COMMAND_DATA payload, with a list of VMS, each one with eventually a list of COMMAND (with inside a S.I.MO.NE. EVTS_RECORD_ROAD).

Request
GET WILDFLY_HOST/datex-interface/vms/optima
Response status
HTTP status | Description |
---|---|
200 OK |
Result of the processed request successfully. |
Response output
<VMS_COMMAND_DATA xmlns:ns2="http://www.autostrade.it/schema/road-events" generation_time="2022-02-08T16:20:32.719+01:00" source="SVRTOC">
<VMS id="7046" static="true" lat="44.922050" lng="7.504600" temporary="true" bearing="64"/>
<VMS id="7058" static="true" lat="44.995866" lng="7.536849" temporary="true" bearing="96">
<COMMAND priority="6.6000000000000005">
<ns2:EVTS_RECORD_ROAD for="N">
<ns2:SOURCE>OPTIMA</ns2:SOURCE>
<ns2:SITUATION_ID>OPTIMA_SITN_1644250629264</ns2:SITUATION_ID>
<ns2:EVT_ID>OPTIMA_EVNT_1644250629264</ns2:EVT_ID>
<ns2:ROAD desc="SP6(TO) - di Pinerolo">36013</ns2:ROAD>
<ns2:LOCATION>
<ns2:LOC_SEC desc="SP143-Orbassano" km="0" offset="66" x="7.551070" y="44.999149">36020</ns2:LOC_SEC>
<ns2:LOC_PRI desc="SP139-Orbassano" km="0" offset="120" x="7.532140" y="44.996132">36021</ns2:LOC_PRI>
</ns2:LOCATION>
<ns2:CAUSE desc="Lavori in corso">RMT</ns2:CAUSE>
<ns2:EVENT desc="lavori in corso">RWK</ns2:EVENT>
<ns2:DIVERSION>N</ns2:DIVERSION>
<ns2:DIRECTION desc="Entrambe">3</ns2:DIRECTION>
<ns2:DATE>
<ns2:EVT_START_DATE>2022/02/07 17:16:54</ns2:EVT_START_DATE>
<ns2:EVT_UPDATE_DATE>2022/02/07 17:19:11</ns2:EVT_UPDATE_DATE>
<ns2:EVT_END_DATE>2022/08/15 00:00:00</ns2:EVT_END_DATE>
</ns2:DATE>
<ns2:ATTRIBUTES>
<ns2:ATTRIBUTE code="SUR" desc="Note" um="">TEST</ns2:ATTRIBUTE>
<ns2:ATTRIBUTE code="SUW" desc="Note Web" um=""/>
</ns2:ATTRIBUTES>
</ns2:EVTS_RECORD_ROAD>
</COMMAND>
</VMS>
<VMS id="7059" static="true" lat="45.051347" lng="7.611009" temporary="true" bearing="93"/>
<VMS id="8031" static="true" lat="45.077226" lng="7.729319" temporary="true" bearing="359"/>
</VMS_COMMAND_DATA>