fortios.wirelesscontroller.Log
Explore with Pulumi AI
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,
wtp_fips_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)
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",
WtpFipsEventLog = "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"),
WtpFipsEventLog: 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")
.wtpFipsEventLog("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",
wtp_fips_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",
wtpFipsEventLog: "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
wtpFipsEventLog: 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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Log resource accepts the following input properties:
- Addrgrp
Log string - Lowest severity level to log address group message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Ble
Log string - Lowest severity level to log BLE detection message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Clb
Log string - Lowest severity level to log client load balancing message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Dhcp
Starv stringLog - Lowest severity level to log DHCP starvation event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Led
Sched stringLog - Lowest severity level to log LED schedule event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Radio
Event stringLog - Lowest severity level to log radio event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Rogue
Event stringLog - Lowest severity level to log rogue AP event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Sta
Event stringLog - Lowest severity level to log station event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Sta
Locate stringLog - 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.
- Wids
Log string - Lowest severity level to log WIDS message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Wtp
Event stringLog - Lowest severity level to log WTP event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Wtp
Fips stringEvent Log - Lowest severity level to log FAP fips event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
.
- Addrgrp
Log string - Lowest severity level to log address group message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Ble
Log string - Lowest severity level to log BLE detection message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Clb
Log string - Lowest severity level to log client load balancing message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Dhcp
Starv stringLog - Lowest severity level to log DHCP starvation event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Led
Sched stringLog - Lowest severity level to log LED schedule event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Radio
Event stringLog - Lowest severity level to log radio event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Rogue
Event stringLog - Lowest severity level to log rogue AP event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Sta
Event stringLog - Lowest severity level to log station event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Sta
Locate stringLog - 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.
- Wids
Log string - Lowest severity level to log WIDS message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Wtp
Event stringLog - Lowest severity level to log WTP event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Wtp
Fips stringEvent Log - Lowest severity level to log FAP fips event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
.
- addrgrp
Log String - Lowest severity level to log address group message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - ble
Log String - Lowest severity level to log BLE detection message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - clb
Log String - Lowest severity level to log client load balancing message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - dhcp
Starv StringLog - Lowest severity level to log DHCP starvation event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - led
Sched StringLog - Lowest severity level to log LED schedule event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - radio
Event StringLog - Lowest severity level to log radio event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - rogue
Event StringLog - Lowest severity level to log rogue AP event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - sta
Event StringLog - Lowest severity level to log station event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - sta
Locate StringLog - 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.
- wids
Log String - Lowest severity level to log WIDS message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - wtp
Event StringLog - Lowest severity level to log WTP event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - wtp
Fips StringEvent Log - Lowest severity level to log FAP fips event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
.
- addrgrp
Log string - Lowest severity level to log address group message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - ble
Log string - Lowest severity level to log BLE detection message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - clb
Log string - Lowest severity level to log client load balancing message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - dhcp
Starv stringLog - Lowest severity level to log DHCP starvation event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - led
Sched stringLog - Lowest severity level to log LED schedule event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - radio
Event stringLog - Lowest severity level to log radio event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - rogue
Event stringLog - Lowest severity level to log rogue AP event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - sta
Event stringLog - Lowest severity level to log station event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - sta
Locate stringLog - 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.
- wids
Log string - Lowest severity level to log WIDS message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - wtp
Event stringLog - Lowest severity level to log WTP event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - wtp
Fips stringEvent Log - Lowest severity level to log FAP fips 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_ strlog - Lowest severity level to log DHCP starvation event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - led_
sched_ strlog - Lowest severity level to log LED schedule event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - radio_
event_ strlog - Lowest severity level to log radio event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - rogue_
event_ strlog - Lowest severity level to log rogue AP event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - sta_
event_ strlog - Lowest severity level to log station event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - sta_
locate_ strlog - 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_ strlog - Lowest severity level to log WTP event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - wtp_
fips_ strevent_ log - Lowest severity level to log FAP fips event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
.
- addrgrp
Log String - Lowest severity level to log address group message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - ble
Log String - Lowest severity level to log BLE detection message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - clb
Log String - Lowest severity level to log client load balancing message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - dhcp
Starv StringLog - Lowest severity level to log DHCP starvation event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - led
Sched StringLog - Lowest severity level to log LED schedule event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - radio
Event StringLog - Lowest severity level to log radio event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - rogue
Event StringLog - Lowest severity level to log rogue AP event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - sta
Event StringLog - Lowest severity level to log station event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - sta
Locate StringLog - 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.
- wids
Log String - Lowest severity level to log WIDS message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - wtp
Event StringLog - Lowest severity level to log WTP event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - wtp
Fips StringEvent Log - Lowest severity level to log FAP fips 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,
wtp_fips_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.
- Addrgrp
Log string - Lowest severity level to log address group message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Ble
Log string - Lowest severity level to log BLE detection message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Clb
Log string - Lowest severity level to log client load balancing message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Dhcp
Starv stringLog - Lowest severity level to log DHCP starvation event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Led
Sched stringLog - Lowest severity level to log LED schedule event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Radio
Event stringLog - Lowest severity level to log radio event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Rogue
Event stringLog - Lowest severity level to log rogue AP event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Sta
Event stringLog - Lowest severity level to log station event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Sta
Locate stringLog - 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.
- Wids
Log string - Lowest severity level to log WIDS message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Wtp
Event stringLog - Lowest severity level to log WTP event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Wtp
Fips stringEvent Log - Lowest severity level to log FAP fips event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
.
- Addrgrp
Log string - Lowest severity level to log address group message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Ble
Log string - Lowest severity level to log BLE detection message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Clb
Log string - Lowest severity level to log client load balancing message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Dhcp
Starv stringLog - Lowest severity level to log DHCP starvation event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Led
Sched stringLog - Lowest severity level to log LED schedule event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Radio
Event stringLog - Lowest severity level to log radio event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Rogue
Event stringLog - Lowest severity level to log rogue AP event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Sta
Event stringLog - Lowest severity level to log station event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Sta
Locate stringLog - 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.
- Wids
Log string - Lowest severity level to log WIDS message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Wtp
Event stringLog - Lowest severity level to log WTP event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - Wtp
Fips stringEvent Log - Lowest severity level to log FAP fips event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
.
- addrgrp
Log String - Lowest severity level to log address group message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - ble
Log String - Lowest severity level to log BLE detection message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - clb
Log String - Lowest severity level to log client load balancing message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - dhcp
Starv StringLog - Lowest severity level to log DHCP starvation event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - led
Sched StringLog - Lowest severity level to log LED schedule event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - radio
Event StringLog - Lowest severity level to log radio event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - rogue
Event StringLog - Lowest severity level to log rogue AP event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - sta
Event StringLog - Lowest severity level to log station event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - sta
Locate StringLog - 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.
- wids
Log String - Lowest severity level to log WIDS message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - wtp
Event StringLog - Lowest severity level to log WTP event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - wtp
Fips StringEvent Log - Lowest severity level to log FAP fips event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
.
- addrgrp
Log string - Lowest severity level to log address group message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - ble
Log string - Lowest severity level to log BLE detection message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - clb
Log string - Lowest severity level to log client load balancing message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - dhcp
Starv stringLog - Lowest severity level to log DHCP starvation event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - led
Sched stringLog - Lowest severity level to log LED schedule event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - radio
Event stringLog - Lowest severity level to log radio event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - rogue
Event stringLog - Lowest severity level to log rogue AP event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - sta
Event stringLog - Lowest severity level to log station event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - sta
Locate stringLog - 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.
- wids
Log string - Lowest severity level to log WIDS message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - wtp
Event stringLog - Lowest severity level to log WTP event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - wtp
Fips stringEvent Log - Lowest severity level to log FAP fips 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_ strlog - Lowest severity level to log DHCP starvation event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - led_
sched_ strlog - Lowest severity level to log LED schedule event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - radio_
event_ strlog - Lowest severity level to log radio event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - rogue_
event_ strlog - Lowest severity level to log rogue AP event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - sta_
event_ strlog - Lowest severity level to log station event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - sta_
locate_ strlog - 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_ strlog - Lowest severity level to log WTP event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - wtp_
fips_ strevent_ log - Lowest severity level to log FAP fips event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
.
- addrgrp
Log String - Lowest severity level to log address group message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - ble
Log String - Lowest severity level to log BLE detection message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - clb
Log String - Lowest severity level to log client load balancing message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - dhcp
Starv StringLog - Lowest severity level to log DHCP starvation event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - led
Sched StringLog - Lowest severity level to log LED schedule event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - radio
Event StringLog - Lowest severity level to log radio event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - rogue
Event StringLog - Lowest severity level to log rogue AP event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - sta
Event StringLog - Lowest severity level to log station event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - sta
Locate StringLog - 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.
- wids
Log String - Lowest severity level to log WIDS message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - wtp
Event StringLog - Lowest severity level to log WTP event message. Valid values:
emergency
,alert
,critical
,error
,warning
,notification
,information
,debug
. - wtp
Fips StringEvent Log - Lowest severity level to log FAP fips 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.