1. Packages
  2. Zscaler Internet Access (ZIA)
  3. API Docs
  4. getVirtualServiceEdgeCluster
Zscaler Internet Access v1.2.0 published on Friday, Feb 20, 2026 by Zscaler
zia logo
Zscaler Internet Access v1.2.0 published on Friday, Feb 20, 2026 by Zscaler

    Use the zia_virtual_service_edge_cluster data source to get information about a Virtual Service Edge Cluster information for the specified Name or ID

    Example Usage

    data "zia_virtual_service_edge_cluster" "this"{
        name = "VSECluster01"
    }
    

    Using getVirtualServiceEdgeCluster

    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 getVirtualServiceEdgeCluster(args: GetVirtualServiceEdgeClusterArgs, opts?: InvokeOptions): Promise<GetVirtualServiceEdgeClusterResult>
    function getVirtualServiceEdgeClusterOutput(args: GetVirtualServiceEdgeClusterOutputArgs, opts?: InvokeOptions): Output<GetVirtualServiceEdgeClusterResult>
    def get_virtual_service_edge_cluster(id: Optional[int] = None,
                                         name: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetVirtualServiceEdgeClusterResult
    def get_virtual_service_edge_cluster_output(id: Optional[pulumi.Input[int]] = None,
                                         name: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetVirtualServiceEdgeClusterResult]
    func LookupVirtualServiceEdgeCluster(ctx *Context, args *LookupVirtualServiceEdgeClusterArgs, opts ...InvokeOption) (*LookupVirtualServiceEdgeClusterResult, error)
    func LookupVirtualServiceEdgeClusterOutput(ctx *Context, args *LookupVirtualServiceEdgeClusterOutputArgs, opts ...InvokeOption) LookupVirtualServiceEdgeClusterResultOutput

    > Note: This function is named LookupVirtualServiceEdgeCluster in the Go SDK.

    public static class GetVirtualServiceEdgeCluster 
    {
        public static Task<GetVirtualServiceEdgeClusterResult> InvokeAsync(GetVirtualServiceEdgeClusterArgs args, InvokeOptions? opts = null)
        public static Output<GetVirtualServiceEdgeClusterResult> Invoke(GetVirtualServiceEdgeClusterInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVirtualServiceEdgeClusterResult> getVirtualServiceEdgeCluster(GetVirtualServiceEdgeClusterArgs args, InvokeOptions options)
    public static Output<GetVirtualServiceEdgeClusterResult> getVirtualServiceEdgeCluster(GetVirtualServiceEdgeClusterArgs args, InvokeOptions options)
    
    fn::invoke:
      function: zia:index/getVirtualServiceEdgeCluster:getVirtualServiceEdgeCluster
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id int
    System-generated Virtual Service Edge cluster ID
    Name string
    Name of the Virtual Service Edge cluster
    Id int
    System-generated Virtual Service Edge cluster ID
    Name string
    Name of the Virtual Service Edge cluster
    id Integer
    System-generated Virtual Service Edge cluster ID
    name String
    Name of the Virtual Service Edge cluster
    id number
    System-generated Virtual Service Edge cluster ID
    name string
    Name of the Virtual Service Edge cluster
    id int
    System-generated Virtual Service Edge cluster ID
    name str
    Name of the Virtual Service Edge cluster
    id Number
    System-generated Virtual Service Edge cluster ID
    name String
    Name of the Virtual Service Edge cluster

    getVirtualServiceEdgeCluster Result

    The following output properties are available:

    DefaultGateway string
    The IP address of the default gateway to the internet
    Id int
    System-generated Virtual Service Edge cluster ID
    IpAddress string
    The Virtual Service Edge cluster IP address
    IpSecEnabled bool
    A Boolean value that specifies whether to terminate IPSec traffic from the client at selected Virtual Service Edge instances for the Virtual Service Edge cluster
    LastModifiedTime int
    Name string
    Name of the Virtual Service Edge cluster
    Status string
    Specifies the status of the Virtual Service Edge cluster. The status is set to ENABLED by default
    SubnetMask string
    The Virtual Service Edge cluster subnet mask
    Type string
    The Virtual Service Edge cluster type. Supported values: ANY, NONE, SME, SMSM, SMCA, SMUI, SMCDS, SMDNSD, SMAA, SMTP, SMQTN, VIP, UIZ, UIAE, SITEREVIEW, PAC, S_RELAY, M_RELAY, H_MON, SMIKE, NSS, SMEZA, SMLB, SMFCCLT, SMBA, SMBAC, SMESXI, SMBAUI, VZEN, ZSCMCLT, SMDLP, ZSQUERY, ADP, SMCDSDLP, SMSCIM, ZSAPI, ZSCMCDSSCLT, LOCAL_MTS, SVPN, SMCASB, SMFALCONUI, MOBILEAPP_REG, SMRESTSVR, FALCONCA, MOBILEAPP_NF, ZIRSVR, SMEDGEUI, ALERTEVAL, ALERTNOTIF, SMPARTNERUI, CQM, DATAKEEPER, SMBAM, ZWACLT
    VirtualZenNodes List<zscaler.PulumiPackage.Zia.Outputs.GetVirtualServiceEdgeClusterVirtualZenNode>
    List of ZPA Application Segments for which this rule is applicable. This field is applicable only for the ECZPA forwarding method (used for Zscaler Cloud Connector)
    DefaultGateway string
    The IP address of the default gateway to the internet
    Id int
    System-generated Virtual Service Edge cluster ID
    IpAddress string
    The Virtual Service Edge cluster IP address
    IpSecEnabled bool
    A Boolean value that specifies whether to terminate IPSec traffic from the client at selected Virtual Service Edge instances for the Virtual Service Edge cluster
    LastModifiedTime int
    Name string
    Name of the Virtual Service Edge cluster
    Status string
    Specifies the status of the Virtual Service Edge cluster. The status is set to ENABLED by default
    SubnetMask string
    The Virtual Service Edge cluster subnet mask
    Type string
    The Virtual Service Edge cluster type. Supported values: ANY, NONE, SME, SMSM, SMCA, SMUI, SMCDS, SMDNSD, SMAA, SMTP, SMQTN, VIP, UIZ, UIAE, SITEREVIEW, PAC, S_RELAY, M_RELAY, H_MON, SMIKE, NSS, SMEZA, SMLB, SMFCCLT, SMBA, SMBAC, SMESXI, SMBAUI, VZEN, ZSCMCLT, SMDLP, ZSQUERY, ADP, SMCDSDLP, SMSCIM, ZSAPI, ZSCMCDSSCLT, LOCAL_MTS, SVPN, SMCASB, SMFALCONUI, MOBILEAPP_REG, SMRESTSVR, FALCONCA, MOBILEAPP_NF, ZIRSVR, SMEDGEUI, ALERTEVAL, ALERTNOTIF, SMPARTNERUI, CQM, DATAKEEPER, SMBAM, ZWACLT
    VirtualZenNodes []GetVirtualServiceEdgeClusterVirtualZenNode
    List of ZPA Application Segments for which this rule is applicable. This field is applicable only for the ECZPA forwarding method (used for Zscaler Cloud Connector)
    defaultGateway String
    The IP address of the default gateway to the internet
    id Integer
    System-generated Virtual Service Edge cluster ID
    ipAddress String
    The Virtual Service Edge cluster IP address
    ipSecEnabled Boolean
    A Boolean value that specifies whether to terminate IPSec traffic from the client at selected Virtual Service Edge instances for the Virtual Service Edge cluster
    lastModifiedTime Integer
    name String
    Name of the Virtual Service Edge cluster
    status String
    Specifies the status of the Virtual Service Edge cluster. The status is set to ENABLED by default
    subnetMask String
    The Virtual Service Edge cluster subnet mask
    type String
    The Virtual Service Edge cluster type. Supported values: ANY, NONE, SME, SMSM, SMCA, SMUI, SMCDS, SMDNSD, SMAA, SMTP, SMQTN, VIP, UIZ, UIAE, SITEREVIEW, PAC, S_RELAY, M_RELAY, H_MON, SMIKE, NSS, SMEZA, SMLB, SMFCCLT, SMBA, SMBAC, SMESXI, SMBAUI, VZEN, ZSCMCLT, SMDLP, ZSQUERY, ADP, SMCDSDLP, SMSCIM, ZSAPI, ZSCMCDSSCLT, LOCAL_MTS, SVPN, SMCASB, SMFALCONUI, MOBILEAPP_REG, SMRESTSVR, FALCONCA, MOBILEAPP_NF, ZIRSVR, SMEDGEUI, ALERTEVAL, ALERTNOTIF, SMPARTNERUI, CQM, DATAKEEPER, SMBAM, ZWACLT
    virtualZenNodes List<GetVirtualServiceEdgeClusterVirtualZenNode>
    List of ZPA Application Segments for which this rule is applicable. This field is applicable only for the ECZPA forwarding method (used for Zscaler Cloud Connector)
    defaultGateway string
    The IP address of the default gateway to the internet
    id number
    System-generated Virtual Service Edge cluster ID
    ipAddress string
    The Virtual Service Edge cluster IP address
    ipSecEnabled boolean
    A Boolean value that specifies whether to terminate IPSec traffic from the client at selected Virtual Service Edge instances for the Virtual Service Edge cluster
    lastModifiedTime number
    name string
    Name of the Virtual Service Edge cluster
    status string
    Specifies the status of the Virtual Service Edge cluster. The status is set to ENABLED by default
    subnetMask string
    The Virtual Service Edge cluster subnet mask
    type string
    The Virtual Service Edge cluster type. Supported values: ANY, NONE, SME, SMSM, SMCA, SMUI, SMCDS, SMDNSD, SMAA, SMTP, SMQTN, VIP, UIZ, UIAE, SITEREVIEW, PAC, S_RELAY, M_RELAY, H_MON, SMIKE, NSS, SMEZA, SMLB, SMFCCLT, SMBA, SMBAC, SMESXI, SMBAUI, VZEN, ZSCMCLT, SMDLP, ZSQUERY, ADP, SMCDSDLP, SMSCIM, ZSAPI, ZSCMCDSSCLT, LOCAL_MTS, SVPN, SMCASB, SMFALCONUI, MOBILEAPP_REG, SMRESTSVR, FALCONCA, MOBILEAPP_NF, ZIRSVR, SMEDGEUI, ALERTEVAL, ALERTNOTIF, SMPARTNERUI, CQM, DATAKEEPER, SMBAM, ZWACLT
    virtualZenNodes GetVirtualServiceEdgeClusterVirtualZenNode[]
    List of ZPA Application Segments for which this rule is applicable. This field is applicable only for the ECZPA forwarding method (used for Zscaler Cloud Connector)
    default_gateway str
    The IP address of the default gateway to the internet
    id int
    System-generated Virtual Service Edge cluster ID
    ip_address str
    The Virtual Service Edge cluster IP address
    ip_sec_enabled bool
    A Boolean value that specifies whether to terminate IPSec traffic from the client at selected Virtual Service Edge instances for the Virtual Service Edge cluster
    last_modified_time int
    name str
    Name of the Virtual Service Edge cluster
    status str
    Specifies the status of the Virtual Service Edge cluster. The status is set to ENABLED by default
    subnet_mask str
    The Virtual Service Edge cluster subnet mask
    type str
    The Virtual Service Edge cluster type. Supported values: ANY, NONE, SME, SMSM, SMCA, SMUI, SMCDS, SMDNSD, SMAA, SMTP, SMQTN, VIP, UIZ, UIAE, SITEREVIEW, PAC, S_RELAY, M_RELAY, H_MON, SMIKE, NSS, SMEZA, SMLB, SMFCCLT, SMBA, SMBAC, SMESXI, SMBAUI, VZEN, ZSCMCLT, SMDLP, ZSQUERY, ADP, SMCDSDLP, SMSCIM, ZSAPI, ZSCMCDSSCLT, LOCAL_MTS, SVPN, SMCASB, SMFALCONUI, MOBILEAPP_REG, SMRESTSVR, FALCONCA, MOBILEAPP_NF, ZIRSVR, SMEDGEUI, ALERTEVAL, ALERTNOTIF, SMPARTNERUI, CQM, DATAKEEPER, SMBAM, ZWACLT
    virtual_zen_nodes Sequence[GetVirtualServiceEdgeClusterVirtualZenNode]
    List of ZPA Application Segments for which this rule is applicable. This field is applicable only for the ECZPA forwarding method (used for Zscaler Cloud Connector)
    defaultGateway String
    The IP address of the default gateway to the internet
    id Number
    System-generated Virtual Service Edge cluster ID
    ipAddress String
    The Virtual Service Edge cluster IP address
    ipSecEnabled Boolean
    A Boolean value that specifies whether to terminate IPSec traffic from the client at selected Virtual Service Edge instances for the Virtual Service Edge cluster
    lastModifiedTime Number
    name String
    Name of the Virtual Service Edge cluster
    status String
    Specifies the status of the Virtual Service Edge cluster. The status is set to ENABLED by default
    subnetMask String
    The Virtual Service Edge cluster subnet mask
    type String
    The Virtual Service Edge cluster type. Supported values: ANY, NONE, SME, SMSM, SMCA, SMUI, SMCDS, SMDNSD, SMAA, SMTP, SMQTN, VIP, UIZ, UIAE, SITEREVIEW, PAC, S_RELAY, M_RELAY, H_MON, SMIKE, NSS, SMEZA, SMLB, SMFCCLT, SMBA, SMBAC, SMESXI, SMBAUI, VZEN, ZSCMCLT, SMDLP, ZSQUERY, ADP, SMCDSDLP, SMSCIM, ZSAPI, ZSCMCDSSCLT, LOCAL_MTS, SVPN, SMCASB, SMFALCONUI, MOBILEAPP_REG, SMRESTSVR, FALCONCA, MOBILEAPP_NF, ZIRSVR, SMEDGEUI, ALERTEVAL, ALERTNOTIF, SMPARTNERUI, CQM, DATAKEEPER, SMBAM, ZWACLT
    virtualZenNodes List<Property Map>
    List of ZPA Application Segments for which this rule is applicable. This field is applicable only for the ECZPA forwarding method (used for Zscaler Cloud Connector)

    Supporting Types

    GetVirtualServiceEdgeClusterVirtualZenNode

    Extensions Dictionary<string, string>
    ExternalId string
    The configured name of the entity
    Id int
    System-generated Virtual Service Edge cluster ID
    Name string
    Name of the Virtual Service Edge cluster
    Extensions map[string]string
    ExternalId string
    The configured name of the entity
    Id int
    System-generated Virtual Service Edge cluster ID
    Name string
    Name of the Virtual Service Edge cluster
    extensions Map<String,String>
    externalId String
    The configured name of the entity
    id Integer
    System-generated Virtual Service Edge cluster ID
    name String
    Name of the Virtual Service Edge cluster
    extensions {[key: string]: string}
    externalId string
    The configured name of the entity
    id number
    System-generated Virtual Service Edge cluster ID
    name string
    Name of the Virtual Service Edge cluster
    extensions Mapping[str, str]
    external_id str
    The configured name of the entity
    id int
    System-generated Virtual Service Edge cluster ID
    name str
    Name of the Virtual Service Edge cluster
    extensions Map<String>
    externalId String
    The configured name of the entity
    id Number
    System-generated Virtual Service Edge cluster ID
    name String
    Name of the Virtual Service Edge cluster

    Package Details

    Repository
    zia zscaler/pulumi-zia
    License
    MIT
    Notes
    This Pulumi package is based on the zia Terraform Provider.
    zia logo
    Zscaler Internet Access v1.2.0 published on Friday, Feb 20, 2026 by Zscaler
      Meet Neo: Your AI Platform Teammate