Files
opencloud/tests/config/local/providers.json
2025-01-16 17:39:02 +01:00

47 lines
1.1 KiB
JSON

[
{
"name": "opencloud-server",
"full_name": "first-opencloud-instance",
"organization": "OpenCloud",
"domain": "localhost:9200",
"homepage": "https://opencloud.eu",
"services": [
{
"endpoint": {
"type": {
"name": "OCM",
"description": "CERNBox Open Cloud Mesh API"
},
"name": "CERNBox - OCM API",
"path": "https://localhost:9200/ocm/",
"is_monitored": true
},
"api_version": "0.0.1",
"host": "localhost:9200"
}
]
},
{
"name": "federation-opencloud-server",
"full_name": "Federation opencloud",
"organization": "OpenCloud",
"domain": "localhost:10200",
"homepage": "https://opencloud.eu",
"services": [
{
"endpoint": {
"type": {
"name": "OCM",
"description": "CERNBox Open Cloud Mesh API"
},
"name": "CERNBox - OCM API",
"path": "https://localhost:10200/ocm/",
"is_monitored": true
},
"api_version": "0.0.1",
"host": "localhost:10200"
}
]
}
]