Multisystem - list deployment subdomains
Use this command to list deployment subdomains.
A subdomains object represents a collection of deployment subdomains (if any) in a management domain. This is read only.
Format:
admin.subdomainsExample:
>>> admin.subdomains
[
{
"created_time": "Jul 10, 2014 6:27:57 AM",
"domain": (nested object),
"id": "197a777a-43f7-4aef-a123-6b2e03796336",
"name": "RTP-NorthOfRamp",
"peers": (nested object),
"primary_device": "/dev/dm-3",
"primary_name": "Rack31T-psm1",
"racks": (nested object),
"secondary_device": "/dev/dm-3",
"secondary_name": "Rack36-psm2",
"state": "available",
"tiebreaker_ip": "172.16.8.39",
"tiebreaker_iqn": "iqn.ibm.2014-05.com.tiebreaker:disk.target1",
"tiebreaker_state": "available",
"updated_time": "Aug 21, 2014 3:23:57 PM",
"version": "2.0.0.0"
},
{
"created_time": "Aug 1, 2014 12:53:42 AM",
"domain": (nested object),
"id": "a5177310-480e-428e-a8de-415af8cbdf79",
"name": "test",
"peers": (nested object),
"primary_device": None,
"primary_name": None,
"racks": (nested object),
"secondary_device": None,
"secondary_name": None,
"state": "defined",
"tiebreaker_ip": None,
"tiebreaker_iqn": None,
"tiebreaker_state": "pending",
"updated_time": "Aug 1, 2014 12:53:45 AM",
"version": "2.0.0.0"
}
]
The following properties are displayed:
- created_time
- The date and time when this deployment subdomain was created. This value is shown as the date and time in the local timezone.
- domain
- The management domain that contains this subdomain.
- id
- The identifier for the deployment subdomain.
- name
- The name of the deployment subdomain.
- peers
- The list of other systems in this deployment subdomain.
- primary_device
- The name of the shared service on the primary peer system in the subdomain.
- primary_name
- The name of the primary peer system in the subdomain.
- racks
- The list of local systems in this subdomain (includes only the local rack).
- secondary_device
- The name of the shared service on the secondary peer system in the subdomain.
- secondary_name
- The name of the secondary peer system in the subdomain.
- state
- The current state of the subdomain.
- tiebreaker_ip
- The IP address of the iSCSI tiebreaker system.
- tiebreaker_iqn
- The iSCSI Qualified Name (IQN) of the tiebreaker system.
- tiebreaker_state
- The current state of the iSCSI tiebreaker system.
- updated_time
- The date and time when this deployment subdomain was last updated. This value is shown as the date and time in the local timezone.
- version
- The version of this deployment subdomain.