Web API module parameters

This module activates the SDK for using web services, which is required to integrate with BCM. Loading this module opens the respective port and the calls to the web services are accepted.

Parameter

Default Value

Description

Server Port

1616

Defines the TCP port dedicated to the web services.

Listening Addresses

0.0.0.0,::

Comma separated list of local addresses (ipv4 and/or ipv6) on which we will listen. By default, addresses are 0.0.0.0,::, which means listen on all IPV4 and IPV6 addresses.

Trusted Address

1616

Defines a number of IP addresses from which the local agent is to accept communication in addition to its relay. This allow NAT and VPN communication to work within in the network and the BCM agent, as it recognizes VPN addresses also. Trusted addresses may be entered as single IP addresses or in form of address ranges:

  • Dotted notation, for example, 94.24.127.24 or 2001:db8:85a3::8a2e:370:7334
  • With the short or complete network name such as scotty or scotty.enterprise.com
  • A mixture of both: 94.24.127.24,2001:db8:85a3::8a2e:370:7334,scotty.enterprise.com .Several ranges must be separated by a comma (,) or a semi colon (;).

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Comments