Apache CloudStack 4.23.0.0 Root Admin API Reference
moveDomain
Moves a domain and its children to a new parent domain.
Request parameters
| Parameter Name | Description | Required |
| domainid | The ID of the domain to be moved. | true |
| parentdomainid | The ID of the new parent domain of the domain to be moved. | true |
Response Tags
| Response Name | Description |
| id | The ID of the domain |
| backupavailable | the total number of backups available to this domain |
| backuplimit | the total number of backups which can be stored by this domain |
| backupstorageavailable | the total backup storage space (in GiB) available to the domain |
| backupstoragelimit | the total backup storage space (in GiB) the domain can own |
| backupstoragetotal | the total backup storage space (in GiB) owned by the domain |
| backuptotal | the total number of backups stored by this domain |
| bucketavailable | the total number of buckets available to this domain |
| bucketlimit | the total number of buckets which can be stored by this domain |
| buckettotal | the total number of buckets stored by this domain |
| cpuavailable | The total number of CPU cores available to be created for this domain |
| cpulimit | The total number of CPU cores the domain can own |
| cputotal | The total number of CPU cores owned by domain |
| created | The date when this domain was created |
| domaindetails | Details for the domain |
| gpuavailable | the total number of gpus available to be created for this domain |
| gpulimit | the total number of gpus the domain can own |
| gputotal | the total number of gpus owned by domain |
| haschild | Whether the domain has one or more sub-domains |
| icon | Base64 string representation of the resource icon |
| ipavailable | The total number of public IP addresses available for this domain to acquire |
| iplimit | The total number of public IP addresses this domain can acquire |
| iptotal | The total number of public IP addresses allocated for this domain |
| level | The level of the domain |
| memoryavailable | The total memory (in MB) available to be created for this domain |
| memorylimit | The total memory (in MB) the domain can own |
| memorytotal | The total memory (in MB) owned by domain |
| name | The name of the domain |
| networkavailable | The total number of Networks available to be created for this domain |
| networkdomain | The Network domain |
| networklimit | The total number of Networks the domain can own |
| networktotal | The total number of Networks owned by domain |
| objectstorageavailable | the total object storage space (in GiB) available to the domain |
| objectstoragelimit | the total object storage space (in GiB) the domain can own |
| objectstoragetotal | the total object storage space (in GiB) owned by the domain |
| parentdomainid | The domain ID of the parent domain |
| parentdomainname | The domain name of the parent domain |
| path | The path of the domain |
| primarystorageavailable | The total primary storage space (in GiB) available to be used for this domain |
| primarystoragelimit | The total primary storage space (in GiB) the domain can own |
| primarystoragetotal | The total primary storage space (in GiB) owned by domain |
| projectavailable | The total number of projects available for administration by this domain |
| projectlimit | The total number of projects the domain can own |
| projecttotal | The total number of projects being administrated by this domain |
| secondarystorageavailable | The total secondary storage space (in GiB) available to be used for this domain |
| secondarystoragelimit | The total secondary storage space (in GiB) the domain can own |
| secondarystoragetotal | The total secondary storage space (in GiB) owned by domain |
| snapshotavailable | The total number of Snapshots available for this domain |
| snapshotlimit | The total number of Snapshots which can be stored by this domain |
| snapshottotal | The total number of Snapshots stored by this domain |
| state | The state of the domain |
| taggedresources | The tagged resource limit and count for the domain |
| templateavailable | The total number of Templates available to be created by this domain |
| templatelimit | The total number of Templates which can be created by this domain |
| templatetotal | The total number of Templates which have been created by this domain |
| vmavailable | The total number of Instances available for this domain to acquire |
| vmlimit | The total number of Instances that can be deployed by this domain |
| vmtotal | The total number of Instances deployed by this domain |
| volumeavailable | The total volume available for this domain |
| volumelimit | The total volume which can be used by this domain |
| volumetotal | The total volume being used by this domain |
| vpcavailable | The total number of VPCs available to be created for this domain |
| vpclimit | The total number of VPCs the domain can own |
| vpctotal | The total number of VPCs owned by domain |