fortimanager.ObjectWirelesscontrollerWtpprofileLbs
Explore with Pulumi AI
Set various location based service (LBS) options.
This resource is a sub resource for variable
lbs
of resourcefortimanager.ObjectWirelesscontrollerWtpprofile
. Conflict and overwrite may occur if use both of them.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname5 = new fortimanager.ObjectWirelesscontrollerWtpprofile("trname5", {});
const trname = new fortimanager.ObjectWirelesscontrollerWtpprofileLbs("trname", {
aeroscout: "disable",
aeroscoutApMac: "bssid",
aeroscoutMmuReport: "disable",
wtpProfile: trname5.name,
}, {
dependsOn: [trname5],
});
import pulumi
import pulumi_fortimanager as fortimanager
trname5 = fortimanager.ObjectWirelesscontrollerWtpprofile("trname5")
trname = fortimanager.ObjectWirelesscontrollerWtpprofileLbs("trname",
aeroscout="disable",
aeroscout_ap_mac="bssid",
aeroscout_mmu_report="disable",
wtp_profile=trname5.name,
opts = pulumi.ResourceOptions(depends_on=[trname5]))
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 {
trname5, err := fortimanager.NewObjectWirelesscontrollerWtpprofile(ctx, "trname5", nil)
if err != nil {
return err
}
_, err = fortimanager.NewObjectWirelesscontrollerWtpprofileLbs(ctx, "trname", &fortimanager.ObjectWirelesscontrollerWtpprofileLbsArgs{
Aeroscout: pulumi.String("disable"),
AeroscoutApMac: pulumi.String("bssid"),
AeroscoutMmuReport: pulumi.String("disable"),
WtpProfile: trname5.Name,
}, pulumi.DependsOn([]pulumi.Resource{
trname5,
}))
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;
return await Deployment.RunAsync(() =>
{
var trname5 = new Fortimanager.ObjectWirelesscontrollerWtpprofile("trname5");
var trname = new Fortimanager.ObjectWirelesscontrollerWtpprofileLbs("trname", new()
{
Aeroscout = "disable",
AeroscoutApMac = "bssid",
AeroscoutMmuReport = "disable",
WtpProfile = trname5.Name,
}, new CustomResourceOptions
{
DependsOn =
{
trname5,
},
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectWirelesscontrollerWtpprofile;
import com.pulumi.fortimanager.ObjectWirelesscontrollerWtpprofileLbs;
import com.pulumi.fortimanager.ObjectWirelesscontrollerWtpprofileLbsArgs;
import com.pulumi.resources.CustomResourceOptions;
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 trname5 = new ObjectWirelesscontrollerWtpprofile("trname5");
var trname = new ObjectWirelesscontrollerWtpprofileLbs("trname", ObjectWirelesscontrollerWtpprofileLbsArgs.builder()
.aeroscout("disable")
.aeroscoutApMac("bssid")
.aeroscoutMmuReport("disable")
.wtpProfile(trname5.name())
.build(), CustomResourceOptions.builder()
.dependsOn(trname5)
.build());
}
}
resources:
trname:
type: fortimanager:ObjectWirelesscontrollerWtpprofileLbs
properties:
aeroscout: disable
aeroscoutApMac: bssid
aeroscoutMmuReport: disable
wtpProfile: ${trname5.name}
options:
dependsOn:
- ${trname5}
trname5:
type: fortimanager:ObjectWirelesscontrollerWtpprofile
Create ObjectWirelesscontrollerWtpprofileLbs Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectWirelesscontrollerWtpprofileLbs(name: string, args: ObjectWirelesscontrollerWtpprofileLbsArgs, opts?: CustomResourceOptions);
@overload
def ObjectWirelesscontrollerWtpprofileLbs(resource_name: str,
args: ObjectWirelesscontrollerWtpprofileLbsInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectWirelesscontrollerWtpprofileLbs(resource_name: str,
opts: Optional[ResourceOptions] = None,
wtp_profile: Optional[str] = None,
fortipresence_server: Optional[str] = None,
polestar_server_path: Optional[str] = None,
aeroscout_mmu_report: Optional[str] = None,
aeroscout_mu: Optional[str] = None,
aeroscout_mu_factor: Optional[float] = None,
aeroscout_mu_timeout: Optional[float] = None,
fortipresence_secrets: Optional[Sequence[str]] = None,
aeroscout_server_port: Optional[float] = None,
ekahau_blink_mode: Optional[str] = None,
ekahau_tag: Optional[str] = None,
erc_server_ip: Optional[str] = None,
erc_server_port: Optional[float] = None,
fortipresence: Optional[str] = None,
fortipresence_ble: Optional[str] = None,
fortipresence_frequency: Optional[float] = None,
fortipresence_port: Optional[float] = None,
fortipresence_project: Optional[str] = None,
fortipresence_server_addr_type: Optional[str] = None,
aeroscout_server_ip: Optional[str] = None,
aeroscout_ap_mac: Optional[str] = None,
fortipresence_rogue: Optional[str] = None,
fortipresence_server_fqdn: Optional[str] = None,
fortipresence_unassoc: Optional[str] = None,
object_wirelesscontroller_wtpprofile_lbs_id: Optional[str] = None,
polestar: Optional[str] = None,
polestar_accumulation_interval: Optional[float] = None,
polestar_asset_addrgrp_list: Optional[str] = None,
polestar_asset_uuid_list1: Optional[str] = None,
polestar_asset_uuid_list2: Optional[str] = None,
polestar_asset_uuid_list3: Optional[str] = None,
polestar_asset_uuid_list4: Optional[str] = None,
polestar_protocol: Optional[str] = None,
polestar_reporting_interval: Optional[float] = None,
polestar_server_fqdn: Optional[str] = None,
adom: Optional[str] = None,
polestar_server_port: Optional[float] = None,
polestar_server_token: Optional[str] = None,
scopetype: Optional[str] = None,
station_locate: Optional[str] = None,
aeroscout: Optional[str] = None)
func NewObjectWirelesscontrollerWtpprofileLbs(ctx *Context, name string, args ObjectWirelesscontrollerWtpprofileLbsArgs, opts ...ResourceOption) (*ObjectWirelesscontrollerWtpprofileLbs, error)
public ObjectWirelesscontrollerWtpprofileLbs(string name, ObjectWirelesscontrollerWtpprofileLbsArgs args, CustomResourceOptions? opts = null)
public ObjectWirelesscontrollerWtpprofileLbs(String name, ObjectWirelesscontrollerWtpprofileLbsArgs args)
public ObjectWirelesscontrollerWtpprofileLbs(String name, ObjectWirelesscontrollerWtpprofileLbsArgs args, CustomResourceOptions options)
type: fortimanager:ObjectWirelesscontrollerWtpprofileLbs
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 ObjectWirelesscontrollerWtpprofileLbsArgs
- 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 ObjectWirelesscontrollerWtpprofileLbsInitArgs
- 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 ObjectWirelesscontrollerWtpprofileLbsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectWirelesscontrollerWtpprofileLbsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectWirelesscontrollerWtpprofileLbsArgs
- 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 objectWirelesscontrollerWtpprofileLbsResource = new Fortimanager.ObjectWirelesscontrollerWtpprofileLbs("objectWirelesscontrollerWtpprofileLbsResource", new()
{
WtpProfile = "string",
FortipresenceServer = "string",
PolestarServerPath = "string",
AeroscoutMmuReport = "string",
AeroscoutMu = "string",
AeroscoutMuFactor = 0,
AeroscoutMuTimeout = 0,
FortipresenceSecrets = new[]
{
"string",
},
AeroscoutServerPort = 0,
EkahauBlinkMode = "string",
EkahauTag = "string",
ErcServerIp = "string",
ErcServerPort = 0,
Fortipresence = "string",
FortipresenceBle = "string",
FortipresenceFrequency = 0,
FortipresencePort = 0,
FortipresenceProject = "string",
FortipresenceServerAddrType = "string",
AeroscoutServerIp = "string",
AeroscoutApMac = "string",
FortipresenceRogue = "string",
FortipresenceServerFqdn = "string",
FortipresenceUnassoc = "string",
ObjectWirelesscontrollerWtpprofileLbsId = "string",
Polestar = "string",
PolestarAccumulationInterval = 0,
PolestarAssetAddrgrpList = "string",
PolestarAssetUuidList1 = "string",
PolestarAssetUuidList2 = "string",
PolestarAssetUuidList3 = "string",
PolestarAssetUuidList4 = "string",
PolestarProtocol = "string",
PolestarReportingInterval = 0,
PolestarServerFqdn = "string",
Adom = "string",
PolestarServerPort = 0,
PolestarServerToken = "string",
Scopetype = "string",
StationLocate = "string",
Aeroscout = "string",
});
example, err := fortimanager.NewObjectWirelesscontrollerWtpprofileLbs(ctx, "objectWirelesscontrollerWtpprofileLbsResource", &fortimanager.ObjectWirelesscontrollerWtpprofileLbsArgs{
WtpProfile: pulumi.String("string"),
FortipresenceServer: pulumi.String("string"),
PolestarServerPath: pulumi.String("string"),
AeroscoutMmuReport: pulumi.String("string"),
AeroscoutMu: pulumi.String("string"),
AeroscoutMuFactor: pulumi.Float64(0),
AeroscoutMuTimeout: pulumi.Float64(0),
FortipresenceSecrets: pulumi.StringArray{
pulumi.String("string"),
},
AeroscoutServerPort: pulumi.Float64(0),
EkahauBlinkMode: pulumi.String("string"),
EkahauTag: pulumi.String("string"),
ErcServerIp: pulumi.String("string"),
ErcServerPort: pulumi.Float64(0),
Fortipresence: pulumi.String("string"),
FortipresenceBle: pulumi.String("string"),
FortipresenceFrequency: pulumi.Float64(0),
FortipresencePort: pulumi.Float64(0),
FortipresenceProject: pulumi.String("string"),
FortipresenceServerAddrType: pulumi.String("string"),
AeroscoutServerIp: pulumi.String("string"),
AeroscoutApMac: pulumi.String("string"),
FortipresenceRogue: pulumi.String("string"),
FortipresenceServerFqdn: pulumi.String("string"),
FortipresenceUnassoc: pulumi.String("string"),
ObjectWirelesscontrollerWtpprofileLbsId: pulumi.String("string"),
Polestar: pulumi.String("string"),
PolestarAccumulationInterval: pulumi.Float64(0),
PolestarAssetAddrgrpList: pulumi.String("string"),
PolestarAssetUuidList1: pulumi.String("string"),
PolestarAssetUuidList2: pulumi.String("string"),
PolestarAssetUuidList3: pulumi.String("string"),
PolestarAssetUuidList4: pulumi.String("string"),
PolestarProtocol: pulumi.String("string"),
PolestarReportingInterval: pulumi.Float64(0),
PolestarServerFqdn: pulumi.String("string"),
Adom: pulumi.String("string"),
PolestarServerPort: pulumi.Float64(0),
PolestarServerToken: pulumi.String("string"),
Scopetype: pulumi.String("string"),
StationLocate: pulumi.String("string"),
Aeroscout: pulumi.String("string"),
})
var objectWirelesscontrollerWtpprofileLbsResource = new ObjectWirelesscontrollerWtpprofileLbs("objectWirelesscontrollerWtpprofileLbsResource", ObjectWirelesscontrollerWtpprofileLbsArgs.builder()
.wtpProfile("string")
.fortipresenceServer("string")
.polestarServerPath("string")
.aeroscoutMmuReport("string")
.aeroscoutMu("string")
.aeroscoutMuFactor(0)
.aeroscoutMuTimeout(0)
.fortipresenceSecrets("string")
.aeroscoutServerPort(0)
.ekahauBlinkMode("string")
.ekahauTag("string")
.ercServerIp("string")
.ercServerPort(0)
.fortipresence("string")
.fortipresenceBle("string")
.fortipresenceFrequency(0)
.fortipresencePort(0)
.fortipresenceProject("string")
.fortipresenceServerAddrType("string")
.aeroscoutServerIp("string")
.aeroscoutApMac("string")
.fortipresenceRogue("string")
.fortipresenceServerFqdn("string")
.fortipresenceUnassoc("string")
.objectWirelesscontrollerWtpprofileLbsId("string")
.polestar("string")
.polestarAccumulationInterval(0)
.polestarAssetAddrgrpList("string")
.polestarAssetUuidList1("string")
.polestarAssetUuidList2("string")
.polestarAssetUuidList3("string")
.polestarAssetUuidList4("string")
.polestarProtocol("string")
.polestarReportingInterval(0)
.polestarServerFqdn("string")
.adom("string")
.polestarServerPort(0)
.polestarServerToken("string")
.scopetype("string")
.stationLocate("string")
.aeroscout("string")
.build());
object_wirelesscontroller_wtpprofile_lbs_resource = fortimanager.ObjectWirelesscontrollerWtpprofileLbs("objectWirelesscontrollerWtpprofileLbsResource",
wtp_profile="string",
fortipresence_server="string",
polestar_server_path="string",
aeroscout_mmu_report="string",
aeroscout_mu="string",
aeroscout_mu_factor=0,
aeroscout_mu_timeout=0,
fortipresence_secrets=["string"],
aeroscout_server_port=0,
ekahau_blink_mode="string",
ekahau_tag="string",
erc_server_ip="string",
erc_server_port=0,
fortipresence="string",
fortipresence_ble="string",
fortipresence_frequency=0,
fortipresence_port=0,
fortipresence_project="string",
fortipresence_server_addr_type="string",
aeroscout_server_ip="string",
aeroscout_ap_mac="string",
fortipresence_rogue="string",
fortipresence_server_fqdn="string",
fortipresence_unassoc="string",
object_wirelesscontroller_wtpprofile_lbs_id="string",
polestar="string",
polestar_accumulation_interval=0,
polestar_asset_addrgrp_list="string",
polestar_asset_uuid_list1="string",
polestar_asset_uuid_list2="string",
polestar_asset_uuid_list3="string",
polestar_asset_uuid_list4="string",
polestar_protocol="string",
polestar_reporting_interval=0,
polestar_server_fqdn="string",
adom="string",
polestar_server_port=0,
polestar_server_token="string",
scopetype="string",
station_locate="string",
aeroscout="string")
const objectWirelesscontrollerWtpprofileLbsResource = new fortimanager.ObjectWirelesscontrollerWtpprofileLbs("objectWirelesscontrollerWtpprofileLbsResource", {
wtpProfile: "string",
fortipresenceServer: "string",
polestarServerPath: "string",
aeroscoutMmuReport: "string",
aeroscoutMu: "string",
aeroscoutMuFactor: 0,
aeroscoutMuTimeout: 0,
fortipresenceSecrets: ["string"],
aeroscoutServerPort: 0,
ekahauBlinkMode: "string",
ekahauTag: "string",
ercServerIp: "string",
ercServerPort: 0,
fortipresence: "string",
fortipresenceBle: "string",
fortipresenceFrequency: 0,
fortipresencePort: 0,
fortipresenceProject: "string",
fortipresenceServerAddrType: "string",
aeroscoutServerIp: "string",
aeroscoutApMac: "string",
fortipresenceRogue: "string",
fortipresenceServerFqdn: "string",
fortipresenceUnassoc: "string",
objectWirelesscontrollerWtpprofileLbsId: "string",
polestar: "string",
polestarAccumulationInterval: 0,
polestarAssetAddrgrpList: "string",
polestarAssetUuidList1: "string",
polestarAssetUuidList2: "string",
polestarAssetUuidList3: "string",
polestarAssetUuidList4: "string",
polestarProtocol: "string",
polestarReportingInterval: 0,
polestarServerFqdn: "string",
adom: "string",
polestarServerPort: 0,
polestarServerToken: "string",
scopetype: "string",
stationLocate: "string",
aeroscout: "string",
});
type: fortimanager:ObjectWirelesscontrollerWtpprofileLbs
properties:
adom: string
aeroscout: string
aeroscoutApMac: string
aeroscoutMmuReport: string
aeroscoutMu: string
aeroscoutMuFactor: 0
aeroscoutMuTimeout: 0
aeroscoutServerIp: string
aeroscoutServerPort: 0
ekahauBlinkMode: string
ekahauTag: string
ercServerIp: string
ercServerPort: 0
fortipresence: string
fortipresenceBle: string
fortipresenceFrequency: 0
fortipresencePort: 0
fortipresenceProject: string
fortipresenceRogue: string
fortipresenceSecrets:
- string
fortipresenceServer: string
fortipresenceServerAddrType: string
fortipresenceServerFqdn: string
fortipresenceUnassoc: string
objectWirelesscontrollerWtpprofileLbsId: string
polestar: string
polestarAccumulationInterval: 0
polestarAssetAddrgrpList: string
polestarAssetUuidList1: string
polestarAssetUuidList2: string
polestarAssetUuidList3: string
polestarAssetUuidList4: string
polestarProtocol: string
polestarReportingInterval: 0
polestarServerFqdn: string
polestarServerPath: string
polestarServerPort: 0
polestarServerToken: string
scopetype: string
stationLocate: string
wtpProfile: string
ObjectWirelesscontrollerWtpprofileLbs 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 ObjectWirelesscontrollerWtpprofileLbs resource accepts the following input properties:
- Wtp
Profile string - Wtp Profile.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Aeroscout string
- Enable/disable AeroScout Real Time Location Service (RTLS) support (default = disable). Valid values:
disable
,enable
. - Aeroscout
Ap stringMac - Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values:
bssid
,board-mac
. - Aeroscout
Mmu stringReport - Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values:
disable
,enable
. - Aeroscout
Mu string - Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values:
disable
,enable
. - Aeroscout
Mu doubleFactor - AeroScout MU mode dilution factor (default = 20).
- Aeroscout
Mu doubleTimeout - AeroScout MU mode timeout (0 - 65535 sec, default = 5).
- Aeroscout
Server stringIp - IP address of AeroScout server.
- Aeroscout
Server doublePort - AeroScout server UDP listening port.
- Ekahau
Blink stringMode - Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values:
disable
,enable
. - Ekahau
Tag string - WiFi frame MAC address or WiFi Tag.
- Erc
Server stringIp - IP address of Ekahau RTLS Controller (ERC).
- Erc
Server doublePort - Ekahau RTLS Controller (ERC) UDP listening port.
- Fortipresence string
- Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they don't connect to this WiFi network (default = disable). Valid values:
disable
,enable
,enable2
,foreign
,both
. - Fortipresence
Ble string - Enable/disable FortiPresence finding and reporting BLE devices. Valid values:
disable
,enable
. - Fortipresence
Frequency double - FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
- Fortipresence
Port double - FortiPresence server UDP listening port (default = 3000).
- Fortipresence
Project string - FortiPresence project name (max. 16 characters, default = fortipresence).
- Fortipresence
Rogue string - Enable/disable FortiPresence finding and reporting rogue APs. Valid values:
disable
,enable
. - Fortipresence
Secrets List<string> - FortiPresence secret password (max. 16 characters).
- Fortipresence
Server string - FortiPresence server IP address.
- Fortipresence
Server stringAddr Type - FortiPresence server address type (default = ipv4). Valid values:
fqdn
,ipv4
. - Fortipresence
Server stringFqdn - FQDN of FortiPresence server.
- Fortipresence
Unassoc string - Enable/disable FortiPresence finding and reporting unassociated stations. Valid values:
disable
,enable
. - Object
Wirelesscontroller stringWtpprofile Lbs Id - an identifier for the resource.
- Polestar string
- Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values:
disable
,enable
. - Polestar
Accumulation doubleInterval - Time that measurements should be accumulated in seconds (default = 2).
- Polestar
Asset stringAddrgrp List - Tags and asset addrgrp list to be reported.
- Polestar
Asset stringUuid List1 - Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- Polestar
Asset stringUuid List2 - Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- Polestar
Asset stringUuid List3 - Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- Polestar
Asset stringUuid List4 - Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- Polestar
Protocol string - Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values:
WSS
. - Polestar
Reporting doubleInterval - Time between reporting accumulated measurements in seconds (default = 2).
- Polestar
Server stringFqdn - FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
- Polestar
Server stringPath - Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
- Polestar
Server doublePort - Port of PoleStar Nao Track Server (default = 443).
- Polestar
Server stringToken - Access Token of PoleStar Nao Track Server.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Station
Locate string - Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values:
disable
,enable
.
- Wtp
Profile string - Wtp Profile.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Aeroscout string
- Enable/disable AeroScout Real Time Location Service (RTLS) support (default = disable). Valid values:
disable
,enable
. - Aeroscout
Ap stringMac - Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values:
bssid
,board-mac
. - Aeroscout
Mmu stringReport - Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values:
disable
,enable
. - Aeroscout
Mu string - Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values:
disable
,enable
. - Aeroscout
Mu float64Factor - AeroScout MU mode dilution factor (default = 20).
- Aeroscout
Mu float64Timeout - AeroScout MU mode timeout (0 - 65535 sec, default = 5).
- Aeroscout
Server stringIp - IP address of AeroScout server.
- Aeroscout
Server float64Port - AeroScout server UDP listening port.
- Ekahau
Blink stringMode - Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values:
disable
,enable
. - Ekahau
Tag string - WiFi frame MAC address or WiFi Tag.
- Erc
Server stringIp - IP address of Ekahau RTLS Controller (ERC).
- Erc
Server float64Port - Ekahau RTLS Controller (ERC) UDP listening port.
- Fortipresence string
- Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they don't connect to this WiFi network (default = disable). Valid values:
disable
,enable
,enable2
,foreign
,both
. - Fortipresence
Ble string - Enable/disable FortiPresence finding and reporting BLE devices. Valid values:
disable
,enable
. - Fortipresence
Frequency float64 - FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
- Fortipresence
Port float64 - FortiPresence server UDP listening port (default = 3000).
- Fortipresence
Project string - FortiPresence project name (max. 16 characters, default = fortipresence).
- Fortipresence
Rogue string - Enable/disable FortiPresence finding and reporting rogue APs. Valid values:
disable
,enable
. - Fortipresence
Secrets []string - FortiPresence secret password (max. 16 characters).
- Fortipresence
Server string - FortiPresence server IP address.
- Fortipresence
Server stringAddr Type - FortiPresence server address type (default = ipv4). Valid values:
fqdn
,ipv4
. - Fortipresence
Server stringFqdn - FQDN of FortiPresence server.
- Fortipresence
Unassoc string - Enable/disable FortiPresence finding and reporting unassociated stations. Valid values:
disable
,enable
. - Object
Wirelesscontroller stringWtpprofile Lbs Id - an identifier for the resource.
- Polestar string
- Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values:
disable
,enable
. - Polestar
Accumulation float64Interval - Time that measurements should be accumulated in seconds (default = 2).
- Polestar
Asset stringAddrgrp List - Tags and asset addrgrp list to be reported.
- Polestar
Asset stringUuid List1 - Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- Polestar
Asset stringUuid List2 - Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- Polestar
Asset stringUuid List3 - Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- Polestar
Asset stringUuid List4 - Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- Polestar
Protocol string - Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values:
WSS
. - Polestar
Reporting float64Interval - Time between reporting accumulated measurements in seconds (default = 2).
- Polestar
Server stringFqdn - FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
- Polestar
Server stringPath - Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
- Polestar
Server float64Port - Port of PoleStar Nao Track Server (default = 443).
- Polestar
Server stringToken - Access Token of PoleStar Nao Track Server.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Station
Locate string - Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values:
disable
,enable
.
- wtp
Profile String - Wtp Profile.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - aeroscout String
- Enable/disable AeroScout Real Time Location Service (RTLS) support (default = disable). Valid values:
disable
,enable
. - aeroscout
Ap StringMac - Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values:
bssid
,board-mac
. - aeroscout
Mmu StringReport - Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values:
disable
,enable
. - aeroscout
Mu String - Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values:
disable
,enable
. - aeroscout
Mu DoubleFactor - AeroScout MU mode dilution factor (default = 20).
- aeroscout
Mu DoubleTimeout - AeroScout MU mode timeout (0 - 65535 sec, default = 5).
- aeroscout
Server StringIp - IP address of AeroScout server.
- aeroscout
Server DoublePort - AeroScout server UDP listening port.
- ekahau
Blink StringMode - Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values:
disable
,enable
. - ekahau
Tag String - WiFi frame MAC address or WiFi Tag.
- erc
Server StringIp - IP address of Ekahau RTLS Controller (ERC).
- erc
Server DoublePort - Ekahau RTLS Controller (ERC) UDP listening port.
- fortipresence String
- Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they don't connect to this WiFi network (default = disable). Valid values:
disable
,enable
,enable2
,foreign
,both
. - fortipresence
Ble String - Enable/disable FortiPresence finding and reporting BLE devices. Valid values:
disable
,enable
. - fortipresence
Frequency Double - FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
- fortipresence
Port Double - FortiPresence server UDP listening port (default = 3000).
- fortipresence
Project String - FortiPresence project name (max. 16 characters, default = fortipresence).
- fortipresence
Rogue String - Enable/disable FortiPresence finding and reporting rogue APs. Valid values:
disable
,enable
. - fortipresence
Secrets List<String> - FortiPresence secret password (max. 16 characters).
- fortipresence
Server String - FortiPresence server IP address.
- fortipresence
Server StringAddr Type - FortiPresence server address type (default = ipv4). Valid values:
fqdn
,ipv4
. - fortipresence
Server StringFqdn - FQDN of FortiPresence server.
- fortipresence
Unassoc String - Enable/disable FortiPresence finding and reporting unassociated stations. Valid values:
disable
,enable
. - object
Wirelesscontroller StringWtpprofile Lbs Id - an identifier for the resource.
- polestar String
- Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values:
disable
,enable
. - polestar
Accumulation DoubleInterval - Time that measurements should be accumulated in seconds (default = 2).
- polestar
Asset StringAddrgrp List - Tags and asset addrgrp list to be reported.
- polestar
Asset StringUuid List1 - Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar
Asset StringUuid List2 - Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar
Asset StringUuid List3 - Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar
Asset StringUuid List4 - Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar
Protocol String - Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values:
WSS
. - polestar
Reporting DoubleInterval - Time between reporting accumulated measurements in seconds (default = 2).
- polestar
Server StringFqdn - FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
- polestar
Server StringPath - Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
- polestar
Server DoublePort - Port of PoleStar Nao Track Server (default = 443).
- polestar
Server StringToken - Access Token of PoleStar Nao Track Server.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - station
Locate String - Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values:
disable
,enable
.
- wtp
Profile string - Wtp Profile.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - aeroscout string
- Enable/disable AeroScout Real Time Location Service (RTLS) support (default = disable). Valid values:
disable
,enable
. - aeroscout
Ap stringMac - Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values:
bssid
,board-mac
. - aeroscout
Mmu stringReport - Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values:
disable
,enable
. - aeroscout
Mu string - Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values:
disable
,enable
. - aeroscout
Mu numberFactor - AeroScout MU mode dilution factor (default = 20).
- aeroscout
Mu numberTimeout - AeroScout MU mode timeout (0 - 65535 sec, default = 5).
- aeroscout
Server stringIp - IP address of AeroScout server.
- aeroscout
Server numberPort - AeroScout server UDP listening port.
- ekahau
Blink stringMode - Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values:
disable
,enable
. - ekahau
Tag string - WiFi frame MAC address or WiFi Tag.
- erc
Server stringIp - IP address of Ekahau RTLS Controller (ERC).
- erc
Server numberPort - Ekahau RTLS Controller (ERC) UDP listening port.
- fortipresence string
- Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they don't connect to this WiFi network (default = disable). Valid values:
disable
,enable
,enable2
,foreign
,both
. - fortipresence
Ble string - Enable/disable FortiPresence finding and reporting BLE devices. Valid values:
disable
,enable
. - fortipresence
Frequency number - FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
- fortipresence
Port number - FortiPresence server UDP listening port (default = 3000).
- fortipresence
Project string - FortiPresence project name (max. 16 characters, default = fortipresence).
- fortipresence
Rogue string - Enable/disable FortiPresence finding and reporting rogue APs. Valid values:
disable
,enable
. - fortipresence
Secrets string[] - FortiPresence secret password (max. 16 characters).
- fortipresence
Server string - FortiPresence server IP address.
- fortipresence
Server stringAddr Type - FortiPresence server address type (default = ipv4). Valid values:
fqdn
,ipv4
. - fortipresence
Server stringFqdn - FQDN of FortiPresence server.
- fortipresence
Unassoc string - Enable/disable FortiPresence finding and reporting unassociated stations. Valid values:
disable
,enable
. - object
Wirelesscontroller stringWtpprofile Lbs Id - an identifier for the resource.
- polestar string
- Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values:
disable
,enable
. - polestar
Accumulation numberInterval - Time that measurements should be accumulated in seconds (default = 2).
- polestar
Asset stringAddrgrp List - Tags and asset addrgrp list to be reported.
- polestar
Asset stringUuid List1 - Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar
Asset stringUuid List2 - Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar
Asset stringUuid List3 - Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar
Asset stringUuid List4 - Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar
Protocol string - Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values:
WSS
. - polestar
Reporting numberInterval - Time between reporting accumulated measurements in seconds (default = 2).
- polestar
Server stringFqdn - FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
- polestar
Server stringPath - Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
- polestar
Server numberPort - Port of PoleStar Nao Track Server (default = 443).
- polestar
Server stringToken - Access Token of PoleStar Nao Track Server.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - station
Locate string - Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values:
disable
,enable
.
- wtp_
profile str - Wtp Profile.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - aeroscout str
- Enable/disable AeroScout Real Time Location Service (RTLS) support (default = disable). Valid values:
disable
,enable
. - aeroscout_
ap_ strmac - Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values:
bssid
,board-mac
. - aeroscout_
mmu_ strreport - Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values:
disable
,enable
. - aeroscout_
mu str - Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values:
disable
,enable
. - aeroscout_
mu_ floatfactor - AeroScout MU mode dilution factor (default = 20).
- aeroscout_
mu_ floattimeout - AeroScout MU mode timeout (0 - 65535 sec, default = 5).
- aeroscout_
server_ strip - IP address of AeroScout server.
- aeroscout_
server_ floatport - AeroScout server UDP listening port.
- ekahau_
blink_ strmode - Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values:
disable
,enable
. - ekahau_
tag str - WiFi frame MAC address or WiFi Tag.
- erc_
server_ strip - IP address of Ekahau RTLS Controller (ERC).
- erc_
server_ floatport - Ekahau RTLS Controller (ERC) UDP listening port.
- fortipresence str
- Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they don't connect to this WiFi network (default = disable). Valid values:
disable
,enable
,enable2
,foreign
,both
. - fortipresence_
ble str - Enable/disable FortiPresence finding and reporting BLE devices. Valid values:
disable
,enable
. - fortipresence_
frequency float - FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
- fortipresence_
port float - FortiPresence server UDP listening port (default = 3000).
- fortipresence_
project str - FortiPresence project name (max. 16 characters, default = fortipresence).
- fortipresence_
rogue str - Enable/disable FortiPresence finding and reporting rogue APs. Valid values:
disable
,enable
. - fortipresence_
secrets Sequence[str] - FortiPresence secret password (max. 16 characters).
- fortipresence_
server str - FortiPresence server IP address.
- fortipresence_
server_ straddr_ type - FortiPresence server address type (default = ipv4). Valid values:
fqdn
,ipv4
. - fortipresence_
server_ strfqdn - FQDN of FortiPresence server.
- fortipresence_
unassoc str - Enable/disable FortiPresence finding and reporting unassociated stations. Valid values:
disable
,enable
. - object_
wirelesscontroller_ strwtpprofile_ lbs_ id - an identifier for the resource.
- polestar str
- Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values:
disable
,enable
. - polestar_
accumulation_ floatinterval - Time that measurements should be accumulated in seconds (default = 2).
- polestar_
asset_ straddrgrp_ list - Tags and asset addrgrp list to be reported.
- polestar_
asset_ struuid_ list1 - Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar_
asset_ struuid_ list2 - Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar_
asset_ struuid_ list3 - Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar_
asset_ struuid_ list4 - Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar_
protocol str - Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values:
WSS
. - polestar_
reporting_ floatinterval - Time between reporting accumulated measurements in seconds (default = 2).
- polestar_
server_ strfqdn - FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
- polestar_
server_ strpath - Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
- polestar_
server_ floatport - Port of PoleStar Nao Track Server (default = 443).
- polestar_
server_ strtoken - Access Token of PoleStar Nao Track Server.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - station_
locate str - Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values:
disable
,enable
.
- wtp
Profile String - Wtp Profile.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - aeroscout String
- Enable/disable AeroScout Real Time Location Service (RTLS) support (default = disable). Valid values:
disable
,enable
. - aeroscout
Ap StringMac - Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values:
bssid
,board-mac
. - aeroscout
Mmu StringReport - Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values:
disable
,enable
. - aeroscout
Mu String - Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values:
disable
,enable
. - aeroscout
Mu NumberFactor - AeroScout MU mode dilution factor (default = 20).
- aeroscout
Mu NumberTimeout - AeroScout MU mode timeout (0 - 65535 sec, default = 5).
- aeroscout
Server StringIp - IP address of AeroScout server.
- aeroscout
Server NumberPort - AeroScout server UDP listening port.
- ekahau
Blink StringMode - Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values:
disable
,enable
. - ekahau
Tag String - WiFi frame MAC address or WiFi Tag.
- erc
Server StringIp - IP address of Ekahau RTLS Controller (ERC).
- erc
Server NumberPort - Ekahau RTLS Controller (ERC) UDP listening port.
- fortipresence String
- Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they don't connect to this WiFi network (default = disable). Valid values:
disable
,enable
,enable2
,foreign
,both
. - fortipresence
Ble String - Enable/disable FortiPresence finding and reporting BLE devices. Valid values:
disable
,enable
. - fortipresence
Frequency Number - FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
- fortipresence
Port Number - FortiPresence server UDP listening port (default = 3000).
- fortipresence
Project String - FortiPresence project name (max. 16 characters, default = fortipresence).
- fortipresence
Rogue String - Enable/disable FortiPresence finding and reporting rogue APs. Valid values:
disable
,enable
. - fortipresence
Secrets List<String> - FortiPresence secret password (max. 16 characters).
- fortipresence
Server String - FortiPresence server IP address.
- fortipresence
Server StringAddr Type - FortiPresence server address type (default = ipv4). Valid values:
fqdn
,ipv4
. - fortipresence
Server StringFqdn - FQDN of FortiPresence server.
- fortipresence
Unassoc String - Enable/disable FortiPresence finding and reporting unassociated stations. Valid values:
disable
,enable
. - object
Wirelesscontroller StringWtpprofile Lbs Id - an identifier for the resource.
- polestar String
- Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values:
disable
,enable
. - polestar
Accumulation NumberInterval - Time that measurements should be accumulated in seconds (default = 2).
- polestar
Asset StringAddrgrp List - Tags and asset addrgrp list to be reported.
- polestar
Asset StringUuid List1 - Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar
Asset StringUuid List2 - Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar
Asset StringUuid List3 - Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar
Asset StringUuid List4 - Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar
Protocol String - Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values:
WSS
. - polestar
Reporting NumberInterval - Time between reporting accumulated measurements in seconds (default = 2).
- polestar
Server StringFqdn - FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
- polestar
Server StringPath - Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
- polestar
Server NumberPort - Port of PoleStar Nao Track Server (default = 443).
- polestar
Server StringToken - Access Token of PoleStar Nao Track Server.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - station
Locate String - Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values:
disable
,enable
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectWirelesscontrollerWtpprofileLbs 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 ObjectWirelesscontrollerWtpprofileLbs Resource
Get an existing ObjectWirelesscontrollerWtpprofileLbs 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?: ObjectWirelesscontrollerWtpprofileLbsState, opts?: CustomResourceOptions): ObjectWirelesscontrollerWtpprofileLbs
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
aeroscout: Optional[str] = None,
aeroscout_ap_mac: Optional[str] = None,
aeroscout_mmu_report: Optional[str] = None,
aeroscout_mu: Optional[str] = None,
aeroscout_mu_factor: Optional[float] = None,
aeroscout_mu_timeout: Optional[float] = None,
aeroscout_server_ip: Optional[str] = None,
aeroscout_server_port: Optional[float] = None,
ekahau_blink_mode: Optional[str] = None,
ekahau_tag: Optional[str] = None,
erc_server_ip: Optional[str] = None,
erc_server_port: Optional[float] = None,
fortipresence: Optional[str] = None,
fortipresence_ble: Optional[str] = None,
fortipresence_frequency: Optional[float] = None,
fortipresence_port: Optional[float] = None,
fortipresence_project: Optional[str] = None,
fortipresence_rogue: Optional[str] = None,
fortipresence_secrets: Optional[Sequence[str]] = None,
fortipresence_server: Optional[str] = None,
fortipresence_server_addr_type: Optional[str] = None,
fortipresence_server_fqdn: Optional[str] = None,
fortipresence_unassoc: Optional[str] = None,
object_wirelesscontroller_wtpprofile_lbs_id: Optional[str] = None,
polestar: Optional[str] = None,
polestar_accumulation_interval: Optional[float] = None,
polestar_asset_addrgrp_list: Optional[str] = None,
polestar_asset_uuid_list1: Optional[str] = None,
polestar_asset_uuid_list2: Optional[str] = None,
polestar_asset_uuid_list3: Optional[str] = None,
polestar_asset_uuid_list4: Optional[str] = None,
polestar_protocol: Optional[str] = None,
polestar_reporting_interval: Optional[float] = None,
polestar_server_fqdn: Optional[str] = None,
polestar_server_path: Optional[str] = None,
polestar_server_port: Optional[float] = None,
polestar_server_token: Optional[str] = None,
scopetype: Optional[str] = None,
station_locate: Optional[str] = None,
wtp_profile: Optional[str] = None) -> ObjectWirelesscontrollerWtpprofileLbs
func GetObjectWirelesscontrollerWtpprofileLbs(ctx *Context, name string, id IDInput, state *ObjectWirelesscontrollerWtpprofileLbsState, opts ...ResourceOption) (*ObjectWirelesscontrollerWtpprofileLbs, error)
public static ObjectWirelesscontrollerWtpprofileLbs Get(string name, Input<string> id, ObjectWirelesscontrollerWtpprofileLbsState? state, CustomResourceOptions? opts = null)
public static ObjectWirelesscontrollerWtpprofileLbs get(String name, Output<String> id, ObjectWirelesscontrollerWtpprofileLbsState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectWirelesscontrollerWtpprofileLbs get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Aeroscout string
- Enable/disable AeroScout Real Time Location Service (RTLS) support (default = disable). Valid values:
disable
,enable
. - Aeroscout
Ap stringMac - Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values:
bssid
,board-mac
. - Aeroscout
Mmu stringReport - Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values:
disable
,enable
. - Aeroscout
Mu string - Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values:
disable
,enable
. - Aeroscout
Mu doubleFactor - AeroScout MU mode dilution factor (default = 20).
- Aeroscout
Mu doubleTimeout - AeroScout MU mode timeout (0 - 65535 sec, default = 5).
- Aeroscout
Server stringIp - IP address of AeroScout server.
- Aeroscout
Server doublePort - AeroScout server UDP listening port.
- Ekahau
Blink stringMode - Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values:
disable
,enable
. - Ekahau
Tag string - WiFi frame MAC address or WiFi Tag.
- Erc
Server stringIp - IP address of Ekahau RTLS Controller (ERC).
- Erc
Server doublePort - Ekahau RTLS Controller (ERC) UDP listening port.
- Fortipresence string
- Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they don't connect to this WiFi network (default = disable). Valid values:
disable
,enable
,enable2
,foreign
,both
. - Fortipresence
Ble string - Enable/disable FortiPresence finding and reporting BLE devices. Valid values:
disable
,enable
. - Fortipresence
Frequency double - FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
- Fortipresence
Port double - FortiPresence server UDP listening port (default = 3000).
- Fortipresence
Project string - FortiPresence project name (max. 16 characters, default = fortipresence).
- Fortipresence
Rogue string - Enable/disable FortiPresence finding and reporting rogue APs. Valid values:
disable
,enable
. - Fortipresence
Secrets List<string> - FortiPresence secret password (max. 16 characters).
- Fortipresence
Server string - FortiPresence server IP address.
- Fortipresence
Server stringAddr Type - FortiPresence server address type (default = ipv4). Valid values:
fqdn
,ipv4
. - Fortipresence
Server stringFqdn - FQDN of FortiPresence server.
- Fortipresence
Unassoc string - Enable/disable FortiPresence finding and reporting unassociated stations. Valid values:
disable
,enable
. - Object
Wirelesscontroller stringWtpprofile Lbs Id - an identifier for the resource.
- Polestar string
- Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values:
disable
,enable
. - Polestar
Accumulation doubleInterval - Time that measurements should be accumulated in seconds (default = 2).
- Polestar
Asset stringAddrgrp List - Tags and asset addrgrp list to be reported.
- Polestar
Asset stringUuid List1 - Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- Polestar
Asset stringUuid List2 - Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- Polestar
Asset stringUuid List3 - Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- Polestar
Asset stringUuid List4 - Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- Polestar
Protocol string - Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values:
WSS
. - Polestar
Reporting doubleInterval - Time between reporting accumulated measurements in seconds (default = 2).
- Polestar
Server stringFqdn - FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
- Polestar
Server stringPath - Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
- Polestar
Server doublePort - Port of PoleStar Nao Track Server (default = 443).
- Polestar
Server stringToken - Access Token of PoleStar Nao Track Server.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Station
Locate string - Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values:
disable
,enable
. - Wtp
Profile string - Wtp Profile.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Aeroscout string
- Enable/disable AeroScout Real Time Location Service (RTLS) support (default = disable). Valid values:
disable
,enable
. - Aeroscout
Ap stringMac - Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values:
bssid
,board-mac
. - Aeroscout
Mmu stringReport - Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values:
disable
,enable
. - Aeroscout
Mu string - Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values:
disable
,enable
. - Aeroscout
Mu float64Factor - AeroScout MU mode dilution factor (default = 20).
- Aeroscout
Mu float64Timeout - AeroScout MU mode timeout (0 - 65535 sec, default = 5).
- Aeroscout
Server stringIp - IP address of AeroScout server.
- Aeroscout
Server float64Port - AeroScout server UDP listening port.
- Ekahau
Blink stringMode - Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values:
disable
,enable
. - Ekahau
Tag string - WiFi frame MAC address or WiFi Tag.
- Erc
Server stringIp - IP address of Ekahau RTLS Controller (ERC).
- Erc
Server float64Port - Ekahau RTLS Controller (ERC) UDP listening port.
- Fortipresence string
- Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they don't connect to this WiFi network (default = disable). Valid values:
disable
,enable
,enable2
,foreign
,both
. - Fortipresence
Ble string - Enable/disable FortiPresence finding and reporting BLE devices. Valid values:
disable
,enable
. - Fortipresence
Frequency float64 - FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
- Fortipresence
Port float64 - FortiPresence server UDP listening port (default = 3000).
- Fortipresence
Project string - FortiPresence project name (max. 16 characters, default = fortipresence).
- Fortipresence
Rogue string - Enable/disable FortiPresence finding and reporting rogue APs. Valid values:
disable
,enable
. - Fortipresence
Secrets []string - FortiPresence secret password (max. 16 characters).
- Fortipresence
Server string - FortiPresence server IP address.
- Fortipresence
Server stringAddr Type - FortiPresence server address type (default = ipv4). Valid values:
fqdn
,ipv4
. - Fortipresence
Server stringFqdn - FQDN of FortiPresence server.
- Fortipresence
Unassoc string - Enable/disable FortiPresence finding and reporting unassociated stations. Valid values:
disable
,enable
. - Object
Wirelesscontroller stringWtpprofile Lbs Id - an identifier for the resource.
- Polestar string
- Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values:
disable
,enable
. - Polestar
Accumulation float64Interval - Time that measurements should be accumulated in seconds (default = 2).
- Polestar
Asset stringAddrgrp List - Tags and asset addrgrp list to be reported.
- Polestar
Asset stringUuid List1 - Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- Polestar
Asset stringUuid List2 - Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- Polestar
Asset stringUuid List3 - Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- Polestar
Asset stringUuid List4 - Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- Polestar
Protocol string - Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values:
WSS
. - Polestar
Reporting float64Interval - Time between reporting accumulated measurements in seconds (default = 2).
- Polestar
Server stringFqdn - FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
- Polestar
Server stringPath - Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
- Polestar
Server float64Port - Port of PoleStar Nao Track Server (default = 443).
- Polestar
Server stringToken - Access Token of PoleStar Nao Track Server.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Station
Locate string - Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values:
disable
,enable
. - Wtp
Profile string - Wtp Profile.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - aeroscout String
- Enable/disable AeroScout Real Time Location Service (RTLS) support (default = disable). Valid values:
disable
,enable
. - aeroscout
Ap StringMac - Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values:
bssid
,board-mac
. - aeroscout
Mmu StringReport - Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values:
disable
,enable
. - aeroscout
Mu String - Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values:
disable
,enable
. - aeroscout
Mu DoubleFactor - AeroScout MU mode dilution factor (default = 20).
- aeroscout
Mu DoubleTimeout - AeroScout MU mode timeout (0 - 65535 sec, default = 5).
- aeroscout
Server StringIp - IP address of AeroScout server.
- aeroscout
Server DoublePort - AeroScout server UDP listening port.
- ekahau
Blink StringMode - Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values:
disable
,enable
. - ekahau
Tag String - WiFi frame MAC address or WiFi Tag.
- erc
Server StringIp - IP address of Ekahau RTLS Controller (ERC).
- erc
Server DoublePort - Ekahau RTLS Controller (ERC) UDP listening port.
- fortipresence String
- Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they don't connect to this WiFi network (default = disable). Valid values:
disable
,enable
,enable2
,foreign
,both
. - fortipresence
Ble String - Enable/disable FortiPresence finding and reporting BLE devices. Valid values:
disable
,enable
. - fortipresence
Frequency Double - FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
- fortipresence
Port Double - FortiPresence server UDP listening port (default = 3000).
- fortipresence
Project String - FortiPresence project name (max. 16 characters, default = fortipresence).
- fortipresence
Rogue String - Enable/disable FortiPresence finding and reporting rogue APs. Valid values:
disable
,enable
. - fortipresence
Secrets List<String> - FortiPresence secret password (max. 16 characters).
- fortipresence
Server String - FortiPresence server IP address.
- fortipresence
Server StringAddr Type - FortiPresence server address type (default = ipv4). Valid values:
fqdn
,ipv4
. - fortipresence
Server StringFqdn - FQDN of FortiPresence server.
- fortipresence
Unassoc String - Enable/disable FortiPresence finding and reporting unassociated stations. Valid values:
disable
,enable
. - object
Wirelesscontroller StringWtpprofile Lbs Id - an identifier for the resource.
- polestar String
- Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values:
disable
,enable
. - polestar
Accumulation DoubleInterval - Time that measurements should be accumulated in seconds (default = 2).
- polestar
Asset StringAddrgrp List - Tags and asset addrgrp list to be reported.
- polestar
Asset StringUuid List1 - Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar
Asset StringUuid List2 - Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar
Asset StringUuid List3 - Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar
Asset StringUuid List4 - Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar
Protocol String - Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values:
WSS
. - polestar
Reporting DoubleInterval - Time between reporting accumulated measurements in seconds (default = 2).
- polestar
Server StringFqdn - FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
- polestar
Server StringPath - Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
- polestar
Server DoublePort - Port of PoleStar Nao Track Server (default = 443).
- polestar
Server StringToken - Access Token of PoleStar Nao Track Server.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - station
Locate String - Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values:
disable
,enable
. - wtp
Profile String - Wtp Profile.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - aeroscout string
- Enable/disable AeroScout Real Time Location Service (RTLS) support (default = disable). Valid values:
disable
,enable
. - aeroscout
Ap stringMac - Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values:
bssid
,board-mac
. - aeroscout
Mmu stringReport - Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values:
disable
,enable
. - aeroscout
Mu string - Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values:
disable
,enable
. - aeroscout
Mu numberFactor - AeroScout MU mode dilution factor (default = 20).
- aeroscout
Mu numberTimeout - AeroScout MU mode timeout (0 - 65535 sec, default = 5).
- aeroscout
Server stringIp - IP address of AeroScout server.
- aeroscout
Server numberPort - AeroScout server UDP listening port.
- ekahau
Blink stringMode - Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values:
disable
,enable
. - ekahau
Tag string - WiFi frame MAC address or WiFi Tag.
- erc
Server stringIp - IP address of Ekahau RTLS Controller (ERC).
- erc
Server numberPort - Ekahau RTLS Controller (ERC) UDP listening port.
- fortipresence string
- Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they don't connect to this WiFi network (default = disable). Valid values:
disable
,enable
,enable2
,foreign
,both
. - fortipresence
Ble string - Enable/disable FortiPresence finding and reporting BLE devices. Valid values:
disable
,enable
. - fortipresence
Frequency number - FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
- fortipresence
Port number - FortiPresence server UDP listening port (default = 3000).
- fortipresence
Project string - FortiPresence project name (max. 16 characters, default = fortipresence).
- fortipresence
Rogue string - Enable/disable FortiPresence finding and reporting rogue APs. Valid values:
disable
,enable
. - fortipresence
Secrets string[] - FortiPresence secret password (max. 16 characters).
- fortipresence
Server string - FortiPresence server IP address.
- fortipresence
Server stringAddr Type - FortiPresence server address type (default = ipv4). Valid values:
fqdn
,ipv4
. - fortipresence
Server stringFqdn - FQDN of FortiPresence server.
- fortipresence
Unassoc string - Enable/disable FortiPresence finding and reporting unassociated stations. Valid values:
disable
,enable
. - object
Wirelesscontroller stringWtpprofile Lbs Id - an identifier for the resource.
- polestar string
- Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values:
disable
,enable
. - polestar
Accumulation numberInterval - Time that measurements should be accumulated in seconds (default = 2).
- polestar
Asset stringAddrgrp List - Tags and asset addrgrp list to be reported.
- polestar
Asset stringUuid List1 - Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar
Asset stringUuid List2 - Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar
Asset stringUuid List3 - Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar
Asset stringUuid List4 - Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar
Protocol string - Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values:
WSS
. - polestar
Reporting numberInterval - Time between reporting accumulated measurements in seconds (default = 2).
- polestar
Server stringFqdn - FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
- polestar
Server stringPath - Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
- polestar
Server numberPort - Port of PoleStar Nao Track Server (default = 443).
- polestar
Server stringToken - Access Token of PoleStar Nao Track Server.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - station
Locate string - Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values:
disable
,enable
. - wtp
Profile string - Wtp Profile.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - aeroscout str
- Enable/disable AeroScout Real Time Location Service (RTLS) support (default = disable). Valid values:
disable
,enable
. - aeroscout_
ap_ strmac - Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values:
bssid
,board-mac
. - aeroscout_
mmu_ strreport - Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values:
disable
,enable
. - aeroscout_
mu str - Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values:
disable
,enable
. - aeroscout_
mu_ floatfactor - AeroScout MU mode dilution factor (default = 20).
- aeroscout_
mu_ floattimeout - AeroScout MU mode timeout (0 - 65535 sec, default = 5).
- aeroscout_
server_ strip - IP address of AeroScout server.
- aeroscout_
server_ floatport - AeroScout server UDP listening port.
- ekahau_
blink_ strmode - Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values:
disable
,enable
. - ekahau_
tag str - WiFi frame MAC address or WiFi Tag.
- erc_
server_ strip - IP address of Ekahau RTLS Controller (ERC).
- erc_
server_ floatport - Ekahau RTLS Controller (ERC) UDP listening port.
- fortipresence str
- Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they don't connect to this WiFi network (default = disable). Valid values:
disable
,enable
,enable2
,foreign
,both
. - fortipresence_
ble str - Enable/disable FortiPresence finding and reporting BLE devices. Valid values:
disable
,enable
. - fortipresence_
frequency float - FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
- fortipresence_
port float - FortiPresence server UDP listening port (default = 3000).
- fortipresence_
project str - FortiPresence project name (max. 16 characters, default = fortipresence).
- fortipresence_
rogue str - Enable/disable FortiPresence finding and reporting rogue APs. Valid values:
disable
,enable
. - fortipresence_
secrets Sequence[str] - FortiPresence secret password (max. 16 characters).
- fortipresence_
server str - FortiPresence server IP address.
- fortipresence_
server_ straddr_ type - FortiPresence server address type (default = ipv4). Valid values:
fqdn
,ipv4
. - fortipresence_
server_ strfqdn - FQDN of FortiPresence server.
- fortipresence_
unassoc str - Enable/disable FortiPresence finding and reporting unassociated stations. Valid values:
disable
,enable
. - object_
wirelesscontroller_ strwtpprofile_ lbs_ id - an identifier for the resource.
- polestar str
- Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values:
disable
,enable
. - polestar_
accumulation_ floatinterval - Time that measurements should be accumulated in seconds (default = 2).
- polestar_
asset_ straddrgrp_ list - Tags and asset addrgrp list to be reported.
- polestar_
asset_ struuid_ list1 - Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar_
asset_ struuid_ list2 - Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar_
asset_ struuid_ list3 - Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar_
asset_ struuid_ list4 - Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar_
protocol str - Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values:
WSS
. - polestar_
reporting_ floatinterval - Time between reporting accumulated measurements in seconds (default = 2).
- polestar_
server_ strfqdn - FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
- polestar_
server_ strpath - Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
- polestar_
server_ floatport - Port of PoleStar Nao Track Server (default = 443).
- polestar_
server_ strtoken - Access Token of PoleStar Nao Track Server.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - station_
locate str - Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values:
disable
,enable
. - wtp_
profile str - Wtp Profile.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - aeroscout String
- Enable/disable AeroScout Real Time Location Service (RTLS) support (default = disable). Valid values:
disable
,enable
. - aeroscout
Ap StringMac - Use BSSID or board MAC address as AP MAC address in AeroScout AP messages (default = bssid). Valid values:
bssid
,board-mac
. - aeroscout
Mmu StringReport - Enable/disable compounded AeroScout tag and MU report (default = enable). Valid values:
disable
,enable
. - aeroscout
Mu String - Enable/disable AeroScout Mobile Unit (MU) support (default = disable). Valid values:
disable
,enable
. - aeroscout
Mu NumberFactor - AeroScout MU mode dilution factor (default = 20).
- aeroscout
Mu NumberTimeout - AeroScout MU mode timeout (0 - 65535 sec, default = 5).
- aeroscout
Server StringIp - IP address of AeroScout server.
- aeroscout
Server NumberPort - AeroScout server UDP listening port.
- ekahau
Blink StringMode - Enable/disable Ekahau blink mode (now known as AiRISTA Flow) to track and locate WiFi tags (default = disable). Valid values:
disable
,enable
. - ekahau
Tag String - WiFi frame MAC address or WiFi Tag.
- erc
Server StringIp - IP address of Ekahau RTLS Controller (ERC).
- erc
Server NumberPort - Ekahau RTLS Controller (ERC) UDP listening port.
- fortipresence String
- Enable/disable FortiPresence to monitor the location and activity of WiFi clients even if they don't connect to this WiFi network (default = disable). Valid values:
disable
,enable
,enable2
,foreign
,both
. - fortipresence
Ble String - Enable/disable FortiPresence finding and reporting BLE devices. Valid values:
disable
,enable
. - fortipresence
Frequency Number - FortiPresence report transmit frequency (5 - 65535 sec, default = 30).
- fortipresence
Port Number - FortiPresence server UDP listening port (default = 3000).
- fortipresence
Project String - FortiPresence project name (max. 16 characters, default = fortipresence).
- fortipresence
Rogue String - Enable/disable FortiPresence finding and reporting rogue APs. Valid values:
disable
,enable
. - fortipresence
Secrets List<String> - FortiPresence secret password (max. 16 characters).
- fortipresence
Server String - FortiPresence server IP address.
- fortipresence
Server StringAddr Type - FortiPresence server address type (default = ipv4). Valid values:
fqdn
,ipv4
. - fortipresence
Server StringFqdn - FQDN of FortiPresence server.
- fortipresence
Unassoc String - Enable/disable FortiPresence finding and reporting unassociated stations. Valid values:
disable
,enable
. - object
Wirelesscontroller StringWtpprofile Lbs Id - an identifier for the resource.
- polestar String
- Enable/disable PoleStar BLE NAO Track Real Time Location Service (RTLS) support (default = disable). Valid values:
disable
,enable
. - polestar
Accumulation NumberInterval - Time that measurements should be accumulated in seconds (default = 2).
- polestar
Asset StringAddrgrp List - Tags and asset addrgrp list to be reported.
- polestar
Asset StringUuid List1 - Tags and asset UUID list 1 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar
Asset StringUuid List2 - Tags and asset UUID list 2 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar
Asset StringUuid List3 - Tags and asset UUID list 3 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar
Asset StringUuid List4 - Tags and asset UUID list 4 to be reported (string in the format of 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX').
- polestar
Protocol String - Select the protocol to report Measurements, Advertising Data, or Location Data to NAO Cloud. (default = WSS). Valid values:
WSS
. - polestar
Reporting NumberInterval - Time between reporting accumulated measurements in seconds (default = 2).
- polestar
Server StringFqdn - FQDN of PoleStar Nao Track Server (default = ws.nao-cloud.com).
- polestar
Server StringPath - Path of PoleStar Nao Track Server (default = /v1/token/<access_token>/pst-v2).
- polestar
Server NumberPort - Port of PoleStar Nao Track Server (default = 443).
- polestar
Server StringToken - Access Token of PoleStar Nao Track Server.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - station
Locate String - Enable/disable client station locating services for all clients, whether associated or not (default = disable). Valid values:
disable
,enable
. - wtp
Profile String - Wtp Profile.
Import
ObjectWirelessController WtpProfileLbs can be imported using any of these accepted formats:
Set import_options = [“wtp_profile=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectWirelesscontrollerWtpprofileLbs:ObjectWirelesscontrollerWtpprofileLbs labelname ObjectWirelessControllerWtpProfileLbs
$ 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.