Http (Section)#
Path: /environments/environment/admin-service/http
Enables the HTTP admin service interface (Web UI and/or RESTCONF)
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| listening-host | ip-address | optional | 0.0.0.0 | IP used for listening host |
| listening-port | port-number | optional | 6749 | The port the admin endpoint listens on |
| ssl-server-keystore | leafref | optional | A pointer to the key used for the SSL server. When no key is configured, the admin will be served on a http connection instead of an https. | |
| base-url | uri | optional | The external base URL used to contact the admin web-ui and restconf | |
| enable-http-v2 | boolean | optional | false | Enables support for the HTTP/2 protocol. HTTP/2 is usually faster than HTTP/1.x, but may not be as widely supported by clients. HTTP/1.x is always enabled. |
Subsections#
| Name | Type | Description |
|---|---|---|
| web-ui | Section | Enable the admin Web UI |
| restconf | Section | Enable the RESTCONF API |
| devops-dashboard | Section | Enable the DevOps Dashboard UI |