CrossSiteFlowInfo
CrossSiteFlowInfo
Represents details of the config flow between sites. Federation has the following flows
- Global Manager to Local Manager (GM -> LM)
- Local Manager to Glocal Manager (LM -> GM)
- Global Manager Active to Glocal Manager Standby (GM -> GM)
- Local Manager to Local Manager (LM -> LM)
JSON Example
{
"from_site_id": "string",
"from_site_path": "string",
"full_sync_info": {
"data_streaming_from_source_end_time": 0,
"data_streaming_from_source_progress": "string",
"data_streaming_from_source_start_time": 0,
"end_time": 0,
"errors": [
"string"
],
"fullSyncId": "string",
"reason": "string",
"reason_code": "string",
"receiver_end_time": 0,
"receiver_start_time": 0,
"receiver_state": "string",
"receiver_time_to_apply_in_millis": 0,
"stage": "string",
"start_time": 0,
"status": "string",
"warnings": [
"string"
]
},
"latency_measured_ts": 0,
"latency_millis": 0,
"leader_node_id": "string",
"status": "string",
"to_site_id": "string",
"to_site_path": "string"
}
string
from_site_id
Optional
Site id of the source
string
from_site_path
Optional
Source site policy path
full_sync_info
Optional
Represents details of the last full sync if full sync is not running, otherwise returns the status of current full sync.
integer As int64
As int64
latency_measured_ts
Optional
Timestamp of latency measurement
integer As int64
As int64
latency_millis
Optional
Latency from source to destination site in milli seconds
string
leader_node_id
Optional
Local leader node id sharded for this remote site.
string
status
Optional
Overall status of the flow
Possible values are :
GOOD,
DISCONNECTED,
RECOVERY,
ERROR,
UNKNOWN,
NOT_READY,
string
to_site_id
Optional
Site id of the destination
string
to_site_path
Optional
Destination site policy path