Show System Properties
Returns server configuration and version related information to the caller. The admin tool uses it to present server related information to the user.
Name |
Type |
Description |
options |
map of
strings |
Optional parameters. Default value is an empty map ( {} ).
Supported
Parameters
(keys) |
Parameter Description |
properties |
A list of comma separated names of properties requested. If not specified, all properties will be returned. |
|
Name |
Type |
Description |
property_map |
map of
strings |
A map of server configuration parameters and version information.
Supported Parameters (keys) |
Parameter Description |
conf.enable_worker_http_servers |
Boolean value indicating whether the system is configured for multi-head ingestion.
Supported
Values |
Description |
TRUE |
Indicates that the system is configured for multi-head ingestion. |
FALSE |
Indicates that the system is NOT configured for multi-head ingestion. |
|
conf.worker_http_server_ips |
Semicolon (';') separated string of IP addresses of all the ingestion-enabled worker heads of the system. |
conf.worker_http_server_ports |
Semicolon (';') separated string of the port numbers of all the ingestion-enabled worker ranks of the system. |
|