Skip to content
Start here

Connectivity Settings

Get Zero Trust Connectivity Settings
client.zeroTrust.connectivitySettings.get(ConnectivitySettingGetParams { account_id } params, RequestOptionsoptions?): ConnectivitySettingGetResponse { icmp_proxy_enabled, offramp_warp_enabled }
GET/accounts/{account_id}/zerotrust/connectivity_settings
Updates the Zero Trust Connectivity Settings
client.zeroTrust.connectivitySettings.edit(ConnectivitySettingEditParams { account_id, icmp_proxy_enabled, offramp_warp_enabled } params, RequestOptionsoptions?): ConnectivitySettingEditResponse { icmp_proxy_enabled, offramp_warp_enabled }
PATCH/accounts/{account_id}/zerotrust/connectivity_settings
ModelsExpand Collapse
ConnectivitySettingGetResponse { icmp_proxy_enabled, offramp_warp_enabled }
icmp_proxy_enabled?: boolean

A flag to enable the ICMP proxy for the account network.

offramp_warp_enabled?: boolean

A flag to enable WARP to WARP traffic.

ConnectivitySettingEditResponse { icmp_proxy_enabled, offramp_warp_enabled }
icmp_proxy_enabled?: boolean

A flag to enable the ICMP proxy for the account network.

offramp_warp_enabled?: boolean

A flag to enable WARP to WARP traffic.