Zscaler Internet Access v1.0.1 published on Friday, Jun 6, 2025 by Zscaler
zia.getIcapServers
Explore with Pulumi AI
Use the zia_dlp_engines data source to get information about a the list of DLP servers using ICAP in the Zscaler Internet Access cloud or via the API.
Example Usage
# Retrieve a DLP ICAP Server by name
data "zia_dlp_icap_servers" "example"{
name = "Example"
}
# Retrieve a DLP ICAP Server by ID
data "zia_dlp_icap_servers" "example"{
id = 1234567890
}
Using getIcapServers
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getIcapServers(args: GetIcapServersArgs, opts?: InvokeOptions): Promise<GetIcapServersResult>
function getIcapServersOutput(args: GetIcapServersOutputArgs, opts?: InvokeOptions): Output<GetIcapServersResult>
def get_icap_servers(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIcapServersResult
def get_icap_servers_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIcapServersResult]
func GetIcapServers(ctx *Context, args *GetIcapServersArgs, opts ...InvokeOption) (*GetIcapServersResult, error)
func GetIcapServersOutput(ctx *Context, args *GetIcapServersOutputArgs, opts ...InvokeOption) GetIcapServersResultOutput
> Note: This function is named GetIcapServers
in the Go SDK.
public static class GetIcapServers
{
public static Task<GetIcapServersResult> InvokeAsync(GetIcapServersArgs args, InvokeOptions? opts = null)
public static Output<GetIcapServersResult> Invoke(GetIcapServersInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIcapServersResult> getIcapServers(GetIcapServersArgs args, InvokeOptions options)
public static Output<GetIcapServersResult> getIcapServers(GetIcapServersArgs args, InvokeOptions options)
fn::invoke:
function: zia:index/getIcapServers:getIcapServers
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- Name string
- name String
- name string
- name str
- name String
getIcapServers Result
The following output properties are available:
Package Details
- Repository
- zia zscaler/pulumi-zia
- License
- MIT
- Notes
- This Pulumi package is based on the
zia
Terraform Provider.