Retrieve the intercluster LIFs
GET /replication/intercluster-lifs
Retrieves the intercluster LIFs used in a cluster peering relationship.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
workingEnvironmentId |
string |
query |
False |
|
peerWorkingEnvironmentId |
string |
query |
False |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
interClusterLifs |
array[ReplicationInterClusterLif] |
True |
System Intercluster LIFs |
peerInterClusterLifs |
array[ReplicationInterClusterLif] |
True |
Peer system Intercluster Lifs |
Example error response
{
"interClusterLifs": [
{}
],
"peerInterClusterLifs": [
{}
]
}
Definitions
See Definitions
ReplicationInterClusterLif
| Name | Type | Required | Description |
|---|---|---|---|
name |
string |
True |
Specifies the name |
address |
string |
True |
Address |
netmaskLength |
integer |
True |
Netmask Length |
port |
string |
True |
Port |
node |
string |
True |
Node |
status |
string |
True |
Status |
isPeered |
boolean |
True |
Is Peered |