-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
ISSUE TYPE
- Improvement Request
COMPONENT NAME
API, UI
CLOUDSTACK VERSION
4.18.0.0
CONFIGURATION
OS / ENVIRONMENT
SUMMARY
api call listNetworks only provides response domain. a response domainpath, like in listAccounts, is missing. Therefore the UI shows only the domain without the full path in the UI. This can be confusing when using the same name for multiple subdomains.
STEPS TO REPRODUCE
Create a domain called domain1 and domain2. Now create a domain called subdomain1 in each of both domains. Create a network for each subdomain1.
EXPECTED RESULTS
There should be a response name called domainpath and the UI should show the full path to be more clear.
ACTUAL RESULTS
api and UI shows only the subdomain of the network without the full path.