-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Milestone
Description
ISSUE TYPE
- Improvement Request
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
OS / ENVIRONMENT
SUMMARY
as agreed in #7386 (comment), we need to make the enhancement by @pierrelefevre more generic.
STEPS TO REPRODUCE
EXPECTED RESULTS
localcloud) 🐱 > list networks filter=name,type,domainpath
{
"count": 2,
"network": [
{
"domainpath": "ROOT",
"name": "bla",
"type": "Isolated"
},
{
"domainpath": "ROOT",
"name": "sla",
"type": "Shared"
}
]
}
ACTUAL RESULTS
localcloud) 🐱 > list networks filter=name,type,domainpath
{
"count": 2,
"network": [
{
"name": "bla",
"type": "Isolated"
},
{
"domainpath": "ROOT",
"name": "sla",
"type": "Shared"
}
]
}
Metadata
Metadata
Assignees
Labels
No labels