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 |
|
peerInterClusterLifs |
array[ReplicationInterClusterLif] |
True |
Example error response
{
"interClusterLifs": [
{}
],
"peerInterClusterLifs": [
{}
]
}
Definitions
See Definitions
ReplicationInterClusterLif
| Name | Type | Required | Description |
|---|---|---|---|
name |
string |
True |
|
address |
string |
True |
|
netmaskLength |
integer |
True |
|
port |
string |
True |
|
node |
string |
True |
|
status |
string |
True |
|
isPeered |
boolean |
True |