ngaGetRemoteDbParams()
The function returns the cached state of the IDPs from the remote systems as a mapping.
Synopsis
mapping ngaGetRemoteDbParams();
Parameter
| Parameter | Description | 
|---|---|
| - | - | 
Return value
Returns the cached state of the IDPs from the remote systems.
It is a mapping from system to mapping of IDP to a mapping of cached values, e.g.:
result["dist_2"]["_NGA_B_InfluxDB"]["connectString"] = "http://database:8086/"Description
The function returns the cached state of the IDPs from the remote systems as a mapping.
Assignment
NGA - CtrlNgaFrontend
Availability
CTRL
See also
ngaReloadRemoteDbParamsForSystem() and ngaReloadAllRemoteDbParams()
