6.15
Web Services
In this secon:
6.15.1 HTTP Server Service
6.15.2 HTTPS Server Service
6.15.3 REST API Service
6.15.4 WebGUI Service
6.15.5 Log On NE with WebGUI
Web server services include HTTP, HTTPS, WebGUI, and REST. HTTP and HTTPS are standard web server services.
WebGUI and REST are 1FINITY-specic web services that make use of the HTTP/HTTPS server services:
■ HTTP service—Provides an insecure web server service with HTTP protocol
■ HTTPS service—Provides a secure web server service with HTTPS protocol
■ WebGUI service—Provides a graphical user interface (through a web browser) for users to interact with and
congure the 1FINITY system
■ REST service—Provides a web service that allows users or soware systems to interact with and congure the
1FINITY system through a YANG-data-model-based REST API
The following CLI command displays the conguraon of all web-server services.
Command:
% show system services web-server
Output Example:
webgui-enabled true;
webgui-timeout 30m;
rest {
rest-enabled false;
}
http {
http-port 80;
}
https {
system-generated-certificate;
https-port 443;
}
[ok]
6.15.1
HTTP Server Service
System Administration
Web Services
246
Release 19.1.1 · Issue 1.1, May 2021
Fujitsu and Fujitsu Customer Use Only