NdpDomain.config_config, the endpoints server's key/value configuration table.config-server, and one row is returned per (config-name, server). Check config-servers-reporting against config-servers-expected: a response covering fewer servers than the estate holds is not evidence of agreement, and config-in-sync is unknown rather than yes whenever the fan-out was incomplete. NDP servers are found in NsApi.processes (application=ndp) or the NsNdpApiHosts flag; with neither, the read answers from this instance's ndp datasource alone. limit applies per server. Values whose key looks like a credential are masked (config-value-redacted: yes) and are never numerically coerced.Super User or Super User Read Only.Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/ndpconfig?config-name=undefined&local-only=undefined&include-secrets=undefined&limit=undefined&start=undefined&sort=undefined' \
--header 'Authorization: Bearer <token>'[
{
"config-name": "string",
"config-value": "string",
"config-value-redacted": "yes",
"config-timestamp-datetime": "2019-08-24T14:15:22.123Z",
"config-server": "string",
"config-in-sync": "yes",
"config-servers-reporting": 0,
"config-servers-expected": 0
}
]