|
String
|
createManagementTunnel(String name, String palId, String syncMethod)
Creates a management tunnel and returns the key.
|
|
String
|
createPalTunnel(String name, String palId, String scope)
Creates a pal tunnel and returns the key.
|
|
String
|
createSubscriptionTunnel(String name, String palId, String scope)
Creates a subscription tunnel and returns the key.
|
|
|
deleteTunnel(String tunnelId)
Deletes the tunnel.
|
|
|
enableTunnel(String tunnelId, boolean enabled)
Enables or disables the tunnel for connections.
|
|
SystemDataView
|
getInboundTunnels()
Returns a SystemDataView for accessing inbound tunnels for the enterprise.
|
|
SystemDataView
|
getOutboundTunnels()
Returns a SystemDataView for accessing outbound tunnels for the enterprise.
|
|
boolean
|
isEnabled()
Returns true if tunnel connections are allowed.
|
|
String
|
joinTunnel(String name, String palId, String key)
Creates a tunnel and joins it to an endpoint. Returns null on fail.
|
|
|
lockTunnel(String tunnelId, boolean locked)
Locks or unlocks the tunnel for registration.
|
|
boolean
|
removeWorkflow(String tunnelId)
Removes the tunnel workflow.
|
|
|
setEnabled(boolean enabled)
Blocks or allows tunnel connections.
|
|
boolean
|
setWorkflow(String tunnelId, String workflow)
Specifies the tunnel workflow to run for the tunnel.
|
|
String
|
toString()
Returns a description of this object.
|
Method Detail
String createManagementTunnel(String name, String palId, String syncMethod)
Creates a management tunnel and returns the key.
Parameters:
-
String
name
Maximum allowed size of parameter: 100
-
String
palId
-
String
syncMethod
- m=manual, a=automatic, d=deploy, c=controlled.
Returns:
String
Since:
06-14-2018
String createPalTunnel(String name, String palId, String scope)
Creates a pal tunnel and returns the key.
Parameters:
-
String
name
Maximum allowed size of parameter: 100
-
String
palId
-
String
scope
Returns:
String
Since:
06-14-2018
String createSubscriptionTunnel(String name, String palId, String scope)
Creates a subscription tunnel and returns the key.
Parameters:
-
String
name
Maximum allowed size of parameter: 100
-
String
palId
-
String
scope
Returns:
String
Since:
06-03-2020
deleteTunnel(String tunnelId)
Deletes the tunnel.
Parameters:
Since:
06-14-2018
enableTunnel(String tunnelId, boolean enabled)
Enables or disables the tunnel for connections.
Parameters:
-
String
tunnelId
-
boolean
enabled
Since:
06-14-2018
SystemDataView getInboundTunnels()
Returns a SystemDataView for accessing inbound tunnels for the enterprise.
Returns:
SystemDataView
DataList Name: InboundTunnels
| DataList Keys/Column Name |
Column Type |
Read Only |
| tunnelId |
String |
|
| name |
String |
|
| palId |
String |
|
| palName |
String |
|
| joined |
Boolean |
|
| joinDate |
Date |
|
| createDate |
Date |
|
| enabled |
Boolean |
|
| locked |
Boolean |
|
| syncMethod |
String |
|
| type |
String |
|
| scope |
String |
|
| clientHost |
String |
|
| clientEnterpriseId |
String |
|
| clientPalId |
String |
|
| workflow |
String |
|
| firstName |
String |
|
| lastName |
String |
|
| email |
String |
|
Since:
06-14-2018
SystemDataView getOutboundTunnels()
Returns a SystemDataView for accessing outbound tunnels for the enterprise.
Returns:
SystemDataView
DataList Name: OutboundTunnels
| DataList Keys/Column Name |
Column Type |
Read Only |
| tunnelId |
String |
|
| name |
String |
|
| palId |
String |
|
| palName |
String |
|
| createDate |
Date |
|
| type |
String |
|
| host |
String |
|
| targetTunnelId |
String |
|
| syncMethod |
String |
|
| firstName |
String |
|
| lastName |
String |
|
| email |
String |
|
Since:
06-14-2018
boolean isEnabled()
Returns true if tunnel connections are allowed.
Returns:
boolean
Since:
06-14-2018
String joinTunnel(String name, String palId, String key)
Creates a tunnel and joins it to an endpoint. Returns null on fail.
Parameters:
-
String
name
Maximum allowed size of parameter: 100
-
String
palId
-
String
key
Returns:
String
Since:
06-14-2018
lockTunnel(String tunnelId, boolean locked)
Locks or unlocks the tunnel for registration.
Parameters:
-
String
tunnelId
-
boolean
locked
Since:
06-14-2018
boolean removeWorkflow(String tunnelId)
Removes the tunnel workflow.
Parameters:
Returns:
boolean
Since:
01-10-2020
setEnabled(boolean enabled)
Blocks or allows tunnel connections.
Parameters:
Since:
06-14-2018
boolean setWorkflow(String tunnelId, String workflow)
Specifies the tunnel workflow to run for the tunnel.
Parameters:
-
String
tunnelId
-
String
workflow
Required parameter.
Maximum allowed size of parameter: 255
Returns:
boolean
Since:
01-10-2020
String toString()
Returns a description of this object.
Returns:
String
Since:
06-14-2018