diff options
Diffstat (limited to 'models/src/test/resources/providers/TestAcElementStatistics.json')
-rw-r--r-- | models/src/test/resources/providers/TestAcElementStatistics.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/models/src/test/resources/providers/TestAcElementStatistics.json b/models/src/test/resources/providers/TestAcElementStatistics.json new file mode 100644 index 000000000..cceb91d14 --- /dev/null +++ b/models/src/test/resources/providers/TestAcElementStatistics.json @@ -0,0 +1,24 @@ +{ + "acElementStatistics":[ + { + "participantId":{ + "name":"name1", + "version":"1.001" + }, + "id": "709c62b3-8918-41b9-a747-d21eb79c6c20", + "timeStamp": "2021-01-10T13:45:00.000Z", + "state": "UNINITIALISED", + "acElementUptime":250 + }, + { + "participantId":{ + "name":"name2", + "version":"1.001" + }, + "id": "709c62b3-8918-41b9-a747-d21eb79c6c21", + "timeStamp": "2021-01-10T14:25:00.000Z", + "state": "UNINITIALISED", + "acElementUptime":330 + } + ] +} |