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

fortimanager.ObjectWirelesscontrollerArrpprofile

Explore with Pulumi AI

Configure WiFi Automatic Radio Resource Provisioning (ARRP) profiles.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";

const trname = new fortimanager.ObjectWirelesscontrollerArrpprofile("trname", {});
Copy
import pulumi
import pulumi_fortimanager as fortimanager

trname = fortimanager.ObjectWirelesscontrollerArrpprofile("trname")
Copy
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.NewObjectWirelesscontrollerArrpprofile(ctx, "trname", nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;

return await Deployment.RunAsync(() => 
{
    var trname = new Fortimanager.ObjectWirelesscontrollerArrpprofile("trname");

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectWirelesscontrollerArrpprofile;
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 ObjectWirelesscontrollerArrpprofile("trname");

    }
}
Copy
resources:
  trname:
    type: fortimanager:ObjectWirelesscontrollerArrpprofile
Copy

Create ObjectWirelesscontrollerArrpprofile Resource

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

Constructor syntax

new ObjectWirelesscontrollerArrpprofile(name: string, args?: ObjectWirelesscontrollerArrpprofileArgs, opts?: CustomResourceOptions);
@overload
def ObjectWirelesscontrollerArrpprofile(resource_name: str,
                                        args: Optional[ObjectWirelesscontrollerArrpprofileArgs] = None,
                                        opts: Optional[ResourceOptions] = None)

@overload
def ObjectWirelesscontrollerArrpprofile(resource_name: str,
                                        opts: Optional[ResourceOptions] = None,
                                        adom: Optional[str] = None,
                                        comment: Optional[str] = None,
                                        darrp_optimize: Optional[float] = None,
                                        darrp_optimize_schedules: Optional[Sequence[str]] = None,
                                        include_dfs_channel: Optional[str] = None,
                                        include_weather_channel: Optional[str] = None,
                                        monitor_period: Optional[float] = None,
                                        name: Optional[str] = None,
                                        object_wirelesscontroller_arrpprofile_id: Optional[str] = None,
                                        override_darrp_optimize: Optional[str] = None,
                                        scopetype: Optional[str] = None,
                                        selection_period: Optional[float] = None,
                                        threshold_ap: Optional[float] = None,
                                        threshold_channel_load: Optional[float] = None,
                                        threshold_noise_floor: Optional[str] = None,
                                        threshold_rx_errors: Optional[float] = None,
                                        threshold_spectral_rssi: Optional[str] = None,
                                        threshold_tx_retries: Optional[float] = None,
                                        weight_channel_load: Optional[float] = None,
                                        weight_dfs_channel: Optional[float] = None,
                                        weight_managed_ap: Optional[float] = None,
                                        weight_noise_floor: Optional[float] = None,
                                        weight_rogue_ap: Optional[float] = None,
                                        weight_spectral_rssi: Optional[float] = None,
                                        weight_weather_channel: Optional[float] = None)
func NewObjectWirelesscontrollerArrpprofile(ctx *Context, name string, args *ObjectWirelesscontrollerArrpprofileArgs, opts ...ResourceOption) (*ObjectWirelesscontrollerArrpprofile, error)
public ObjectWirelesscontrollerArrpprofile(string name, ObjectWirelesscontrollerArrpprofileArgs? args = null, CustomResourceOptions? opts = null)
public ObjectWirelesscontrollerArrpprofile(String name, ObjectWirelesscontrollerArrpprofileArgs args)
public ObjectWirelesscontrollerArrpprofile(String name, ObjectWirelesscontrollerArrpprofileArgs args, CustomResourceOptions options)
type: fortimanager:ObjectWirelesscontrollerArrpprofile
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args ObjectWirelesscontrollerArrpprofileArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args ObjectWirelesscontrollerArrpprofileArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args ObjectWirelesscontrollerArrpprofileArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args ObjectWirelesscontrollerArrpprofileArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ObjectWirelesscontrollerArrpprofileArgs
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 objectWirelesscontrollerArrpprofileResource = new Fortimanager.ObjectWirelesscontrollerArrpprofile("objectWirelesscontrollerArrpprofileResource", new()
{
    Adom = "string",
    Comment = "string",
    DarrpOptimize = 0,
    DarrpOptimizeSchedules = new[]
    {
        "string",
    },
    IncludeDfsChannel = "string",
    IncludeWeatherChannel = "string",
    MonitorPeriod = 0,
    Name = "string",
    ObjectWirelesscontrollerArrpprofileId = "string",
    OverrideDarrpOptimize = "string",
    Scopetype = "string",
    SelectionPeriod = 0,
    ThresholdAp = 0,
    ThresholdChannelLoad = 0,
    ThresholdNoiseFloor = "string",
    ThresholdRxErrors = 0,
    ThresholdSpectralRssi = "string",
    ThresholdTxRetries = 0,
    WeightChannelLoad = 0,
    WeightDfsChannel = 0,
    WeightManagedAp = 0,
    WeightNoiseFloor = 0,
    WeightRogueAp = 0,
    WeightSpectralRssi = 0,
    WeightWeatherChannel = 0,
});
Copy
example, err := fortimanager.NewObjectWirelesscontrollerArrpprofile(ctx, "objectWirelesscontrollerArrpprofileResource", &fortimanager.ObjectWirelesscontrollerArrpprofileArgs{
Adom: pulumi.String("string"),
Comment: pulumi.String("string"),
DarrpOptimize: pulumi.Float64(0),
DarrpOptimizeSchedules: pulumi.StringArray{
pulumi.String("string"),
},
IncludeDfsChannel: pulumi.String("string"),
IncludeWeatherChannel: pulumi.String("string"),
MonitorPeriod: pulumi.Float64(0),
Name: pulumi.String("string"),
ObjectWirelesscontrollerArrpprofileId: pulumi.String("string"),
OverrideDarrpOptimize: pulumi.String("string"),
Scopetype: pulumi.String("string"),
SelectionPeriod: pulumi.Float64(0),
ThresholdAp: pulumi.Float64(0),
ThresholdChannelLoad: pulumi.Float64(0),
ThresholdNoiseFloor: pulumi.String("string"),
ThresholdRxErrors: pulumi.Float64(0),
ThresholdSpectralRssi: pulumi.String("string"),
ThresholdTxRetries: pulumi.Float64(0),
WeightChannelLoad: pulumi.Float64(0),
WeightDfsChannel: pulumi.Float64(0),
WeightManagedAp: pulumi.Float64(0),
WeightNoiseFloor: pulumi.Float64(0),
WeightRogueAp: pulumi.Float64(0),
WeightSpectralRssi: pulumi.Float64(0),
WeightWeatherChannel: pulumi.Float64(0),
})
Copy
var objectWirelesscontrollerArrpprofileResource = new ObjectWirelesscontrollerArrpprofile("objectWirelesscontrollerArrpprofileResource", ObjectWirelesscontrollerArrpprofileArgs.builder()
    .adom("string")
    .comment("string")
    .darrpOptimize(0)
    .darrpOptimizeSchedules("string")
    .includeDfsChannel("string")
    .includeWeatherChannel("string")
    .monitorPeriod(0)
    .name("string")
    .objectWirelesscontrollerArrpprofileId("string")
    .overrideDarrpOptimize("string")
    .scopetype("string")
    .selectionPeriod(0)
    .thresholdAp(0)
    .thresholdChannelLoad(0)
    .thresholdNoiseFloor("string")
    .thresholdRxErrors(0)
    .thresholdSpectralRssi("string")
    .thresholdTxRetries(0)
    .weightChannelLoad(0)
    .weightDfsChannel(0)
    .weightManagedAp(0)
    .weightNoiseFloor(0)
    .weightRogueAp(0)
    .weightSpectralRssi(0)
    .weightWeatherChannel(0)
    .build());
Copy
object_wirelesscontroller_arrpprofile_resource = fortimanager.ObjectWirelesscontrollerArrpprofile("objectWirelesscontrollerArrpprofileResource",
    adom="string",
    comment="string",
    darrp_optimize=0,
    darrp_optimize_schedules=["string"],
    include_dfs_channel="string",
    include_weather_channel="string",
    monitor_period=0,
    name="string",
    object_wirelesscontroller_arrpprofile_id="string",
    override_darrp_optimize="string",
    scopetype="string",
    selection_period=0,
    threshold_ap=0,
    threshold_channel_load=0,
    threshold_noise_floor="string",
    threshold_rx_errors=0,
    threshold_spectral_rssi="string",
    threshold_tx_retries=0,
    weight_channel_load=0,
    weight_dfs_channel=0,
    weight_managed_ap=0,
    weight_noise_floor=0,
    weight_rogue_ap=0,
    weight_spectral_rssi=0,
    weight_weather_channel=0)
Copy
const objectWirelesscontrollerArrpprofileResource = new fortimanager.ObjectWirelesscontrollerArrpprofile("objectWirelesscontrollerArrpprofileResource", {
    adom: "string",
    comment: "string",
    darrpOptimize: 0,
    darrpOptimizeSchedules: ["string"],
    includeDfsChannel: "string",
    includeWeatherChannel: "string",
    monitorPeriod: 0,
    name: "string",
    objectWirelesscontrollerArrpprofileId: "string",
    overrideDarrpOptimize: "string",
    scopetype: "string",
    selectionPeriod: 0,
    thresholdAp: 0,
    thresholdChannelLoad: 0,
    thresholdNoiseFloor: "string",
    thresholdRxErrors: 0,
    thresholdSpectralRssi: "string",
    thresholdTxRetries: 0,
    weightChannelLoad: 0,
    weightDfsChannel: 0,
    weightManagedAp: 0,
    weightNoiseFloor: 0,
    weightRogueAp: 0,
    weightSpectralRssi: 0,
    weightWeatherChannel: 0,
});
Copy
type: fortimanager:ObjectWirelesscontrollerArrpprofile
properties:
    adom: string
    comment: string
    darrpOptimize: 0
    darrpOptimizeSchedules:
        - string
    includeDfsChannel: string
    includeWeatherChannel: string
    monitorPeriod: 0
    name: string
    objectWirelesscontrollerArrpprofileId: string
    overrideDarrpOptimize: string
    scopetype: string
    selectionPeriod: 0
    thresholdAp: 0
    thresholdChannelLoad: 0
    thresholdNoiseFloor: string
    thresholdRxErrors: 0
    thresholdSpectralRssi: string
    thresholdTxRetries: 0
    weightChannelLoad: 0
    weightDfsChannel: 0
    weightManagedAp: 0
    weightNoiseFloor: 0
    weightRogueAp: 0
    weightSpectralRssi: 0
    weightWeatherChannel: 0
Copy

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

Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Comment string
Comment.
DarrpOptimize double
Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 86400, 0 = disable).
DarrpOptimizeSchedules List<string>
Firewall schedules for DARRP running time. DARRP will run periodically based on darrp-optimize within the schedules. Separate multiple schedule names with a space.
IncludeDfsChannel string
Enable/disable use of DFS channel in DARRP channel selection phase 1 (default = disable). Valid values: no, disable, yes, enable.
IncludeWeatherChannel string
Enable/disable use of weather channel in DARRP channel selection phase 1 (default = disable). Valid values: no, disable, yes, enable.
MonitorPeriod double
Period in seconds to measure average transmit retries and receive errors (default = 300).
Name string
WiFi ARRP profile name.
ObjectWirelesscontrollerArrpprofileId string
an identifier for the resource with format {{name}}.
OverrideDarrpOptimize string
Enable to override setting darrp-optimize and darrp-optimize-schedules (default = disable). Valid values: disable, enable.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
SelectionPeriod double
Period in seconds to measure average channel load, noise floor, spectral RSSI (default = 3600).
ThresholdAp double
Threshold to reject channel in DARRP channel selection phase 1 due to surrounding APs (0 - 500, default = 250).
ThresholdChannelLoad double
Threshold in percentage to reject channel in DARRP channel selection phase 1 due to channel load (0 - 100, default = 60).
ThresholdNoiseFloor string
Threshold in dBm to reject channel in DARRP channel selection phase 1 due to noise floor (-95 to -20, default = -85).
ThresholdRxErrors double
Threshold in percentage for receive errors to trigger channel reselection in DARRP monitor stage (0 - 100, default = 50).
ThresholdSpectralRssi string
Threshold in dBm to reject channel in DARRP channel selection phase 1 due to spectral RSSI (-95 to -20, default = -65).
ThresholdTxRetries double
Threshold in percentage for transmit retries to trigger channel reselection in DARRP monitor stage (0 - 1000, default = 300).
WeightChannelLoad double
Weight in DARRP channel score calculation for channel load (0 - 2000, default = 20).
WeightDfsChannel double
Weight in DARRP channel score calculation for DFS channel (0 - 2000, default = 500).
WeightManagedAp double
Weight in DARRP channel score calculation for managed APs (0 - 2000, default = 50).
WeightNoiseFloor double
Weight in DARRP channel score calculation for noise floor (0 - 2000, default = 40).
WeightRogueAp double
Weight in DARRP channel score calculation for rogue APs (0 - 2000, default = 10).
WeightSpectralRssi double
Weight in DARRP channel score calculation for spectral RSSI (0 - 2000, default = 40).
WeightWeatherChannel double
Weight in DARRP channel score calculation for weather channel (0 - 2000, default = 1000).
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Comment string
Comment.
DarrpOptimize float64
Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 86400, 0 = disable).
DarrpOptimizeSchedules []string
Firewall schedules for DARRP running time. DARRP will run periodically based on darrp-optimize within the schedules. Separate multiple schedule names with a space.
IncludeDfsChannel string
Enable/disable use of DFS channel in DARRP channel selection phase 1 (default = disable). Valid values: no, disable, yes, enable.
IncludeWeatherChannel string
Enable/disable use of weather channel in DARRP channel selection phase 1 (default = disable). Valid values: no, disable, yes, enable.
MonitorPeriod float64
Period in seconds to measure average transmit retries and receive errors (default = 300).
Name string
WiFi ARRP profile name.
ObjectWirelesscontrollerArrpprofileId string
an identifier for the resource with format {{name}}.
OverrideDarrpOptimize string
Enable to override setting darrp-optimize and darrp-optimize-schedules (default = disable). Valid values: disable, enable.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
SelectionPeriod float64
Period in seconds to measure average channel load, noise floor, spectral RSSI (default = 3600).
ThresholdAp float64
Threshold to reject channel in DARRP channel selection phase 1 due to surrounding APs (0 - 500, default = 250).
ThresholdChannelLoad float64
Threshold in percentage to reject channel in DARRP channel selection phase 1 due to channel load (0 - 100, default = 60).
ThresholdNoiseFloor string
Threshold in dBm to reject channel in DARRP channel selection phase 1 due to noise floor (-95 to -20, default = -85).
ThresholdRxErrors float64
Threshold in percentage for receive errors to trigger channel reselection in DARRP monitor stage (0 - 100, default = 50).
ThresholdSpectralRssi string
Threshold in dBm to reject channel in DARRP channel selection phase 1 due to spectral RSSI (-95 to -20, default = -65).
ThresholdTxRetries float64
Threshold in percentage for transmit retries to trigger channel reselection in DARRP monitor stage (0 - 1000, default = 300).
WeightChannelLoad float64
Weight in DARRP channel score calculation for channel load (0 - 2000, default = 20).
WeightDfsChannel float64
Weight in DARRP channel score calculation for DFS channel (0 - 2000, default = 500).
WeightManagedAp float64
Weight in DARRP channel score calculation for managed APs (0 - 2000, default = 50).
WeightNoiseFloor float64
Weight in DARRP channel score calculation for noise floor (0 - 2000, default = 40).
WeightRogueAp float64
Weight in DARRP channel score calculation for rogue APs (0 - 2000, default = 10).
WeightSpectralRssi float64
Weight in DARRP channel score calculation for spectral RSSI (0 - 2000, default = 40).
WeightWeatherChannel float64
Weight in DARRP channel score calculation for weather channel (0 - 2000, default = 1000).
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
comment String
Comment.
darrpOptimize Double
Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 86400, 0 = disable).
darrpOptimizeSchedules List<String>
Firewall schedules for DARRP running time. DARRP will run periodically based on darrp-optimize within the schedules. Separate multiple schedule names with a space.
includeDfsChannel String
Enable/disable use of DFS channel in DARRP channel selection phase 1 (default = disable). Valid values: no, disable, yes, enable.
includeWeatherChannel String
Enable/disable use of weather channel in DARRP channel selection phase 1 (default = disable). Valid values: no, disable, yes, enable.
monitorPeriod Double
Period in seconds to measure average transmit retries and receive errors (default = 300).
name String
WiFi ARRP profile name.
objectWirelesscontrollerArrpprofileId String
an identifier for the resource with format {{name}}.
overrideDarrpOptimize String
Enable to override setting darrp-optimize and darrp-optimize-schedules (default = disable). Valid values: disable, enable.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
selectionPeriod Double
Period in seconds to measure average channel load, noise floor, spectral RSSI (default = 3600).
thresholdAp Double
Threshold to reject channel in DARRP channel selection phase 1 due to surrounding APs (0 - 500, default = 250).
thresholdChannelLoad Double
Threshold in percentage to reject channel in DARRP channel selection phase 1 due to channel load (0 - 100, default = 60).
thresholdNoiseFloor String
Threshold in dBm to reject channel in DARRP channel selection phase 1 due to noise floor (-95 to -20, default = -85).
thresholdRxErrors Double
Threshold in percentage for receive errors to trigger channel reselection in DARRP monitor stage (0 - 100, default = 50).
thresholdSpectralRssi String
Threshold in dBm to reject channel in DARRP channel selection phase 1 due to spectral RSSI (-95 to -20, default = -65).
thresholdTxRetries Double
Threshold in percentage for transmit retries to trigger channel reselection in DARRP monitor stage (0 - 1000, default = 300).
weightChannelLoad Double
Weight in DARRP channel score calculation for channel load (0 - 2000, default = 20).
weightDfsChannel Double
Weight in DARRP channel score calculation for DFS channel (0 - 2000, default = 500).
weightManagedAp Double
Weight in DARRP channel score calculation for managed APs (0 - 2000, default = 50).
weightNoiseFloor Double
Weight in DARRP channel score calculation for noise floor (0 - 2000, default = 40).
weightRogueAp Double
Weight in DARRP channel score calculation for rogue APs (0 - 2000, default = 10).
weightSpectralRssi Double
Weight in DARRP channel score calculation for spectral RSSI (0 - 2000, default = 40).
weightWeatherChannel Double
Weight in DARRP channel score calculation for weather channel (0 - 2000, default = 1000).
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
comment string
Comment.
darrpOptimize number
Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 86400, 0 = disable).
darrpOptimizeSchedules string[]
Firewall schedules for DARRP running time. DARRP will run periodically based on darrp-optimize within the schedules. Separate multiple schedule names with a space.
includeDfsChannel string
Enable/disable use of DFS channel in DARRP channel selection phase 1 (default = disable). Valid values: no, disable, yes, enable.
includeWeatherChannel string
Enable/disable use of weather channel in DARRP channel selection phase 1 (default = disable). Valid values: no, disable, yes, enable.
monitorPeriod number
Period in seconds to measure average transmit retries and receive errors (default = 300).
name string
WiFi ARRP profile name.
objectWirelesscontrollerArrpprofileId string
an identifier for the resource with format {{name}}.
overrideDarrpOptimize string
Enable to override setting darrp-optimize and darrp-optimize-schedules (default = disable). Valid values: disable, enable.
scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
selectionPeriod number
Period in seconds to measure average channel load, noise floor, spectral RSSI (default = 3600).
thresholdAp number
Threshold to reject channel in DARRP channel selection phase 1 due to surrounding APs (0 - 500, default = 250).
thresholdChannelLoad number
Threshold in percentage to reject channel in DARRP channel selection phase 1 due to channel load (0 - 100, default = 60).
thresholdNoiseFloor string
Threshold in dBm to reject channel in DARRP channel selection phase 1 due to noise floor (-95 to -20, default = -85).
thresholdRxErrors number
Threshold in percentage for receive errors to trigger channel reselection in DARRP monitor stage (0 - 100, default = 50).
thresholdSpectralRssi string
Threshold in dBm to reject channel in DARRP channel selection phase 1 due to spectral RSSI (-95 to -20, default = -65).
thresholdTxRetries number
Threshold in percentage for transmit retries to trigger channel reselection in DARRP monitor stage (0 - 1000, default = 300).
weightChannelLoad number
Weight in DARRP channel score calculation for channel load (0 - 2000, default = 20).
weightDfsChannel number
Weight in DARRP channel score calculation for DFS channel (0 - 2000, default = 500).
weightManagedAp number
Weight in DARRP channel score calculation for managed APs (0 - 2000, default = 50).
weightNoiseFloor number
Weight in DARRP channel score calculation for noise floor (0 - 2000, default = 40).
weightRogueAp number
Weight in DARRP channel score calculation for rogue APs (0 - 2000, default = 10).
weightSpectralRssi number
Weight in DARRP channel score calculation for spectral RSSI (0 - 2000, default = 40).
weightWeatherChannel number
Weight in DARRP channel score calculation for weather channel (0 - 2000, default = 1000).
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
comment str
Comment.
darrp_optimize float
Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 86400, 0 = disable).
darrp_optimize_schedules Sequence[str]
Firewall schedules for DARRP running time. DARRP will run periodically based on darrp-optimize within the schedules. Separate multiple schedule names with a space.
include_dfs_channel str
Enable/disable use of DFS channel in DARRP channel selection phase 1 (default = disable). Valid values: no, disable, yes, enable.
include_weather_channel str
Enable/disable use of weather channel in DARRP channel selection phase 1 (default = disable). Valid values: no, disable, yes, enable.
monitor_period float
Period in seconds to measure average transmit retries and receive errors (default = 300).
name str
WiFi ARRP profile name.
object_wirelesscontroller_arrpprofile_id str
an identifier for the resource with format {{name}}.
override_darrp_optimize str
Enable to override setting darrp-optimize and darrp-optimize-schedules (default = disable). Valid values: disable, enable.
scopetype str
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
selection_period float
Period in seconds to measure average channel load, noise floor, spectral RSSI (default = 3600).
threshold_ap float
Threshold to reject channel in DARRP channel selection phase 1 due to surrounding APs (0 - 500, default = 250).
threshold_channel_load float
Threshold in percentage to reject channel in DARRP channel selection phase 1 due to channel load (0 - 100, default = 60).
threshold_noise_floor str
Threshold in dBm to reject channel in DARRP channel selection phase 1 due to noise floor (-95 to -20, default = -85).
threshold_rx_errors float
Threshold in percentage for receive errors to trigger channel reselection in DARRP monitor stage (0 - 100, default = 50).
threshold_spectral_rssi str
Threshold in dBm to reject channel in DARRP channel selection phase 1 due to spectral RSSI (-95 to -20, default = -65).
threshold_tx_retries float
Threshold in percentage for transmit retries to trigger channel reselection in DARRP monitor stage (0 - 1000, default = 300).
weight_channel_load float
Weight in DARRP channel score calculation for channel load (0 - 2000, default = 20).
weight_dfs_channel float
Weight in DARRP channel score calculation for DFS channel (0 - 2000, default = 500).
weight_managed_ap float
Weight in DARRP channel score calculation for managed APs (0 - 2000, default = 50).
weight_noise_floor float
Weight in DARRP channel score calculation for noise floor (0 - 2000, default = 40).
weight_rogue_ap float
Weight in DARRP channel score calculation for rogue APs (0 - 2000, default = 10).
weight_spectral_rssi float
Weight in DARRP channel score calculation for spectral RSSI (0 - 2000, default = 40).
weight_weather_channel float
Weight in DARRP channel score calculation for weather channel (0 - 2000, default = 1000).
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
comment String
Comment.
darrpOptimize Number
Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 86400, 0 = disable).
darrpOptimizeSchedules List<String>
Firewall schedules for DARRP running time. DARRP will run periodically based on darrp-optimize within the schedules. Separate multiple schedule names with a space.
includeDfsChannel String
Enable/disable use of DFS channel in DARRP channel selection phase 1 (default = disable). Valid values: no, disable, yes, enable.
includeWeatherChannel String
Enable/disable use of weather channel in DARRP channel selection phase 1 (default = disable). Valid values: no, disable, yes, enable.
monitorPeriod Number
Period in seconds to measure average transmit retries and receive errors (default = 300).
name String
WiFi ARRP profile name.
objectWirelesscontrollerArrpprofileId String
an identifier for the resource with format {{name}}.
overrideDarrpOptimize String
Enable to override setting darrp-optimize and darrp-optimize-schedules (default = disable). Valid values: disable, enable.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
selectionPeriod Number
Period in seconds to measure average channel load, noise floor, spectral RSSI (default = 3600).
thresholdAp Number
Threshold to reject channel in DARRP channel selection phase 1 due to surrounding APs (0 - 500, default = 250).
thresholdChannelLoad Number
Threshold in percentage to reject channel in DARRP channel selection phase 1 due to channel load (0 - 100, default = 60).
thresholdNoiseFloor String
Threshold in dBm to reject channel in DARRP channel selection phase 1 due to noise floor (-95 to -20, default = -85).
thresholdRxErrors Number
Threshold in percentage for receive errors to trigger channel reselection in DARRP monitor stage (0 - 100, default = 50).
thresholdSpectralRssi String
Threshold in dBm to reject channel in DARRP channel selection phase 1 due to spectral RSSI (-95 to -20, default = -65).
thresholdTxRetries Number
Threshold in percentage for transmit retries to trigger channel reselection in DARRP monitor stage (0 - 1000, default = 300).
weightChannelLoad Number
Weight in DARRP channel score calculation for channel load (0 - 2000, default = 20).
weightDfsChannel Number
Weight in DARRP channel score calculation for DFS channel (0 - 2000, default = 500).
weightManagedAp Number
Weight in DARRP channel score calculation for managed APs (0 - 2000, default = 50).
weightNoiseFloor Number
Weight in DARRP channel score calculation for noise floor (0 - 2000, default = 40).
weightRogueAp Number
Weight in DARRP channel score calculation for rogue APs (0 - 2000, default = 10).
weightSpectralRssi Number
Weight in DARRP channel score calculation for spectral RSSI (0 - 2000, default = 40).
weightWeatherChannel Number
Weight in DARRP channel score calculation for weather channel (0 - 2000, default = 1000).

