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

fortimanager.SystempLogFortianalyzercloudSetting

Explore with Pulumi AI

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

    Global FortiAnalyzer Cloud settings.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as fortimanager from "@pulumi/fortimanager";
    
    const trname = new fortimanager.SystempLogFortianalyzercloudSetting("trname", {
        accessConfig: "enable",
        connTimeout: 120,
        devprof: "default",
    });
    
    import pulumi
    import pulumi_fortimanager as fortimanager
    
    trname = fortimanager.SystempLogFortianalyzercloudSetting("trname",
        access_config="enable",
        conn_timeout=120,
        devprof="default")
    
    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.NewSystempLogFortianalyzercloudSetting(ctx, "trname", &fortimanager.SystempLogFortianalyzercloudSettingArgs{
    			AccessConfig: pulumi.String("enable"),
    			ConnTimeout:  pulumi.Float64(120),
    			Devprof:      pulumi.String("default"),
    		})
    		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.SystempLogFortianalyzercloudSetting("trname", new()
        {
            AccessConfig = "enable",
            ConnTimeout = 120,
            Devprof = "default",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.fortimanager.SystempLogFortianalyzercloudSetting;
    import com.pulumi.fortimanager.SystempLogFortianalyzercloudSettingArgs;
    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 SystempLogFortianalyzercloudSetting("trname", SystempLogFortianalyzercloudSettingArgs.builder()
                .accessConfig("enable")
                .connTimeout(120)
                .devprof("default")
                .build());
    
        }
    }
    
    resources:
      trname:
        type: fortimanager:SystempLogFortianalyzercloudSetting
        properties:
          accessConfig: enable
          connTimeout: 120
          devprof: default
    

    Create SystempLogFortianalyzercloudSetting Resource

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

    Constructor syntax

    new SystempLogFortianalyzercloudSetting(name: string, args: SystempLogFortianalyzercloudSettingArgs, opts?: CustomResourceOptions);
    @overload
    def SystempLogFortianalyzercloudSetting(resource_name: str,
                                            args: SystempLogFortianalyzercloudSettingArgs,
                                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def SystempLogFortianalyzercloudSetting(resource_name: str,
                                            opts: Optional[ResourceOptions] = None,
                                            devprof: Optional[str] = None,
                                            max_log_rate: Optional[float] = None,
                                            certificate: Optional[str] = None,
                                            monitor_keepalive_period: Optional[float] = None,
                                            preshared_key: Optional[str] = None,
                                            conn_timeout: Optional[float] = None,
                                            access_config: Optional[str] = None,
                                            enc_algorithm: Optional[str] = None,
                                            hmac_algorithm: Optional[str] = None,
                                            interface: Optional[str] = None,
                                            interface_select_method: Optional[str] = None,
                                            ips_archive: Optional[str] = None,
                                            __change_ip: Optional[float] = None,
                                            upload_time: Optional[str] = None,
                                            adom: Optional[str] = None,
                                            certificate_verification: Optional[str] = None,
                                            priority: Optional[str] = None,
                                            scopetype: Optional[str] = None,
                                            serials: Optional[Sequence[str]] = None,
                                            source_ip: Optional[str] = None,
                                            ssl_min_proto_version: Optional[str] = None,
                                            status: Optional[str] = None,
                                            systemp_log_fortianalyzercloud_setting_id: Optional[str] = None,
                                            upload_day: Optional[str] = None,
                                            upload_interval: Optional[str] = None,
                                            upload_option: Optional[str] = None,
                                            monitor_failure_retry_period: Optional[float] = None)
    func NewSystempLogFortianalyzercloudSetting(ctx *Context, name string, args SystempLogFortianalyzercloudSettingArgs, opts ...ResourceOption) (*SystempLogFortianalyzercloudSetting, error)
    public SystempLogFortianalyzercloudSetting(string name, SystempLogFortianalyzercloudSettingArgs args, CustomResourceOptions? opts = null)
    public SystempLogFortianalyzercloudSetting(String name, SystempLogFortianalyzercloudSettingArgs args)
    public SystempLogFortianalyzercloudSetting(String name, SystempLogFortianalyzercloudSettingArgs args, CustomResourceOptions options)
    
    type: fortimanager:SystempLogFortianalyzercloudSetting
    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 SystempLogFortianalyzercloudSettingArgs
    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 SystempLogFortianalyzercloudSettingArgs
    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 SystempLogFortianalyzercloudSettingArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SystempLogFortianalyzercloudSettingArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SystempLogFortianalyzercloudSettingArgs
    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 systempLogFortianalyzercloudSettingResource = new Fortimanager.SystempLogFortianalyzercloudSetting("systempLogFortianalyzercloudSettingResource", new()
    {
        Devprof = "string",
        MaxLogRate = 0,
        Certificate = "string",
        MonitorKeepalivePeriod = 0,
        PresharedKey = "string",
        ConnTimeout = 0,
        AccessConfig = "string",
        EncAlgorithm = "string",
        HmacAlgorithm = "string",
        Interface = "string",
        InterfaceSelectMethod = "string",
        IpsArchive = "string",
        __changeIp = 0,
        UploadTime = "string",
        Adom = "string",
        CertificateVerification = "string",
        Priority = "string",
        Scopetype = "string",
        Serials = new[]
        {
            "string",
        },
        SourceIp = "string",
        SslMinProtoVersion = "string",
        Status = "string",
        SystempLogFortianalyzercloudSettingId = "string",
        UploadDay = "string",
        UploadInterval = "string",
        UploadOption = "string",
        MonitorFailureRetryPeriod = 0,
    });
    
    example, err := fortimanager.NewSystempLogFortianalyzercloudSetting(ctx, "systempLogFortianalyzercloudSettingResource", &fortimanager.SystempLogFortianalyzercloudSettingArgs{
    Devprof: pulumi.String("string"),
    MaxLogRate: pulumi.Float64(0),
    Certificate: pulumi.String("string"),
    MonitorKeepalivePeriod: pulumi.Float64(0),
    PresharedKey: pulumi.String("string"),
    ConnTimeout: pulumi.Float64(0),
    AccessConfig: pulumi.String("string"),
    EncAlgorithm: pulumi.String("string"),
    HmacAlgorithm: pulumi.String("string"),
    Interface: pulumi.String("string"),
    InterfaceSelectMethod: pulumi.String("string"),
    IpsArchive: pulumi.String("string"),
    __changeIp: pulumi.Float64(0),
    UploadTime: pulumi.String("string"),
    Adom: pulumi.String("string"),
    CertificateVerification: pulumi.String("string"),
    Priority: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    Serials: pulumi.StringArray{
    pulumi.String("string"),
    },
    SourceIp: pulumi.String("string"),
    SslMinProtoVersion: pulumi.String("string"),
    Status: pulumi.String("string"),
    SystempLogFortianalyzercloudSettingId: pulumi.String("string"),
    UploadDay: pulumi.String("string"),
    UploadInterval: pulumi.String("string"),
    UploadOption: pulumi.String("string"),
    MonitorFailureRetryPeriod: pulumi.Float64(0),
    })
    
    var systempLogFortianalyzercloudSettingResource = new SystempLogFortianalyzercloudSetting("systempLogFortianalyzercloudSettingResource", SystempLogFortianalyzercloudSettingArgs.builder()
        .devprof("string")
        .maxLogRate(0)
        .certificate("string")
        .monitorKeepalivePeriod(0)
        .presharedKey("string")
        .connTimeout(0)
        .accessConfig("string")
        .encAlgorithm("string")
        .hmacAlgorithm("string")
        .interface_("string")
        .interfaceSelectMethod("string")
        .ipsArchive("string")
        .__changeIp(0)
        .uploadTime("string")
        .adom("string")
        .certificateVerification("string")
        .priority("string")
        .scopetype("string")
        .serials("string")
        .sourceIp("string")
        .sslMinProtoVersion("string")
        .status("string")
        .systempLogFortianalyzercloudSettingId("string")
        .uploadDay("string")
        .uploadInterval("string")
        .uploadOption("string")
        .monitorFailureRetryPeriod(0)
        .build());
    
    systemp_log_fortianalyzercloud_setting_resource = fortimanager.SystempLogFortianalyzercloudSetting("systempLogFortianalyzercloudSettingResource",
        devprof="string",
        max_log_rate=0,
        certificate="string",
        monitor_keepalive_period=0,
        preshared_key="string",
        conn_timeout=0,
        access_config="string",
        enc_algorithm="string",
        hmac_algorithm="string",
        interface="string",
        interface_select_method="string",
        ips_archive="string",
        __change_ip=0,
        upload_time="string",
        adom="string",
        certificate_verification="string",
        priority="string",
        scopetype="string",
        serials=["string"],
        source_ip="string",
        ssl_min_proto_version="string",
        status="string",
        systemp_log_fortianalyzercloud_setting_id="string",
        upload_day="string",
        upload_interval="string",
        upload_option="string",
        monitor_failure_retry_period=0)
    
    const systempLogFortianalyzercloudSettingResource = new fortimanager.SystempLogFortianalyzercloudSetting("systempLogFortianalyzercloudSettingResource", {
        devprof: "string",
        maxLogRate: 0,
        certificate: "string",
        monitorKeepalivePeriod: 0,
        presharedKey: "string",
        connTimeout: 0,
        accessConfig: "string",
        encAlgorithm: "string",
        hmacAlgorithm: "string",
        "interface": "string",
        interfaceSelectMethod: "string",
        ipsArchive: "string",
        __changeIp: 0,
        uploadTime: "string",
        adom: "string",
        certificateVerification: "string",
        priority: "string",
        scopetype: "string",
        serials: ["string"],
        sourceIp: "string",
        sslMinProtoVersion: "string",
        status: "string",
        systempLogFortianalyzercloudSettingId: "string",
        uploadDay: "string",
        uploadInterval: "string",
        uploadOption: "string",
        monitorFailureRetryPeriod: 0,
    });
    
    type: fortimanager:SystempLogFortianalyzercloudSetting
    properties:
        __changeIp: 0
        accessConfig: string
        adom: string
        certificate: string
        certificateVerification: string
        connTimeout: 0
        devprof: string
        encAlgorithm: string
        hmacAlgorithm: string
        interface: string
        interfaceSelectMethod: string
        ipsArchive: string
        maxLogRate: 0
        monitorFailureRetryPeriod: 0
        monitorKeepalivePeriod: 0
        presharedKey: string
        priority: string
        scopetype: string
        serials:
            - string
        sourceIp: string
        sslMinProtoVersion: string
        status: string
        systempLogFortianalyzercloudSettingId: string
        uploadDay: string
        uploadInterval: string
        uploadOption: string
        uploadTime: string
    

    SystempLogFortianalyzercloudSetting 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 SystempLogFortianalyzercloudSetting resource accepts the following input properties:

    Devprof string
    Devprof.
    AccessConfig string
    Enable/disable FortiAnalyzer access to configuration and data. Valid values: disable, enable.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Certificate string
    Certificate used to communicate with FortiAnalyzer.
    CertificateVerification string
    Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: disable, enable.
    ConnTimeout double
    FortiAnalyzer connection time-out in seconds (for status and log buffer).
    EncAlgorithm string
    Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values: high, low, high-medium.
    HmacAlgorithm string
    FortiAnalyzer IPsec tunnel HMAC algorithm. Valid values: sha256, sha1.
    Interface string
    Specify outgoing interface to reach server.
    InterfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    IpsArchive string
    Enable/disable IPS packet archive logging. Valid values: disable, enable.
    MaxLogRate double
    FortiAnalyzer maximum log rate in MBps (0 = unlimited).
    MonitorFailureRetryPeriod double
    Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
    MonitorKeepalivePeriod double
    Time between OFTP keepalives in seconds (for status and log buffer).
    PresharedKey string
    Preshared-key used for auto-authorization on FortiAnalyzer.
    Priority string
    Set log transmission priority. Valid values: low, default.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Serials List<string>
    Serial numbers of the FortiAnalyzer.
    SourceIp string
    Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
    SslMinProtoVersion string
    Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values: default, TLSv1-1, TLSv1-2, SSLv3, TLSv1.
    Status string
    Enable/disable logging to FortiAnalyzer. Valid values: disable, enable.
    SystempLogFortianalyzercloudSettingId string
    an identifier for the resource.
    UploadDay string
    Day of week (month) to upload logs.
    UploadInterval string
    Frequency to upload log files to FortiAnalyzer. Valid values: daily, weekly, monthly.
    UploadOption string
    Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload, realtime, 1-minute, 5-minute.
    UploadTime string
    Time to upload logs (hh:mm).
    __changeIp double
    Hidden attribute.
    Devprof string
    Devprof.
    AccessConfig string
    Enable/disable FortiAnalyzer access to configuration and data. Valid values: disable, enable.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Certificate string
    Certificate used to communicate with FortiAnalyzer.
    CertificateVerification string
    Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: disable, enable.
    ConnTimeout float64
    FortiAnalyzer connection time-out in seconds (for status and log buffer).
    EncAlgorithm string
    Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values: high, low, high-medium.
    HmacAlgorithm string
    FortiAnalyzer IPsec tunnel HMAC algorithm. Valid values: sha256, sha1.
    Interface string
    Specify outgoing interface to reach server.
    InterfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    IpsArchive string
    Enable/disable IPS packet archive logging. Valid values: disable, enable.
    MaxLogRate float64
    FortiAnalyzer maximum log rate in MBps (0 = unlimited).
    MonitorFailureRetryPeriod float64
    Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
    MonitorKeepalivePeriod float64
    Time between OFTP keepalives in seconds (for status and log buffer).
    PresharedKey string
    Preshared-key used for auto-authorization on FortiAnalyzer.
    Priority string
    Set log transmission priority. Valid values: low, default.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Serials []string
    Serial numbers of the FortiAnalyzer.
    SourceIp string
    Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
    SslMinProtoVersion string
    Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values: default, TLSv1-1, TLSv1-2, SSLv3, TLSv1.
    Status string
    Enable/disable logging to FortiAnalyzer. Valid values: disable, enable.
    SystempLogFortianalyzercloudSettingId string
    an identifier for the resource.
    UploadDay string
    Day of week (month) to upload logs.
    UploadInterval string
    Frequency to upload log files to FortiAnalyzer. Valid values: daily, weekly, monthly.
    UploadOption string
    Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload, realtime, 1-minute, 5-minute.
    UploadTime string
    Time to upload logs (hh:mm).
    __changeIp float64
    Hidden attribute.
    devprof String
    Devprof.
    __changeIp Double
    Hidden attribute.
    accessConfig String
    Enable/disable FortiAnalyzer access to configuration and data. Valid values: disable, enable.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    certificate String
    Certificate used to communicate with FortiAnalyzer.
    certificateVerification String
    Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: disable, enable.
    connTimeout Double
    FortiAnalyzer connection time-out in seconds (for status and log buffer).
    encAlgorithm String
    Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values: high, low, high-medium.
    hmacAlgorithm String
    FortiAnalyzer IPsec tunnel HMAC algorithm. Valid values: sha256, sha1.
    interfaceSelectMethod String
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    interface_ String
    Specify outgoing interface to reach server.
    ipsArchive String
    Enable/disable IPS packet archive logging. Valid values: disable, enable.
    maxLogRate Double
    FortiAnalyzer maximum log rate in MBps (0 = unlimited).
    monitorFailureRetryPeriod Double
    Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
    monitorKeepalivePeriod Double
    Time between OFTP keepalives in seconds (for status and log buffer).
    presharedKey String
    Preshared-key used for auto-authorization on FortiAnalyzer.
    priority String
    Set log transmission priority. Valid values: low, default.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    serials List<String>
    Serial numbers of the FortiAnalyzer.
    sourceIp String
    Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
    sslMinProtoVersion String
    Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values: default, TLSv1-1, TLSv1-2, SSLv3, TLSv1.
    status String
    Enable/disable logging to FortiAnalyzer. Valid values: disable, enable.
    systempLogFortianalyzercloudSettingId String
    an identifier for the resource.
    uploadDay String
    Day of week (month) to upload logs.
    uploadInterval String
    Frequency to upload log files to FortiAnalyzer. Valid values: daily, weekly, monthly.
    uploadOption String
    Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload, realtime, 1-minute, 5-minute.
    uploadTime String
    Time to upload logs (hh:mm).
    devprof string
    Devprof.
    __changeIp number
    Hidden attribute.
    accessConfig string
    Enable/disable FortiAnalyzer access to configuration and data. Valid values: disable, enable.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    certificate string
    Certificate used to communicate with FortiAnalyzer.
    certificateVerification string
    Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: disable, enable.
    connTimeout number
    FortiAnalyzer connection time-out in seconds (for status and log buffer).
    encAlgorithm string
    Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values: high, low, high-medium.
    hmacAlgorithm string
    FortiAnalyzer IPsec tunnel HMAC algorithm. Valid values: sha256, sha1.
    interface string
    Specify outgoing interface to reach server.
    interfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    ipsArchive string
    Enable/disable IPS packet archive logging. Valid values: disable, enable.
    maxLogRate number
    FortiAnalyzer maximum log rate in MBps (0 = unlimited).
    monitorFailureRetryPeriod number
    Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
    monitorKeepalivePeriod number
    Time between OFTP keepalives in seconds (for status and log buffer).
    presharedKey string
    Preshared-key used for auto-authorization on FortiAnalyzer.
    priority string
    Set log transmission priority. Valid values: low, default.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    serials string[]
    Serial numbers of the FortiAnalyzer.
    sourceIp string
    Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
    sslMinProtoVersion string
    Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values: default, TLSv1-1, TLSv1-2, SSLv3, TLSv1.
    status string
    Enable/disable logging to FortiAnalyzer. Valid values: disable, enable.
    systempLogFortianalyzercloudSettingId string
    an identifier for the resource.
    uploadDay string
    Day of week (month) to upload logs.
    uploadInterval string
    Frequency to upload log files to FortiAnalyzer. Valid values: daily, weekly, monthly.
    uploadOption string
    Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload, realtime, 1-minute, 5-minute.
    uploadTime string
    Time to upload logs (hh:mm).
    devprof str
    Devprof.
    __change_ip float
    Hidden attribute.
    access_config str
    Enable/disable FortiAnalyzer access to configuration and data. Valid values: disable, enable.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    certificate str
    Certificate used to communicate with FortiAnalyzer.
    certificate_verification str
    Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: disable, enable.
    conn_timeout float
    FortiAnalyzer connection time-out in seconds (for status and log buffer).
    enc_algorithm str
    Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values: high, low, high-medium.
    hmac_algorithm str
    FortiAnalyzer IPsec tunnel HMAC algorithm. Valid values: sha256, sha1.
    interface str
    Specify outgoing interface to reach server.
    interface_select_method str
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    ips_archive str
    Enable/disable IPS packet archive logging. Valid values: disable, enable.
    max_log_rate float
    FortiAnalyzer maximum log rate in MBps (0 = unlimited).
    monitor_failure_retry_period float
    Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
    monitor_keepalive_period float
    Time between OFTP keepalives in seconds (for status and log buffer).
    preshared_key str
    Preshared-key used for auto-authorization on FortiAnalyzer.
    priority str
    Set log transmission priority. Valid values: low, default.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    serials Sequence[str]
    Serial numbers of the FortiAnalyzer.
    source_ip str
    Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
    ssl_min_proto_version str
    Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values: default, TLSv1-1, TLSv1-2, SSLv3, TLSv1.
    status str
    Enable/disable logging to FortiAnalyzer. Valid values: disable, enable.
    systemp_log_fortianalyzercloud_setting_id str
    an identifier for the resource.
    upload_day str
    Day of week (month) to upload logs.
    upload_interval str
    Frequency to upload log files to FortiAnalyzer. Valid values: daily, weekly, monthly.
    upload_option str
    Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload, realtime, 1-minute, 5-minute.
    upload_time str
    Time to upload logs (hh:mm).
    devprof String
    Devprof.
    __changeIp Number
    Hidden attribute.
    accessConfig String
    Enable/disable FortiAnalyzer access to configuration and data. Valid values: disable, enable.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    certificate String
    Certificate used to communicate with FortiAnalyzer.
    certificateVerification String
    Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: disable, enable.
    connTimeout Number
    FortiAnalyzer connection time-out in seconds (for status and log buffer).
    encAlgorithm String
    Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values: high, low, high-medium.
    hmacAlgorithm String
    FortiAnalyzer IPsec tunnel HMAC algorithm. Valid values: sha256, sha1.
    interface String
    Specify outgoing interface to reach server.
    interfaceSelectMethod String
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    ipsArchive String
    Enable/disable IPS packet archive logging. Valid values: disable, enable.
    maxLogRate Number
    FortiAnalyzer maximum log rate in MBps (0 = unlimited).
    monitorFailureRetryPeriod Number
    Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
    monitorKeepalivePeriod Number
    Time between OFTP keepalives in seconds (for status and log buffer).
    presharedKey String
    Preshared-key used for auto-authorization on FortiAnalyzer.
    priority String
    Set log transmission priority. Valid values: low, default.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    serials List<String>
    Serial numbers of the FortiAnalyzer.
    sourceIp String
    Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
    sslMinProtoVersion String
    Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values: default, TLSv1-1, TLSv1-2, SSLv3, TLSv1.
    status String
    Enable/disable logging to FortiAnalyzer. Valid values: disable, enable.
    systempLogFortianalyzercloudSettingId String
    an identifier for the resource.
    uploadDay String
    Day of week (month) to upload logs.
    uploadInterval String
    Frequency to upload log files to FortiAnalyzer. Valid values: daily, weekly, monthly.
    uploadOption String
    Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload, realtime, 1-minute, 5-minute.
    uploadTime String
    Time to upload logs (hh:mm).

    Outputs

    All input properties are implicitly available as output properties. Additionally, the SystempLogFortianalyzercloudSetting 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 SystempLogFortianalyzercloudSetting Resource

    Get an existing SystempLogFortianalyzercloudSetting 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?: SystempLogFortianalyzercloudSettingState, opts?: CustomResourceOptions): SystempLogFortianalyzercloudSetting
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            __change_ip: Optional[float] = None,
            access_config: Optional[str] = None,
            adom: Optional[str] = None,
            certificate: Optional[str] = None,
            certificate_verification: Optional[str] = None,
            conn_timeout: Optional[float] = None,
            devprof: Optional[str] = None,
            enc_algorithm: Optional[str] = None,
            hmac_algorithm: Optional[str] = None,
            interface: Optional[str] = None,
            interface_select_method: Optional[str] = None,
            ips_archive: Optional[str] = None,
            max_log_rate: Optional[float] = None,
            monitor_failure_retry_period: Optional[float] = None,
            monitor_keepalive_period: Optional[float] = None,
            preshared_key: Optional[str] = None,
            priority: Optional[str] = None,
            scopetype: Optional[str] = None,
            serials: Optional[Sequence[str]] = None,
            source_ip: Optional[str] = None,
            ssl_min_proto_version: Optional[str] = None,
            status: Optional[str] = None,
            systemp_log_fortianalyzercloud_setting_id: Optional[str] = None,
            upload_day: Optional[str] = None,
            upload_interval: Optional[str] = None,
            upload_option: Optional[str] = None,
            upload_time: Optional[str] = None) -> SystempLogFortianalyzercloudSetting
    func GetSystempLogFortianalyzercloudSetting(ctx *Context, name string, id IDInput, state *SystempLogFortianalyzercloudSettingState, opts ...ResourceOption) (*SystempLogFortianalyzercloudSetting, error)
    public static SystempLogFortianalyzercloudSetting Get(string name, Input<string> id, SystempLogFortianalyzercloudSettingState? state, CustomResourceOptions? opts = null)
    public static SystempLogFortianalyzercloudSetting get(String name, Output<String> id, SystempLogFortianalyzercloudSettingState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:SystempLogFortianalyzercloudSetting    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:
    AccessConfig string
    Enable/disable FortiAnalyzer access to configuration and data. Valid values: disable, enable.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Certificate string
    Certificate used to communicate with FortiAnalyzer.
    CertificateVerification string
    Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: disable, enable.
    ConnTimeout double
    FortiAnalyzer connection time-out in seconds (for status and log buffer).
    Devprof string
    Devprof.
    EncAlgorithm string
    Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values: high, low, high-medium.
    HmacAlgorithm string
    FortiAnalyzer IPsec tunnel HMAC algorithm. Valid values: sha256, sha1.
    Interface string
    Specify outgoing interface to reach server.
    InterfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    IpsArchive string
    Enable/disable IPS packet archive logging. Valid values: disable, enable.
    MaxLogRate double
    FortiAnalyzer maximum log rate in MBps (0 = unlimited).
    MonitorFailureRetryPeriod double
    Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
    MonitorKeepalivePeriod double
    Time between OFTP keepalives in seconds (for status and log buffer).
    PresharedKey string
    Preshared-key used for auto-authorization on FortiAnalyzer.
    Priority string
    Set log transmission priority. Valid values: low, default.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Serials List<string>
    Serial numbers of the FortiAnalyzer.
    SourceIp string
    Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
    SslMinProtoVersion string
    Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values: default, TLSv1-1, TLSv1-2, SSLv3, TLSv1.
    Status string
    Enable/disable logging to FortiAnalyzer. Valid values: disable, enable.
    SystempLogFortianalyzercloudSettingId string
    an identifier for the resource.
    UploadDay string
    Day of week (month) to upload logs.
    UploadInterval string
    Frequency to upload log files to FortiAnalyzer. Valid values: daily, weekly, monthly.
    UploadOption string
    Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload, realtime, 1-minute, 5-minute.
    UploadTime string
    Time to upload logs (hh:mm).
    __changeIp double
    Hidden attribute.
    AccessConfig string
    Enable/disable FortiAnalyzer access to configuration and data. Valid values: disable, enable.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Certificate string
    Certificate used to communicate with FortiAnalyzer.
    CertificateVerification string
    Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: disable, enable.
    ConnTimeout float64
    FortiAnalyzer connection time-out in seconds (for status and log buffer).
    Devprof string
    Devprof.
    EncAlgorithm string
    Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values: high, low, high-medium.
    HmacAlgorithm string
    FortiAnalyzer IPsec tunnel HMAC algorithm. Valid values: sha256, sha1.
    Interface string
    Specify outgoing interface to reach server.
    InterfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    IpsArchive string
    Enable/disable IPS packet archive logging. Valid values: disable, enable.
    MaxLogRate float64
    FortiAnalyzer maximum log rate in MBps (0 = unlimited).
    MonitorFailureRetryPeriod float64
    Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
    MonitorKeepalivePeriod float64
    Time between OFTP keepalives in seconds (for status and log buffer).
    PresharedKey string
    Preshared-key used for auto-authorization on FortiAnalyzer.
    Priority string
    Set log transmission priority. Valid values: low, default.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Serials []string
    Serial numbers of the FortiAnalyzer.
    SourceIp string
    Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
    SslMinProtoVersion string
    Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values: default, TLSv1-1, TLSv1-2, SSLv3, TLSv1.
    Status string
    Enable/disable logging to FortiAnalyzer. Valid values: disable, enable.
    SystempLogFortianalyzercloudSettingId string
    an identifier for the resource.
    UploadDay string
    Day of week (month) to upload logs.
    UploadInterval string
    Frequency to upload log files to FortiAnalyzer. Valid values: daily, weekly, monthly.
    UploadOption string
    Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload, realtime, 1-minute, 5-minute.
    UploadTime string
    Time to upload logs (hh:mm).
    __changeIp float64
    Hidden attribute.
    __changeIp Double
    Hidden attribute.
    accessConfig String
    Enable/disable FortiAnalyzer access to configuration and data. Valid values: disable, enable.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    certificate String
    Certificate used to communicate with FortiAnalyzer.
    certificateVerification String
    Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: disable, enable.
    connTimeout Double
    FortiAnalyzer connection time-out in seconds (for status and log buffer).
    devprof String
    Devprof.
    encAlgorithm String
    Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values: high, low, high-medium.
    hmacAlgorithm String
    FortiAnalyzer IPsec tunnel HMAC algorithm. Valid values: sha256, sha1.
    interfaceSelectMethod String
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    interface_ String
    Specify outgoing interface to reach server.
    ipsArchive String
    Enable/disable IPS packet archive logging. Valid values: disable, enable.
    maxLogRate Double
    FortiAnalyzer maximum log rate in MBps (0 = unlimited).
    monitorFailureRetryPeriod Double
    Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
    monitorKeepalivePeriod Double
    Time between OFTP keepalives in seconds (for status and log buffer).
    presharedKey String
    Preshared-key used for auto-authorization on FortiAnalyzer.
    priority String
    Set log transmission priority. Valid values: low, default.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    serials List<String>
    Serial numbers of the FortiAnalyzer.
    sourceIp String
    Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
    sslMinProtoVersion String
    Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values: default, TLSv1-1, TLSv1-2, SSLv3, TLSv1.
    status String
    Enable/disable logging to FortiAnalyzer. Valid values: disable, enable.
    systempLogFortianalyzercloudSettingId String
    an identifier for the resource.
    uploadDay String
    Day of week (month) to upload logs.
    uploadInterval String
    Frequency to upload log files to FortiAnalyzer. Valid values: daily, weekly, monthly.
    uploadOption String
    Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload, realtime, 1-minute, 5-minute.
    uploadTime String
    Time to upload logs (hh:mm).
    __changeIp number
    Hidden attribute.
    accessConfig string
    Enable/disable FortiAnalyzer access to configuration and data. Valid values: disable, enable.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    certificate string
    Certificate used to communicate with FortiAnalyzer.
    certificateVerification string
    Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: disable, enable.
    connTimeout number
    FortiAnalyzer connection time-out in seconds (for status and log buffer).
    devprof string
    Devprof.
    encAlgorithm string
    Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values: high, low, high-medium.
    hmacAlgorithm string
    FortiAnalyzer IPsec tunnel HMAC algorithm. Valid values: sha256, sha1.
    interface string
    Specify outgoing interface to reach server.
    interfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    ipsArchive string
    Enable/disable IPS packet archive logging. Valid values: disable, enable.
    maxLogRate number
    FortiAnalyzer maximum log rate in MBps (0 = unlimited).
    monitorFailureRetryPeriod number
    Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
    monitorKeepalivePeriod number
    Time between OFTP keepalives in seconds (for status and log buffer).
    presharedKey string
    Preshared-key used for auto-authorization on FortiAnalyzer.
    priority string
    Set log transmission priority. Valid values: low, default.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    serials string[]
    Serial numbers of the FortiAnalyzer.
    sourceIp string
    Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
    sslMinProtoVersion string
    Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values: default, TLSv1-1, TLSv1-2, SSLv3, TLSv1.
    status string
    Enable/disable logging to FortiAnalyzer. Valid values: disable, enable.
    systempLogFortianalyzercloudSettingId string
    an identifier for the resource.
    uploadDay string
    Day of week (month) to upload logs.
    uploadInterval string
    Frequency to upload log files to FortiAnalyzer. Valid values: daily, weekly, monthly.
    uploadOption string
    Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload, realtime, 1-minute, 5-minute.
    uploadTime string
    Time to upload logs (hh:mm).
    __change_ip float
    Hidden attribute.
    access_config str
    Enable/disable FortiAnalyzer access to configuration and data. Valid values: disable, enable.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    certificate str
    Certificate used to communicate with FortiAnalyzer.
    certificate_verification str
    Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: disable, enable.
    conn_timeout float
    FortiAnalyzer connection time-out in seconds (for status and log buffer).
    devprof str
    Devprof.
    enc_algorithm str
    Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values: high, low, high-medium.
    hmac_algorithm str
    FortiAnalyzer IPsec tunnel HMAC algorithm. Valid values: sha256, sha1.
    interface str
    Specify outgoing interface to reach server.
    interface_select_method str
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    ips_archive str
    Enable/disable IPS packet archive logging. Valid values: disable, enable.
    max_log_rate float
    FortiAnalyzer maximum log rate in MBps (0 = unlimited).
    monitor_failure_retry_period float
    Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
    monitor_keepalive_period float
    Time between OFTP keepalives in seconds (for status and log buffer).
    preshared_key str
    Preshared-key used for auto-authorization on FortiAnalyzer.
    priority str
    Set log transmission priority. Valid values: low, default.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    serials Sequence[str]
    Serial numbers of the FortiAnalyzer.
    source_ip str
    Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
    ssl_min_proto_version str
    Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values: default, TLSv1-1, TLSv1-2, SSLv3, TLSv1.
    status str
    Enable/disable logging to FortiAnalyzer. Valid values: disable, enable.
    systemp_log_fortianalyzercloud_setting_id str
    an identifier for the resource.
    upload_day str
    Day of week (month) to upload logs.
    upload_interval str
    Frequency to upload log files to FortiAnalyzer. Valid values: daily, weekly, monthly.
    upload_option str
    Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload, realtime, 1-minute, 5-minute.
    upload_time str
    Time to upload logs (hh:mm).
    __changeIp Number
    Hidden attribute.
    accessConfig String
    Enable/disable FortiAnalyzer access to configuration and data. Valid values: disable, enable.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    certificate String
    Certificate used to communicate with FortiAnalyzer.
    certificateVerification String
    Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: disable, enable.
    connTimeout Number
    FortiAnalyzer connection time-out in seconds (for status and log buffer).
    devprof String
    Devprof.
    encAlgorithm String
    Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values: high, low, high-medium.
    hmacAlgorithm String
    FortiAnalyzer IPsec tunnel HMAC algorithm. Valid values: sha256, sha1.
    interface String
    Specify outgoing interface to reach server.
    interfaceSelectMethod String
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    ipsArchive String
    Enable/disable IPS packet archive logging. Valid values: disable, enable.
    maxLogRate Number
    FortiAnalyzer maximum log rate in MBps (0 = unlimited).
    monitorFailureRetryPeriod Number
    Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
    monitorKeepalivePeriod Number
    Time between OFTP keepalives in seconds (for status and log buffer).
    presharedKey String
    Preshared-key used for auto-authorization on FortiAnalyzer.
    priority String
    Set log transmission priority. Valid values: low, default.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    serials List<String>
    Serial numbers of the FortiAnalyzer.
    sourceIp String
    Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
    sslMinProtoVersion String
    Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values: default, TLSv1-1, TLSv1-2, SSLv3, TLSv1.
    status String
    Enable/disable logging to FortiAnalyzer. Valid values: disable, enable.
    systempLogFortianalyzercloudSettingId String
    an identifier for the resource.
    uploadDay String
    Day of week (month) to upload logs.
    uploadInterval String
    Frequency to upload log files to FortiAnalyzer. Valid values: daily, weekly, monthly.
    uploadOption String
    Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload, realtime, 1-minute, 5-minute.
    uploadTime String
    Time to upload logs (hh:mm).

    Import

    Systemp LogFortianalyzerCloudSetting can be imported using any of these accepted formats:

    Set import_options = [“devprof=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/systempLogFortianalyzercloudSetting:SystempLogFortianalyzercloudSetting labelname SystempLogFortianalyzerCloudSetting
    

    $ unset “FORTIMANAGER_IMPORT_TABLE”

    -> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.

    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