List environments
Environments include one ore more tenants that share resources and settings while maintaining data and authorization isolation. Refer to the Management API overview for more information.
Make the following request to list all your available environments:
Request
POST https://manage.sovrin.network/v1/environments
Response
{
"id": "354038cd-ec18-489e-999a-10f354a23",
"name": "Private Germany Berlin",
"domain": "yours.sovrin.network",
"authorizationServerDomain": "auth.sovrin.network",
"deploymentModel": "private",
"region": {
"id": "cd714552-b008-4c2a-a3a6",
"name": "deu02",
"displayName": "Berlin, Germany"
}
},
{
"id": "6aa264d5-f6c0-4839-bbb5-2623",
"name": "Private Estonia Tallinn",
"domain": "yours2.sovrin.network",
"authorizationServerDomain": "auth.sovrin.network",
"deploymentModel": "private",
"region": {
"id": "32d02d55-8b77-4900-a2a3-2525",
"name": "est01",
"displayName": "Tallinn, Estonia"
}
}
-
id:Unique environment identifier. This is required for creating new tenants in this environment. -
name: Environment name. -
domain: Environment Sovrin API domain. -
authorizationServerDomain: Environment authorisation server. -
deploymentModel: Deployment model can be eitherprivateorpublic. -
region: Region details (id,name,displayName).