Outputs

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

Get an existing ObjectWirelesscontrollerArrpprofile 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?: ObjectWirelesscontrollerArrpprofileState, opts?: CustomResourceOptions): ObjectWirelesscontrollerArrpprofile
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        adom: Optional[str] = None,
        comment: Optional[str] = None,
        darrp_optimize: Optional[float] = None,
        darrp_optimize_schedules: Optional[Sequence[str]] = None,
        include_dfs_channel: Optional[str] = None,
        include_weather_channel: Optional[str] = None,
        monitor_period: Optional[float] = None,
        name: Optional[str] = None,
        object_wirelesscontroller_arrpprofile_id: Optional[str] = None,
        override_darrp_optimize: Optional[str] = None,
        scopetype: Optional[str] = None,
        selection_period: Optional[float] = None,
        threshold_ap: Optional[float] = None,
        threshold_channel_load: Optional[float] = None,
        threshold_noise_floor: Optional[str] = None,
        threshold_rx_errors: Optional[float] = None,
        threshold_spectral_rssi: Optional[str] = None,
        threshold_tx_retries: Optional[float] = None,
        weight_channel_load: Optional[float] = None,
        weight_dfs_channel: Optional[float] = None,
        weight_managed_ap: Optional[float] = None,
        weight_noise_floor: Optional[float] = None,
        weight_rogue_ap: Optional[float] = None,
        weight_spectral_rssi: Optional[float] = None,
        weight_weather_channel: Optional[float] = None) -> ObjectWirelesscontrollerArrpprofile
