1. Packages
  2. Fortios
  3. API Docs
  4. wirelesscontroller
  5. Log
Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse

fortios.wirelesscontroller.Log

Explore with Pulumi AI

fortios logo
Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse

    Configure wireless controller event log filters. Applies to FortiOS Version >= 6.2.4.

    Create Log Resource

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

    Constructor syntax

    new Log(name: string, args?: LogArgs, opts?: CustomResourceOptions);
    @overload
    def Log(resource_name: str,
            args: Optional[LogArgs] = None,
            opts: Optional[ResourceOptions] = None)
    
    @overload
    def Log(resource_name: str,
            opts: Optional[ResourceOptions] = None,
            addrgrp_log: Optional[str] = None,
            ble_log: Optional[str] = None,
            clb_log: Optional[str] = None,
            dhcp_starv_log: Optional[str] = None,
            led_sched_log: Optional[str] = None,
            radio_event_log: Optional[str] = None,
            rogue_event_log: Optional[str] = None,
            sta_event_log: Optional[str] = None,
            sta_locate_log: Optional[str] = None,
            status: Optional[str] = None,
            vdomparam: Optional[str] = None,
            wids_log: Optional[str] = None,
            wtp_event_log: Optional[str] = None)
    func NewLog(ctx *Context, name string, args *LogArgs, opts ...ResourceOption) (*Log, error)
    public Log(string name, LogArgs? args = null, CustomResourceOptions? opts = null)
    public Log(String name, LogArgs args)
    public Log(String name, LogArgs args, CustomResourceOptions options)
    
    type: fortios:wirelesscontroller:Log
    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 LogArgs
    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 LogArgs
    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 LogArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LogArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LogArgs
    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 logResource = new Fortios.Wirelesscontroller.Log("logResource", new()
    {
        AddrgrpLog = "string",
        BleLog = "string",
        ClbLog = "string",
        DhcpStarvLog = "string",
        LedSchedLog = "string",
        RadioEventLog = "string",
        RogueEventLog = "string",
        StaEventLog = "string",
        StaLocateLog = "string",
        Status = "string",
        Vdomparam = "string",
        WidsLog = "string",
        WtpEventLog = "string",
    });
    
    example, err := wirelesscontroller.NewLog(ctx, "logResource", &wirelesscontroller.LogArgs{
    	AddrgrpLog:    pulumi.String("string"),
    	BleLog:        pulumi.String("string"),
    	ClbLog:        pulumi.String("string"),
    	DhcpStarvLog:  pulumi.String("string"),
    	LedSchedLog:   pulumi.String("string"),
    	RadioEventLog: pulumi.String("string"),
    	RogueEventLog: pulumi.String("string"),
    	StaEventLog:   pulumi.String("string"),
    	StaLocateLog:  pulumi.String("string"),
    	Status:        pulumi.String("string"),
    	Vdomparam:     pulumi.String("string"),
    	WidsLog:       pulumi.String("string"),
    	WtpEventLog:   pulumi.String("string"),
    })
    
    var logResource = new Log("logResource", LogArgs.builder()
        .addrgrpLog("string")
        .bleLog("string")
        .clbLog("string")
        .dhcpStarvLog("string")
        .ledSchedLog("string")
        .radioEventLog("string")
        .rogueEventLog("string")
        .staEventLog("string")
        .staLocateLog("string")
        .status("string")
        .vdomparam("string")
        .widsLog("string")
        .wtpEventLog("string")
        .build());
    
    log_resource = fortios.wirelesscontroller.Log("logResource",
        addrgrp_log="string",
        ble_log="string",
        clb_log="string",
        dhcp_starv_log="string",
        led_sched_log="string",
        radio_event_log="string",
        rogue_event_log="string",
        sta_event_log="string",
        sta_locate_log="string",
        status="string",
        vdomparam="string",
        wids_log="string",
        wtp_event_log="string")
    
    const logResource = new fortios.wirelesscontroller.Log("logResource", {
        addrgrpLog: "string",
        bleLog: "string",
        clbLog: "string",
        dhcpStarvLog: "string",
        ledSchedLog: "string",
        radioEventLog: "string",
        rogueEventLog: "string",
        staEventLog: "string",
        staLocateLog: "string",
        status: "string",
        vdomparam: "string",
        widsLog: "string",
        wtpEventLog: "string",
    });
    
    type: fortios:wirelesscontroller:Log
    properties:
        addrgrpLog: string
        bleLog: string
        clbLog: string
        dhcpStarvLog: string
        ledSchedLog: string
        radioEventLog: string
        rogueEventLog: string
        staEventLog: string
        staLocateLog: string
        status: string
        vdomparam: string
        widsLog: string
        wtpEventLog: string
    

    Log Resource Properties

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

    Inputs

    The Log resource accepts the following input properties:

    AddrgrpLog string
    Lowest severity level to log address group message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    BleLog string
    Lowest severity level to log BLE detection message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    ClbLog string
    Lowest severity level to log client load balancing message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    DhcpStarvLog string
    Lowest severity level to log DHCP starvation event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    LedSchedLog string
    Lowest severity level to log LED schedule event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    RadioEventLog string
    Lowest severity level to log radio event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    RogueEventLog string
    Lowest severity level to log rogue AP event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    StaEventLog string
    Lowest severity level to log station event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    StaLocateLog string
    Lowest severity level to log station locate message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    Status string
    Enable/disable wireless event logging. Valid values: enable, disable.
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    WidsLog string
    Lowest severity level to log WIDS message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    WtpEventLog string
    Lowest severity level to log WTP event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    AddrgrpLog string
    Lowest severity level to log address group message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    BleLog string
    Lowest severity level to log BLE detection message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    ClbLog string
    Lowest severity level to log client load balancing message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    DhcpStarvLog string
    Lowest severity level to log DHCP starvation event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    LedSchedLog string
    Lowest severity level to log LED schedule event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    RadioEventLog string
    Lowest severity level to log radio event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    RogueEventLog string
    Lowest severity level to log rogue AP event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    StaEventLog string
    Lowest severity level to log station event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    StaLocateLog string
    Lowest severity level to log station locate message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    Status string
    Enable/disable wireless event logging. Valid values: enable, disable.
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    WidsLog string
    Lowest severity level to log WIDS message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    WtpEventLog string
    Lowest severity level to log WTP event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    addrgrpLog String
    Lowest severity level to log address group message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    bleLog String
    Lowest severity level to log BLE detection message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    clbLog String
    Lowest severity level to log client load balancing message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    dhcpStarvLog String
    Lowest severity level to log DHCP starvation event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    ledSchedLog String
    Lowest severity level to log LED schedule event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    radioEventLog String
    Lowest severity level to log radio event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    rogueEventLog String
    Lowest severity level to log rogue AP event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    staEventLog String
    Lowest severity level to log station event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    staLocateLog String
    Lowest severity level to log station locate message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    status String
    Enable/disable wireless event logging. Valid values: enable, disable.
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    widsLog String
    Lowest severity level to log WIDS message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    wtpEventLog String
    Lowest severity level to log WTP event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    addrgrpLog string
    Lowest severity level to log address group message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    bleLog string
    Lowest severity level to log BLE detection message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    clbLog string
    Lowest severity level to log client load balancing message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    dhcpStarvLog string
    Lowest severity level to log DHCP starvation event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    ledSchedLog string
    Lowest severity level to log LED schedule event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    radioEventLog string
    Lowest severity level to log radio event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    rogueEventLog string
    Lowest severity level to log rogue AP event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    staEventLog string
    Lowest severity level to log station event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    staLocateLog string
    Lowest severity level to log station locate message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    status string
    Enable/disable wireless event logging. Valid values: enable, disable.
    vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    widsLog string
    Lowest severity level to log WIDS message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    wtpEventLog string
    Lowest severity level to log WTP event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    addrgrp_log str
    Lowest severity level to log address group message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    ble_log str
    Lowest severity level to log BLE detection message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    clb_log str
    Lowest severity level to log client load balancing message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    dhcp_starv_log str
    Lowest severity level to log DHCP starvation event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    led_sched_log str
    Lowest severity level to log LED schedule event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    radio_event_log str
    Lowest severity level to log radio event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    rogue_event_log str
    Lowest severity level to log rogue AP event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    sta_event_log str
    Lowest severity level to log station event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    sta_locate_log str
    Lowest severity level to log station locate message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    status str
    Enable/disable wireless event logging. Valid values: enable, disable.
    vdomparam str
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    wids_log str
    Lowest severity level to log WIDS message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    wtp_event_log str
    Lowest severity level to log WTP event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    addrgrpLog String
    Lowest severity level to log address group message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    bleLog String
    Lowest severity level to log BLE detection message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    clbLog String
    Lowest severity level to log client load balancing message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    dhcpStarvLog String
    Lowest severity level to log DHCP starvation event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    ledSchedLog String
    Lowest severity level to log LED schedule event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    radioEventLog String
    Lowest severity level to log radio event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    rogueEventLog String
    Lowest severity level to log rogue AP event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    staEventLog String
    Lowest severity level to log station event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    staLocateLog String
    Lowest severity level to log station locate message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    status String
    Enable/disable wireless event logging. Valid values: enable, disable.
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    widsLog String
    Lowest severity level to log WIDS message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    wtpEventLog String
    Lowest severity level to log WTP event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.

    Outputs

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

    Get an existing Log 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?: LogState, opts?: CustomResourceOptions): Log
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            addrgrp_log: Optional[str] = None,
            ble_log: Optional[str] = None,
            clb_log: Optional[str] = None,
            dhcp_starv_log: Optional[str] = None,
            led_sched_log: Optional[str] = None,
            radio_event_log: Optional[str] = None,
            rogue_event_log: Optional[str] = None,
            sta_event_log: Optional[str] = None,
            sta_locate_log: Optional[str] = None,
            status: Optional[str] = None,
            vdomparam: Optional[str] = None,
            wids_log: Optional[str] = None,
            wtp_event_log: Optional[str] = None) -> Log
    func GetLog(ctx *Context, name string, id IDInput, state *LogState, opts ...ResourceOption) (*Log, error)
    public static Log Get(string name, Input<string> id, LogState? state, CustomResourceOptions? opts = null)
    public static Log get(String name, Output<String> id, LogState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    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:
    AddrgrpLog string
    Lowest severity level to log address group message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    BleLog string
    Lowest severity level to log BLE detection message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    ClbLog string
    Lowest severity level to log client load balancing message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    DhcpStarvLog string
    Lowest severity level to log DHCP starvation event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    LedSchedLog string
    Lowest severity level to log LED schedule event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    RadioEventLog string
    Lowest severity level to log radio event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    RogueEventLog string
    Lowest severity level to log rogue AP event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    StaEventLog string
    Lowest severity level to log station event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    StaLocateLog string
    Lowest severity level to log station locate message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    Status string
    Enable/disable wireless event logging. Valid values: enable, disable.
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    WidsLog string
    Lowest severity level to log WIDS message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    WtpEventLog string
    Lowest severity level to log WTP event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    AddrgrpLog string
    Lowest severity level to log address group message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    BleLog string
    Lowest severity level to log BLE detection message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    ClbLog string
    Lowest severity level to log client load balancing message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    DhcpStarvLog string
    Lowest severity level to log DHCP starvation event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    LedSchedLog string
    Lowest severity level to log LED schedule event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    RadioEventLog string
    Lowest severity level to log radio event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    RogueEventLog string
    Lowest severity level to log rogue AP event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    StaEventLog string
    Lowest severity level to log station event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    StaLocateLog string
    Lowest severity level to log station locate message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    Status string
    Enable/disable wireless event logging. Valid values: enable, disable.
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    WidsLog string
    Lowest severity level to log WIDS message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    WtpEventLog string
    Lowest severity level to log WTP event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    addrgrpLog String
    Lowest severity level to log address group message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    bleLog String
    Lowest severity level to log BLE detection message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    clbLog String
    Lowest severity level to log client load balancing message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    dhcpStarvLog String
    Lowest severity level to log DHCP starvation event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    ledSchedLog String
    Lowest severity level to log LED schedule event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    radioEventLog String
    Lowest severity level to log radio event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    rogueEventLog String
    Lowest severity level to log rogue AP event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    staEventLog String
    Lowest severity level to log station event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    staLocateLog String
    Lowest severity level to log station locate message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    status String
    Enable/disable wireless event logging. Valid values: enable, disable.
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    widsLog String
    Lowest severity level to log WIDS message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    wtpEventLog String
    Lowest severity level to log WTP event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    addrgrpLog string
    Lowest severity level to log address group message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    bleLog string
    Lowest severity level to log BLE detection message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    clbLog string
    Lowest severity level to log client load balancing message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    dhcpStarvLog string
    Lowest severity level to log DHCP starvation event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    ledSchedLog string
    Lowest severity level to log LED schedule event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    radioEventLog string
    Lowest severity level to log radio event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    rogueEventLog string
    Lowest severity level to log rogue AP event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    staEventLog string
    Lowest severity level to log station event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    staLocateLog string
    Lowest severity level to log station locate message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    status string
    Enable/disable wireless event logging. Valid values: enable, disable.
    vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    widsLog string
    Lowest severity level to log WIDS message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    wtpEventLog string
    Lowest severity level to log WTP event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    addrgrp_log str
    Lowest severity level to log address group message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    ble_log str
    Lowest severity level to log BLE detection message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    clb_log str
    Lowest severity level to log client load balancing message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    dhcp_starv_log str
    Lowest severity level to log DHCP starvation event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    led_sched_log str
    Lowest severity level to log LED schedule event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    radio_event_log str
    Lowest severity level to log radio event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    rogue_event_log str
    Lowest severity level to log rogue AP event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    sta_event_log str
    Lowest severity level to log station event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    sta_locate_log str
    Lowest severity level to log station locate message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    status str
    Enable/disable wireless event logging. Valid values: enable, disable.
    vdomparam str
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    wids_log str
    Lowest severity level to log WIDS message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    wtp_event_log str
    Lowest severity level to log WTP event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    addrgrpLog String
    Lowest severity level to log address group message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    bleLog String
    Lowest severity level to log BLE detection message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    clbLog String
    Lowest severity level to log client load balancing message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    dhcpStarvLog String
    Lowest severity level to log DHCP starvation event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    ledSchedLog String
    Lowest severity level to log LED schedule event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    radioEventLog String
    Lowest severity level to log radio event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    rogueEventLog String
    Lowest severity level to log rogue AP event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    staEventLog String
    Lowest severity level to log station event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    staLocateLog String
    Lowest severity level to log station locate message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    status String
    Enable/disable wireless event logging. Valid values: enable, disable.
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    widsLog String
    Lowest severity level to log WIDS message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.
    wtpEventLog String
    Lowest severity level to log WTP event message. Valid values: emergency, alert, critical, error, warning, notification, information, debug.

    Import

    WirelessController Log can be imported using any of these accepted formats:

    $ pulumi import fortios:wirelesscontroller/log:Log labelname WirelessControllerLog
    

    If you do not want to import arguments of block:

    $ export “FORTIOS_IMPORT_TABLE”=“false”

    $ pulumi import fortios:wirelesscontroller/log:Log labelname WirelessControllerLog
    

    $ unset “FORTIOS_IMPORT_TABLE”

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

    Package Details

    Repository
    fortios pulumiverse/pulumi-fortios
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the fortios Terraform Provider.
    fortios logo
    Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse