Web Services; Http Server Service - Fujitsu 1FINITY L100 User Manual

Table of Contents

Advertisement

System Administration

Web Services

6.15
Web Services
In this section:
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-specific 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
configure the 1FINITY system
■ REST service—Provides a web service that allows users or software systems to interact with and configure the
1FINITY system through a YANG-data-model-based REST API
The following CLI command displays the configuration 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
}
[ok]
6.15.1
HTTP Server Service
·
Release 19.1.1
Issue 1.1, May 2021
443;
246
Fujitsu and Fujitsu Customer Use Only

Advertisement

Table of Contents
loading

Table of Contents