github.com/cs3org/reva/v2@v2.27.7/tests/integration/grpc/fixtures/ocm-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://{{cernboxhttp_address}}/ocm/",
    18  					"is_monitored": true
    19  				},
    20  				"api_version": "0.0.1",
    21  				"host": "{{cernboxhttp_address}}"
    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": "http://{{cesnethttp_address}}/ocm/",
    41  					"is_monitored": true
    42  				},
    43  				"api_version": "0.0.1",
    44  				"host": "{{cesnethttp_address}}"
    45  			}
    46  		]
    47  	}
    48  ]