StandardProxyConfigurationService

Description:

Provides a set of configurations for different NiFi components to use a proxy server.

Tags:

Proxy

Properties:

In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.

Display NameAPI NameDefault ValueAllowable ValuesDescription
Proxy Typeproxy-typeDIRECT
  • DIRECT
  • HTTP
  • SOCKS
Proxy type.
SOCKS Versionsocks-versionSOCKS5
  • SOCKS4
  • SOCKS5
SOCKS Protocol Version

This Property is only considered if the [Proxy Type] Property has a value of "SOCKS".
Proxy Server Hostproxy-server-hostProxy server hostname or ip-address.
Supports Expression Language: true (will be evaluated using variable registry only)
Proxy Server Portproxy-server-portProxy server port number.
Supports Expression Language: true (will be evaluated using variable registry only)
Proxy User Nameproxy-user-nameThe name of the proxy client for user authentication.
Supports Expression Language: true (will be evaluated using variable registry only)
Proxy User Passwordproxy-user-passwordThe password of the proxy client for user authentication.
Sensitive Property: true
Supports Expression Language: true (will be evaluated using variable registry only)

State management:

This component does not store state.

Restricted:

This component is not restricted.

System Resource Considerations:

None specified.