diff --git a/template_global_config.json b/template_global_config.json new file mode 100644 index 0000000..699cae2 --- /dev/null +++ b/template_global_config.json @@ -0,0 +1,21 @@ +{ + "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" +}