Http (Section)#

Path: /environments/environment/admin-service/http

Enables the HTTP admin service interface (Web UI and/or RESTCONF)

Parameters#

NameTypeRequiredDefaultDescription
listening-hostip-addressoptional0.0.0.0IP used for listening host
listening-portport-numberoptional6749The port the admin endpoint listens on
ssl-server-keystoreleafrefoptionalA 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-urlurioptionalThe external base URL used to contact the admin web-ui and restconf
enable-http-v2booleanoptionalfalseEnables 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#

NameTypeDescription
web-ui SectionEnable the admin Web UI
restconf SectionEnable the RESTCONF API
devops-dashboard SectionEnable the DevOps Dashboard UI

Was this helpful?