1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getZoneList
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
scm logo
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi

    Retrieves a listing of config items.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as scm from "@pulumi/scm";
    
    // Fetch a list of all zones
    const allZones = scm.getZoneList({
        folder: "ngfw-shared",
    });
    export const scmZoneList = allZones.then(allZones => .reduce((__obj, zone) => ({ ...__obj, [zone.name]: zone })));
    
    import pulumi
    import pulumi_scm as scm
    
    # Fetch a list of all zones
    all_zones = scm.get_zone_list(folder="ngfw-shared")
    pulumi.export("scmZoneList", {zone.name: zone for zone in all_zones.datas})
    
    Example coming soon!
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Scm = Pulumi.Scm;
    
    return await Deployment.RunAsync(() => 
    {
        // Fetch a list of all zones
        var allZones = Scm.GetZoneList.Invoke(new()
        {
            Folder = "ngfw-shared",
        });
    
        return new Dictionary<string, object?>
        {
            ["scmZoneList"] = ,
        };
    });
    
    Example coming soon!
    
    Example coming soon!
    

    Using getZoneList

    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 getZoneList(args: GetZoneListArgs, opts?: InvokeOptions): Promise<GetZoneListResult>
    function getZoneListOutput(args: GetZoneListOutputArgs, opts?: InvokeOptions): Output<GetZoneListResult>
    def get_zone_list(device: Optional[str] = None,
                      folder: Optional[str] = None,
                      limit: Optional[int] = None,
                      name: Optional[str] = None,
                      offset: Optional[int] = None,
                      snippet: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetZoneListResult
    def get_zone_list_output(device: Optional[pulumi.Input[str]] = None,
                      folder: Optional[pulumi.Input[str]] = None,
                      limit: Optional[pulumi.Input[int]] = None,
                      name: Optional[pulumi.Input[str]] = None,
                      offset: Optional[pulumi.Input[int]] = None,
                      snippet: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetZoneListResult]
    func GetZoneList(ctx *Context, args *GetZoneListArgs, opts ...InvokeOption) (*GetZoneListResult, error)
    func GetZoneListOutput(ctx *Context, args *GetZoneListOutputArgs, opts ...InvokeOption) GetZoneListResultOutput

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

    public static class GetZoneList 
    {
        public static Task<GetZoneListResult> InvokeAsync(GetZoneListArgs args, InvokeOptions? opts = null)
        public static Output<GetZoneListResult> Invoke(GetZoneListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetZoneListResult> getZoneList(GetZoneListArgs args, InvokeOptions options)
    public static Output<GetZoneListResult> getZoneList(GetZoneListArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scm:index/getZoneList:getZoneList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Integer
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Integer
    The offset of the first item to return.
    snippet String
    The snippet of the item.
    device string
    The device of the item.
    folder string
    The folder of the item. Default: Shared.
    limit number
    The max number of items to return. Default: 200.
    name string
    The name of the item.
    offset number
    The offset of the first item to return.
    snippet string
    The snippet of the item.
    device str
    The device of the item.
    folder str
    The folder of the item. Default: Shared.
    limit int
    The max number of items to return. Default: 200.
    name str
    The name of the item.
    offset int
    The offset of the first item to return.
    snippet str
    The snippet of the item.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Number
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Number
    The offset of the first item to return.
    snippet String
    The snippet of the item.

    getZoneList Result

    The following output properties are available:

    Datas List<GetZoneListData>
    The data.
    Id string
    The provider-assigned unique ID for this managed resource.
    Tfid string
    Total int
    The total number of items.
    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    Datas []GetZoneListData
    The data.
    Id string
    The provider-assigned unique ID for this managed resource.
    Tfid string
    Total int
    The total number of items.
    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    datas List<GetZoneListData>
    The data.
    id String
    The provider-assigned unique ID for this managed resource.
    tfid String
    total Integer
    The total number of items.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Integer
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Integer
    The offset of the first item to return.
    snippet String
    The snippet of the item.
    datas GetZoneListData[]
    The data.
    id string
    The provider-assigned unique ID for this managed resource.
    tfid string
    total number
    The total number of items.
    device string
    The device of the item.
    folder string
    The folder of the item. Default: Shared.
    limit number
    The max number of items to return. Default: 200.
    name string
    The name of the item.
    offset number
    The offset of the first item to return.
    snippet string
    The snippet of the item.
    datas Sequence[GetZoneListData]
    The data.
    id str
    The provider-assigned unique ID for this managed resource.
    tfid str
    total int
    The total number of items.
    device str
    The device of the item.
    folder str
    The folder of the item. Default: Shared.
    limit int
    The max number of items to return. Default: 200.
    name str
    The name of the item.
    offset int
    The offset of the first item to return.
    snippet str
    The snippet of the item.
    datas List<Property Map>
    The data.
    id String
    The provider-assigned unique ID for this managed resource.
    tfid String
    total Number
    The total number of items.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Number
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Number
    The offset of the first item to return.
    snippet String
    The snippet of the item.

    Supporting Types

    GetZoneListData

    Device string
    The device in which the resource is defined
    DeviceAcl GetZoneListDataDeviceAcl
    Device acl
    DosLogSetting string
    Dos log setting
    DosProfile string
    Dos profile
    EnableDeviceIdentification bool
    Enable device identification
    EnableUserIdentification bool
    Enable user identification
    Folder string
    Folder
    Id string
    UUID of the resource
    Name string
    Alphanumeric string begin with letter: [0-9a-zA-Z._-]
    Network GetZoneListDataNetwork
    Network
    Snippet string
    The snippet in which the resource is defined
    Tfid string
    UserAcl GetZoneListDataUserAcl
    User acl
    Device string
    The device in which the resource is defined
    DeviceAcl GetZoneListDataDeviceAcl
    Device acl
    DosLogSetting string
    Dos log setting
    DosProfile string
    Dos profile
    EnableDeviceIdentification bool
    Enable device identification
    EnableUserIdentification bool
    Enable user identification
    Folder string
    Folder
    Id string
    UUID of the resource
    Name string
    Alphanumeric string begin with letter: [0-9a-zA-Z._-]
    Network GetZoneListDataNetwork
    Network
    Snippet string
    The snippet in which the resource is defined
    Tfid string
    UserAcl GetZoneListDataUserAcl
    User acl
    device String
    The device in which the resource is defined
    deviceAcl GetZoneListDataDeviceAcl
    Device acl
    dosLogSetting String
    Dos log setting
    dosProfile String
    Dos profile
    enableDeviceIdentification Boolean
    Enable device identification
    enableUserIdentification Boolean
    Enable user identification
    folder String
    Folder
    id String
    UUID of the resource
    name String
    Alphanumeric string begin with letter: [0-9a-zA-Z._-]
    network GetZoneListDataNetwork
    Network
    snippet String
    The snippet in which the resource is defined
    tfid String
    userAcl GetZoneListDataUserAcl
    User acl
    device string
    The device in which the resource is defined
    deviceAcl GetZoneListDataDeviceAcl
    Device acl
    dosLogSetting string
    Dos log setting
    dosProfile string
    Dos profile
    enableDeviceIdentification boolean
    Enable device identification
    enableUserIdentification boolean
    Enable user identification
    folder string
    Folder
    id string
    UUID of the resource
    name string
    Alphanumeric string begin with letter: [0-9a-zA-Z._-]
    network GetZoneListDataNetwork
    Network
    snippet string
    The snippet in which the resource is defined
    tfid string
    userAcl GetZoneListDataUserAcl
    User acl
    device str
    The device in which the resource is defined
    device_acl GetZoneListDataDeviceAcl
    Device acl
    dos_log_setting str
    Dos log setting
    dos_profile str
    Dos profile
    enable_device_identification bool
    Enable device identification
    enable_user_identification bool
    Enable user identification
    folder str
    Folder
    id str
    UUID of the resource
    name str
    Alphanumeric string begin with letter: [0-9a-zA-Z._-]
    network GetZoneListDataNetwork
    Network
    snippet str
    The snippet in which the resource is defined
    tfid str
    user_acl GetZoneListDataUserAcl
    User acl
    device String
    The device in which the resource is defined
    deviceAcl Property Map
    Device acl
    dosLogSetting String
    Dos log setting
    dosProfile String
    Dos profile
    enableDeviceIdentification Boolean
    Enable device identification
    enableUserIdentification Boolean
    Enable user identification
    folder String
    Folder
    id String
    UUID of the resource
    name String
    Alphanumeric string begin with letter: [0-9a-zA-Z._-]
    network Property Map
    Network
    snippet String
    The snippet in which the resource is defined
    tfid String
    userAcl Property Map
    User acl

    GetZoneListDataDeviceAcl

    ExcludeLists List<string>
    Exclude list
    IncludeLists List<string>
    Include list
    ExcludeLists []string
    Exclude list
    IncludeLists []string
    Include list
    excludeLists List<String>
    Exclude list
    includeLists List<String>
    Include list
    excludeLists string[]
    Exclude list
    includeLists string[]
    Include list
    exclude_lists Sequence[str]
    Exclude list
    include_lists Sequence[str]
    Include list
    excludeLists List<String>
    Exclude list
    includeLists List<String>
    Include list

    GetZoneListDataNetwork

    EnablePacketBufferProtection bool
    Enable packet buffer protection
    Externals List<string>
    External
    Layer2s List<string>
    Layer2
    Layer3s List<string>
    Layer3
    LogSetting string
    Log setting
    Taps List<string>
    Tap
    Tunnel GetZoneListDataNetworkTunnel
    Tunnel
    VirtualWires List<string>
    Virtual wire
    ZoneProtectionProfile string
    Zone protection profile
    EnablePacketBufferProtection bool
    Enable packet buffer protection
    Externals []string
    External
    Layer2s []string
    Layer2
    Layer3s []string
    Layer3
    LogSetting string
    Log setting
    Taps []string
    Tap
    Tunnel GetZoneListDataNetworkTunnel
    Tunnel
    VirtualWires []string
    Virtual wire
    ZoneProtectionProfile string
    Zone protection profile
    enablePacketBufferProtection Boolean
    Enable packet buffer protection
    externals List<String>
    External
    layer2s List<String>
    Layer2
    layer3s List<String>
    Layer3
    logSetting String
    Log setting
    taps List<String>
    Tap
    tunnel GetZoneListDataNetworkTunnel
    Tunnel
    virtualWires List<String>
    Virtual wire
    zoneProtectionProfile String
    Zone protection profile
    enablePacketBufferProtection boolean
    Enable packet buffer protection
    externals string[]
    External
    layer2s string[]
    Layer2
    layer3s string[]
    Layer3
    logSetting string
    Log setting
    taps string[]
    Tap
    tunnel GetZoneListDataNetworkTunnel
    Tunnel
    virtualWires string[]
    Virtual wire
    zoneProtectionProfile string
    Zone protection profile
    enable_packet_buffer_protection bool
    Enable packet buffer protection
    externals Sequence[str]
    External
    layer2s Sequence[str]
    Layer2
    layer3s Sequence[str]
    Layer3
    log_setting str
    Log setting
    taps Sequence[str]
    Tap
    tunnel GetZoneListDataNetworkTunnel
    Tunnel
    virtual_wires Sequence[str]
    Virtual wire
    zone_protection_profile str
    Zone protection profile
    enablePacketBufferProtection Boolean
    Enable packet buffer protection
    externals List<String>
    External
    layer2s List<String>
    Layer2
    layer3s List<String>
    Layer3
    logSetting String
    Log setting
    taps List<String>
    Tap
    tunnel Property Map
    Tunnel
    virtualWires List<String>
    Virtual wire
    zoneProtectionProfile String
    Zone protection profile

    GetZoneListDataUserAcl

    ExcludeLists List<string>
    Exclude list
    IncludeLists List<string>
    Include list
    ExcludeLists []string
    Exclude list
    IncludeLists []string
    Include list
    excludeLists List<String>
    Exclude list
    includeLists List<String>
    Include list
    excludeLists string[]
    Exclude list
    includeLists string[]
    Include list
    exclude_lists Sequence[str]
    Exclude list
    include_lists Sequence[str]
    Include list
    excludeLists List<String>
    Exclude list
    includeLists List<String>
    Include list

    Package Details

    Repository
    scm pulumi/pulumi-scm
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scm Terraform Provider.
    scm logo
    Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate