1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getSessionSetting
Strata Cloud Manager v1.0.3 published on Thursday, Jan 22, 2026 by Pulumi
scm logo
Strata Cloud Manager v1.0.3 published on Thursday, Jan 22, 2026 by Pulumi

    SessionSetting data source

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as scm from "@pulumi/scm";
    
    const settingsData = scm.getSessionSetting({
        id: "e869d51d-0d34-4c89-a674-1824cec0eeae",
    });
    export const fetchedSettings = settingsData;
    
    import pulumi
    import pulumi_scm as scm
    
    settings_data = scm.get_session_setting(id="e869d51d-0d34-4c89-a674-1824cec0eeae")
    pulumi.export("fetchedSettings", settings_data)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-scm/sdk/go/scm"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		settingsData, err := scm.LookupSessionSetting(ctx, &scm.LookupSessionSettingArgs{
    			Id: "e869d51d-0d34-4c89-a674-1824cec0eeae",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		ctx.Export("fetchedSettings", settingsData)
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Scm = Pulumi.Scm;
    
    return await Deployment.RunAsync(() => 
    {
        var settingsData = Scm.GetSessionSetting.Invoke(new()
        {
            Id = "e869d51d-0d34-4c89-a674-1824cec0eeae",
        });
    
        return new Dictionary<string, object?>
        {
            ["fetchedSettings"] = settingsData,
        };
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.scm.ScmFunctions;
    import com.pulumi.scm.inputs.GetSessionSettingArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var settingsData = ScmFunctions.getSessionSetting(GetSessionSettingArgs.builder()
                .id("e869d51d-0d34-4c89-a674-1824cec0eeae")
                .build());
    
            ctx.export("fetchedSettings", settingsData);
        }
    }
    
    variables:
      settingsData:
        fn::invoke:
          function: scm:getSessionSetting
          arguments:
            id: e869d51d-0d34-4c89-a674-1824cec0eeae
    outputs:
      fetchedSettings: ${settingsData}
    

    Using getSessionSetting

    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 getSessionSetting(args: GetSessionSettingArgs, opts?: InvokeOptions): Promise<GetSessionSettingResult>
    function getSessionSettingOutput(args: GetSessionSettingOutputArgs, opts?: InvokeOptions): Output<GetSessionSettingResult>
    def get_session_setting(device: Optional[str] = None,
                            folder: Optional[str] = None,
                            id: Optional[str] = None,
                            snippet: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetSessionSettingResult
    def get_session_setting_output(device: Optional[pulumi.Input[str]] = None,
                            folder: Optional[pulumi.Input[str]] = None,
                            id: Optional[pulumi.Input[str]] = None,
                            snippet: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetSessionSettingResult]
    func LookupSessionSetting(ctx *Context, args *LookupSessionSettingArgs, opts ...InvokeOption) (*LookupSessionSettingResult, error)
    func LookupSessionSettingOutput(ctx *Context, args *LookupSessionSettingOutputArgs, opts ...InvokeOption) LookupSessionSettingResultOutput

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

    public static class GetSessionSetting 
    {
        public static Task<GetSessionSettingResult> InvokeAsync(GetSessionSettingArgs args, InvokeOptions? opts = null)
        public static Output<GetSessionSettingResult> Invoke(GetSessionSettingInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSessionSettingResult> getSessionSetting(GetSessionSettingArgs args, InvokeOptions options)
    public static Output<GetSessionSettingResult> getSessionSetting(GetSessionSettingArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scm:index/getSessionSetting:getSessionSetting
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    UUID of the resource
    Device string
    The device in which the resource is defined
    Folder string
    Snippet string
    Id string
    UUID of the resource
    Device string
    The device in which the resource is defined
    Folder string
    Snippet string
    id String
    UUID of the resource
    device String
    The device in which the resource is defined
    folder String
    snippet String
    id string
    UUID of the resource
    device string
    The device in which the resource is defined
    folder string
    snippet string
    id str
    UUID of the resource
    device str
    The device in which the resource is defined
    folder str
    snippet str
    id String
    UUID of the resource
    device String
    The device in which the resource is defined
    folder String
    snippet String

    getSessionSetting Result

    The following output properties are available:

    Device string
    The device in which the resource is defined
    Folder string
    Id string
    UUID of the resource
    SessionSettings GetSessionSettingSessionSettings
    Snippet string
    Tfid string
    Device string
    The device in which the resource is defined
    Folder string
    Id string
    UUID of the resource
    SessionSettings GetSessionSettingSessionSettings
    Snippet string
    Tfid string
    device String
    The device in which the resource is defined
    folder String
    id String
    UUID of the resource
    sessionSettings GetSessionSettingSessionSettings
    snippet String
    tfid String
    device string
    The device in which the resource is defined
    folder string
    id string
    UUID of the resource
    sessionSettings GetSessionSettingSessionSettings
    snippet string
    tfid string
    device str
    The device in which the resource is defined
    folder str
    id str
    UUID of the resource
    session_settings GetSessionSettingSessionSettings
    snippet str
    tfid str
    device String
    The device in which the resource is defined
    folder String
    id String
    UUID of the resource
    sessionSettings Property Map
    snippet String
    tfid String

    Supporting Types

    GetSessionSettingSessionSettings

    AcceleratedAgingEnable bool
    Enable accelerated aging
    AcceleratedAgingScalingFactor double
    Accelerated aging scaling factor
    AcceleratedAgingThreshold double
    Accelerated aging threshold
    Config GetSessionSettingSessionSettingsConfig
    Config
    DhcpBcastSessionOn bool
    Enable DHCP broadcast session
    Erspan bool
    Enable ERSPAN support
    IcmpUnreachableRate double
    ICMP unreachable packet rate (per second)
    Icmpv6RateLimit GetSessionSettingSessionSettingsIcmpv6RateLimit
    ICMPv6 rate limiting
    Ipv6Firewalling bool
    Enable IPv6 firewalling
    JumboFrame GetSessionSettingSessionSettingsJumboFrame
    Enable jumbo frame support
    MaxPendingMcastPktsPerSession double
    Multicast route setup buffer size
    MulticastRouteSetupBuffering bool
    Multicast route setup buffering
    Nat GetSessionSettingSessionSettingsNat
    Nat
    Nat64 GetSessionSettingSessionSettingsNat64
    Nat64
    PacketBufferProtectionActivate double
    Activate (%)
    PacketBufferProtectionAlert int
    Alert (%)
    PacketBufferProtectionBlockCountdown double
    Block countdown threshold (%)
    PacketBufferProtectionBlockDurationTime double
    Block duration (seconds)
    PacketBufferProtectionBlockHoldTime double
    Block hold time (seconds)
    PacketBufferProtectionEnable bool
    Enable packet buffer protection
    PacketBufferProtectionLatencyActivate double
    Latency activate (milliseconds)
    PacketBufferProtectionLatencyAlert double
    Latency alert (milliseconds)
    PacketBufferProtectionLatencyBlockCountdown double
    Block countdown threshold (milliseconds)
    PacketBufferProtectionLatencyMaxTolerate double
    Latency max tolerate (milliseconds)
    PacketBufferProtectionMonitorOnly bool
    Packet buffer protection monitor only
    PacketBufferProtectionUseLatency bool
    Enabled latency-based activation
    AcceleratedAgingEnable bool
    Enable accelerated aging
    AcceleratedAgingScalingFactor float64
    Accelerated aging scaling factor
    AcceleratedAgingThreshold float64
    Accelerated aging threshold
    Config GetSessionSettingSessionSettingsConfig
    Config
    DhcpBcastSessionOn bool
    Enable DHCP broadcast session
    Erspan bool
    Enable ERSPAN support
    IcmpUnreachableRate float64
    ICMP unreachable packet rate (per second)
    Icmpv6RateLimit GetSessionSettingSessionSettingsIcmpv6RateLimit
    ICMPv6 rate limiting
    Ipv6Firewalling bool
    Enable IPv6 firewalling
    JumboFrame GetSessionSettingSessionSettingsJumboFrame
    Enable jumbo frame support
    MaxPendingMcastPktsPerSession float64
    Multicast route setup buffer size
    MulticastRouteSetupBuffering bool
    Multicast route setup buffering
    Nat GetSessionSettingSessionSettingsNat
    Nat
    Nat64 GetSessionSettingSessionSettingsNat64
    Nat64
    PacketBufferProtectionActivate float64
    Activate (%)
    PacketBufferProtectionAlert int
    Alert (%)
    PacketBufferProtectionBlockCountdown float64
    Block countdown threshold (%)
    PacketBufferProtectionBlockDurationTime float64
    Block duration (seconds)
    PacketBufferProtectionBlockHoldTime float64
    Block hold time (seconds)
    PacketBufferProtectionEnable bool
    Enable packet buffer protection
    PacketBufferProtectionLatencyActivate float64
    Latency activate (milliseconds)
    PacketBufferProtectionLatencyAlert float64
    Latency alert (milliseconds)
    PacketBufferProtectionLatencyBlockCountdown float64
    Block countdown threshold (milliseconds)
    PacketBufferProtectionLatencyMaxTolerate float64
    Latency max tolerate (milliseconds)
    PacketBufferProtectionMonitorOnly bool
    Packet buffer protection monitor only
    PacketBufferProtectionUseLatency bool
    Enabled latency-based activation
    acceleratedAgingEnable Boolean
    Enable accelerated aging
    acceleratedAgingScalingFactor Double
    Accelerated aging scaling factor
    acceleratedAgingThreshold Double
    Accelerated aging threshold
    config GetSessionSettingSessionSettingsConfig
    Config
    dhcpBcastSessionOn Boolean
    Enable DHCP broadcast session
    erspan Boolean
    Enable ERSPAN support
    icmpUnreachableRate Double
    ICMP unreachable packet rate (per second)
    icmpv6RateLimit GetSessionSettingSessionSettingsIcmpv6RateLimit
    ICMPv6 rate limiting
    ipv6Firewalling Boolean
    Enable IPv6 firewalling
    jumboFrame GetSessionSettingSessionSettingsJumboFrame
    Enable jumbo frame support
    maxPendingMcastPktsPerSession Double
    Multicast route setup buffer size
    multicastRouteSetupBuffering Boolean
    Multicast route setup buffering
    nat GetSessionSettingSessionSettingsNat
    Nat
    nat64 GetSessionSettingSessionSettingsNat64
    Nat64
    packetBufferProtectionActivate Double
    Activate (%)
    packetBufferProtectionAlert Integer
    Alert (%)
    packetBufferProtectionBlockCountdown Double
    Block countdown threshold (%)
    packetBufferProtectionBlockDurationTime Double
    Block duration (seconds)
    packetBufferProtectionBlockHoldTime Double
    Block hold time (seconds)
    packetBufferProtectionEnable Boolean
    Enable packet buffer protection
    packetBufferProtectionLatencyActivate Double
    Latency activate (milliseconds)
    packetBufferProtectionLatencyAlert Double
    Latency alert (milliseconds)
    packetBufferProtectionLatencyBlockCountdown Double
    Block countdown threshold (milliseconds)
    packetBufferProtectionLatencyMaxTolerate Double
    Latency max tolerate (milliseconds)
    packetBufferProtectionMonitorOnly Boolean
    Packet buffer protection monitor only
    packetBufferProtectionUseLatency Boolean
    Enabled latency-based activation
    acceleratedAgingEnable boolean
    Enable accelerated aging
    acceleratedAgingScalingFactor number
    Accelerated aging scaling factor
    acceleratedAgingThreshold number
    Accelerated aging threshold
    config GetSessionSettingSessionSettingsConfig
    Config
    dhcpBcastSessionOn boolean
    Enable DHCP broadcast session
    erspan boolean
    Enable ERSPAN support
    icmpUnreachableRate number
    ICMP unreachable packet rate (per second)
    icmpv6RateLimit GetSessionSettingSessionSettingsIcmpv6RateLimit
    ICMPv6 rate limiting
    ipv6Firewalling boolean
    Enable IPv6 firewalling
    jumboFrame GetSessionSettingSessionSettingsJumboFrame
    Enable jumbo frame support
    maxPendingMcastPktsPerSession number
    Multicast route setup buffer size
    multicastRouteSetupBuffering boolean
    Multicast route setup buffering
    nat GetSessionSettingSessionSettingsNat
    Nat
    nat64 GetSessionSettingSessionSettingsNat64
    Nat64
    packetBufferProtectionActivate number
    Activate (%)
    packetBufferProtectionAlert number
    Alert (%)
    packetBufferProtectionBlockCountdown number
    Block countdown threshold (%)
    packetBufferProtectionBlockDurationTime number
    Block duration (seconds)
    packetBufferProtectionBlockHoldTime number
    Block hold time (seconds)
    packetBufferProtectionEnable boolean
    Enable packet buffer protection
    packetBufferProtectionLatencyActivate number
    Latency activate (milliseconds)
    packetBufferProtectionLatencyAlert number
    Latency alert (milliseconds)
    packetBufferProtectionLatencyBlockCountdown number
    Block countdown threshold (milliseconds)
    packetBufferProtectionLatencyMaxTolerate number
    Latency max tolerate (milliseconds)
    packetBufferProtectionMonitorOnly boolean
    Packet buffer protection monitor only
    packetBufferProtectionUseLatency boolean
    Enabled latency-based activation
    accelerated_aging_enable bool
    Enable accelerated aging
    accelerated_aging_scaling_factor float
    Accelerated aging scaling factor
    accelerated_aging_threshold float
    Accelerated aging threshold
    config GetSessionSettingSessionSettingsConfig
    Config
    dhcp_bcast_session_on bool
    Enable DHCP broadcast session
    erspan bool
    Enable ERSPAN support
    icmp_unreachable_rate float
    ICMP unreachable packet rate (per second)
    icmpv6_rate_limit GetSessionSettingSessionSettingsIcmpv6RateLimit
    ICMPv6 rate limiting
    ipv6_firewalling bool
    Enable IPv6 firewalling
    jumbo_frame GetSessionSettingSessionSettingsJumboFrame
    Enable jumbo frame support
    max_pending_mcast_pkts_per_session float
    Multicast route setup buffer size
    multicast_route_setup_buffering bool
    Multicast route setup buffering
    nat GetSessionSettingSessionSettingsNat
    Nat
    nat64 GetSessionSettingSessionSettingsNat64
    Nat64
    packet_buffer_protection_activate float
    Activate (%)
    packet_buffer_protection_alert int
    Alert (%)
    packet_buffer_protection_block_countdown float
    Block countdown threshold (%)
    packet_buffer_protection_block_duration_time float
    Block duration (seconds)
    packet_buffer_protection_block_hold_time float
    Block hold time (seconds)
    packet_buffer_protection_enable bool
    Enable packet buffer protection
    packet_buffer_protection_latency_activate float
    Latency activate (milliseconds)
    packet_buffer_protection_latency_alert float
    Latency alert (milliseconds)
    packet_buffer_protection_latency_block_countdown float
    Block countdown threshold (milliseconds)
    packet_buffer_protection_latency_max_tolerate float
    Latency max tolerate (milliseconds)
    packet_buffer_protection_monitor_only bool
    Packet buffer protection monitor only
    packet_buffer_protection_use_latency bool
    Enabled latency-based activation
    acceleratedAgingEnable Boolean
    Enable accelerated aging
    acceleratedAgingScalingFactor Number
    Accelerated aging scaling factor
    acceleratedAgingThreshold Number
    Accelerated aging threshold
    config Property Map
    Config
    dhcpBcastSessionOn Boolean
    Enable DHCP broadcast session
    erspan Boolean
    Enable ERSPAN support
    icmpUnreachableRate Number
    ICMP unreachable packet rate (per second)
    icmpv6RateLimit Property Map
    ICMPv6 rate limiting
    ipv6Firewalling Boolean
    Enable IPv6 firewalling
    jumboFrame Property Map
    Enable jumbo frame support
    maxPendingMcastPktsPerSession Number
    Multicast route setup buffer size
    multicastRouteSetupBuffering Boolean
    Multicast route setup buffering
    nat Property Map
    Nat
    nat64 Property Map
    Nat64
    packetBufferProtectionActivate Number
    Activate (%)
    packetBufferProtectionAlert Number
    Alert (%)
    packetBufferProtectionBlockCountdown Number
    Block countdown threshold (%)
    packetBufferProtectionBlockDurationTime Number
    Block duration (seconds)
    packetBufferProtectionBlockHoldTime Number
    Block hold time (seconds)
    packetBufferProtectionEnable Boolean
    Enable packet buffer protection
    packetBufferProtectionLatencyActivate Number
    Latency activate (milliseconds)
    packetBufferProtectionLatencyAlert Number
    Latency alert (milliseconds)
    packetBufferProtectionLatencyBlockCountdown Number
    Block countdown threshold (milliseconds)
    packetBufferProtectionLatencyMaxTolerate Number
    Latency max tolerate (milliseconds)
    packetBufferProtectionMonitorOnly Boolean
    Packet buffer protection monitor only
    packetBufferProtectionUseLatency Boolean
    Enabled latency-based activation

    GetSessionSettingSessionSettingsConfig

    Rematch bool
    Rematch all sessions on config policy change
    Rematch bool
    Rematch all sessions on config policy change
    rematch Boolean
    Rematch all sessions on config policy change
    rematch boolean
    Rematch all sessions on config policy change
    rematch bool
    Rematch all sessions on config policy change
    rematch Boolean
    Rematch all sessions on config policy change

    GetSessionSettingSessionSettingsIcmpv6RateLimit

    BucketSize int
    ICMPv6 token bucket size
    PacketRate int
    ICMPv6 error packet pate (per second)
    BucketSize int
    ICMPv6 token bucket size
    PacketRate int
    ICMPv6 error packet pate (per second)
    bucketSize Integer
    ICMPv6 token bucket size
    packetRate Integer
    ICMPv6 error packet pate (per second)
    bucketSize number
    ICMPv6 token bucket size
    packetRate number
    ICMPv6 error packet pate (per second)
    bucket_size int
    ICMPv6 token bucket size
    packet_rate int
    ICMPv6 error packet pate (per second)
    bucketSize Number
    ICMPv6 token bucket size
    packetRate Number
    ICMPv6 error packet pate (per second)

    GetSessionSettingSessionSettingsJumboFrame

    Mtu int
    Global MTU
    Mtu int
    Global MTU
    mtu Integer
    Global MTU
    mtu number
    Global MTU
    mtu int
    Global MTU
    mtu Number
    Global MTU

    GetSessionSettingSessionSettingsNat

    DippOversub string
    NAT oversubscription rate
    DippOversub string
    NAT oversubscription rate
    dippOversub String
    NAT oversubscription rate
    dippOversub string
    NAT oversubscription rate
    dipp_oversub str
    NAT oversubscription rate
    dippOversub String
    NAT oversubscription rate

    GetSessionSettingSessionSettingsNat64

    Ipv6MinNetworkMtu int
    NAT64 IPv6 minimum network MTU
    Ipv6MinNetworkMtu int
    NAT64 IPv6 minimum network MTU
    ipv6MinNetworkMtu Integer
    NAT64 IPv6 minimum network MTU
    ipv6MinNetworkMtu number
    NAT64 IPv6 minimum network MTU
    ipv6_min_network_mtu int
    NAT64 IPv6 minimum network MTU
    ipv6MinNetworkMtu Number
    NAT64 IPv6 minimum network MTU

    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 v1.0.3 published on Thursday, Jan 22, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate