github.com/cs3org/reva/v2@v2.27.7/tests/oc-integration-tests/local-mesh/providers.demo.json (about)

     1  [
     2  	{
     3  		"name": "local",
     4  		"full_name": "ownCloud@Example",
     5  		"organization": "Example",
     6  		"domain": "example.org",
     7  		"homepage": "http://example.org",
     8  		"description": "Example cloud storage.",
     9  		"services": [
    10  			{
    11  				"endpoint": {
    12  					"type": {
    13  						"name": "OCM",
    14  						"description": "Example Open Cloud Mesh API"
    15  					},
    16  					"name": "Example - OCM API",
    17  					"path": "http://127.0.0.1:20080/ocm/",
    18  					"is_monitored": true
    19  				},
    20  				"api_version": "0.0.1",
    21  				"host": "http://127.0.0.1:20080/"
    22  			},
    23  			{
    24  				"endpoint": {
    25  					"type": {
    26  						"name": "Webdav",
    27  						"description": "Example Webdav API"
    28  					},
    29  					"name": "Example - Webdav API",
    30  					"path": "http://127.0.0.1:20080/remote.php/webdav/",
    31  					"is_monitored": true
    32  				},
    33  				"api_version": "0.0.1",
    34  				"host": "http://127.0.0.1:20080/"
    35  			},
    36  			{
    37  				"endpoint": {
    38  					"type": {
    39  						"name": "Gateway",
    40  						"description": "Example GRPC Gateway"
    41  					},
    42  					"name": "Example - 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": "local-mesh",
    53  		"full_name": "ownCloud@Example2",
    54  		"organization": "Example 2",
    55  		"domain": "example.org",
    56  		"homepage": "http://example.org",
    57  		"description": "Example cloud storage 2.",
    58  		"services": [
    59  			{
    60  				"endpoint": {
    61  					"type": {
    62  						"name": "OCM",
    63  						"description": "Example 2 Open Cloud Mesh API"
    64  					},
    65  					"name": "Example 2 - OCM API",
    66  					"path": "http://127.0.0.1:40080/ocm/",
    67  					"is_monitored": true
    68  				},
    69  				"api_version": "0.0.1",
    70  				"host": "http://127.0.0.1:40080/"
    71  			},
    72  			{
    73  				"endpoint": {
    74  					"type": {
    75  						"name": "Webdav",
    76  						"description": "Example 2 Webdav API"
    77  					},
    78  					"name": "Example 2 - Webdav API",
    79  					"path": "http://127.0.0.1:40080/remote.php/webdav/",
    80  					"is_monitored": true
    81  				},
    82  				"api_version": "0.0.1",
    83  				"host": "http://127.0.0.1:40080/"
    84  			},
    85  			{
    86  				"endpoint": {
    87  					"type": {
    88  						"name": "Gateway",
    89  						"description": "Example 2 GRPC Gateway"
    90  					},
    91  					"name": "Example 2 - GRPC Gateway",
    92  					"path": "127.0.0.1:39000",
    93  					"is_monitored": true
    94  				},
    95  				"api_version": "0.0.1",
    96  				"host": "127.0.0.1:39000"
    97  			}
    98  		]
    99  	}
   100  ]