Benutzer-Werkzeuge

Webseiten-Werkzeuge


trigger:xmlrpc

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
trigger:xmlrpc [2020/02/14 15:52] olivertrigger:xmlrpc [2020/02/14 15:56] (aktuell) oliver
Zeile 1: Zeile 1:
 +===== XMLRPC Trigger integration =====
 +
 +The XMLRPC-Trigger implementation needs specific configuration by additional Properties to the trial type. The properties are organised as a PropertyGroup with the fix name „**XMLRPCTrigger**“: 
  
 ^ Property name ^ Description ^ Optional | ^ Property name ^ Description ^ Optional |
 ^ xmlRPCServerURL | The URL inclusive the port number to access the XML RPC server. | No | ^ xmlRPCServerURL | The URL inclusive the port number to access the XML RPC server. | No |
 +
 +<code xml>
 +<TrialType name="takeover" duration="18"
 +           labelset="Input.xml" measurementSystemConfigIds="default">
 +             
 +  <PropertyGroup name="XMLRPCTrigger">
 +      <Property name="xmlRPCServerURL" value="http://192.168.12.199:8000"/>
 +  </PropertyGroup>
 +
 +  <PropertyGroup name="multicycles">
 +      <Property name="cycles" value="5"/>
 +  </PropertyGroup>
 +      <PropertyGroup name="modalities">
 +           <Property name="cycle_nr" value="*"/>
 +      </PropertyGroup>
 +</TrialType>
 +</code>
trigger/xmlrpc.1581691952.txt.gz · Zuletzt geändert: 2020/02/14 15:52 von oliver

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki