-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathproviders.demo.json
More file actions
100 lines (100 loc) · 2.31 KB
/
Copy pathproviders.demo.json
File metadata and controls
100 lines (100 loc) · 2.31 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
[
{
"name": "cernbox1",
"full_name": "CERNBox pair node 1",
"organization": "Example",
"domain": "cernbox1.example.org",
"homepage": "https://cernbox1.example.org",
"description": "Example CERNBox-grade Reva node in a two-peer HTTPS pair.",
"services": [
{
"endpoint": {
"type": {
"name": "OCM",
"description": "Open Cloud Mesh API"
},
"name": "cernbox1 - OCM API",
"path": "https://cernbox1.example.org/ocm/",
"is_monitored": true
},
"api_version": "0.0.1",
"host": "cernbox1.example.org"
},
{
"endpoint": {
"type": {
"name": "Webdav",
"description": "WebDAV API"
},
"name": "cernbox1 - WebDAV API",
"path": "https://cernbox1.example.org/remote.php/webdav/",
"is_monitored": true
},
"api_version": "0.0.1",
"host": "cernbox1.example.org"
},
{
"endpoint": {
"type": {
"name": "Gateway",
"description": "Reva gRPC gateway"
},
"name": "cernbox1 - gRPC Gateway",
"path": "cernbox1.example.org:19000",
"is_monitored": true
},
"api_version": "0.0.1",
"host": "cernbox1.example.org:19000"
}
]
},
{
"name": "cernbox2",
"full_name": "CERNBox pair node 2",
"organization": "Example",
"domain": "cernbox2.example.org",
"homepage": "https://cernbox2.example.org",
"description": "Example CERNBox-grade Reva node in a two-peer HTTPS pair.",
"services": [
{
"endpoint": {
"type": {
"name": "OCM",
"description": "Open Cloud Mesh API"
},
"name": "cernbox2 - OCM API",
"path": "https://cernbox2.example.org/ocm/",
"is_monitored": true
},
"api_version": "0.0.1",
"host": "cernbox2.example.org"
},
{
"endpoint": {
"type": {
"name": "Webdav",
"description": "WebDAV API"
},
"name": "cernbox2 - WebDAV API",
"path": "https://cernbox2.example.org/remote.php/webdav/",
"is_monitored": true
},
"api_version": "0.0.1",
"host": "cernbox2.example.org"
},
{
"endpoint": {
"type": {
"name": "Gateway",
"description": "Reva gRPC gateway"
},
"name": "cernbox2 - gRPC Gateway",
"path": "cernbox2.example.org:19000",
"is_monitored": true
},
"api_version": "0.0.1",
"host": "cernbox2.example.org:19000"
}
]
}
]