Opensearch dashboards.httpserverinfo
Home > opensearch-dashboards > HttpServerInfo
HttpServerInfo interface
Signature:
export interface HttpServerInfo
Properties
| Property | Type | Description |
|---|---|---|
| hostname | string | The hostname of the server |
| name | string | The name of the OpenSearch Dashboards server |
| port | number | The port the server is listening on |
| protocol | 'http' | 'https' | 'socket' | The protocol used by the server |