web

service web
AresC640 Atlas840 H5-Rail M10-Smart M2 M20 RS420 RXL15000 SDE SDE-11k

OSDX Web API Server configuration

service web http
AresC640 Atlas840 H5-Rail M10-Smart M2 M20 RS420 RXL15000 SDE SDE-11k

Enable HTTP protocol

service web http host <ipv4>
AresC640 Atlas840 H5-Rail M10-Smart M2 M20 RS420 RXL15000 SDE SDE-11k
Values:
  • ipv4 – HTTP server bind address

service web http port <u32>
AresC640 Atlas840 H5-Rail M10-Smart M2 M20 RS420 RXL15000 SDE SDE-11k

HTTP server port

Values:
  • u32 – Port number (1-65535)

service web https
AresC640 Atlas840 H5-Rail M10-Smart M2 M20 RS420 RXL15000 SDE SDE-11k

Enable HTTPS protocol

Required:

service web https host <ipv4>
AresC640 Atlas840 H5-Rail M10-Smart M2 M20 RS420 RXL15000 SDE SDE-11k
Values:
  • ipv4 – HTTPS server bind address

service web https port <u32>
AresC640 Atlas840 H5-Rail M10-Smart M2 M20 RS420 RXL15000 SDE SDE-11k

HTTPS server port

Values:
  • u32 – Port number (1-65535)

service web https ssl-ciphers <txt>
AresC640 Atlas840 H5-Rail M10-Smart M2 M20 RS420 RXL15000 SDE SDE-11k
Values:
  • txt – Allowed SSL cipher suites (OpenSSL cipher string format)

service web https ssl-protocol <id>
AresC640 Atlas840 H5-Rail M10-Smart M2 M20 RS420 RXL15000 SDE SDE-11k

Allowed SSL/TLS protocol version

Values:
  • TLSv1.2 – TLS version 1.2

  • TLSv1.3 – TLS version 1.3 (recommended)

Instances:

List of values

service web https x509
AresC640 Atlas840 H5-Rail M10-Smart M2 M20 RS420 RXL15000 SDE SDE-11k

X.509 certificate configuration

Required:

Required:

service web https x509 ca-certificate <file>
AresC640 Atlas840 H5-Rail M10-Smart M2 M20 RS420 RXL15000 SDE SDE-11k
Values:
  • file – CA certificate for mTLS - when set, client certificates are required and verified

service web https x509 certificate <file>
AresC640 Atlas840 H5-Rail M10-Smart M2 M20 RS420 RXL15000 SDE SDE-11k
Values:
  • file – Server certificate file (PEM format)

service web https x509 certificate-key <file>
AresC640 Atlas840 H5-Rail M10-Smart M2 M20 RS420 RXL15000 SDE SDE-11k
Values:
  • file – Server private key file (PEM format)

service web log-level <txt>
AresC640 Atlas840 H5-Rail M10-Smart M2 M20 RS420 RXL15000 SDE SDE-11k

Web service log-level

Values:
  • emerg – Emergency messages

  • alert – Urgent messages

  • crit – Critical messages

  • err – Error messages

  • warning – Warning messages

  • notice – Messages for further investigation

  • info – Informational messages

  • debug – Debug messages