1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getSdwanErrorCorrectionProfile
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

    SdwanErrorCorrectionProfile data source

    Using getSdwanErrorCorrectionProfile

    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 getSdwanErrorCorrectionProfile(args: GetSdwanErrorCorrectionProfileArgs, opts?: InvokeOptions): Promise<GetSdwanErrorCorrectionProfileResult>
    function getSdwanErrorCorrectionProfileOutput(args: GetSdwanErrorCorrectionProfileOutputArgs, opts?: InvokeOptions): Output<GetSdwanErrorCorrectionProfileResult>
    def get_sdwan_error_correction_profile(device: Optional[str] = None,
                                           folder: Optional[str] = None,
                                           id: Optional[str] = None,
                                           name: Optional[str] = None,
                                           snippet: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetSdwanErrorCorrectionProfileResult
    def get_sdwan_error_correction_profile_output(device: Optional[pulumi.Input[str]] = None,
                                           folder: Optional[pulumi.Input[str]] = None,
                                           id: Optional[pulumi.Input[str]] = None,
                                           name: Optional[pulumi.Input[str]] = None,
                                           snippet: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetSdwanErrorCorrectionProfileResult]
    func LookupSdwanErrorCorrectionProfile(ctx *Context, args *LookupSdwanErrorCorrectionProfileArgs, opts ...InvokeOption) (*LookupSdwanErrorCorrectionProfileResult, error)
    func LookupSdwanErrorCorrectionProfileOutput(ctx *Context, args *LookupSdwanErrorCorrectionProfileOutputArgs, opts ...InvokeOption) LookupSdwanErrorCorrectionProfileResultOutput

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

    public static class GetSdwanErrorCorrectionProfile 
    {
        public static Task<GetSdwanErrorCorrectionProfileResult> InvokeAsync(GetSdwanErrorCorrectionProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetSdwanErrorCorrectionProfileResult> Invoke(GetSdwanErrorCorrectionProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSdwanErrorCorrectionProfileResult> getSdwanErrorCorrectionProfile(GetSdwanErrorCorrectionProfileArgs args, InvokeOptions options)
    public static Output<GetSdwanErrorCorrectionProfileResult> getSdwanErrorCorrectionProfile(GetSdwanErrorCorrectionProfileArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scm:index/getSdwanErrorCorrectionProfile:getSdwanErrorCorrectionProfile
      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
    Name string
    Snippet string
    Id string
    UUID of the resource
    Device string
    The device in which the resource is defined
    Folder string
    Name string
    Snippet string
    id String
    UUID of the resource
    device String
    The device in which the resource is defined
    folder String
    name String
    snippet String
    id string
    UUID of the resource
    device string
    The device in which the resource is defined
    folder string
    name string
    snippet string
    id str
    UUID of the resource
    device str
    The device in which the resource is defined
    folder str
    name str
    snippet str
    id String
    UUID of the resource
    device String
    The device in which the resource is defined
    folder String
    name String
    snippet String

    getSdwanErrorCorrectionProfile Result

    The following output properties are available:

    ActivationThreshold int
    Device string
    The device in which the resource is defined
    Folder string
    Id string
    UUID of the resource
    Mode GetSdwanErrorCorrectionProfileMode
    Name string
    Snippet string
    Tfid string
    ActivationThreshold int
    Device string
    The device in which the resource is defined
    Folder string
    Id string
    UUID of the resource
    Mode GetSdwanErrorCorrectionProfileMode
    Name string
    Snippet string
    Tfid string
    activationThreshold Integer
    device String
    The device in which the resource is defined
    folder String
    id String
    UUID of the resource
    mode GetSdwanErrorCorrectionProfileMode
    name String
    snippet String
    tfid String
    activationThreshold number
    device string
    The device in which the resource is defined
    folder string
    id string
    UUID of the resource
    mode GetSdwanErrorCorrectionProfileMode
    name string
    snippet string
    tfid string
    activation_threshold int
    device str
    The device in which the resource is defined
    folder str
    id str
    UUID of the resource
    mode GetSdwanErrorCorrectionProfileMode
    name str
    snippet str
    tfid str
    activationThreshold Number
    device String
    The device in which the resource is defined
    folder String
    id String
    UUID of the resource
    mode Property Map
    name String
    snippet String
    tfid String

    Supporting Types

    GetSdwanErrorCorrectionProfileMode

    ForwardErrorCorrection GetSdwanErrorCorrectionProfileModeForwardErrorCorrection
    Forward error correction
    PacketDuplication GetSdwanErrorCorrectionProfileModePacketDuplication

    Packet duplication

    ℹ️ Note: You must specify exactly one of forward_error_correction and packet_duplication.

    ForwardErrorCorrection GetSdwanErrorCorrectionProfileModeForwardErrorCorrection
    Forward error correction
    PacketDuplication GetSdwanErrorCorrectionProfileModePacketDuplication

    Packet duplication

    ℹ️ Note: You must specify exactly one of forward_error_correction and packet_duplication.

    forwardErrorCorrection GetSdwanErrorCorrectionProfileModeForwardErrorCorrection
    Forward error correction
    packetDuplication GetSdwanErrorCorrectionProfileModePacketDuplication

    Packet duplication

    ℹ️ Note: You must specify exactly one of forward_error_correction and packet_duplication.

    forwardErrorCorrection GetSdwanErrorCorrectionProfileModeForwardErrorCorrection
    Forward error correction
    packetDuplication GetSdwanErrorCorrectionProfileModePacketDuplication

    Packet duplication

    ℹ️ Note: You must specify exactly one of forward_error_correction and packet_duplication.

    forward_error_correction GetSdwanErrorCorrectionProfileModeForwardErrorCorrection
    Forward error correction
    packet_duplication GetSdwanErrorCorrectionProfileModePacketDuplication

    Packet duplication

    ℹ️ Note: You must specify exactly one of forward_error_correction and packet_duplication.

    forwardErrorCorrection Property Map
    Forward error correction
    packetDuplication Property Map

    Packet duplication

    ℹ️ Note: You must specify exactly one of forward_error_correction and packet_duplication.

    GetSdwanErrorCorrectionProfileModeForwardErrorCorrection

    Ratio string
    Ratio
    RecoveryDuration int
    Recovery duration
    Ratio string
    Ratio
    RecoveryDuration int
    Recovery duration
    ratio String
    Ratio
    recoveryDuration Integer
    Recovery duration
    ratio string
    Ratio
    recoveryDuration number
    Recovery duration
    ratio str
    Ratio
    recovery_duration int
    Recovery duration
    ratio String
    Ratio
    recoveryDuration Number
    Recovery duration

    GetSdwanErrorCorrectionProfileModePacketDuplication

    RecoveryDurationPd int
    Recovery duration pd
    RecoveryDurationPd int
    Recovery duration pd
    recoveryDurationPd Integer
    Recovery duration pd
    recoveryDurationPd number
    Recovery duration pd
    recovery_duration_pd int
    Recovery duration pd
    recoveryDurationPd Number
    Recovery duration pd

    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