integration-module/template_global_config.json

22 lines
457 B
JSON

{
"id" : 1 ,
"template" :
[{
"id" :"conference",
"name" : "Conference",
"url" : "https://$ip_address/api/v1/conferences",
"measure" :
[
"total", "number", "description",
"shutdown", "startTime", "stopTime",
"participants_total", "participants_online"
]
}],
"ip_address" : "127.0.0.1:8081",
"login" : "",
"pass" : "" ,
"api_key" : "908c709827bd40n98r7209837x98273",
"period" : "10",
"timeout" : "2"
}