remoteScript.HttpProxy
Machine that can be used to create a tunneled connection to a destination host.
Type hierarchy: remoteScript.HttpProxy > remoteScript.Jumpstation > xlrelease.Configuration > xlrelease.BaseConfiguration > udm.BaseConfigurationItem
Label: Remote Script: HTTP proxy
Properties
Property | Kind | Description |
---|---|---|
folderId | String | If set, this field contains the folder that this configuration belongs to. |
title | String | Symbolic name for the configuration |
address | String | Address of the proxy server |
port | Integer | Port on which the proxy server runs |
folderId
If set, this field contains the folder that this configuration belongs to.
- Label: Folder Id
- Kind: String
- Required: false
- Category: FOLDER_CONFIG
title
Symbolic name for the configuration
- Label: Title
- Kind: String
- Required: true
address
Address of the proxy server
- Label: Address
- Kind: String
- Required: true
- Category: input
port
Port on which the proxy server runs
- Label: Port
- Kind: Integer
- Default value: 8080
- Required: true
- Category: input
Hidden properties
Property | Kind | Description |
---|---|---|
os | Enum | Os |
temporaryDirectoryPath | String | The default platform value (/tmp) suffices as no temporary files will be placed on the jumpstation. |
protocol | String | Protocol |
proxyType | Enum | Proxy Type |
os
Os
- Key:
remoteScript.HttpProxy.os
- Kind: Enum
- Allowed values: WINDOWS, UNIX, ZOS
- Default value: UNIX
- Category: input
- Hidden: true
temporaryDirectoryPath
The default platform value (/tmp) suffices as no temporary files will be placed on the jumpstation.
- Key:
remoteScript.HttpProxy.temporaryDirectoryPath
- Kind: String
- Hidden: true
protocol
Protocol
- Key:
remoteScript.HttpProxy.protocol
- Kind: String
- Default value: proxy
- Category: input
- Hidden: true
proxyType
Proxy Type
- Key:
remoteScript.HttpProxy.proxyType
- Kind: Enum
- Allowed values: DIRECT, HTTP, SOCKS
- Default value: HTTP
- Category: input
- Hidden: true