github.com/cs3org/reva/v2@v2.27.7/examples/ocmd/providers.demo.json (about) 1 [ 2 { 3 "name": "cernbox", 4 "full_name": "CERNBox", 5 "organization": "CERN", 6 "domain": "cernbox.cern.ch", 7 "homepage": "https://cernbox.web.cern.ch", 8 "description": "CERNBox provides cloud data storage to all CERN users.", 9 "services": [ 10 { 11 "endpoint": { 12 "type": { 13 "name": "OCM", 14 "description": "CERNBox Open Cloud Mesh API" 15 }, 16 "name": "CERNBox - OCM API", 17 "path": "http://127.0.0.1:19001/ocm/", 18 "is_monitored": true 19 }, 20 "api_version": "0.0.1", 21 "host": "http://127.0.0.1:19001/" 22 }, 23 { 24 "endpoint": { 25 "type": { 26 "name": "Webdav", 27 "description": "CERNBox Webdav API" 28 }, 29 "name": "CERNBox - Webdav API", 30 "path": "http://127.0.0.1:19001/remote.php/webdav/", 31 "is_monitored": true 32 }, 33 "api_version": "0.0.1", 34 "host": "http://127.0.0.1:19001/" 35 }, 36 { 37 "endpoint": { 38 "type": { 39 "name": "Gateway", 40 "description": "CERNBox GRPC Gateway" 41 }, 42 "name": "CERNBox - GRPC Gateway", 43 "path": "127.0.0.1:19000", 44 "is_monitored": true 45 }, 46 "api_version": "0.0.1", 47 "host": "127.0.0.1:19000" 48 } 49 ] 50 }, 51 { 52 "name": "oc-cesnet", 53 "full_name": "ownCloud@CESNET", 54 "organization": "CESNET", 55 "domain": "cesnet.cz", 56 "homepage": "https://owncloud.cesnet.cz", 57 "description": "OwnCloud has been designed for individual users.", 58 "services": [ 59 { 60 "endpoint": { 61 "type": { 62 "name": "OCM", 63 "description": "CESNET Open Cloud Mesh API" 64 }, 65 "name": "CESNET - OCM API", 66 "path": "http://127.0.0.1:17001/ocm/", 67 "is_monitored": true 68 }, 69 "api_version": "0.0.1", 70 "host": "http://127.0.0.1:17001/" 71 }, 72 { 73 "endpoint": { 74 "type": { 75 "name": "Webdav", 76 "description": "CESNET Webdav API" 77 }, 78 "name": "CESNET - Webdav API", 79 "path": "http://127.0.0.1:17001/remote.php/webdav/", 80 "is_monitored": true 81 }, 82 "api_version": "0.0.1", 83 "host": "http://127.0.0.1:17001/" 84 }, 85 { 86 "endpoint": { 87 "type": { 88 "name": "Gateway", 89 "description": "CESNET GRPC Gateway" 90 }, 91 "name": "CESNET - GRPC Gateway", 92 "path": "127.0.0.1:17000", 93 "is_monitored": true 94 }, 95 "api_version": "0.0.1", 96 "host": "127.0.0.1:17000" 97 } 98 ] 99 }, 100 { 101 "name": "example", 102 "full_name": "ownCloud@Example", 103 "organization": "Example", 104 "domain": "example.org", 105 "homepage": "http://example.org", 106 "description": "Example cloud storage.", 107 "services": [ 108 { 109 "endpoint": { 110 "type": { 111 "name": "OCM", 112 "description": "Example Open Cloud Mesh API" 113 }, 114 "name": "Example - OCM API", 115 "path": "http://127.0.0.1:19001/ocm/", 116 "is_monitored": true 117 }, 118 "api_version": "0.0.1", 119 "host": "http://127.0.0.1:19001/" 120 }, 121 { 122 "endpoint": { 123 "type": { 124 "name": "Webdav", 125 "description": "Example Webdav API" 126 }, 127 "name": "Example - Webdav API", 128 "path": "http://127.0.0.1:19001/remote.php/webdav/", 129 "is_monitored": true 130 }, 131 "api_version": "0.0.1", 132 "host": "http://127.0.0.1:19001/" 133 }, 134 { 135 "endpoint": { 136 "type": { 137 "name": "Gateway", 138 "description": "Example GRPC Gateway" 139 }, 140 "name": "Example - GRPC Gateway", 141 "path": "127.0.0.1:19000", 142 "is_monitored": true 143 }, 144 "api_version": "0.0.1", 145 "host": "127.0.0.1:19000" 146 } 147 ] 148 }, 149 { 150 "name": "test", 151 "full_name": "ownCloud@Test", 152 "organization": "Test", 153 "domain": "test.org", 154 "homepage": "http://test.org", 155 "description": "Test cloud storage.", 156 "services": [ 157 { 158 "endpoint": { 159 "type": { 160 "name": "OCM", 161 "description": "Test Open Cloud Mesh API" 162 }, 163 "name": "Test - OCM API", 164 "path": "http://127.0.0.1:19001/ocm/", 165 "is_monitored": true 166 }, 167 "api_version": "0.0.1", 168 "host": "http://127.0.0.1:19001/" 169 }, 170 { 171 "endpoint": { 172 "type": { 173 "name": "Webdav", 174 "description": "Test Webdav API" 175 }, 176 "name": "Test - Webdav API", 177 "path": "http://127.0.0.1:19001/remote.php/webdav/", 178 "is_monitored": true 179 }, 180 "api_version": "0.0.1", 181 "host": "http://127.0.0.1:19001/" 182 }, 183 { 184 "endpoint": { 185 "type": { 186 "name": "Gateway", 187 "description": "Test GRPC Gateway" 188 }, 189 "name": "Test - GRPC Gateway", 190 "path": "127.0.0.1:19000", 191 "is_monitored": true 192 }, 193 "api_version": "0.0.1", 194 "host": "127.0.0.1:19000" 195 } 196 ] 197 } 198 ]