Multisystem - list management domains
Use this command to list management domains.
A domains object represents a collection containing the management domain (if any) that contains the local rack. This is read only.
Format:
admin.domainsExample:
>>> admin.domains[0]
{
"created_time": "May 21, 2014 9:01:08 AM",
"id": "92c9bfd5-12e2-418a-9ca8-d2b36ebac4eb",
"name": "MyDomain",
"peers": (nested object),
"racks": (nested object),
"subdomains": (nested object),
"updated_time": "May 21, 2014 9:01:08 AM",
"version": "2.0.0.0"
}
The following properties are displayed:
- created_time
- The date and time when this management domain was created. This value is shown as the date and time in the local timezone.
- id
- The identifier for the management domain.
- name
- The name of the management domain.
- peers
- The list of other systems in this management domain or subdomain.
- racks
- The list of local systems in this management domain or subdomain (includes only the local rack).
- subdomains
- The list of deployment subdomains in this management domain.
- updated_time
- The date and time when this management domain was last updated. This value is shown as the date and time in the local timezone.
- version
- The version of this management domain.