-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathparam.json
More file actions
40 lines (40 loc) · 788 Bytes
/
param.json
File metadata and controls
40 lines (40 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"items": [
{
"source": "groups.google.com/forum/",
"pollInterval": "5",
"method": "POST",
"protocol": "http",
"url": "http://groups.google.com/forum/",
"username": "",
"password": "",
"postdata": [
"key1=1",
"key2=2"
]
},
{
"source": "microsoft",
"pollInterval": "5",
"method": "GET",
"protocol": "http",
"url": "http://www.live.com",
"username": "",
"password": "",
"postdata": [
]
},
{
"source": "boundary",
"pollInterval": "5",
"method": "GET",
"protocol": "http",
"url": "http://www.boundary.com",
"username": "",
"password": "",
"postdata": [
]
}
],
"pollInterval": 1000
}