Description

Configuration

REST Name
configuration
Methods
retrieve
Retrieve
update
Update
Properties
Name Data Possible Values Description
interface

Type

  • Enumeration

Default

  • all

Rules

  • required

Values

  • all - All interfaces

Network Interface

Select interface that web server listens on.

http_port

Type

  • text

Default

  • 80

Rules

  • required
  • valid_port_number
  • less_than[61000]
  • not_matches[https_port]
  • different_than[81]
  • callback_port_check[http_port]

HTTP port

Port number for HTTP protocol.

protocol

Type

  • Enumeration

Default

  • http_https

Rules

  • required

Values

  • http - HTTP
  • http_https - HTTP + HTTPS
  • https - HTTPS

Protocol

object(stdClass)#165 (1) { ["HTTP + HTTPS"]=> string(45) "Enable both HTTP protocol and HTTPS protocol." }

object(stdClass)#166 (1) { ["HTTP"]=> string(26) "Only enable HTTP protocol." }

object(stdClass)#167 (1) { ["HTTPS"]=> string(27) "Only enable HTTPS protocol." }

https_port

Type

  • text

Default

  • 443

Rules

  • required
  • valid_port_number
  • less_than[61000]
  • not_matches[http_port]
  • different_than[81]
  • callback_port_check[https_port]

HTTPS port

Port number for HTTPS protocol.