URL: http://<db.host>:<db.port>/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.
Optional parameters. The default value is an empty map ( {} ). A list of comma separated names of properties requested. If not specified, all properties will be returned.
Output Parameter Description
The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query. Here is a description of the various fields of the wrapper:
Empty if success or an error message
‘show_system_properties_response’ or ‘none’ in case of an error
This embedded JSON represents the result of the /show/system/properties endpoint: A map of server configuration parameters and version information. conf.enable_worker_http_servers
Boolean value indicating whether the system is configured for multi-head ingestion.
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.
The host manager port number (an integer value).
Flag indicating whether high availability (HA) is set up (a boolean value).
A comma-separated string of high availability (HA) ring node URLs. If HA is not set up, then an empty string.
Empty string in case of an error.