integration-module/config_api.json

35 lines
710 B
JSON

{
"id" : 1 ,
"template" :
[{
"id" :"mock_api_1",
"name" : "Mock / ",
"url" : "http://127.0.0.1:8081/",
"method" : "GET",
"measure" :
[
"response", "test_metric_1", "test_metric_2",
"test_metric_3", "test_metric_4", "test_metric_5"
]
},
{
"id" :"mock_api_2",
"name" : "Mock /ping ",
"url" : "http://127.0.0.1:8081/ping",
"method" : "GET",
"measure" :
[
"response", "test_metric_1", "test_metric_2",
"test_metric_3", "test_metric_4", "test_metric_5",
"empty_field"
]
}
],
"ip_address" : "127.0.0.1:8081",
"login" : "",
"pass" : "" ,
"api_key" : "908c709827bd40n98r7209837x98273",
"period" : 10,
"timeout" : 10
}