How to list all tenants created / running on the Portal server?
Release : 5.0
Component :
You can list the tenants by accessing the "tenant-provisioning-service" container.
1. docker ps | grep tenant-provisioning-service
Note down the containerid.
2. docker exec -it {containerid} sh
3. Run this command.
curl http://localhost:9000/tenants
In the curl output "tenantId" is the name of the tenants created.