github.com/cs3org/reva/v2@v2.27.7/examples/oc-phoenix/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:13001/ocm/", 18 "is_monitored": true 19 }, 20 "api_version": "0.0.1", 21 "host": "http://127.0.0.1:13001/" 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:13001/webdav/", 31 "is_monitored": true 32 }, 33 "api_version": "0.0.1", 34 "host": "http://127.0.0.1:13001/" 35 } 36 ] 37 }, 38 { 39 "name": "oc-cesnet", 40 "full_name": "ownCloud@CESNET", 41 "organization": "CESNET", 42 "domain": "cesnet.cz", 43 "homepage": "https://owncloud.cesnet.cz", 44 "description": "OwnCloud has been designed for individual users.", 45 "services": [ 46 { 47 "endpoint": { 48 "type": { 49 "name": "OCM", 50 "description": "CESNET Open Cloud Mesh API" 51 }, 52 "name": "CESNET - OCM API", 53 "path": "http://127.0.0.1:13001/ocm/", 54 "is_monitored": true 55 }, 56 "api_version": "0.0.1", 57 "host": "http://127.0.0.1:13001/" 58 }, 59 { 60 "endpoint": { 61 "type": { 62 "name": "Webdav", 63 "description": "CESNET Webdav API" 64 }, 65 "name": "CESNET - Webdav API", 66 "path": "http://127.0.0.1:13001/webdav/", 67 "is_monitored": true 68 }, 69 "api_version": "0.0.1", 70 "host": "http://127.0.0.1:13001/" 71 } 72 ] 73 }, 74 { 75 "name": "example", 76 "full_name": "ownCloud@Example", 77 "organization": "Example", 78 "domain": "example.org", 79 "homepage": "http://example.org", 80 "description": "Example cloud storage.", 81 "services": [ 82 { 83 "endpoint": { 84 "type": { 85 "name": "OCM", 86 "description": "Example Open Cloud Mesh API" 87 }, 88 "name": "Example - OCM API", 89 "path": "http://127.0.0.1:13001/ocm/", 90 "is_monitored": true 91 }, 92 "api_version": "0.0.1", 93 "host": "http://127.0.0.1:13001/" 94 }, 95 { 96 "endpoint": { 97 "type": { 98 "name": "Webdav", 99 "description": "Example Webdav API" 100 }, 101 "name": "Example - Webdav API", 102 "path": "http://127.0.0.1:13001/webdav/", 103 "is_monitored": true 104 }, 105 "api_version": "0.0.1", 106 "host": "http://127.0.0.1:13001/" 107 } 108 ] 109 }, 110 { 111 "name": "test", 112 "full_name": "ownCloud@Test", 113 "organization": "Test", 114 "domain": "test.org", 115 "homepage": "http://test.org", 116 "description": "Test cloud storage.", 117 "services": [ 118 { 119 "endpoint": { 120 "type": { 121 "name": "OCM", 122 "description": "Test Open Cloud Mesh API" 123 }, 124 "name": "Test - OCM API", 125 "path": "http://127.0.0.1:13001/ocm/", 126 "is_monitored": true 127 }, 128 "api_version": "0.0.1", 129 "host": "http://127.0.0.1:13001/" 130 }, 131 { 132 "endpoint": { 133 "type": { 134 "name": "Webdav", 135 "description": "Test Webdav API" 136 }, 137 "name": "Test - Webdav API", 138 "path": "http://127.0.0.1:13001/webdav/", 139 "is_monitored": true 140 }, 141 "api_version": "0.0.1", 142 "host": "http://127.0.0.1:13001/" 143 } 144 ] 145 } 146 ]