FlowInfo
FlowInfo
Provides details of config flow in federation 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
{
"cross_site_flow_info": {
"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"
},
"flow_type": "string",
"id": "string",
"queue_infos": [
{
"current_size": 0,
"max_size": 0,
"name": "string",
"namespace": "string",
"type": "string"
}
]
}
cross_site_flow_info
Optional
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)
string
flow_type
Optional
Flow identifier
Possible values are :
GM_TO_LM,
LM_TO_GM,
GM_TO_GM,
LM_TO_LM,
GM_WORK_QUEUE,
GM_DELETE_QUEUE,
string
id
Optional
System identifier for the flow
array of
FederationQueueInfo
queue_infos
Optional
Every flow will have transmitter and receiver queues.