func GetObjectWirelesscontrollerArrpprofile(ctx *Context, name string, id IDInput, state *ObjectWirelesscontrollerArrpprofileState, opts ...ResourceOption) (*ObjectWirelesscontrollerArrpprofile, error)
public static ObjectWirelesscontrollerArrpprofile Get(string name, Input<string> id, ObjectWirelesscontrollerArrpprofileState? state, CustomResourceOptions? opts = null)
public static ObjectWirelesscontrollerArrpprofile get(String name, Output<String> id, ObjectWirelesscontrollerArrpprofileState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:ObjectWirelesscontrollerArrpprofile    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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:
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Comment string
Comment.
DarrpOptimize double
Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 86400, 0 = disable).
DarrpOptimizeSchedules List<string>
Firewall schedules for DARRP running time. DARRP will run periodically based on darrp-optimize within the schedules. Separate multiple schedule names with a space.
IncludeDfsChannel string
Enable/disable use of DFS channel in DARRP channel selection phase 1 (default = disable). Valid values: no, disable, yes, enable.
IncludeWeatherChannel string
Enable/disable use of weather channel in DARRP channel selection phase 1 (default = disable). Valid values: no, disable, yes, enable.
MonitorPeriod double
Period in seconds to measure average transmit retries and receive errors (default = 300).
Name string
WiFi ARRP profile name.
ObjectWirelesscontrollerArrpprofileId string
an identifier for the resource with format {{name}}.
OverrideDarrpOptimize string
Enable to override setting darrp-optimize and darrp-optimize-schedules (default = disable). Valid values: disable, enable.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
SelectionPeriod double
Period in seconds to measure average channel load, noise floor, spectral RSSI (default = 3600).
ThresholdAp double
Threshold to reject channel in DARRP channel selection phase 1 due to surrounding APs (0 - 500, default = 250).
ThresholdChannelLoad double
Threshold in percentage to reject channel in DARRP channel selection phase 1 due to channel load (0 - 100, default = 60).
ThresholdNoiseFloor string
Threshold in dBm to reject channel in DARRP channel selection phase 1 due to noise floor (-95 to -20, default = -85).
ThresholdRxErrors double
Threshold in percentage for receive errors to trigger channel reselection in DARRP monitor stage (0 - 100, default = 50).
ThresholdSpectralRssi string
Threshold in dBm to reject channel in DARRP channel selection phase 1 due to spectral RSSI (-95 to -20, default = -65).
ThresholdTxRetries double
Threshold in percentage for transmit retries to trigger channel reselection in DARRP monitor stage (0 - 1000, default = 300).
WeightChannelLoad double
Weight in DARRP channel score calculation for channel load (0 - 2000, default = 20).
WeightDfsChannel double
Weight in DARRP channel score calculation for DFS channel (0 - 2000, default = 500).
WeightManagedAp double
Weight in DARRP channel score calculation for managed APs (0 - 2000, default = 50).
WeightNoiseFloor double
Weight in DARRP channel score calculation for noise floor (0 - 2000, default = 40).
WeightRogueAp double
Weight in DARRP channel score calculation for rogue APs (0 - 2000, default = 10).
WeightSpectralRssi double
Weight in DARRP channel score calculation for spectral RSSI (0 - 2000, default = 40).
WeightWeatherChannel double
Weight in DARRP channel score calculation for weather channel (0 - 2000, default = 1000).
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Comment string
Comment.
DarrpOptimize float64
Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 86400, 0 = disable).
DarrpOptimizeSchedules []string
Firewall schedules for DARRP running time. DARRP will run periodically based on darrp-optimize within the schedules. Separate multiple schedule names with a space.
IncludeDfsChannel string
Enable/disable use of DFS channel in DARRP channel selection phase 1 (default = disable). Valid values: no, disable, yes, enable.
IncludeWeatherChannel string
Enable/disable use of weather channel in DARRP channel selection phase 1 (default = disable). Valid values: no, disable, yes, enable.
MonitorPeriod float64
Period in seconds to measure average transmit retries and receive errors (default = 300).
Name string
WiFi ARRP profile name.
ObjectWirelesscontrollerArrpprofileId string
an identifier for the resource with format {{name}}.
OverrideDarrpOptimize string
Enable to override setting darrp-optimize and darrp-optimize-schedules (default = disable). Valid values: disable, enable.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
SelectionPeriod float64
Period in seconds to measure average channel load, noise floor, spectral RSSI (default = 3600).
ThresholdAp float64
Threshold to reject channel in DARRP channel selection phase 1 due to surrounding APs (0 - 500, default = 250).
ThresholdChannelLoad float64
Threshold in percentage to reject channel in DARRP channel selection phase 1 due to channel load (0 - 100, default = 60).
ThresholdNoiseFloor string
Threshold in dBm to reject channel in DARRP channel selection phase 1 due to noise floor (-95 to -20, default = -85).
ThresholdRxErrors float64
Threshold in percentage for receive errors to trigger channel reselection in DARRP monitor stage (0 - 100, default = 50).
ThresholdSpectralRssi string
Threshold in dBm to reject channel in DARRP channel selection phase 1 due to spectral RSSI (-95 to -20, default = -65).
ThresholdTxRetries float64
Threshold in percentage for transmit retries to trigger channel reselection in DARRP monitor stage (0 - 1000, default = 300).
WeightChannelLoad float64
Weight in DARRP channel score calculation for channel load (0 - 2000, default = 20).
WeightDfsChannel float64
Weight in DARRP channel score calculation for DFS channel (0 - 2000, default = 500).
WeightManagedAp float64
Weight in DARRP channel score calculation for managed APs (0 - 2000, default = 50).
WeightNoiseFloor float64
Weight in DARRP channel score calculation for noise floor (0 - 2000, default = 40).
WeightRogueAp float64
Weight in DARRP channel score calculation for rogue APs (0 - 2000, default = 10).
WeightSpectralRssi float64
Weight in DARRP channel score calculation for spectral RSSI (0 - 2000, default = 40).
WeightWeatherChannel float64
Weight in DARRP channel score calculation for weather channel (0 - 2000, default = 1000).
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
comment String
Comment.
darrpOptimize Double
Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 86400, 0 = disable).
darrpOptimizeSchedules List<String>
Firewall schedules for DARRP running time. DARRP will run periodically based on darrp-optimize within the schedules. Separate multiple schedule names with a space.
includeDfsChannel String
Enable/disable use of DFS channel in DARRP channel selection phase 1 (default = disable). Valid values: no, disable, yes, enable.
includeWeatherChannel String
Enable/disable use of weather channel in DARRP channel selection phase 1 (default = disable). Valid values: no, disable, yes, enable.
monitorPeriod Double
Period in seconds to measure average transmit retries and receive errors (default = 300).
name String
WiFi ARRP profile name.
objectWirelesscontrollerArrpprofileId String
an identifier for the resource with format {{name}}.
overrideDarrpOptimize String
Enable to override setting darrp-optimize and darrp-optimize-schedules (default = disable). Valid values: disable, enable.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
selectionPeriod Double
Period in seconds to measure average channel load, noise floor, spectral RSSI (default = 3600).
thresholdAp Double
Threshold to reject channel in DARRP channel selection phase 1 due to surrounding APs (0 - 500, default = 250).
thresholdChannelLoad Double
Threshold in percentage to reject channel in DARRP channel selection phase 1 due to channel load (0 - 100, default = 60).
thresholdNoiseFloor String
Threshold in dBm to reject channel in DARRP channel selection phase 1 due to noise floor (-95 to -20, default = -85).
thresholdRxErrors Double
Threshold in percentage for receive errors to trigger channel reselection in DARRP monitor stage (0 - 100, default = 50).
thresholdSpectralRssi String
Threshold in dBm to reject channel in DARRP channel selection phase 1 due to spectral RSSI (-95 to -20, default = -65).
thresholdTxRetries Double
Threshold in percentage for transmit retries to trigger channel reselection in DARRP monitor stage (0 - 1000, default = 300).
weightChannelLoad Double
Weight in DARRP channel score calculation for channel load (0 - 2000, default = 20).
weightDfsChannel Double
Weight in DARRP channel score calculation for DFS channel (0 - 2000, default = 500).
weightManagedAp Double
Weight in DARRP channel score calculation for managed APs (0 - 2000, default = 50).
weightNoiseFloor Double
Weight in DARRP channel score calculation for noise floor (0 - 2000, default = 40).
weightRogueAp Double
Weight in DARRP channel score calculation for rogue APs (0 - 2000, default = 10).
weightSpectralRssi Double
Weight in DARRP channel score calculation for spectral RSSI (0 - 2000, default = 40).
weightWeatherChannel Double
Weight in DARRP channel score calculation for weather channel (0 - 2000, default = 1000).
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
comment string
Comment.
darrpOptimize number
Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 86400, 0 = disable).
darrpOptimizeSchedules string[]
Firewall schedules for DARRP running time. DARRP will run periodically based on darrp-optimize within the schedules. Separate multiple schedule names with a space.
includeDfsChannel string
Enable/disable use of DFS channel in DARRP channel selection phase 1 (default = disable). Valid values: no, disable, yes, enable.
includeWeatherChannel string
Enable/disable use of weather channel in DARRP channel selection phase 1 (default = disable). Valid values: no, disable, yes, enable.
monitorPeriod number
Period in seconds to measure average transmit retries and receive errors (default = 300).
name string
WiFi ARRP profile name.
objectWirelesscontrollerArrpprofileId string
an identifier for the resource with format {{name}}.
overrideDarrpOptimize string
Enable to override setting darrp-optimize and darrp-optimize-schedules (default = disable). Valid values: disable, enable.
scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
selectionPeriod number
Period in seconds to measure average channel load, noise floor, spectral RSSI (default = 3600).
thresholdAp number
Threshold to reject channel in DARRP channel selection phase 1 due to surrounding APs (0 - 500, default = 250).
thresholdChannelLoad number
Threshold in percentage to reject channel in DARRP channel selection phase 1 due to channel load (0 - 100, default = 60).
thresholdNoiseFloor string
Threshold in dBm to reject channel in DARRP channel selection phase 1 due to noise floor (-95 to -20, default = -85).
thresholdRxErrors number
Threshold in percentage for receive errors to trigger channel reselection in DARRP monitor stage (0 - 100, default = 50).
thresholdSpectralRssi string
Threshold in dBm to reject channel in DARRP channel selection phase 1 due to spectral RSSI (-95 to -20, default = -65).
thresholdTxRetries number
Threshold in percentage for transmit retries to trigger channel reselection in DARRP monitor stage (0 - 1000, default = 300).
weightChannelLoad number
Weight in DARRP channel score calculation for channel load (0 - 2000, default = 20).
weightDfsChannel number
Weight in DARRP channel score calculation for DFS channel (0 - 2000, default = 500).
weightManagedAp number
Weight in DARRP channel score calculation for managed APs (0 - 2000, default = 50).
weightNoiseFloor number
Weight in DARRP channel score calculation for noise floor (0 - 2000, default = 40).
weightRogueAp number
Weight in DARRP channel score calculation for rogue APs (0 - 2000, default = 10).
weightSpectralRssi number
Weight in DARRP channel score calculation for spectral RSSI (0 - 2000, default = 40).
weightWeatherChannel number
Weight in DARRP channel score calculation for weather channel (0 - 2000, default = 1000).
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
comment str
Comment.
darrp_optimize float
Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 86400, 0 = disable).
darrp_optimize_schedules Sequence[str]
Firewall schedules for DARRP running time. DARRP will run periodically based on darrp-optimize within the schedules. Separate multiple schedule names with a space.
include_dfs_channel str
Enable/disable use of DFS channel in DARRP channel selection phase 1 (default = disable). Valid values: no, disable, yes, enable.
include_weather_channel str
Enable/disable use of weather channel in DARRP channel selection phase 1 (default = disable). Valid values: no, disable, yes, enable.
monitor_period float
Period in seconds to measure average transmit retries and receive errors (default = 300).
name str
WiFi ARRP profile name.
object_wirelesscontroller_arrpprofile_id str
an identifier for the resource with format {{name}}.
override_darrp_optimize str
Enable to override setting darrp-optimize and darrp-optimize-schedules (default = disable). Valid values: disable, enable.
scopetype str
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
selection_period float
Period in seconds to measure average channel load, noise floor, spectral RSSI (default = 3600).
threshold_ap float
Threshold to reject channel in DARRP channel selection phase 1 due to surrounding APs (0 - 500, default = 250).
threshold_channel_load float
Threshold in percentage to reject channel in DARRP channel selection phase 1 due to channel load (0 - 100, default = 60).
threshold_noise_floor str
Threshold in dBm to reject channel in DARRP channel selection phase 1 due to noise floor (-95 to -20, default = -85).
threshold_rx_errors float
Threshold in percentage for receive errors to trigger channel reselection in DARRP monitor stage (0 - 100, default = 50).
threshold_spectral_rssi str
Threshold in dBm to reject channel in DARRP channel selection phase 1 due to spectral RSSI (-95 to -20, default = -65).
threshold_tx_retries float
Threshold in percentage for transmit retries to trigger channel reselection in DARRP monitor stage (0 - 1000, default = 300).
weight_channel_load float
Weight in DARRP channel score calculation for channel load (0 - 2000, default = 20).
weight_dfs_channel float
Weight in DARRP channel score calculation for DFS channel (0 - 2000, default = 500).
weight_managed_ap float
Weight in DARRP channel score calculation for managed APs (0 - 2000, default = 50).
weight_noise_floor float
Weight in DARRP channel score calculation for noise floor (0 - 2000, default = 40).
weight_rogue_ap float
Weight in DARRP channel score calculation for rogue APs (0 - 2000, default = 10).
weight_spectral_rssi float
Weight in DARRP channel score calculation for spectral RSSI (0 - 2000, default = 40).
weight_weather_channel float
Weight in DARRP channel score calculation for weather channel (0 - 2000, default = 1000).
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
comment String
Comment.
darrpOptimize Number
Time for running Dynamic Automatic Radio Resource Provisioning (DARRP) optimizations (0 - 86400 sec, default = 86400, 0 = disable).
darrpOptimizeSchedules List<String>
Firewall schedules for DARRP running time. DARRP will run periodically based on darrp-optimize within the schedules. Separate multiple schedule names with a space.
includeDfsChannel String
Enable/disable use of DFS channel in DARRP channel selection phase 1 (default = disable). Valid values: no, disable, yes, enable.
includeWeatherChannel String
Enable/disable use of weather channel in DARRP channel selection phase 1 (default = disable). Valid values: no, disable, yes, enable.
monitorPeriod Number
Period in seconds to measure average transmit retries and receive errors (default = 300).
name String
WiFi ARRP profile name.
objectWirelesscontrollerArrpprofileId String
an identifier for the resource with format {{name}}.
overrideDarrpOptimize String
Enable to override setting darrp-optimize and darrp-optimize-schedules (default = disable). Valid values: disable, enable.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
selectionPeriod Number
Period in seconds to measure average channel load, noise floor, spectral RSSI (default = 3600).
thresholdAp Number
Threshold to reject channel in DARRP channel selection phase 1 due to surrounding APs (0 - 500, default = 250).
thresholdChannelLoad Number
Threshold in percentage to reject channel in DARRP channel selection phase 1 due to channel load (0 - 100, default = 60).
thresholdNoiseFloor String
Threshold in dBm to reject channel in DARRP channel selection phase 1 due to noise floor (-95 to -20, default = -85).
thresholdRxErrors Number
Threshold in percentage for receive errors to trigger channel reselection in DARRP monitor stage (0 - 100, default = 50).
thresholdSpectralRssi String
Threshold in dBm to reject channel in DARRP channel selection phase 1 due to spectral RSSI (-95 to -20, default = -65).
thresholdTxRetries Number
Threshold in percentage for transmit retries to trigger channel reselection in DARRP monitor stage (0 - 1000, default = 300).
weightChannelLoad Number
Weight in DARRP channel score calculation for channel load (0 - 2000, default = 20).
weightDfsChannel Number
Weight in DARRP channel score calculation for DFS channel (0 - 2000, default = 500).
weightManagedAp Number
Weight in DARRP channel score calculation for managed APs (0 - 2000, default = 50).
weightNoiseFloor Number
Weight in DARRP channel score calculation for noise floor (0 - 2000, default = 40).
weightRogueAp Number
Weight in DARRP channel score calculation for rogue APs (0 - 2000, default = 10).
weightSpectralRssi Number
Weight in DARRP channel score calculation for spectral RSSI (0 - 2000, default = 40).
weightWeatherChannel Number
Weight in DARRP channel score calculation for weather channel (0 - 2000, default = 1000).

Import

ObjectWirelessController ArrpProfile can be imported using any of these accepted formats:

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

$ pulumi import fortimanager:index/objectWirelesscontrollerArrpprofile:ObjectWirelesscontrollerArrpprofile labelname {{name}}
Copy

$ 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.