github.com/cs3org/reva/v2@v2.27.7/examples/meshdirectory/providers.demo.json (about) 1 [ 2 { 3 "name": "cernbox", 4 "full_name": "CERNBox", 5 "organization": "CERN", 6 "domain": "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": "https://sciencemesh.cernbox.cern.ch/iop/ocm/", 18 "is_monitored": true 19 }, 20 "api_version": "0.0.1", 21 "host": "https://sciencemesh.cernbox.cern.ch/" 22 } 23 ] 24 }, 25 { 26 "name": "oc-cesnet", 27 "full_name": "ownCloud@CESNET", 28 "organization": "CESNET", 29 "domain": "cesnet.cz", 30 "homepage": "https://owncloud.cesnet.cz", 31 "description": "OwnCloud has been designed for individual users.", 32 "services": [ 33 { 34 "endpoint": { 35 "type": { 36 "name": "OCM", 37 "description": "CESNET Open Cloud Mesh API" 38 }, 39 "name": "CESNET - OCM API", 40 "path": "https://sciencemesh.cesnet.cz/ocm/", 41 "is_monitored": true 42 }, 43 "api_version": "0.0.1", 44 "host": "https://sciencemesh.cesnet.cz/" 45 } 46 ] 47 }, 48 { 49 "name": "uni-muenster", 50 "full_name": "WWU University of Muenster", 51 "organization": "University of Muenster", 52 "domain": "uni-muenster.de", 53 "homepage": "https://uni-muenster.de", 54 "description": "WWU provides cloud storage to its students, faculty and researchers.", 55 "services": [ 56 { 57 "endpoint": { 58 "type": { 59 "name": "OCM", 60 "description": "WWU Open Cloud Mesh API" 61 }, 62 "name": "WWU - OCM API", 63 "path": "https://sciencemesh-test.uni-muenster.de/ocm/", 64 "is_monitored": true 65 }, 66 "api_version": "0.0.1", 67 "host": "https://sciencemesh-test.uni-muenster.de/" 68 } 69 ] 70 }, 71 { 72 "name": "cubbit", 73 "full_name": "Cubbit", 74 "organization": "Cubbit", 75 "domain": "cubbit.io", 76 "homepage": "https://cubbit.io", 77 "description": "Cubbit provides distributed storage over a P2P network.", 78 "services": [ 79 { 80 "endpoint": { 81 "type": { 82 "name": "OCM", 83 "description": "Cubbit Open Cloud Mesh API" 84 }, 85 "name": "Cubbit - OCM API", 86 "path": "https://ocm.cubbit.io/ocm/", 87 "is_monitored": true 88 }, 89 "api_version": "0.0.1", 90 "host": "https://ocm.cubbit.io/" 91 } 92 ] 93 }, 94 { 95 "name": "ailleron", 96 "full_name": "Ailleron - Software Mind", 97 "organization": "Ailleron", 98 "domain": "ailleron.com", 99 "homepage": "https://ailleron.com", 100 "description": "Ailleron is a Polish IT company providing software and storage solutions to its clients.", 101 "services": [ 102 { 103 "endpoint": { 104 "type": { 105 "name": "OCM", 106 "description": "Ailleron Open Cloud Mesh API" 107 }, 108 "name": "Ailleron - OCM API", 109 "path": "http://cs3mesh.softwaremind.com:19000/ocm/", 110 "is_monitored": true 111 }, 112 "api_version": "0.0.1", 113 "host": "http://cs3mesh.softwaremind.com:19000/" 114 } 115 ] 116 }, 117 { 118 "name": "surfsara", 119 "full_name": "Surfsara", 120 "organization": "Surfsara", 121 "domain": "surfsara.nl", 122 "homepage": "https://surfsara.nl", 123 "description": "OwnCloud has been designed for individual users.", 124 "services": [ 125 { 126 "endpoint": { 127 "type": { 128 "name": "OCM", 129 "description": "Surfsara Open Cloud Mesh API" 130 }, 131 "name": "Surfsara - OCM API", 132 "path": "https://app.cs3mesh-iop.k8s.surfsara.nl/ocm/", 133 "is_monitored": true 134 }, 135 "api_version": "0.0.1", 136 "host": "https://app.cs3mesh-iop.k8s.surfsara.nl/" 137 } 138 ] 139 }, 140 { 141 "name": "switch", 142 "full_name": "SWITCH", 143 "organization": "SWITCH", 144 "domain": "switch.ch", 145 "homepage": "https://switch.ch", 146 "description": "SWITCHdrive cloud storage to its students, faculty and researchers.", 147 "services": [ 148 { 149 "endpoint": { 150 "type": { 151 "name": "OCM", 152 "description": "SWITCH Open Cloud Mesh API" 153 }, 154 "name": "SWITCH - OCM API", 155 "path": "https://sciencemesh-test.switch.ch/ocm/", 156 "is_monitored": true 157 }, 158 "api_version": "0.0.1", 159 "host": "https://sciencemesh-test.switch.ch/" 160 } 161 ] 162 } 163 164 ]