1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. SystemDm
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.SystemDm

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    Configure dm.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as fortimanager from "@pulumi/fortimanager";
    
    const trname = new fortimanager.SystemDm("trname", {
        concurrentInstallImageLimit: 2,
        concurrentInstallLimit: 10,
        confMergeAfterScript: "disable",
        fgfmSockTimeout: 200,
    });
    
    import pulumi
    import pulumi_fortimanager as fortimanager
    
    trname = fortimanager.SystemDm("trname",
        concurrent_install_image_limit=2,
        concurrent_install_limit=10,
        conf_merge_after_script="disable",
        fgfm_sock_timeout=200)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := fortimanager.NewSystemDm(ctx, "trname", &fortimanager.SystemDmArgs{
    			ConcurrentInstallImageLimit: pulumi.Float64(2),
    			ConcurrentInstallLimit:      pulumi.Float64(10),
    			ConfMergeAfterScript:        pulumi.String("disable"),
    			FgfmSockTimeout:             pulumi.Float64(200),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Fortimanager = Pulumi.Fortimanager;
    
    return await Deployment.RunAsync(() => 
    {
        var trname = new Fortimanager.SystemDm("trname", new()
        {
            ConcurrentInstallImageLimit = 2,
            ConcurrentInstallLimit = 10,
            ConfMergeAfterScript = "disable",
            FgfmSockTimeout = 200,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.fortimanager.SystemDm;
    import com.pulumi.fortimanager.SystemDmArgs;
    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) {
            var trname = new SystemDm("trname", SystemDmArgs.builder()
                .concurrentInstallImageLimit("2")
                .concurrentInstallLimit("10")
                .confMergeAfterScript("disable")
                .fgfmSockTimeout("200")
                .build());
    
        }
    }
    
    resources:
      trname:
        type: fortimanager:SystemDm
        properties:
          concurrentInstallImageLimit: '2'
          concurrentInstallLimit: '10'
          confMergeAfterScript: disable
          fgfmSockTimeout: '200'
    

    Create SystemDm Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new SystemDm(name: string, args?: SystemDmArgs, opts?: CustomResourceOptions);
    @overload
    def SystemDm(resource_name: str,
                 args: Optional[SystemDmArgs] = None,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def SystemDm(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 concurrent_install_image_limit: Optional[float] = None,
                 concurrent_install_limit: Optional[float] = None,
                 concurrent_install_script_limit: Optional[float] = None,
                 conf_merge_after_script: Optional[str] = None,
                 discover_timeout: Optional[float] = None,
                 dpm_logsize: Optional[float] = None,
                 fgfm_auto_retrieve_timeout: Optional[float] = None,
                 fgfm_install_refresh_count: Optional[float] = None,
                 fgfm_keepalive_itvl: Optional[float] = None,
                 fgfm_sock_timeout: Optional[float] = None,
                 force_remote_diff: Optional[str] = None,
                 fortiap_refresh_cnt: Optional[float] = None,
                 fortiap_refresh_itvl: Optional[float] = None,
                 fortiext_refresh_cnt: Optional[float] = None,
                 install_fds_timeout: Optional[float] = None,
                 install_image_timeout: Optional[float] = None,
                 install_tunnel_retry_itvl: Optional[float] = None,
                 log_autoupdate: Optional[str] = None,
                 max_revs: Optional[float] = None,
                 nr_retry: Optional[float] = None,
                 retry: Optional[str] = None,
                 retry_intvl: Optional[float] = None,
                 rollback_allow_reboot: Optional[str] = None,
                 script_logsize: Optional[float] = None,
                 skip_scep_check: Optional[str] = None,
                 skip_tunnel_fcp_req: Optional[str] = None,
                 system_dm_id: Optional[str] = None,
                 verify_install: Optional[str] = None)
    func NewSystemDm(ctx *Context, name string, args *SystemDmArgs, opts ...ResourceOption) (*SystemDm, error)
    public SystemDm(string name, SystemDmArgs? args = null, CustomResourceOptions? opts = null)
    public SystemDm(String name, SystemDmArgs args)
    public SystemDm(String name, SystemDmArgs args, CustomResourceOptions options)
    
    type: fortimanager:SystemDm
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args SystemDmArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args SystemDmArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args SystemDmArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SystemDmArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SystemDmArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var systemDmResource = new Fortimanager.SystemDm("systemDmResource", new()
    {
        ConcurrentInstallImageLimit = 0,
        ConcurrentInstallLimit = 0,
        ConcurrentInstallScriptLimit = 0,
        ConfMergeAfterScript = "string",
        DiscoverTimeout = 0,
        DpmLogsize = 0,
        FgfmAutoRetrieveTimeout = 0,
        FgfmInstallRefreshCount = 0,
        FgfmKeepaliveItvl = 0,
        FgfmSockTimeout = 0,
        ForceRemoteDiff = "string",
        FortiapRefreshCnt = 0,
        FortiapRefreshItvl = 0,
        FortiextRefreshCnt = 0,
        InstallFdsTimeout = 0,
        InstallImageTimeout = 0,
        InstallTunnelRetryItvl = 0,
        LogAutoupdate = "string",
        MaxRevs = 0,
        NrRetry = 0,
        Retry = "string",
        RetryIntvl = 0,
        RollbackAllowReboot = "string",
        ScriptLogsize = 0,
        SkipScepCheck = "string",
        SkipTunnelFcpReq = "string",
        SystemDmId = "string",
        VerifyInstall = "string",
    });
    
    example, err := fortimanager.NewSystemDm(ctx, "systemDmResource", &fortimanager.SystemDmArgs{
    ConcurrentInstallImageLimit: pulumi.Float64(0),
    ConcurrentInstallLimit: pulumi.Float64(0),
    ConcurrentInstallScriptLimit: pulumi.Float64(0),
    ConfMergeAfterScript: pulumi.String("string"),
    DiscoverTimeout: pulumi.Float64(0),
    DpmLogsize: pulumi.Float64(0),
    FgfmAutoRetrieveTimeout: pulumi.Float64(0),
    FgfmInstallRefreshCount: pulumi.Float64(0),
    FgfmKeepaliveItvl: pulumi.Float64(0),
    FgfmSockTimeout: pulumi.Float64(0),
    ForceRemoteDiff: pulumi.String("string"),
    FortiapRefreshCnt: pulumi.Float64(0),
    FortiapRefreshItvl: pulumi.Float64(0),
    FortiextRefreshCnt: pulumi.Float64(0),
    InstallFdsTimeout: pulumi.Float64(0),
    InstallImageTimeout: pulumi.Float64(0),
    InstallTunnelRetryItvl: pulumi.Float64(0),
    LogAutoupdate: pulumi.String("string"),
    MaxRevs: pulumi.Float64(0),
    NrRetry: pulumi.Float64(0),
    Retry: pulumi.String("string"),
    RetryIntvl: pulumi.Float64(0),
    RollbackAllowReboot: pulumi.String("string"),
    ScriptLogsize: pulumi.Float64(0),
    SkipScepCheck: pulumi.String("string"),
    SkipTunnelFcpReq: pulumi.String("string"),
    SystemDmId: pulumi.String("string"),
    VerifyInstall: pulumi.String("string"),
    })
    
    var systemDmResource = new SystemDm("systemDmResource", SystemDmArgs.builder()
        .concurrentInstallImageLimit(0)
        .concurrentInstallLimit(0)
        .concurrentInstallScriptLimit(0)
        .confMergeAfterScript("string")
        .discoverTimeout(0)
        .dpmLogsize(0)
        .fgfmAutoRetrieveTimeout(0)
        .fgfmInstallRefreshCount(0)
        .fgfmKeepaliveItvl(0)
        .fgfmSockTimeout(0)
        .forceRemoteDiff("string")
        .fortiapRefreshCnt(0)
        .fortiapRefreshItvl(0)
        .fortiextRefreshCnt(0)
        .installFdsTimeout(0)
        .installImageTimeout(0)
        .installTunnelRetryItvl(0)
        .logAutoupdate("string")
        .maxRevs(0)
        .nrRetry(0)
        .retry("string")
        .retryIntvl(0)
        .rollbackAllowReboot("string")
        .scriptLogsize(0)
        .skipScepCheck("string")
        .skipTunnelFcpReq("string")
        .systemDmId("string")
        .verifyInstall("string")
        .build());
    
    system_dm_resource = fortimanager.SystemDm("systemDmResource",
        concurrent_install_image_limit=0,
        concurrent_install_limit=0,
        concurrent_install_script_limit=0,
        conf_merge_after_script="string",
        discover_timeout=0,
        dpm_logsize=0,
        fgfm_auto_retrieve_timeout=0,
        fgfm_install_refresh_count=0,
        fgfm_keepalive_itvl=0,
        fgfm_sock_timeout=0,
        force_remote_diff="string",
        fortiap_refresh_cnt=0,
        fortiap_refresh_itvl=0,
        fortiext_refresh_cnt=0,
        install_fds_timeout=0,
        install_image_timeout=0,
        install_tunnel_retry_itvl=0,
        log_autoupdate="string",
        max_revs=0,
        nr_retry=0,
        retry="string",
        retry_intvl=0,
        rollback_allow_reboot="string",
        script_logsize=0,
        skip_scep_check="string",
        skip_tunnel_fcp_req="string",
        system_dm_id="string",
        verify_install="string")
    
    const systemDmResource = new fortimanager.SystemDm("systemDmResource", {
        concurrentInstallImageLimit: 0,
        concurrentInstallLimit: 0,
        concurrentInstallScriptLimit: 0,
        confMergeAfterScript: "string",
        discoverTimeout: 0,
        dpmLogsize: 0,
        fgfmAutoRetrieveTimeout: 0,
        fgfmInstallRefreshCount: 0,
        fgfmKeepaliveItvl: 0,
        fgfmSockTimeout: 0,
        forceRemoteDiff: "string",
        fortiapRefreshCnt: 0,
        fortiapRefreshItvl: 0,
        fortiextRefreshCnt: 0,
        installFdsTimeout: 0,
        installImageTimeout: 0,
        installTunnelRetryItvl: 0,
        logAutoupdate: "string",
        maxRevs: 0,
        nrRetry: 0,
        retry: "string",
        retryIntvl: 0,
        rollbackAllowReboot: "string",
        scriptLogsize: 0,
        skipScepCheck: "string",
        skipTunnelFcpReq: "string",
        systemDmId: "string",
        verifyInstall: "string",
    });
    
    type: fortimanager:SystemDm
    properties:
        concurrentInstallImageLimit: 0
        concurrentInstallLimit: 0
        concurrentInstallScriptLimit: 0
        confMergeAfterScript: string
        discoverTimeout: 0
        dpmLogsize: 0
        fgfmAutoRetrieveTimeout: 0
        fgfmInstallRefreshCount: 0
        fgfmKeepaliveItvl: 0
        fgfmSockTimeout: 0
        forceRemoteDiff: string
        fortiapRefreshCnt: 0
        fortiapRefreshItvl: 0
        fortiextRefreshCnt: 0
        installFdsTimeout: 0
        installImageTimeout: 0
        installTunnelRetryItvl: 0
        logAutoupdate: string
        maxRevs: 0
        nrRetry: 0
        retry: string
        retryIntvl: 0
        rollbackAllowReboot: string
        scriptLogsize: 0
        skipScepCheck: string
        skipTunnelFcpReq: string
        systemDmId: string
        verifyInstall: string
    

    SystemDm Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The SystemDm resource accepts the following input properties:

    ConcurrentInstallImageLimit double
    Maximum number of concurrent install image (1 - 1000).
    ConcurrentInstallLimit double
    Maximum number of concurrent installs (5 - 2000).
    ConcurrentInstallScriptLimit double
    Maximum number of concurrent install scripts (5 - 2000).
    ConfMergeAfterScript string
    Merge config after run script on remote device, instead of full retrieve. disable - Disable. enable - Enable. Valid values: disable, enable.
    DiscoverTimeout double
    Check connection timeout when discover device (3 - 15).
    DpmLogsize double
    Maximum dpm log size per device (1 - 100000K).
    FgfmAutoRetrieveTimeout double
    Maximum waiting time for auto retrieve(60 seconds - 3 hours, default 30min).
    FgfmInstallRefreshCount double
    Maximum FGFM install refresh attempt.
    FgfmKeepaliveItvl double
    FGFM protocol keep alive interval (30 - 600 sec).
    FgfmSockTimeout double
    Maximum FGFM socket idle time (90 - 1800 sec).
    ForceRemoteDiff string
    Always use remote diff when installing. disable - Disable. enable - Enable. Valid values: disable, enable.
    FortiapRefreshCnt double
    Max auto refresh FortiAP number each time (1 - 10000).
    FortiapRefreshItvl double
    Auto refresh FortiAP status interval (0 - 1440) minutes, set to 0 will disable auto refresh.
    FortiextRefreshCnt double
    Max device number for FortiExtender auto refresh (1 - 10000).
    InstallFdsTimeout double
    Maximum waiting time for fgt update during install (1-30 minutes, default 10).
    InstallImageTimeout double
    Maximum waiting time for image transfer and device upgrade (1060 - 2460*60 seconds).
    InstallTunnelRetryItvl double
    Time to re-establish tunnel during install (10 - 60 sec).
    LogAutoupdate string
    Enable/disable autoupdate debug logging. disable - Disable. enable - Enable. Valid values: disable, enable.
    MaxRevs double
    Maximum number of revisions saved (1 - 250).
    NrRetry double
    Number of retries.
    Retry string
    Enable/disable configuration install retry. disable - Disable. enable - Enable. Valid values: disable, enable.
    RetryIntvl double
    Retry interval.
    RollbackAllowReboot string
    Enable/disable FortiGate reboot to rollback when installing script/config. disable - Disable. enable - Enable. Valid values: disable, enable.
    ScriptLogsize double
    Maximum script log size per device (1 - 10000K).
    SkipScepCheck string
    Enable/disable installing scep related objects even if scep url is configured. disable - Disable. enable - Enable. Valid values: disable, enable.
    SkipTunnelFcpReq string
    Enable/disable skip the fcp request sent from fgfm tunnel disable - Disable. enable - Enable. Valid values: disable, enable.
    SystemDmId string
    an identifier for the resource.
    VerifyInstall string
    Verify install against remote configuration. disable - Disable. optimal - Verify installation for command errors. enable - Always verify installation. Valid values: disable, optimal, enable.
    ConcurrentInstallImageLimit float64
    Maximum number of concurrent install image (1 - 1000).
    ConcurrentInstallLimit float64
    Maximum number of concurrent installs (5 - 2000).
    ConcurrentInstallScriptLimit float64
    Maximum number of concurrent install scripts (5 - 2000).
    ConfMergeAfterScript string
    Merge config after run script on remote device, instead of full retrieve. disable - Disable. enable - Enable. Valid values: disable, enable.
    DiscoverTimeout float64
    Check connection timeout when discover device (3 - 15).
    DpmLogsize float64
    Maximum dpm log size per device (1 - 100000K).
    FgfmAutoRetrieveTimeout float64
    Maximum waiting time for auto retrieve(60 seconds - 3 hours, default 30min).
    FgfmInstallRefreshCount float64
    Maximum FGFM install refresh attempt.
    FgfmKeepaliveItvl float64
    FGFM protocol keep alive interval (30 - 600 sec).
    FgfmSockTimeout float64
    Maximum FGFM socket idle time (90 - 1800 sec).
    ForceRemoteDiff string
    Always use remote diff when installing. disable - Disable. enable - Enable. Valid values: disable, enable.
    FortiapRefreshCnt float64
    Max auto refresh FortiAP number each time (1 - 10000).
    FortiapRefreshItvl float64
    Auto refresh FortiAP status interval (0 - 1440) minutes, set to 0 will disable auto refresh.
    FortiextRefreshCnt float64
    Max device number for FortiExtender auto refresh (1 - 10000).
    InstallFdsTimeout float64
    Maximum waiting time for fgt update during install (1-30 minutes, default 10).
    InstallImageTimeout float64
    Maximum waiting time for image transfer and device upgrade (1060 - 2460*60 seconds).
    InstallTunnelRetryItvl float64
    Time to re-establish tunnel during install (10 - 60 sec).
    LogAutoupdate string
    Enable/disable autoupdate debug logging. disable - Disable. enable - Enable. Valid values: disable, enable.
    MaxRevs float64
    Maximum number of revisions saved (1 - 250).
    NrRetry float64
    Number of retries.
    Retry string
    Enable/disable configuration install retry. disable - Disable. enable - Enable. Valid values: disable, enable.
    RetryIntvl float64
    Retry interval.
    RollbackAllowReboot string
    Enable/disable FortiGate reboot to rollback when installing script/config. disable - Disable. enable - Enable. Valid values: disable, enable.
    ScriptLogsize float64
    Maximum script log size per device (1 - 10000K).
    SkipScepCheck string
    Enable/disable installing scep related objects even if scep url is configured. disable - Disable. enable - Enable. Valid values: disable, enable.
    SkipTunnelFcpReq string
    Enable/disable skip the fcp request sent from fgfm tunnel disable - Disable. enable - Enable. Valid values: disable, enable.
    SystemDmId string
    an identifier for the resource.
    VerifyInstall string
    Verify install against remote configuration. disable - Disable. optimal - Verify installation for command errors. enable - Always verify installation. Valid values: disable, optimal, enable.
    concurrentInstallImageLimit Double
    Maximum number of concurrent install image (1 - 1000).
    concurrentInstallLimit Double
    Maximum number of concurrent installs (5 - 2000).
    concurrentInstallScriptLimit Double
    Maximum number of concurrent install scripts (5 - 2000).
    confMergeAfterScript String
    Merge config after run script on remote device, instead of full retrieve. disable - Disable. enable - Enable. Valid values: disable, enable.
    discoverTimeout Double
    Check connection timeout when discover device (3 - 15).
    dpmLogsize Double
    Maximum dpm log size per device (1 - 100000K).
    fgfmAutoRetrieveTimeout Double
    Maximum waiting time for auto retrieve(60 seconds - 3 hours, default 30min).
    fgfmInstallRefreshCount Double
    Maximum FGFM install refresh attempt.
    fgfmKeepaliveItvl Double
    FGFM protocol keep alive interval (30 - 600 sec).
    fgfmSockTimeout Double
    Maximum FGFM socket idle time (90 - 1800 sec).
    forceRemoteDiff String
    Always use remote diff when installing. disable - Disable. enable - Enable. Valid values: disable, enable.
    fortiapRefreshCnt Double
    Max auto refresh FortiAP number each time (1 - 10000).
    fortiapRefreshItvl Double
    Auto refresh FortiAP status interval (0 - 1440) minutes, set to 0 will disable auto refresh.
    fortiextRefreshCnt Double
    Max device number for FortiExtender auto refresh (1 - 10000).
    installFdsTimeout Double
    Maximum waiting time for fgt update during install (1-30 minutes, default 10).
    installImageTimeout Double
    Maximum waiting time for image transfer and device upgrade (1060 - 2460*60 seconds).
    installTunnelRetryItvl Double
    Time to re-establish tunnel during install (10 - 60 sec).
    logAutoupdate String
    Enable/disable autoupdate debug logging. disable - Disable. enable - Enable. Valid values: disable, enable.
    maxRevs Double
    Maximum number of revisions saved (1 - 250).
    nrRetry Double
    Number of retries.
    retry String
    Enable/disable configuration install retry. disable - Disable. enable - Enable. Valid values: disable, enable.
    retryIntvl Double
    Retry interval.
    rollbackAllowReboot String
    Enable/disable FortiGate reboot to rollback when installing script/config. disable - Disable. enable - Enable. Valid values: disable, enable.
    scriptLogsize Double
    Maximum script log size per device (1 - 10000K).
    skipScepCheck String
    Enable/disable installing scep related objects even if scep url is configured. disable - Disable. enable - Enable. Valid values: disable, enable.
    skipTunnelFcpReq String
    Enable/disable skip the fcp request sent from fgfm tunnel disable - Disable. enable - Enable. Valid values: disable, enable.
    systemDmId String
    an identifier for the resource.
    verifyInstall String
    Verify install against remote configuration. disable - Disable. optimal - Verify installation for command errors. enable - Always verify installation. Valid values: disable, optimal, enable.
    concurrentInstallImageLimit number
    Maximum number of concurrent install image (1 - 1000).
    concurrentInstallLimit number
    Maximum number of concurrent installs (5 - 2000).
    concurrentInstallScriptLimit number
    Maximum number of concurrent install scripts (5 - 2000).
    confMergeAfterScript string
    Merge config after run script on remote device, instead of full retrieve. disable - Disable. enable - Enable. Valid values: disable, enable.
    discoverTimeout number
    Check connection timeout when discover device (3 - 15).
    dpmLogsize number
    Maximum dpm log size per device (1 - 100000K).
    fgfmAutoRetrieveTimeout number
    Maximum waiting time for auto retrieve(60 seconds - 3 hours, default 30min).
    fgfmInstallRefreshCount number
    Maximum FGFM install refresh attempt.
    fgfmKeepaliveItvl number
    FGFM protocol keep alive interval (30 - 600 sec).
    fgfmSockTimeout number
    Maximum FGFM socket idle time (90 - 1800 sec).
    forceRemoteDiff string
    Always use remote diff when installing. disable - Disable. enable - Enable. Valid values: disable, enable.
    fortiapRefreshCnt number
    Max auto refresh FortiAP number each time (1 - 10000).
    fortiapRefreshItvl number
    Auto refresh FortiAP status interval (0 - 1440) minutes, set to 0 will disable auto refresh.
    fortiextRefreshCnt number
    Max device number for FortiExtender auto refresh (1 - 10000).
    installFdsTimeout number
    Maximum waiting time for fgt update during install (1-30 minutes, default 10).
    installImageTimeout number
    Maximum waiting time for image transfer and device upgrade (1060 - 2460*60 seconds).
    installTunnelRetryItvl number
    Time to re-establish tunnel during install (10 - 60 sec).
    logAutoupdate string
    Enable/disable autoupdate debug logging. disable - Disable. enable - Enable. Valid values: disable, enable.
    maxRevs number
    Maximum number of revisions saved (1 - 250).
    nrRetry number
    Number of retries.
    retry string
    Enable/disable configuration install retry. disable - Disable. enable - Enable. Valid values: disable, enable.
    retryIntvl number
    Retry interval.
    rollbackAllowReboot string
    Enable/disable FortiGate reboot to rollback when installing script/config. disable - Disable. enable - Enable. Valid values: disable, enable.
    scriptLogsize number
    Maximum script log size per device (1 - 10000K).
    skipScepCheck string
    Enable/disable installing scep related objects even if scep url is configured. disable - Disable. enable - Enable. Valid values: disable, enable.
    skipTunnelFcpReq string
    Enable/disable skip the fcp request sent from fgfm tunnel disable - Disable. enable - Enable. Valid values: disable, enable.
    systemDmId string
    an identifier for the resource.
    verifyInstall string
    Verify install against remote configuration. disable - Disable. optimal - Verify installation for command errors. enable - Always verify installation. Valid values: disable, optimal, enable.
    concurrent_install_image_limit float
    Maximum number of concurrent install image (1 - 1000).
    concurrent_install_limit float
    Maximum number of concurrent installs (5 - 2000).
    concurrent_install_script_limit float
    Maximum number of concurrent install scripts (5 - 2000).
    conf_merge_after_script str
    Merge config after run script on remote device, instead of full retrieve. disable - Disable. enable - Enable. Valid values: disable, enable.
    discover_timeout float
    Check connection timeout when discover device (3 - 15).
    dpm_logsize float
    Maximum dpm log size per device (1 - 100000K).
    fgfm_auto_retrieve_timeout float
    Maximum waiting time for auto retrieve(60 seconds - 3 hours, default 30min).
    fgfm_install_refresh_count float
    Maximum FGFM install refresh attempt.
    fgfm_keepalive_itvl float
    FGFM protocol keep alive interval (30 - 600 sec).
    fgfm_sock_timeout float
    Maximum FGFM socket idle time (90 - 1800 sec).
    force_remote_diff str
    Always use remote diff when installing. disable - Disable. enable - Enable. Valid values: disable, enable.
    fortiap_refresh_cnt float
    Max auto refresh FortiAP number each time (1 - 10000).
    fortiap_refresh_itvl float
    Auto refresh FortiAP status interval (0 - 1440) minutes, set to 0 will disable auto refresh.
    fortiext_refresh_cnt float
    Max device number for FortiExtender auto refresh (1 - 10000).
    install_fds_timeout float
    Maximum waiting time for fgt update during install (1-30 minutes, default 10).
    install_image_timeout float
    Maximum waiting time for image transfer and device upgrade (1060 - 2460*60 seconds).
    install_tunnel_retry_itvl float
    Time to re-establish tunnel during install (10 - 60 sec).
    log_autoupdate str
    Enable/disable autoupdate debug logging. disable - Disable. enable - Enable. Valid values: disable, enable.
    max_revs float
    Maximum number of revisions saved (1 - 250).
    nr_retry float
    Number of retries.
    retry str
    Enable/disable configuration install retry. disable - Disable. enable - Enable. Valid values: disable, enable.
    retry_intvl float
    Retry interval.
    rollback_allow_reboot str
    Enable/disable FortiGate reboot to rollback when installing script/config. disable - Disable. enable - Enable. Valid values: disable, enable.
    script_logsize float
    Maximum script log size per device (1 - 10000K).
    skip_scep_check str
    Enable/disable installing scep related objects even if scep url is configured. disable - Disable. enable - Enable. Valid values: disable, enable.
    skip_tunnel_fcp_req str
    Enable/disable skip the fcp request sent from fgfm tunnel disable - Disable. enable - Enable. Valid values: disable, enable.
    system_dm_id str
    an identifier for the resource.
    verify_install str
    Verify install against remote configuration. disable - Disable. optimal - Verify installation for command errors. enable - Always verify installation. Valid values: disable, optimal, enable.
    concurrentInstallImageLimit Number
    Maximum number of concurrent install image (1 - 1000).
    concurrentInstallLimit Number
    Maximum number of concurrent installs (5 - 2000).
    concurrentInstallScriptLimit Number
    Maximum number of concurrent install scripts (5 - 2000).
    confMergeAfterScript String
    Merge config after run script on remote device, instead of full retrieve. disable - Disable. enable - Enable. Valid values: disable, enable.
    discoverTimeout Number
    Check connection timeout when discover device (3 - 15).
    dpmLogsize Number
    Maximum dpm log size per device (1 - 100000K).
    fgfmAutoRetrieveTimeout Number
    Maximum waiting time for auto retrieve(60 seconds - 3 hours, default 30min).
    fgfmInstallRefreshCount Number
    Maximum FGFM install refresh attempt.
    fgfmKeepaliveItvl Number
    FGFM protocol keep alive interval (30 - 600 sec).
    fgfmSockTimeout Number
    Maximum FGFM socket idle time (90 - 1800 sec).
    forceRemoteDiff String
    Always use remote diff when installing. disable - Disable. enable - Enable. Valid values: disable, enable.
    fortiapRefreshCnt Number
    Max auto refresh FortiAP number each time (1 - 10000).
    fortiapRefreshItvl Number
    Auto refresh FortiAP status interval (0 - 1440) minutes, set to 0 will disable auto refresh.
    fortiextRefreshCnt Number
    Max device number for FortiExtender auto refresh (1 - 10000).
    installFdsTimeout Number
    Maximum waiting time for fgt update during install (1-30 minutes, default 10).
    installImageTimeout Number
    Maximum waiting time for image transfer and device upgrade (1060 - 2460*60 seconds).
    installTunnelRetryItvl Number
    Time to re-establish tunnel during install (10 - 60 sec).
    logAutoupdate String
    Enable/disable autoupdate debug logging. disable - Disable. enable - Enable. Valid values: disable, enable.
    maxRevs Number
    Maximum number of revisions saved (1 - 250).
    nrRetry Number
    Number of retries.
    retry String
    Enable/disable configuration install retry. disable - Disable. enable - Enable. Valid values: disable, enable.
    retryIntvl Number
    Retry interval.
    rollbackAllowReboot String
    Enable/disable FortiGate reboot to rollback when installing script/config. disable - Disable. enable - Enable. Valid values: disable, enable.
    scriptLogsize Number
    Maximum script log size per device (1 - 10000K).
    skipScepCheck String
    Enable/disable installing scep related objects even if scep url is configured. disable - Disable. enable - Enable. Valid values: disable, enable.
    skipTunnelFcpReq String
    Enable/disable skip the fcp request sent from fgfm tunnel disable - Disable. enable - Enable. Valid values: disable, enable.
    systemDmId String
    an identifier for the resource.
    verifyInstall String
    Verify install against remote configuration. disable - Disable. optimal - Verify installation for command errors. enable - Always verify installation. Valid values: disable, optimal, enable.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the SystemDm resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing SystemDm Resource

    Get an existing SystemDm resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: SystemDmState, opts?: CustomResourceOptions): SystemDm
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            concurrent_install_image_limit: Optional[float] = None,
            concurrent_install_limit: Optional[float] = None,
            concurrent_install_script_limit: Optional[float] = None,
            conf_merge_after_script: Optional[str] = None,
            discover_timeout: Optional[float] = None,
            dpm_logsize: Optional[float] = None,
            fgfm_auto_retrieve_timeout: Optional[float] = None,
            fgfm_install_refresh_count: Optional[float] = None,
            fgfm_keepalive_itvl: Optional[float] = None,
            fgfm_sock_timeout: Optional[float] = None,
            force_remote_diff: Optional[str] = None,
            fortiap_refresh_cnt: Optional[float] = None,
            fortiap_refresh_itvl: Optional[float] = None,
            fortiext_refresh_cnt: Optional[float] = None,
            install_fds_timeout: Optional[float] = None,
            install_image_timeout: Optional[float] = None,
            install_tunnel_retry_itvl: Optional[float] = None,
            log_autoupdate: Optional[str] = None,
            max_revs: Optional[float] = None,
            nr_retry: Optional[float] = None,
            retry: Optional[str] = None,
            retry_intvl: Optional[float] = None,
            rollback_allow_reboot: Optional[str] = None,
            script_logsize: Optional[float] = None,
            skip_scep_check: Optional[str] = None,
            skip_tunnel_fcp_req: Optional[str] = None,
            system_dm_id: Optional[str] = None,
            verify_install: Optional[str] = None) -> SystemDm
    func GetSystemDm(ctx *Context, name string, id IDInput, state *SystemDmState, opts ...ResourceOption) (*SystemDm, error)
    public static SystemDm Get(string name, Input<string> id, SystemDmState? state, CustomResourceOptions? opts = null)
    public static SystemDm get(String name, Output<String> id, SystemDmState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:SystemDm    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    ConcurrentInstallImageLimit double
    Maximum number of concurrent install image (1 - 1000).
    ConcurrentInstallLimit double
    Maximum number of concurrent installs (5 - 2000).
    ConcurrentInstallScriptLimit double
    Maximum number of concurrent install scripts (5 - 2000).
    ConfMergeAfterScript string
    Merge config after run script on remote device, instead of full retrieve. disable - Disable. enable - Enable. Valid values: disable, enable.
    DiscoverTimeout double
    Check connection timeout when discover device (3 - 15).
    DpmLogsize double
    Maximum dpm log size per device (1 - 100000K).
    FgfmAutoRetrieveTimeout double
    Maximum waiting time for auto retrieve(60 seconds - 3 hours, default 30min).
    FgfmInstallRefreshCount double
    Maximum FGFM install refresh attempt.
    FgfmKeepaliveItvl double
    FGFM protocol keep alive interval (30 - 600 sec).
    FgfmSockTimeout double
    Maximum FGFM socket idle time (90 - 1800 sec).
    ForceRemoteDiff string
    Always use remote diff when installing. disable - Disable. enable - Enable. Valid values: disable, enable.
    FortiapRefreshCnt double
    Max auto refresh FortiAP number each time (1 - 10000).
    FortiapRefreshItvl double
    Auto refresh FortiAP status interval (0 - 1440) minutes, set to 0 will disable auto refresh.
    FortiextRefreshCnt double
    Max device number for FortiExtender auto refresh (1 - 10000).
    InstallFdsTimeout double
    Maximum waiting time for fgt update during install (1-30 minutes, default 10).
    InstallImageTimeout double
    Maximum waiting time for image transfer and device upgrade (1060 - 2460*60 seconds).
    InstallTunnelRetryItvl double
    Time to re-establish tunnel during install (10 - 60 sec).
    LogAutoupdate string
    Enable/disable autoupdate debug logging. disable - Disable. enable - Enable. Valid values: disable, enable.
    MaxRevs double
    Maximum number of revisions saved (1 - 250).
    NrRetry double
    Number of retries.
    Retry string
    Enable/disable configuration install retry. disable - Disable. enable - Enable. Valid values: disable, enable.
    RetryIntvl double
    Retry interval.
    RollbackAllowReboot string
    Enable/disable FortiGate reboot to rollback when installing script/config. disable - Disable. enable - Enable. Valid values: disable, enable.
    ScriptLogsize double
    Maximum script log size per device (1 - 10000K).
    SkipScepCheck string
    Enable/disable installing scep related objects even if scep url is configured. disable - Disable. enable - Enable. Valid values: disable, enable.
    SkipTunnelFcpReq string
    Enable/disable skip the fcp request sent from fgfm tunnel disable - Disable. enable - Enable. Valid values: disable, enable.
    SystemDmId string
    an identifier for the resource.
    VerifyInstall string
    Verify install against remote configuration. disable - Disable. optimal - Verify installation for command errors. enable - Always verify installation. Valid values: disable, optimal, enable.
    ConcurrentInstallImageLimit float64
    Maximum number of concurrent install image (1 - 1000).
    ConcurrentInstallLimit float64
    Maximum number of concurrent installs (5 - 2000).
    ConcurrentInstallScriptLimit float64
    Maximum number of concurrent install scripts (5 - 2000).
    ConfMergeAfterScript string
    Merge config after run script on remote device, instead of full retrieve. disable - Disable. enable - Enable. Valid values: disable, enable.
    DiscoverTimeout float64
    Check connection timeout when discover device (3 - 15).
    DpmLogsize float64
    Maximum dpm log size per device (1 - 100000K).
    FgfmAutoRetrieveTimeout float64
    Maximum waiting time for auto retrieve(60 seconds - 3 hours, default 30min).
    FgfmInstallRefreshCount float64
    Maximum FGFM install refresh attempt.
    FgfmKeepaliveItvl float64
    FGFM protocol keep alive interval (30 - 600 sec).
    FgfmSockTimeout float64
    Maximum FGFM socket idle time (90 - 1800 sec).
    ForceRemoteDiff string
    Always use remote diff when installing. disable - Disable. enable - Enable. Valid values: disable, enable.
    FortiapRefreshCnt float64
    Max auto refresh FortiAP number each time (1 - 10000).
    FortiapRefreshItvl float64
    Auto refresh FortiAP status interval (0 - 1440) minutes, set to 0 will disable auto refresh.
    FortiextRefreshCnt float64
    Max device number for FortiExtender auto refresh (1 - 10000).
    InstallFdsTimeout float64
    Maximum waiting time for fgt update during install (1-30 minutes, default 10).
    InstallImageTimeout float64
    Maximum waiting time for image transfer and device upgrade (1060 - 2460*60 seconds).
    InstallTunnelRetryItvl float64
    Time to re-establish tunnel during install (10 - 60 sec).
    LogAutoupdate string
    Enable/disable autoupdate debug logging. disable - Disable. enable - Enable. Valid values: disable, enable.
    MaxRevs float64
    Maximum number of revisions saved (1 - 250).
    NrRetry float64
    Number of retries.
    Retry string
    Enable/disable configuration install retry. disable - Disable. enable - Enable. Valid values: disable, enable.
    RetryIntvl float64
    Retry interval.
    RollbackAllowReboot string
    Enable/disable FortiGate reboot to rollback when installing script/config. disable - Disable. enable - Enable. Valid values: disable, enable.
    ScriptLogsize float64
    Maximum script log size per device (1 - 10000K).
    SkipScepCheck string
    Enable/disable installing scep related objects even if scep url is configured. disable - Disable. enable - Enable. Valid values: disable, enable.
    SkipTunnelFcpReq string
    Enable/disable skip the fcp request sent from fgfm tunnel disable - Disable. enable - Enable. Valid values: disable, enable.
    SystemDmId string
    an identifier for the resource.
    VerifyInstall string
    Verify install against remote configuration. disable - Disable. optimal - Verify installation for command errors. enable - Always verify installation. Valid values: disable, optimal, enable.
    concurrentInstallImageLimit Double
    Maximum number of concurrent install image (1 - 1000).
    concurrentInstallLimit Double
    Maximum number of concurrent installs (5 - 2000).
    concurrentInstallScriptLimit Double
    Maximum number of concurrent install scripts (5 - 2000).
    confMergeAfterScript String
    Merge config after run script on remote device, instead of full retrieve. disable - Disable. enable - Enable. Valid values: disable, enable.
    discoverTimeout Double
    Check connection timeout when discover device (3 - 15).
    dpmLogsize Double
    Maximum dpm log size per device (1 - 100000K).
    fgfmAutoRetrieveTimeout Double
    Maximum waiting time for auto retrieve(60 seconds - 3 hours, default 30min).
    fgfmInstallRefreshCount Double
    Maximum FGFM install refresh attempt.
    fgfmKeepaliveItvl Double
    FGFM protocol keep alive interval (30 - 600 sec).
    fgfmSockTimeout Double
    Maximum FGFM socket idle time (90 - 1800 sec).
    forceRemoteDiff String
    Always use remote diff when installing. disable - Disable. enable - Enable. Valid values: disable, enable.
    fortiapRefreshCnt Double
    Max auto refresh FortiAP number each time (1 - 10000).
    fortiapRefreshItvl Double
    Auto refresh FortiAP status interval (0 - 1440) minutes, set to 0 will disable auto refresh.
    fortiextRefreshCnt Double
    Max device number for FortiExtender auto refresh (1 - 10000).
    installFdsTimeout Double
    Maximum waiting time for fgt update during install (1-30 minutes, default 10).
    installImageTimeout Double
    Maximum waiting time for image transfer and device upgrade (1060 - 2460*60 seconds).
    installTunnelRetryItvl Double
    Time to re-establish tunnel during install (10 - 60 sec).
    logAutoupdate String
    Enable/disable autoupdate debug logging. disable - Disable. enable - Enable. Valid values: disable, enable.
    maxRevs Double
    Maximum number of revisions saved (1 - 250).
    nrRetry Double
    Number of retries.
    retry String
    Enable/disable configuration install retry. disable - Disable. enable - Enable. Valid values: disable, enable.
    retryIntvl Double
    Retry interval.
    rollbackAllowReboot String
    Enable/disable FortiGate reboot to rollback when installing script/config. disable - Disable. enable - Enable. Valid values: disable, enable.
    scriptLogsize Double
    Maximum script log size per device (1 - 10000K).
    skipScepCheck String
    Enable/disable installing scep related objects even if scep url is configured. disable - Disable. enable - Enable. Valid values: disable, enable.
    skipTunnelFcpReq String
    Enable/disable skip the fcp request sent from fgfm tunnel disable - Disable. enable - Enable. Valid values: disable, enable.
    systemDmId String
    an identifier for the resource.
    verifyInstall String
    Verify install against remote configuration. disable - Disable. optimal - Verify installation for command errors. enable - Always verify installation. Valid values: disable, optimal, enable.
    concurrentInstallImageLimit number
    Maximum number of concurrent install image (1 - 1000).
    concurrentInstallLimit number
    Maximum number of concurrent installs (5 - 2000).
    concurrentInstallScriptLimit number
    Maximum number of concurrent install scripts (5 - 2000).
    confMergeAfterScript string
    Merge config after run script on remote device, instead of full retrieve. disable - Disable. enable - Enable. Valid values: disable, enable.
    discoverTimeout number
    Check connection timeout when discover device (3 - 15).
    dpmLogsize number
    Maximum dpm log size per device (1 - 100000K).
    fgfmAutoRetrieveTimeout number
    Maximum waiting time for auto retrieve(60 seconds - 3 hours, default 30min).
    fgfmInstallRefreshCount number
    Maximum FGFM install refresh attempt.
    fgfmKeepaliveItvl number
    FGFM protocol keep alive interval (30 - 600 sec).
    fgfmSockTimeout number
    Maximum FGFM socket idle time (90 - 1800 sec).
    forceRemoteDiff string
    Always use remote diff when installing. disable - Disable. enable - Enable. Valid values: disable, enable.
    fortiapRefreshCnt number
    Max auto refresh FortiAP number each time (1 - 10000).
    fortiapRefreshItvl number
    Auto refresh FortiAP status interval (0 - 1440) minutes, set to 0 will disable auto refresh.
    fortiextRefreshCnt number
    Max device number for FortiExtender auto refresh (1 - 10000).
    installFdsTimeout number
    Maximum waiting time for fgt update during install (1-30 minutes, default 10).
    installImageTimeout number
    Maximum waiting time for image transfer and device upgrade (1060 - 2460*60 seconds).
    installTunnelRetryItvl number
    Time to re-establish tunnel during install (10 - 60 sec).
    logAutoupdate string
    Enable/disable autoupdate debug logging. disable - Disable. enable - Enable. Valid values: disable, enable.
    maxRevs number
    Maximum number of revisions saved (1 - 250).
    nrRetry number
    Number of retries.
    retry string
    Enable/disable configuration install retry. disable - Disable. enable - Enable. Valid values: disable, enable.
    retryIntvl number
    Retry interval.
    rollbackAllowReboot string
    Enable/disable FortiGate reboot to rollback when installing script/config. disable - Disable. enable - Enable. Valid values: disable, enable.
    scriptLogsize number
    Maximum script log size per device (1 - 10000K).
    skipScepCheck string
    Enable/disable installing scep related objects even if scep url is configured. disable - Disable. enable - Enable. Valid values: disable, enable.
    skipTunnelFcpReq string
    Enable/disable skip the fcp request sent from fgfm tunnel disable - Disable. enable - Enable. Valid values: disable, enable.
    systemDmId string
    an identifier for the resource.
    verifyInstall string
    Verify install against remote configuration. disable - Disable. optimal - Verify installation for command errors. enable - Always verify installation. Valid values: disable, optimal, enable.
    concurrent_install_image_limit float
    Maximum number of concurrent install image (1 - 1000).
    concurrent_install_limit float
    Maximum number of concurrent installs (5 - 2000).
    concurrent_install_script_limit float
    Maximum number of concurrent install scripts (5 - 2000).
    conf_merge_after_script str
    Merge config after run script on remote device, instead of full retrieve. disable - Disable. enable - Enable. Valid values: disable, enable.
    discover_timeout float
    Check connection timeout when discover device (3 - 15).
    dpm_logsize float
    Maximum dpm log size per device (1 - 100000K).
    fgfm_auto_retrieve_timeout float
    Maximum waiting time for auto retrieve(60 seconds - 3 hours, default 30min).
    fgfm_install_refresh_count float
    Maximum FGFM install refresh attempt.
    fgfm_keepalive_itvl float
    FGFM protocol keep alive interval (30 - 600 sec).
    fgfm_sock_timeout float
    Maximum FGFM socket idle time (90 - 1800 sec).
    force_remote_diff str
    Always use remote diff when installing. disable - Disable. enable - Enable. Valid values: disable, enable.
    fortiap_refresh_cnt float
    Max auto refresh FortiAP number each time (1 - 10000).
    fortiap_refresh_itvl float
    Auto refresh FortiAP status interval (0 - 1440) minutes, set to 0 will disable auto refresh.
    fortiext_refresh_cnt float
    Max device number for FortiExtender auto refresh (1 - 10000).
    install_fds_timeout float
    Maximum waiting time for fgt update during install (1-30 minutes, default 10).
    install_image_timeout float
    Maximum waiting time for image transfer and device upgrade (1060 - 2460*60 seconds).
    install_tunnel_retry_itvl float
    Time to re-establish tunnel during install (10 - 60 sec).
    log_autoupdate str
    Enable/disable autoupdate debug logging. disable - Disable. enable - Enable. Valid values: disable, enable.
    max_revs float
    Maximum number of revisions saved (1 - 250).
    nr_retry float
    Number of retries.
    retry str
    Enable/disable configuration install retry. disable - Disable. enable - Enable. Valid values: disable, enable.
    retry_intvl float
    Retry interval.
    rollback_allow_reboot str
    Enable/disable FortiGate reboot to rollback when installing script/config. disable - Disable. enable - Enable. Valid values: disable, enable.
    script_logsize float
    Maximum script log size per device (1 - 10000K).
    skip_scep_check str
    Enable/disable installing scep related objects even if scep url is configured. disable - Disable. enable - Enable. Valid values: disable, enable.
    skip_tunnel_fcp_req str
    Enable/disable skip the fcp request sent from fgfm tunnel disable - Disable. enable - Enable. Valid values: disable, enable.
    system_dm_id str
    an identifier for the resource.
    verify_install str
    Verify install against remote configuration. disable - Disable. optimal - Verify installation for command errors. enable - Always verify installation. Valid values: disable, optimal, enable.
    concurrentInstallImageLimit Number
    Maximum number of concurrent install image (1 - 1000).
    concurrentInstallLimit Number
    Maximum number of concurrent installs (5 - 2000).
    concurrentInstallScriptLimit Number
    Maximum number of concurrent install scripts (5 - 2000).
    confMergeAfterScript String
    Merge config after run script on remote device, instead of full retrieve. disable - Disable. enable - Enable. Valid values: disable, enable.
    discoverTimeout Number
    Check connection timeout when discover device (3 - 15).
    dpmLogsize Number
    Maximum dpm log size per device (1 - 100000K).
    fgfmAutoRetrieveTimeout Number
    Maximum waiting time for auto retrieve(60 seconds - 3 hours, default 30min).
    fgfmInstallRefreshCount Number
    Maximum FGFM install refresh attempt.
    fgfmKeepaliveItvl Number
    FGFM protocol keep alive interval (30 - 600 sec).
    fgfmSockTimeout Number
    Maximum FGFM socket idle time (90 - 1800 sec).
    forceRemoteDiff String
    Always use remote diff when installing. disable - Disable. enable - Enable. Valid values: disable, enable.
    fortiapRefreshCnt Number
    Max auto refresh FortiAP number each time (1 - 10000).
    fortiapRefreshItvl Number
    Auto refresh FortiAP status interval (0 - 1440) minutes, set to 0 will disable auto refresh.
    fortiextRefreshCnt Number
    Max device number for FortiExtender auto refresh (1 - 10000).
    installFdsTimeout Number
    Maximum waiting time for fgt update during install (1-30 minutes, default 10).
    installImageTimeout Number
    Maximum waiting time for image transfer and device upgrade (1060 - 2460*60 seconds).
    installTunnelRetryItvl Number
    Time to re-establish tunnel during install (10 - 60 sec).
    logAutoupdate String
    Enable/disable autoupdate debug logging. disable - Disable. enable - Enable. Valid values: disable, enable.
    maxRevs Number
    Maximum number of revisions saved (1 - 250).
    nrRetry Number
    Number of retries.
    retry String
    Enable/disable configuration install retry. disable - Disable. enable - Enable. Valid values: disable, enable.
    retryIntvl Number
    Retry interval.
    rollbackAllowReboot String
    Enable/disable FortiGate reboot to rollback when installing script/config. disable - Disable. enable - Enable. Valid values: disable, enable.
    scriptLogsize Number
    Maximum script log size per device (1 - 10000K).
    skipScepCheck String
    Enable/disable installing scep related objects even if scep url is configured. disable - Disable. enable - Enable. Valid values: disable, enable.
    skipTunnelFcpReq String
    Enable/disable skip the fcp request sent from fgfm tunnel disable - Disable. enable - Enable. Valid values: disable, enable.
    systemDmId String
    an identifier for the resource.
    verifyInstall String
    Verify install against remote configuration. disable - Disable. optimal - Verify installation for command errors. enable - Always verify installation. Valid values: disable, optimal, enable.

    Import

    System Dm can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/systemDm:SystemDm labelname SystemDm
    

    $ unset “FORTIMANAGER_IMPORT_TABLE”

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    fortimanager fortinetdev/terraform-provider-fortimanager
    License
    Notes
    This Pulumi package is based on the fortimanager Terraform Provider.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev