Sample Input

In the Orchestrator Client, use the following inputs to test the Add Conditioned Based Maintenance Alert orchestration.

     "inputs": [
         {
             "name": "SensorID",
             "value": "1-345285J"
         },
         {
             "name": "Date",
             "value": "1433311200000"
         },
         {
             "name": "Time",
             "value": "12:15:15"
         },
         {
             "name": "VibrationReading",
             "value": "100"
         },    
         {
             "name": "TemperatureReading",
             "value": "350"
         }   
     ]
}