cdr list trustedhost argument: List trusted hosts (SQL administration API)
Use the cdr list trustedhost argument with the admin() or task() function to list trusted-host information from the file that is specified by the database server's REMOTE_SERVER_CFG configuration parameter.
Syntax
Usage
You must be a Database Server Administrator (DBSA) to run this function.
Example
The following command lists the trusted-host entries from the database server's trusted-host file:EXECUTE FUNCTION task("cdr list trustedhost");
The
following example output shows a potential result of using the cdr
list trustedhost argument.
myhost1 user_1
myhost1.example.com user_1
myhost2 user_2
myhost2.example.com user_2