Multisystem - list peers
Use this command to list peers.
A peers object represents a collection of other systems (if any) in the same management domain or deployment subdomain. This is read only.
Format:
admin.peersExample:
>>> admin.peers
[
{
"created_time": "Jul 10, 2014 6:27:23 AM",
"description": "36 (Multi–rack B)",
"domain": (nested object),
"id": "d1a8ec29-eebc-44ab-9c87-1c2e5558565b",
"iscsi_iqn_primary": "iqn.1994-05.com.redhat:f121fb24414e",
"iscsi_iqn_secondary": "iqn.1994-05.com.redhat:e6466113bdae",
"location_name": "Rack36",
"name": "8283/Rack36",
"peer_ip": "172.21.112.32",
"primary_address": "172.21.112.12",
"secondary_address": "172.21.112.22",
"state": "available",
"subdomain": (nested object),
"subdomain_state": "available",
"trust_clientid": "427de74f-c7bd-4f37-84ca-5cbc315de002",
"updated_time": "Aug 18, 2014 6:22:20 PM",
"version": "2.0.0.0",
"workload_address": "172.21.112.42"
}
]
The following properties are displayed:
- created_time
- The date and time when this peer system was created. This value is shown as the date and time in the local timezone.
- description
- The description of this peer system.
- domain
- The management domain that contains this peer system.
- id
- The identifier for the peer system.
- iscsi_iqn_primary
- iSCSI Qualified Name (IQN) of the primary Platform System Manager on this peer system.
- iscsi_iqn_secondary
- iSCSI Qualified Name (IQN) of the secondary Platform System Manager on this peer system.
- location_name
- The name of the location for this peer system.
- name
- The name of the peer system.
- peer_ip
- The floating address or host name of the peer system.
- primary_address
- The IP address of the primary Platform System Manager on the peer system.
- secondary_address
- The IP address of the secondary Platform System Manager on the peer system.
- state
- The current state of the peer system.
- subdomain
- The deployment subdomain that contains this peer system.
- subdomain_state
- The current state of the deployment subdomain that contains this system.
- trust_clientid
- The client identifier used for communication with the peer system.
- updated_time
- The date and time when this peer system was last updated. This value is shown as the date and time in the local timezone.
- version
- The version of this peer system.
- workload_address
- The IP address of the workload manager on the peer system.