Apache CloudStack v4.2.0 Root Admin API Reference
								
listDomainChildren
Lists all children domains belonging to a specified domain
Request parameters
| Parameter Name | Description | Required | 
| id | list children domain by parent domain ID. | false | 
| isrecursive | to return the entire tree, use the value "true". To return the first level children, use the value "false". | false | 
| keyword | List by keyword | false | 
| listall | If set to false, list only resources belonging to the command's caller; if set to true - list resources that the caller is authorized to see. Default value is false | false | 
| name | list children domains by name | false | 
| page | false | |
| pagesize | false | 
Response Tags
| Response Name | Description | 
| id | the ID of the domain | 
| haschild | whether the domain has one or more sub-domains | 
| level | the level of the domain | 
| name | the name of the domain | 
| networkdomain | the network domain | 
| parentdomainid | the domain ID of the parent domain | 
| parentdomainname | the domain name of the parent domain | 
| path | the path of the domain |