@pulumi/juniper-mist 0.11.0 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/org/index.d.ts +3 -0
- package/org/index.d.ts.map +1 -1
- package/org/index.js +6 -1
- package/org/index.js.map +1 -1
- package/org/mxtunnel.d.ts +226 -0
- package/org/mxtunnel.d.ts.map +1 -0
- package/org/mxtunnel.js +150 -0
- package/org/mxtunnel.js.map +1 -0
- package/package.json +2 -2
- package/site/setting.d.ts +264 -69
- package/site/setting.d.ts.map +1 -1
- package/site/setting.js +10 -0
- package/site/setting.js.map +1 -1
- package/types/input.d.ts +666 -80
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +702 -116
- package/types/output.d.ts.map +1 -1
package/types/output.d.ts
CHANGED
|
@@ -910,7 +910,7 @@ export declare namespace device {
|
|
|
910
910
|
/**
|
|
911
911
|
* Radio Tx power, in dBm. Can be an integer 0-25 for static power configuration, or `null` or unset for auto power mode
|
|
912
912
|
*/
|
|
913
|
-
power
|
|
913
|
+
power?: number;
|
|
914
914
|
/**
|
|
915
915
|
* When power=null/unset, max tx power to use, HW-specific values will be used if not set
|
|
916
916
|
*/
|
|
@@ -960,7 +960,7 @@ export declare namespace device {
|
|
|
960
960
|
/**
|
|
961
961
|
* Radio Tx power, in dBm. Can be an integer 0-25 for static power configuration, or `null` or unset for auto power mode
|
|
962
962
|
*/
|
|
963
|
-
power
|
|
963
|
+
power?: number;
|
|
964
964
|
/**
|
|
965
965
|
* When power=null/unset, max tx power to use, HW-specific values will be used if not set
|
|
966
966
|
*/
|
|
@@ -1010,7 +1010,7 @@ export declare namespace device {
|
|
|
1010
1010
|
/**
|
|
1011
1011
|
* Radio Tx power, in dBm. Can be an integer 0-25 for static power configuration, or `null` or unset for auto power mode
|
|
1012
1012
|
*/
|
|
1013
|
-
power
|
|
1013
|
+
power?: number;
|
|
1014
1014
|
/**
|
|
1015
1015
|
* When power=null/unset, max tx power to use, HW-specific values will be used if not set
|
|
1016
1016
|
*/
|
|
@@ -1060,7 +1060,7 @@ export declare namespace device {
|
|
|
1060
1060
|
/**
|
|
1061
1061
|
* Radio Tx power, in dBm. Can be an integer 0-25 for static power configuration, or `null` or unset for auto power mode
|
|
1062
1062
|
*/
|
|
1063
|
-
power
|
|
1063
|
+
power?: number;
|
|
1064
1064
|
/**
|
|
1065
1065
|
* When power=null/unset, max tx power to use, HW-specific values will be used if not set
|
|
1066
1066
|
*/
|
|
@@ -8465,7 +8465,7 @@ export declare namespace org {
|
|
|
8465
8465
|
/**
|
|
8466
8466
|
* Radio Tx power, in dBm. Can be an integer 0-25 for static power configuration, or `null` or unset for auto power mode
|
|
8467
8467
|
*/
|
|
8468
|
-
power
|
|
8468
|
+
power?: number;
|
|
8469
8469
|
/**
|
|
8470
8470
|
* When power=null/unset, max tx power to use, HW-specific values will be used if not set
|
|
8471
8471
|
*/
|
|
@@ -8515,7 +8515,7 @@ export declare namespace org {
|
|
|
8515
8515
|
/**
|
|
8516
8516
|
* Radio Tx power, in dBm. Can be an integer 0-25 for static power configuration, or `null` or unset for auto power mode
|
|
8517
8517
|
*/
|
|
8518
|
-
power
|
|
8518
|
+
power?: number;
|
|
8519
8519
|
/**
|
|
8520
8520
|
* When power=null/unset, max tx power to use, HW-specific values will be used if not set
|
|
8521
8521
|
*/
|
|
@@ -8565,7 +8565,7 @@ export declare namespace org {
|
|
|
8565
8565
|
/**
|
|
8566
8566
|
* Radio Tx power, in dBm. Can be an integer 0-25 for static power configuration, or `null` or unset for auto power mode
|
|
8567
8567
|
*/
|
|
8568
|
-
power
|
|
8568
|
+
power?: number;
|
|
8569
8569
|
/**
|
|
8570
8570
|
* When power=null/unset, max tx power to use, HW-specific values will be used if not set
|
|
8571
8571
|
*/
|
|
@@ -8615,7 +8615,7 @@ export declare namespace org {
|
|
|
8615
8615
|
/**
|
|
8616
8616
|
* Radio Tx power, in dBm. Can be an integer 0-25 for static power configuration, or `null` or unset for auto power mode
|
|
8617
8617
|
*/
|
|
8618
|
-
power
|
|
8618
|
+
power?: number;
|
|
8619
8619
|
/**
|
|
8620
8620
|
* When power=null/unset, max tx power to use, HW-specific values will be used if not set
|
|
8621
8621
|
*/
|
|
@@ -17297,6 +17297,56 @@ export declare namespace org {
|
|
|
17297
17297
|
*/
|
|
17298
17298
|
tunterm: string;
|
|
17299
17299
|
}
|
|
17300
|
+
interface MxtunnelAutoPreemption {
|
|
17301
|
+
/**
|
|
17302
|
+
* Scheduled weekday for auto preemption
|
|
17303
|
+
*/
|
|
17304
|
+
dayOfWeek?: string;
|
|
17305
|
+
/**
|
|
17306
|
+
* Whether auto preemption is enabled
|
|
17307
|
+
*/
|
|
17308
|
+
enabled?: boolean;
|
|
17309
|
+
/**
|
|
17310
|
+
* Scheduled time of day for auto preemption
|
|
17311
|
+
*/
|
|
17312
|
+
timeOfDay?: string;
|
|
17313
|
+
}
|
|
17314
|
+
interface MxtunnelIpsec {
|
|
17315
|
+
/**
|
|
17316
|
+
* Name server addresses advertised for IPsec tunnel clients
|
|
17317
|
+
*/
|
|
17318
|
+
dnsServers?: string[];
|
|
17319
|
+
/**
|
|
17320
|
+
* Search suffixes advertised for IPsec tunnel clients
|
|
17321
|
+
*/
|
|
17322
|
+
dnsSuffixes?: string[];
|
|
17323
|
+
/**
|
|
17324
|
+
* Whether IPsec support is enabled for this Mist Tunnel
|
|
17325
|
+
*/
|
|
17326
|
+
enabled?: boolean;
|
|
17327
|
+
/**
|
|
17328
|
+
* Additional routes advertised for the IPsec tunnel
|
|
17329
|
+
*/
|
|
17330
|
+
extraRoutes?: outputs.org.MxtunnelIpsecExtraRoute[];
|
|
17331
|
+
/**
|
|
17332
|
+
* Whether split tunneling is enabled for IPsec clients
|
|
17333
|
+
*/
|
|
17334
|
+
splitTunnel?: boolean;
|
|
17335
|
+
/**
|
|
17336
|
+
* Whether IPsec termination uses Mist Edge
|
|
17337
|
+
*/
|
|
17338
|
+
useMxedge?: boolean;
|
|
17339
|
+
}
|
|
17340
|
+
interface MxtunnelIpsecExtraRoute {
|
|
17341
|
+
/**
|
|
17342
|
+
* Route destination CIDR for the IPsec extra route
|
|
17343
|
+
*/
|
|
17344
|
+
dest?: string;
|
|
17345
|
+
/**
|
|
17346
|
+
* Route next-hop IPv4 address for the IPsec extra route
|
|
17347
|
+
*/
|
|
17348
|
+
nextHop?: string;
|
|
17349
|
+
}
|
|
17300
17350
|
interface NacPortalPortal {
|
|
17301
17351
|
/**
|
|
17302
17352
|
* Mode presented by the NAC guest portal for user authentication
|
|
@@ -25181,19 +25231,19 @@ export declare namespace site {
|
|
|
25181
25231
|
}
|
|
25182
25232
|
interface SettingApSyntheticTest {
|
|
25183
25233
|
/**
|
|
25184
|
-
*
|
|
25234
|
+
* VLAN IDs included in addition to the default VLAN set for AP synthetic tests
|
|
25185
25235
|
*/
|
|
25186
25236
|
additionalVlanIds?: string[];
|
|
25187
25237
|
}
|
|
25188
25238
|
interface SettingAutoUpgrade {
|
|
25189
25239
|
/**
|
|
25190
|
-
*
|
|
25240
|
+
* Per-AP-model firmware versions or channels used for auto-upgrade
|
|
25191
25241
|
*/
|
|
25192
25242
|
customVersions: {
|
|
25193
25243
|
[key: string]: string;
|
|
25194
25244
|
};
|
|
25195
25245
|
/**
|
|
25196
|
-
*
|
|
25246
|
+
* Weekly AP auto-upgrade day for the maintenance window
|
|
25197
25247
|
*/
|
|
25198
25248
|
dayOfWeek?: string;
|
|
25199
25249
|
/**
|
|
@@ -25205,7 +25255,7 @@ export declare namespace site {
|
|
|
25205
25255
|
*/
|
|
25206
25256
|
timeOfDay?: string;
|
|
25207
25257
|
/**
|
|
25208
|
-
*
|
|
25258
|
+
* Firmware release channel or custom version used for AP auto-upgrade
|
|
25209
25259
|
*/
|
|
25210
25260
|
version: string;
|
|
25211
25261
|
}
|
|
@@ -25221,7 +25271,7 @@ export declare namespace site {
|
|
|
25221
25271
|
[key: string]: string;
|
|
25222
25272
|
};
|
|
25223
25273
|
/**
|
|
25224
|
-
*
|
|
25274
|
+
* Weekly ESL auto-upgrade day for the maintenance window
|
|
25225
25275
|
*/
|
|
25226
25276
|
dayOfWeek?: string;
|
|
25227
25277
|
/**
|
|
@@ -25232,6 +25282,9 @@ export declare namespace site {
|
|
|
25232
25282
|
* `any` / HH:MM (24-hour format), upgrade will happen within up to 1-hour from this time
|
|
25233
25283
|
*/
|
|
25234
25284
|
timeOfDay?: string;
|
|
25285
|
+
/**
|
|
25286
|
+
* ESL firmware version used for auto-upgrade
|
|
25287
|
+
*/
|
|
25235
25288
|
version?: string;
|
|
25236
25289
|
}
|
|
25237
25290
|
interface SettingBleConfig {
|
|
@@ -25244,11 +25297,11 @@ export declare namespace site {
|
|
|
25244
25297
|
*/
|
|
25245
25298
|
beaconRate?: number;
|
|
25246
25299
|
/**
|
|
25247
|
-
*
|
|
25300
|
+
* Beacon rate mode for Mist BLE beacons; use custom to set beacon_rate
|
|
25248
25301
|
*/
|
|
25249
25302
|
beaconRateMode: string;
|
|
25250
25303
|
/**
|
|
25251
|
-
*
|
|
25304
|
+
* AP BLE beam numbers disabled for location advertisements
|
|
25252
25305
|
*/
|
|
25253
25306
|
beamDisableds?: number[];
|
|
25254
25307
|
/**
|
|
@@ -25267,6 +25320,9 @@ export declare namespace site {
|
|
|
25267
25320
|
* Advertised TX Power, -100 to 20 (dBm), omit this attribute to use default
|
|
25268
25321
|
*/
|
|
25269
25322
|
eddystoneUidAdvPower: number;
|
|
25323
|
+
/**
|
|
25324
|
+
* BLE beams used to transmit Eddystone-UID advertisements, expressed as ranges such as `2-4,7`
|
|
25325
|
+
*/
|
|
25270
25326
|
eddystoneUidBeams: string;
|
|
25271
25327
|
/**
|
|
25272
25328
|
* Only if `beaconEnabled`==`false`, Whether Eddystone-UID beacon is enabled
|
|
@@ -25281,20 +25337,23 @@ export declare namespace site {
|
|
|
25281
25337
|
*/
|
|
25282
25338
|
eddystoneUidInstance: string;
|
|
25283
25339
|
/**
|
|
25284
|
-
* Eddystone-UID namespace
|
|
25340
|
+
* Eddystone-UID namespace broadcast by the AP, as a 10-byte hex string
|
|
25285
25341
|
*/
|
|
25286
25342
|
eddystoneUidNamespace: string;
|
|
25287
25343
|
/**
|
|
25288
25344
|
* Advertised TX Power, -100 to 20 (dBm), omit this attribute to use default
|
|
25289
25345
|
*/
|
|
25290
25346
|
eddystoneUrlAdvPower: number;
|
|
25347
|
+
/**
|
|
25348
|
+
* BLE beams used to transmit Eddystone-URL advertisements, expressed as ranges such as `2-4,7`
|
|
25349
|
+
*/
|
|
25291
25350
|
eddystoneUrlBeams: string;
|
|
25292
25351
|
/**
|
|
25293
25352
|
* Only if `beaconEnabled`==`false`, Whether Eddystone-URL beacon is enabled
|
|
25294
25353
|
*/
|
|
25295
25354
|
eddystoneUrlEnabled: boolean;
|
|
25296
25355
|
/**
|
|
25297
|
-
* Frequency (msec) of data
|
|
25356
|
+
* Frequency (msec) of data emitted by Eddystone-URL beacon
|
|
25298
25357
|
*/
|
|
25299
25358
|
eddystoneUrlFreqMsec: number;
|
|
25300
25359
|
/**
|
|
@@ -25305,6 +25364,9 @@ export declare namespace site {
|
|
|
25305
25364
|
* Advertised TX Power, -100 to 20 (dBm), omit this attribute to use default
|
|
25306
25365
|
*/
|
|
25307
25366
|
ibeaconAdvPower: number;
|
|
25367
|
+
/**
|
|
25368
|
+
* BLE beams used to transmit iBeacon advertisements, expressed as ranges such as `2-4,7`
|
|
25369
|
+
*/
|
|
25308
25370
|
ibeaconBeams: string;
|
|
25309
25371
|
/**
|
|
25310
25372
|
* Can be enabled if `beaconEnabled`==`true`, whether to send iBeacon
|
|
@@ -25315,11 +25377,11 @@ export declare namespace site {
|
|
|
25315
25377
|
*/
|
|
25316
25378
|
ibeaconFreqMsec: number;
|
|
25317
25379
|
/**
|
|
25318
|
-
*
|
|
25380
|
+
* iBeacon major value broadcast by the AP
|
|
25319
25381
|
*/
|
|
25320
25382
|
ibeaconMajor: number;
|
|
25321
25383
|
/**
|
|
25322
|
-
*
|
|
25384
|
+
* iBeacon minor value broadcast by the AP
|
|
25323
25385
|
*/
|
|
25324
25386
|
ibeaconMinor: number;
|
|
25325
25387
|
/**
|
|
@@ -25331,7 +25393,7 @@ export declare namespace site {
|
|
|
25331
25393
|
*/
|
|
25332
25394
|
power: number;
|
|
25333
25395
|
/**
|
|
25334
|
-
*
|
|
25396
|
+
* Transmit power mode for BLE beacons; use custom to set `power`
|
|
25335
25397
|
*/
|
|
25336
25398
|
powerMode: string;
|
|
25337
25399
|
}
|
|
@@ -25341,74 +25403,89 @@ export declare namespace site {
|
|
|
25341
25403
|
*/
|
|
25342
25404
|
noPush: boolean;
|
|
25343
25405
|
/**
|
|
25344
|
-
*
|
|
25406
|
+
* Allowed time window during which configuration pushes may run
|
|
25345
25407
|
*/
|
|
25346
25408
|
pushWindow?: outputs.site.SettingConfigPushPolicyPushWindow;
|
|
25347
25409
|
}
|
|
25348
25410
|
interface SettingConfigPushPolicyPushWindow {
|
|
25411
|
+
/**
|
|
25412
|
+
* Whether configuration pushes are limited to the configured push window
|
|
25413
|
+
*/
|
|
25349
25414
|
enabled: boolean;
|
|
25350
25415
|
/**
|
|
25351
|
-
*
|
|
25416
|
+
* Day-of-week hour ranges when configuration pushes are allowed
|
|
25352
25417
|
*/
|
|
25353
25418
|
hours?: outputs.site.SettingConfigPushPolicyPushWindowHours;
|
|
25354
25419
|
}
|
|
25355
25420
|
interface SettingConfigPushPolicyPushWindowHours {
|
|
25356
25421
|
/**
|
|
25357
|
-
*
|
|
25422
|
+
* Operating hour range for Friday
|
|
25358
25423
|
*/
|
|
25359
25424
|
fri: string;
|
|
25360
25425
|
/**
|
|
25361
|
-
*
|
|
25426
|
+
* Operating hour range for Monday
|
|
25362
25427
|
*/
|
|
25363
25428
|
mon: string;
|
|
25364
25429
|
/**
|
|
25365
|
-
*
|
|
25430
|
+
* Operating hour range for Saturday
|
|
25366
25431
|
*/
|
|
25367
25432
|
sat: string;
|
|
25368
25433
|
/**
|
|
25369
|
-
*
|
|
25434
|
+
* Operating hour range for Sunday
|
|
25370
25435
|
*/
|
|
25371
25436
|
sun: string;
|
|
25372
25437
|
/**
|
|
25373
|
-
*
|
|
25438
|
+
* Operating hour range for Thursday
|
|
25374
25439
|
*/
|
|
25375
25440
|
thu: string;
|
|
25376
25441
|
/**
|
|
25377
|
-
*
|
|
25442
|
+
* Operating hour range for Tuesday
|
|
25378
25443
|
*/
|
|
25379
25444
|
tue: string;
|
|
25380
25445
|
/**
|
|
25381
|
-
*
|
|
25446
|
+
* Operating hour range for Wednesday
|
|
25382
25447
|
*/
|
|
25383
25448
|
wed: string;
|
|
25384
25449
|
}
|
|
25385
25450
|
interface SettingCriticalUrlMonitoring {
|
|
25451
|
+
/**
|
|
25452
|
+
* Whether critical URL monitoring is enabled
|
|
25453
|
+
*/
|
|
25386
25454
|
enabled: boolean;
|
|
25455
|
+
/**
|
|
25456
|
+
* Critical URLs monitored for site health latency
|
|
25457
|
+
*/
|
|
25387
25458
|
monitors: outputs.site.SettingCriticalUrlMonitoringMonitor[];
|
|
25388
25459
|
}
|
|
25389
25460
|
interface SettingCriticalUrlMonitoringMonitor {
|
|
25461
|
+
/**
|
|
25462
|
+
* Monitored HTTP or HTTPS URL used for site health latency
|
|
25463
|
+
*/
|
|
25390
25464
|
url?: string;
|
|
25465
|
+
/**
|
|
25466
|
+
* Source VLAN ID used to run the critical URL monitor
|
|
25467
|
+
*/
|
|
25391
25468
|
vlanId?: string;
|
|
25392
25469
|
}
|
|
25393
25470
|
interface SettingEngagement {
|
|
25394
25471
|
/**
|
|
25395
|
-
*
|
|
25472
|
+
* Display labels for dwell-time visit categories
|
|
25396
25473
|
*/
|
|
25397
25474
|
dwellTagNames?: outputs.site.SettingEngagementDwellTagNames;
|
|
25398
25475
|
/**
|
|
25399
|
-
*
|
|
25476
|
+
* Visit duration ranges used to assign engagement categories
|
|
25400
25477
|
*/
|
|
25401
25478
|
dwellTags?: outputs.site.SettingEngagementDwellTags;
|
|
25402
25479
|
/**
|
|
25403
|
-
*
|
|
25480
|
+
* Schedule during which engagement analytics rules apply
|
|
25404
25481
|
*/
|
|
25405
25482
|
hours?: outputs.site.SettingEngagementHours;
|
|
25406
25483
|
/**
|
|
25407
|
-
*
|
|
25484
|
+
* Maximum dwell time in seconds considered by engagement analytics
|
|
25408
25485
|
*/
|
|
25409
25486
|
maxDwell?: number;
|
|
25410
25487
|
/**
|
|
25411
|
-
*
|
|
25488
|
+
* Minimum dwell time in seconds for engagement analytics
|
|
25412
25489
|
*/
|
|
25413
25490
|
minDwell?: number;
|
|
25414
25491
|
}
|
|
@@ -25450,44 +25527,50 @@ export declare namespace site {
|
|
|
25450
25527
|
}
|
|
25451
25528
|
interface SettingEngagementHours {
|
|
25452
25529
|
/**
|
|
25453
|
-
*
|
|
25530
|
+
* Operating hour range for Friday
|
|
25454
25531
|
*/
|
|
25455
25532
|
fri?: string;
|
|
25456
25533
|
/**
|
|
25457
|
-
*
|
|
25534
|
+
* Operating hour range for Monday
|
|
25458
25535
|
*/
|
|
25459
25536
|
mon?: string;
|
|
25460
25537
|
/**
|
|
25461
|
-
*
|
|
25538
|
+
* Operating hour range for Saturday
|
|
25462
25539
|
*/
|
|
25463
25540
|
sat?: string;
|
|
25464
25541
|
/**
|
|
25465
|
-
*
|
|
25542
|
+
* Operating hour range for Sunday
|
|
25466
25543
|
*/
|
|
25467
25544
|
sun?: string;
|
|
25468
25545
|
/**
|
|
25469
|
-
*
|
|
25546
|
+
* Operating hour range for Thursday
|
|
25470
25547
|
*/
|
|
25471
25548
|
thu?: string;
|
|
25472
25549
|
/**
|
|
25473
|
-
*
|
|
25550
|
+
* Operating hour range for Tuesday
|
|
25474
25551
|
*/
|
|
25475
25552
|
tue?: string;
|
|
25476
25553
|
/**
|
|
25477
|
-
*
|
|
25554
|
+
* Operating hour range for Wednesday
|
|
25478
25555
|
*/
|
|
25479
25556
|
wed?: string;
|
|
25480
25557
|
}
|
|
25481
25558
|
interface SettingGatewayMgmt {
|
|
25482
25559
|
/**
|
|
25483
|
-
*
|
|
25560
|
+
* SSR-only SSH public keys for administrative access
|
|
25484
25561
|
*/
|
|
25485
25562
|
adminSshkeys: string[];
|
|
25563
|
+
/**
|
|
25564
|
+
* Application probing configuration for gateway monitoring
|
|
25565
|
+
*/
|
|
25486
25566
|
appProbing?: outputs.site.SettingGatewayMgmtAppProbing;
|
|
25487
25567
|
/**
|
|
25488
25568
|
* Consumes uplink bandwidth, requires WA license
|
|
25489
25569
|
*/
|
|
25490
25570
|
appUsage?: boolean;
|
|
25571
|
+
/**
|
|
25572
|
+
* Schedule for automatic security signature updates
|
|
25573
|
+
*/
|
|
25491
25574
|
autoSignatureUpdate?: outputs.site.SettingGatewayMgmtAutoSignatureUpdate;
|
|
25492
25575
|
/**
|
|
25493
25576
|
* Rollback timer for commit confirmed
|
|
@@ -25505,32 +25588,54 @@ export declare namespace site {
|
|
|
25505
25588
|
* For SSR and SRX, disable usb interface
|
|
25506
25589
|
*/
|
|
25507
25590
|
disableUsb?: boolean;
|
|
25591
|
+
/**
|
|
25592
|
+
* Whether FIPS mode is enabled on the gateway
|
|
25593
|
+
*/
|
|
25508
25594
|
fipsEnabled?: boolean;
|
|
25595
|
+
/**
|
|
25596
|
+
* IPv4 probe targets used for gateway connectivity checks
|
|
25597
|
+
*/
|
|
25509
25598
|
probeHosts: string[];
|
|
25599
|
+
/**
|
|
25600
|
+
* IPv6 probe targets used for gateway connectivity checks
|
|
25601
|
+
*/
|
|
25510
25602
|
probeHostsv6s: string[];
|
|
25511
25603
|
/**
|
|
25512
|
-
*
|
|
25513
|
-
* when enabled, all traffic that is not essential to our operation will be dropped
|
|
25514
|
-
* e.g. ntp / dns / traffic to mist will be allowed by default, if dhcpd is enabled, we'll make sure it works
|
|
25604
|
+
* Control-plane protection settings for the gateway
|
|
25515
25605
|
*/
|
|
25516
25606
|
protectRe?: outputs.site.SettingGatewayMgmtProtectRe;
|
|
25517
25607
|
/**
|
|
25518
|
-
* SRX only
|
|
25608
|
+
* SRX only. Root password for local gateway access
|
|
25519
25609
|
*/
|
|
25520
25610
|
rootPassword?: string;
|
|
25611
|
+
/**
|
|
25612
|
+
* IPv4 source address used for gateway security log traffic
|
|
25613
|
+
*/
|
|
25521
25614
|
securityLogSourceAddress?: string;
|
|
25615
|
+
/**
|
|
25616
|
+
* Source interface used for gateway security log traffic
|
|
25617
|
+
*/
|
|
25522
25618
|
securityLogSourceInterface: string;
|
|
25523
25619
|
}
|
|
25524
25620
|
interface SettingGatewayMgmtAppProbing {
|
|
25525
25621
|
/**
|
|
25526
|
-
*
|
|
25622
|
+
* Predefined application keys to probe
|
|
25527
25623
|
*/
|
|
25528
25624
|
apps?: string[];
|
|
25625
|
+
/**
|
|
25626
|
+
* User-defined application probe definitions
|
|
25627
|
+
*/
|
|
25529
25628
|
customApps?: outputs.site.SettingGatewayMgmtAppProbingCustomApp[];
|
|
25629
|
+
/**
|
|
25630
|
+
* Whether gateway application probing is enabled
|
|
25631
|
+
*/
|
|
25530
25632
|
enabled?: boolean;
|
|
25531
25633
|
}
|
|
25532
25634
|
interface SettingGatewayMgmtAppProbingCustomApp {
|
|
25533
25635
|
address: string;
|
|
25636
|
+
/**
|
|
25637
|
+
* Category label used for this custom application probe
|
|
25638
|
+
*/
|
|
25534
25639
|
appType?: string;
|
|
25535
25640
|
/**
|
|
25536
25641
|
* Only 1 entry is allowed:
|
|
@@ -25538,25 +25643,40 @@ export declare namespace site {
|
|
|
25538
25643
|
* * if `protocol`==`icmp`: IP Address (e.g. `1.2.3.4`)
|
|
25539
25644
|
*/
|
|
25540
25645
|
hostnames: string[];
|
|
25646
|
+
/**
|
|
25647
|
+
* Stable key used to identify this custom application probe
|
|
25648
|
+
*/
|
|
25541
25649
|
key: string;
|
|
25650
|
+
/**
|
|
25651
|
+
* Display name for this custom application probe
|
|
25652
|
+
*/
|
|
25542
25653
|
name: string;
|
|
25654
|
+
/**
|
|
25655
|
+
* Gateway network used as the source context for this probe
|
|
25656
|
+
*/
|
|
25543
25657
|
network?: string;
|
|
25544
25658
|
/**
|
|
25545
|
-
* If `protocol`==`icmp
|
|
25659
|
+
* If `protocol`==`icmp`. ICMP packet size used by this custom app probe
|
|
25546
25660
|
*/
|
|
25547
25661
|
packetSize?: number;
|
|
25548
25662
|
/**
|
|
25549
|
-
*
|
|
25663
|
+
* Probe protocol used by this custom application definition
|
|
25550
25664
|
*/
|
|
25551
25665
|
protocol: string;
|
|
25552
25666
|
url: string;
|
|
25667
|
+
/**
|
|
25668
|
+
* Gateway VRF used as the source context for this probe
|
|
25669
|
+
*/
|
|
25553
25670
|
vrf?: string;
|
|
25554
25671
|
}
|
|
25555
25672
|
interface SettingGatewayMgmtAutoSignatureUpdate {
|
|
25556
25673
|
/**
|
|
25557
|
-
*
|
|
25674
|
+
* Scheduled weekday for automatic signature updates
|
|
25558
25675
|
*/
|
|
25559
25676
|
dayOfWeek: string;
|
|
25677
|
+
/**
|
|
25678
|
+
* Whether automatic security signature updates are enabled
|
|
25679
|
+
*/
|
|
25560
25680
|
enable: boolean;
|
|
25561
25681
|
/**
|
|
25562
25682
|
* Optional, Mist will decide the timing
|
|
@@ -25568,6 +25688,9 @@ export declare namespace site {
|
|
|
25568
25688
|
* optionally, services we'll allow. enum: `icmp`, `ssh`
|
|
25569
25689
|
*/
|
|
25570
25690
|
allowedServices: string[];
|
|
25691
|
+
/**
|
|
25692
|
+
* Additional ACL entries allowed by the Protect RE policy
|
|
25693
|
+
*/
|
|
25571
25694
|
customs: outputs.site.SettingGatewayMgmtProtectReCustom[];
|
|
25572
25695
|
/**
|
|
25573
25696
|
* When enabled, all traffic that is not essential to our operation will be dropped
|
|
@@ -25580,7 +25703,7 @@ export declare namespace site {
|
|
|
25580
25703
|
*/
|
|
25581
25704
|
hitCount: boolean;
|
|
25582
25705
|
/**
|
|
25583
|
-
* host
|
|
25706
|
+
* Trusted host or subnet entries allowed by the Protect RE policy
|
|
25584
25707
|
*/
|
|
25585
25708
|
trustedHosts: string[];
|
|
25586
25709
|
}
|
|
@@ -25593,12 +25716,18 @@ export declare namespace site {
|
|
|
25593
25716
|
* enum: `any`, `icmp`, `tcp`, `udp`. Note: For `protocol`==`any` and `portRange`==`any`, configure `trustedHosts` instead
|
|
25594
25717
|
*/
|
|
25595
25718
|
protocol: string;
|
|
25719
|
+
/**
|
|
25720
|
+
* Source subnets matched by this custom Protect RE ACL
|
|
25721
|
+
*/
|
|
25596
25722
|
subnets: string[];
|
|
25597
25723
|
}
|
|
25598
25724
|
interface SettingIotproxy {
|
|
25725
|
+
/**
|
|
25726
|
+
* Whether the site IoT proxy is enabled
|
|
25727
|
+
*/
|
|
25599
25728
|
enabled: boolean;
|
|
25600
25729
|
/**
|
|
25601
|
-
*
|
|
25730
|
+
* Site access-control integration settings for Visionline
|
|
25602
25731
|
*/
|
|
25603
25732
|
visionline?: outputs.site.SettingIotproxyVisionline;
|
|
25604
25733
|
}
|
|
@@ -25607,13 +25736,20 @@ export declare namespace site {
|
|
|
25607
25736
|
* Access ID for the Visionline service
|
|
25608
25737
|
*/
|
|
25609
25738
|
accessId?: string;
|
|
25739
|
+
/**
|
|
25740
|
+
* PEM-encoded CA certificates used to verify the Visionline collector's TLS certificate. Required when the collector uses a self-signed certificate
|
|
25741
|
+
*/
|
|
25742
|
+
cacerts?: string[];
|
|
25743
|
+
/**
|
|
25744
|
+
* Whether the Visionline integration is enabled
|
|
25745
|
+
*/
|
|
25610
25746
|
enabled: boolean;
|
|
25611
25747
|
/**
|
|
25612
|
-
*
|
|
25748
|
+
* Collector hostname or IP address for Visionline
|
|
25613
25749
|
*/
|
|
25614
25750
|
host?: string;
|
|
25615
25751
|
/**
|
|
25616
|
-
*
|
|
25752
|
+
* Visionline service password used by the IoT proxy
|
|
25617
25753
|
*/
|
|
25618
25754
|
password?: string;
|
|
25619
25755
|
/**
|
|
@@ -25621,26 +25757,38 @@ export declare namespace site {
|
|
|
25621
25757
|
*/
|
|
25622
25758
|
port: number;
|
|
25623
25759
|
/**
|
|
25624
|
-
*
|
|
25760
|
+
* Visionline service username used by the IoT proxy
|
|
25625
25761
|
*/
|
|
25626
25762
|
username?: string;
|
|
25627
25763
|
}
|
|
25628
25764
|
interface SettingJuniperSrx {
|
|
25629
25765
|
/**
|
|
25630
|
-
*
|
|
25766
|
+
* SRX auto-upgrade settings applied when SRX devices are onboarded
|
|
25631
25767
|
*/
|
|
25632
25768
|
autoUpgrade?: outputs.site.SettingJuniperSrxAutoUpgrade;
|
|
25769
|
+
/**
|
|
25770
|
+
* SRX gateways integrated with this site
|
|
25771
|
+
*/
|
|
25633
25772
|
gateways?: outputs.site.SettingJuniperSrxGateway[];
|
|
25773
|
+
/**
|
|
25774
|
+
* Whether Mist NAC user information is sent to Juniper SRX gateways
|
|
25775
|
+
*/
|
|
25634
25776
|
sendMistNacUserInfo?: boolean;
|
|
25635
25777
|
}
|
|
25636
25778
|
interface SettingJuniperSrxAutoUpgrade {
|
|
25637
25779
|
/**
|
|
25638
|
-
*
|
|
25780
|
+
* Per-SRX-model firmware versions to deploy instead of the default version
|
|
25639
25781
|
*/
|
|
25640
25782
|
customVersions?: {
|
|
25641
25783
|
[key: string]: string;
|
|
25642
25784
|
};
|
|
25785
|
+
/**
|
|
25786
|
+
* Whether SRX auto-upgrade is enabled for newly onboarded devices
|
|
25787
|
+
*/
|
|
25643
25788
|
enabled?: boolean;
|
|
25789
|
+
/**
|
|
25790
|
+
* Whether to take a snapshot during the SRX upgrade process
|
|
25791
|
+
*/
|
|
25644
25792
|
snapshot?: boolean;
|
|
25645
25793
|
/**
|
|
25646
25794
|
* Firmware version to deploy (e.g. 23.4R2-S5.5). Optional, used when customVersions not specified
|
|
@@ -25648,71 +25796,362 @@ export declare namespace site {
|
|
|
25648
25796
|
version?: string;
|
|
25649
25797
|
}
|
|
25650
25798
|
interface SettingJuniperSrxGateway {
|
|
25799
|
+
/**
|
|
25800
|
+
* Authentication key used to access the Juniper SRX gateway API
|
|
25801
|
+
*/
|
|
25651
25802
|
apiKey?: string;
|
|
25803
|
+
/**
|
|
25804
|
+
* Authentication password used to access the Juniper SRX gateway API
|
|
25805
|
+
*/
|
|
25652
25806
|
apiPassword?: string;
|
|
25807
|
+
/**
|
|
25808
|
+
* Base URL for the Juniper SRX gateway API
|
|
25809
|
+
*/
|
|
25653
25810
|
apiUrl?: string;
|
|
25654
25811
|
}
|
|
25655
25812
|
interface SettingLed {
|
|
25813
|
+
/**
|
|
25814
|
+
* Indicator LED brightness level from 0 to 255
|
|
25815
|
+
*/
|
|
25656
25816
|
brightness: number;
|
|
25817
|
+
/**
|
|
25818
|
+
* Whether the AP indicator LED is enabled
|
|
25819
|
+
*/
|
|
25657
25820
|
enabled: boolean;
|
|
25658
25821
|
}
|
|
25659
25822
|
interface SettingMarvis {
|
|
25823
|
+
/**
|
|
25824
|
+
* Automatic remediation operations controlled by Marvis
|
|
25825
|
+
*/
|
|
25660
25826
|
autoOperations?: outputs.site.SettingMarvisAutoOperations;
|
|
25661
25827
|
}
|
|
25662
25828
|
interface SettingMarvisAutoOperations {
|
|
25829
|
+
/**
|
|
25830
|
+
* Whether Marvis may remediate AP insufficient-capacity issues automatically
|
|
25831
|
+
*/
|
|
25663
25832
|
apInsufficientCapacity: boolean;
|
|
25833
|
+
/**
|
|
25834
|
+
* Whether Marvis may remediate AP loop issues automatically
|
|
25835
|
+
*/
|
|
25664
25836
|
apLoop: boolean;
|
|
25837
|
+
/**
|
|
25838
|
+
* Whether Marvis may remediate AP non-compliance automatically
|
|
25839
|
+
*/
|
|
25665
25840
|
apNonCompliant: boolean;
|
|
25841
|
+
/**
|
|
25842
|
+
* Whether Marvis may bounce switch ports for abnormal PoE clients
|
|
25843
|
+
*/
|
|
25666
25844
|
bouncePortForAbnormalPoeClient: boolean;
|
|
25667
|
-
disablePortWhenDdosProtocolViolation: boolean;
|
|
25668
|
-
disablePortWhenRogueDhcpServerDetected: boolean;
|
|
25669
|
-
gatewayNonCompliant: boolean;
|
|
25670
|
-
switchMisconfiguredPort: boolean;
|
|
25671
|
-
switchPortStuck: boolean;
|
|
25672
|
-
}
|
|
25673
|
-
interface SettingOccupancy {
|
|
25674
25845
|
/**
|
|
25675
|
-
*
|
|
25846
|
+
* Whether Marvis may disable a port when DDOS protocol violations are detected
|
|
25676
25847
|
*/
|
|
25677
|
-
|
|
25848
|
+
disablePortWhenDdosProtocolViolation: boolean;
|
|
25678
25849
|
/**
|
|
25679
|
-
*
|
|
25850
|
+
* Whether Marvis may disable a port when a rogue DHCP server is detected
|
|
25680
25851
|
*/
|
|
25681
|
-
|
|
25852
|
+
disablePortWhenRogueDhcpServerDetected: boolean;
|
|
25682
25853
|
/**
|
|
25683
|
-
*
|
|
25854
|
+
* Whether Marvis may remediate non-compliant gateways automatically
|
|
25684
25855
|
*/
|
|
25685
|
-
|
|
25856
|
+
gatewayNonCompliant: boolean;
|
|
25686
25857
|
/**
|
|
25687
|
-
*
|
|
25858
|
+
* Whether Marvis may remediate misconfigured switch ports automatically
|
|
25688
25859
|
*/
|
|
25689
|
-
|
|
25860
|
+
switchMisconfiguredPort: boolean;
|
|
25690
25861
|
/**
|
|
25691
|
-
*
|
|
25862
|
+
* Whether Marvis may remediate stuck switch ports automatically
|
|
25692
25863
|
*/
|
|
25693
|
-
|
|
25694
|
-
}
|
|
25695
|
-
interface SettingProxy {
|
|
25696
|
-
disabled: boolean;
|
|
25697
|
-
url?: string;
|
|
25864
|
+
switchPortStuck: boolean;
|
|
25698
25865
|
}
|
|
25699
|
-
interface
|
|
25866
|
+
interface SettingMxedgeMgmt {
|
|
25700
25867
|
/**
|
|
25701
|
-
*
|
|
25868
|
+
* Whether the Mist Edge automatically reverts configuration changes if connectivity is lost
|
|
25702
25869
|
*/
|
|
25703
|
-
|
|
25870
|
+
configAutoRevert: boolean;
|
|
25704
25871
|
/**
|
|
25705
|
-
* Whether
|
|
25872
|
+
* Whether FIPS mode is enabled on the Mist Edge
|
|
25706
25873
|
*/
|
|
25707
|
-
|
|
25874
|
+
fipsEnabled: boolean;
|
|
25708
25875
|
/**
|
|
25709
|
-
*
|
|
25876
|
+
* Password for the Mist service account on the Mist Edge
|
|
25710
25877
|
*/
|
|
25711
|
-
|
|
25878
|
+
mistPassword?: string;
|
|
25712
25879
|
/**
|
|
25713
|
-
*
|
|
25880
|
+
* IPv4 address assignment mode for out-of-band management
|
|
25714
25881
|
*/
|
|
25715
|
-
|
|
25882
|
+
oobIpType: string;
|
|
25883
|
+
/**
|
|
25884
|
+
* IPv6 address assignment mode for out-of-band management
|
|
25885
|
+
*/
|
|
25886
|
+
oobIpType6: string;
|
|
25887
|
+
/**
|
|
25888
|
+
* Root account password for the Mist Edge
|
|
25889
|
+
*/
|
|
25890
|
+
rootPassword?: string;
|
|
25891
|
+
}
|
|
25892
|
+
interface SettingMxtunnels {
|
|
25893
|
+
/**
|
|
25894
|
+
* Additional named Mist Tunnel definitions configured for the site
|
|
25895
|
+
*/
|
|
25896
|
+
additionalMxtunnels?: {
|
|
25897
|
+
[key: string]: outputs.site.SettingMxtunnelsAdditionalMxtunnels;
|
|
25898
|
+
};
|
|
25899
|
+
/**
|
|
25900
|
+
* AP source subnets allowed to establish Mist Tunnels
|
|
25901
|
+
*/
|
|
25902
|
+
apSubnets?: string[];
|
|
25903
|
+
/**
|
|
25904
|
+
* Preemption behavior for restoring preferred tunnel peers after failover
|
|
25905
|
+
*/
|
|
25906
|
+
autoPreemption?: outputs.site.SettingMxtunnelsAutoPreemption;
|
|
25907
|
+
/**
|
|
25908
|
+
* Tunnel peer clusters used by APs for this site Mist Tunnel
|
|
25909
|
+
*/
|
|
25910
|
+
clusters?: outputs.site.SettingMxtunnelsCluster[];
|
|
25911
|
+
/**
|
|
25912
|
+
* Timestamp when the site Mist Tunnel configuration was created
|
|
25913
|
+
*/
|
|
25914
|
+
createdTime?: number;
|
|
25915
|
+
/**
|
|
25916
|
+
* Whether site Mist Tunnel tunneling is enabled
|
|
25917
|
+
*/
|
|
25918
|
+
enabled?: boolean;
|
|
25919
|
+
/**
|
|
25920
|
+
* Whether this Mist Tunnel configuration is scoped to a site
|
|
25921
|
+
*/
|
|
25922
|
+
forSite?: boolean;
|
|
25923
|
+
/**
|
|
25924
|
+
* In seconds, used as heartbeat to detect if a tunnel is alive. AP will try another peer after missing N hellos specified by hello_retries
|
|
25925
|
+
*/
|
|
25926
|
+
helloInterval?: number;
|
|
25927
|
+
/**
|
|
25928
|
+
* Number of missed hello heartbeats before an AP tries another tunnel peer
|
|
25929
|
+
*/
|
|
25930
|
+
helloRetries?: number;
|
|
25931
|
+
/**
|
|
25932
|
+
* Tunnel peer hostnames or IP addresses reachable from APs
|
|
25933
|
+
*/
|
|
25934
|
+
hosts?: string[];
|
|
25935
|
+
/**
|
|
25936
|
+
* Unique value identifying the site Mist Tunnel configuration
|
|
25937
|
+
*/
|
|
25938
|
+
id?: string;
|
|
25939
|
+
/**
|
|
25940
|
+
* Timestamp when the site Mist Tunnel configuration was last modified
|
|
25941
|
+
*/
|
|
25942
|
+
modifiedTime?: number;
|
|
25943
|
+
/**
|
|
25944
|
+
* 0 to enable MTU, 552-1500 to start MTU with a lower MTU
|
|
25945
|
+
*/
|
|
25946
|
+
mtu?: number;
|
|
25947
|
+
/**
|
|
25948
|
+
* Identifier of the org that owns the site Mist Tunnel configuration
|
|
25949
|
+
*/
|
|
25950
|
+
orgId?: string;
|
|
25951
|
+
/**
|
|
25952
|
+
* Encapsulation protocol used for the site Mist Tunnel
|
|
25953
|
+
*/
|
|
25954
|
+
protocol: string;
|
|
25955
|
+
/**
|
|
25956
|
+
* TLS-secured RADIUS proxy settings for the site Mist Tunnel
|
|
25957
|
+
*/
|
|
25958
|
+
radsec?: outputs.site.SettingMxtunnelsRadsec;
|
|
25959
|
+
/**
|
|
25960
|
+
* Identifier of the site that owns this Mist Tunnel configuration
|
|
25961
|
+
*/
|
|
25962
|
+
siteId?: string;
|
|
25963
|
+
/**
|
|
25964
|
+
* List of VLAN IDs carried by this site Mist Tunnel
|
|
25965
|
+
*/
|
|
25966
|
+
vlanIds?: number[];
|
|
25967
|
+
}
|
|
25968
|
+
interface SettingMxtunnelsAdditionalMxtunnels {
|
|
25969
|
+
/**
|
|
25970
|
+
* In seconds, used as heartbeat to detect if a tunnel is alive. AP will try another peer after missing N hellos specified by hello_retries
|
|
25971
|
+
*/
|
|
25972
|
+
helloInterval: number;
|
|
25973
|
+
/**
|
|
25974
|
+
* Number of missed hello heartbeats before an AP tries another tunnel peer
|
|
25975
|
+
*/
|
|
25976
|
+
helloRetries: number;
|
|
25977
|
+
/**
|
|
25978
|
+
* Encapsulation protocol used for this additional Mist Tunnel
|
|
25979
|
+
*/
|
|
25980
|
+
protocol?: string;
|
|
25981
|
+
/**
|
|
25982
|
+
* Tunnel peer clusters used by APs for this additional Mist Tunnel
|
|
25983
|
+
*/
|
|
25984
|
+
tuntermClusters?: outputs.site.SettingMxtunnelsAdditionalMxtunnelsTuntermCluster[];
|
|
25985
|
+
/**
|
|
25986
|
+
* List of VLAN IDs carried by this additional Mist Tunnel
|
|
25987
|
+
*/
|
|
25988
|
+
vlanIds?: number[];
|
|
25989
|
+
}
|
|
25990
|
+
interface SettingMxtunnelsAdditionalMxtunnelsTuntermCluster {
|
|
25991
|
+
/**
|
|
25992
|
+
* Peer cluster name used in the site Mist Tunnel configuration
|
|
25993
|
+
*/
|
|
25994
|
+
name?: string;
|
|
25995
|
+
/**
|
|
25996
|
+
* Tunnel termination hostnames or IP addresses in this peer cluster
|
|
25997
|
+
*/
|
|
25998
|
+
tuntermHosts?: string[];
|
|
25999
|
+
}
|
|
26000
|
+
interface SettingMxtunnelsAutoPreemption {
|
|
26001
|
+
/**
|
|
26002
|
+
* Scheduled weekday for auto preemption
|
|
26003
|
+
*/
|
|
26004
|
+
dayOfWeek?: string;
|
|
26005
|
+
/**
|
|
26006
|
+
* Whether auto preemption is enabled
|
|
26007
|
+
*/
|
|
26008
|
+
enabled?: boolean;
|
|
26009
|
+
/**
|
|
26010
|
+
* Scheduled time of day for auto preemption
|
|
26011
|
+
*/
|
|
26012
|
+
timeOfDay: string;
|
|
26013
|
+
}
|
|
26014
|
+
interface SettingMxtunnelsCluster {
|
|
26015
|
+
/**
|
|
26016
|
+
* Peer cluster name used in the site Mist Tunnel configuration
|
|
26017
|
+
*/
|
|
26018
|
+
name?: string;
|
|
26019
|
+
/**
|
|
26020
|
+
* Tunnel termination hostnames or IP addresses in this peer cluster
|
|
26021
|
+
*/
|
|
26022
|
+
tuntermHosts?: string[];
|
|
26023
|
+
}
|
|
26024
|
+
interface SettingMxtunnelsRadsec {
|
|
26025
|
+
/**
|
|
26026
|
+
* RADIUS accounting servers used by the site Mist Tunnel RadSec proxy
|
|
26027
|
+
*/
|
|
26028
|
+
acctServers?: outputs.site.SettingMxtunnelsRadsecAcctServer[];
|
|
26029
|
+
/**
|
|
26030
|
+
* RADIUS authentication servers used by the site Mist Tunnel RadSec proxy
|
|
26031
|
+
*/
|
|
26032
|
+
authServers?: outputs.site.SettingMxtunnelsRadsecAuthServer[];
|
|
26033
|
+
/**
|
|
26034
|
+
* Whether RadSec proxying is enabled for this site Mist Tunnel
|
|
26035
|
+
*/
|
|
26036
|
+
enabled: boolean;
|
|
26037
|
+
/**
|
|
26038
|
+
* Whether RadSec proxying uses Mist Edge
|
|
26039
|
+
*/
|
|
26040
|
+
useMxedge?: boolean;
|
|
26041
|
+
}
|
|
26042
|
+
interface SettingMxtunnelsRadsecAcctServer {
|
|
26043
|
+
/**
|
|
26044
|
+
* Address or hostname of the RADIUS accounting server
|
|
26045
|
+
*/
|
|
26046
|
+
host: string;
|
|
26047
|
+
/**
|
|
26048
|
+
* Whether RADIUS keywrap is enabled for messages sent to this accounting server
|
|
26049
|
+
*/
|
|
26050
|
+
keywrapEnabled?: boolean;
|
|
26051
|
+
/**
|
|
26052
|
+
* Encoding format for RADIUS keywrap KEK and MACK values
|
|
26053
|
+
*/
|
|
26054
|
+
keywrapFormat?: string;
|
|
26055
|
+
/**
|
|
26056
|
+
* RADIUS keywrap key encryption key (KEK)
|
|
26057
|
+
*/
|
|
26058
|
+
keywrapKek?: string;
|
|
26059
|
+
/**
|
|
26060
|
+
* RADIUS keywrap message authentication code key (MACK)
|
|
26061
|
+
*/
|
|
26062
|
+
keywrapMack?: string;
|
|
26063
|
+
/**
|
|
26064
|
+
* UDP port used by the RADIUS accounting server
|
|
26065
|
+
*/
|
|
26066
|
+
port?: string;
|
|
26067
|
+
/**
|
|
26068
|
+
* Shared secret used with this RADIUS accounting server
|
|
26069
|
+
*/
|
|
26070
|
+
secret: string;
|
|
26071
|
+
}
|
|
26072
|
+
interface SettingMxtunnelsRadsecAuthServer {
|
|
26073
|
+
/**
|
|
26074
|
+
* Address or hostname of the RADIUS authentication server
|
|
26075
|
+
*/
|
|
26076
|
+
host: string;
|
|
26077
|
+
/**
|
|
26078
|
+
* Whether RADIUS keywrap is enabled for messages sent to this authentication server
|
|
26079
|
+
*/
|
|
26080
|
+
keywrapEnabled?: boolean;
|
|
26081
|
+
/**
|
|
26082
|
+
* Encoding format for RADIUS keywrap KEK and MACK values
|
|
26083
|
+
*/
|
|
26084
|
+
keywrapFormat?: string;
|
|
26085
|
+
/**
|
|
26086
|
+
* RADIUS keywrap key encryption key (KEK)
|
|
26087
|
+
*/
|
|
26088
|
+
keywrapKek?: string;
|
|
26089
|
+
/**
|
|
26090
|
+
* RADIUS keywrap message authentication code key (MACK)
|
|
26091
|
+
*/
|
|
26092
|
+
keywrapMack?: string;
|
|
26093
|
+
/**
|
|
26094
|
+
* UDP port used by the RADIUS authentication server
|
|
26095
|
+
*/
|
|
26096
|
+
port?: string;
|
|
26097
|
+
/**
|
|
26098
|
+
* Whether to require Message-Authenticator in requests
|
|
26099
|
+
*/
|
|
26100
|
+
requireMessageAuthenticator: boolean;
|
|
26101
|
+
/**
|
|
26102
|
+
* Shared secret used with this RADIUS authentication server
|
|
26103
|
+
*/
|
|
26104
|
+
secret: string;
|
|
26105
|
+
}
|
|
26106
|
+
interface SettingOccupancy {
|
|
26107
|
+
/**
|
|
26108
|
+
* Indicate whether named BLE assets should be included in the zone occupancy calculation
|
|
26109
|
+
*/
|
|
26110
|
+
assetsEnabled: boolean;
|
|
26111
|
+
/**
|
|
26112
|
+
* Indicate whether connected Wi-Fi clients should be included in the zone occupancy calculation
|
|
26113
|
+
*/
|
|
26114
|
+
clientsEnabled: boolean;
|
|
26115
|
+
/**
|
|
26116
|
+
* Minimum dwell duration before a client or asset is counted in occupancy analytics
|
|
26117
|
+
*/
|
|
26118
|
+
minDuration?: number;
|
|
26119
|
+
/**
|
|
26120
|
+
* Indicate whether SDK clients should be included in the zone occupancy calculation
|
|
26121
|
+
*/
|
|
26122
|
+
sdkclientsEnabled: boolean;
|
|
26123
|
+
/**
|
|
26124
|
+
* Indicate whether unconnected Wi-Fi clients should be included in the zone occupancy calculation
|
|
26125
|
+
*/
|
|
26126
|
+
unconnectedClientsEnabled: boolean;
|
|
26127
|
+
}
|
|
26128
|
+
interface SettingProxy {
|
|
26129
|
+
/**
|
|
26130
|
+
* Whether this proxy configuration is disabled
|
|
26131
|
+
*/
|
|
26132
|
+
disabled: boolean;
|
|
26133
|
+
/**
|
|
26134
|
+
* Proxy URL used to reach Mist
|
|
26135
|
+
*/
|
|
26136
|
+
url?: string;
|
|
26137
|
+
}
|
|
26138
|
+
interface SettingRogue {
|
|
26139
|
+
/**
|
|
26140
|
+
* VLAN IDs allowed by the rogue detection policy
|
|
26141
|
+
*/
|
|
26142
|
+
allowedVlanIds: number[];
|
|
26143
|
+
/**
|
|
26144
|
+
* Whether rogue detection is enabled
|
|
26145
|
+
*/
|
|
26146
|
+
enabled: boolean;
|
|
26147
|
+
/**
|
|
26148
|
+
* Whether honeypot detection is enabled
|
|
26149
|
+
*/
|
|
26150
|
+
honeypotEnabled: boolean;
|
|
26151
|
+
/**
|
|
26152
|
+
* Minimum duration for a bssid to be considered neighbor
|
|
26153
|
+
*/
|
|
26154
|
+
minDuration: number;
|
|
25716
26155
|
/**
|
|
25717
26156
|
* Minimum duration for a bssid to be considered rogue
|
|
25718
26157
|
*/
|
|
@@ -25726,71 +26165,113 @@ export declare namespace site {
|
|
|
25726
26165
|
*/
|
|
25727
26166
|
minRssi: number;
|
|
25728
26167
|
/**
|
|
25729
|
-
*
|
|
26168
|
+
* BSSID values or wildcard patterns excluded from rogue detection
|
|
25730
26169
|
*/
|
|
25731
26170
|
whitelistedBssids: string[];
|
|
25732
26171
|
/**
|
|
25733
|
-
*
|
|
26172
|
+
* SSID names excluded from rogue detection
|
|
25734
26173
|
*/
|
|
25735
26174
|
whitelistedSsids: string[];
|
|
25736
26175
|
}
|
|
25737
26176
|
interface SettingRtsa {
|
|
26177
|
+
/**
|
|
26178
|
+
* Whether app wake-up support is enabled for managed mobility
|
|
26179
|
+
*/
|
|
25738
26180
|
appWaking: boolean;
|
|
26181
|
+
/**
|
|
26182
|
+
* Whether dead reckoning is disabled for managed mobility
|
|
26183
|
+
*/
|
|
25739
26184
|
disableDeadReckoning?: boolean;
|
|
26185
|
+
/**
|
|
26186
|
+
* Whether pressure sensor use is disabled for managed mobility
|
|
26187
|
+
*/
|
|
25740
26188
|
disablePressureSensor?: boolean;
|
|
26189
|
+
/**
|
|
26190
|
+
* Whether managed mobility features are enabled
|
|
26191
|
+
*/
|
|
25741
26192
|
enabled?: boolean;
|
|
25742
26193
|
/**
|
|
25743
|
-
*
|
|
26194
|
+
* Whether BLE asset tracking is enabled for managed mobility
|
|
25744
26195
|
*/
|
|
25745
26196
|
trackAsset: boolean;
|
|
25746
26197
|
}
|
|
25747
26198
|
interface SettingSimpleAlert {
|
|
26199
|
+
/**
|
|
26200
|
+
* Thresholds for ARP failure heuristic alerts
|
|
26201
|
+
*/
|
|
25748
26202
|
arpFailure?: outputs.site.SettingSimpleAlertArpFailure;
|
|
26203
|
+
/**
|
|
26204
|
+
* Thresholds for DHCP failure heuristic alerts
|
|
26205
|
+
*/
|
|
25749
26206
|
dhcpFailure?: outputs.site.SettingSimpleAlertDhcpFailure;
|
|
26207
|
+
/**
|
|
26208
|
+
* Thresholds for DNS failure heuristic alerts
|
|
26209
|
+
*/
|
|
25750
26210
|
dnsFailure?: outputs.site.SettingSimpleAlertDnsFailure;
|
|
25751
26211
|
}
|
|
25752
26212
|
interface SettingSimpleAlertArpFailure {
|
|
26213
|
+
/**
|
|
26214
|
+
* Number of distinct clients that must encounter ARP failures before alerting
|
|
26215
|
+
*/
|
|
25753
26216
|
clientCount: number;
|
|
25754
26217
|
/**
|
|
25755
|
-
*
|
|
26218
|
+
* Time window in minutes for evaluating ARP failures
|
|
25756
26219
|
*/
|
|
25757
26220
|
duration: number;
|
|
26221
|
+
/**
|
|
26222
|
+
* Number of ARP failure incidents required within the duration window
|
|
26223
|
+
*/
|
|
25758
26224
|
incidentCount: number;
|
|
25759
26225
|
}
|
|
25760
26226
|
interface SettingSimpleAlertDhcpFailure {
|
|
26227
|
+
/**
|
|
26228
|
+
* Number of distinct clients that must encounter DHCP failures before alerting
|
|
26229
|
+
*/
|
|
25761
26230
|
clientCount: number;
|
|
25762
26231
|
/**
|
|
25763
|
-
*
|
|
26232
|
+
* Time window in minutes for evaluating DHCP failures
|
|
25764
26233
|
*/
|
|
25765
26234
|
duration: number;
|
|
26235
|
+
/**
|
|
26236
|
+
* Number of DHCP failure incidents required within the duration window
|
|
26237
|
+
*/
|
|
25766
26238
|
incidentCount: number;
|
|
25767
26239
|
}
|
|
25768
26240
|
interface SettingSimpleAlertDnsFailure {
|
|
26241
|
+
/**
|
|
26242
|
+
* Number of distinct clients that must encounter DNS failures before alerting
|
|
26243
|
+
*/
|
|
25769
26244
|
clientCount: number;
|
|
25770
26245
|
/**
|
|
25771
|
-
*
|
|
26246
|
+
* Time window in minutes for evaluating DNS failures
|
|
25772
26247
|
*/
|
|
25773
26248
|
duration: number;
|
|
26249
|
+
/**
|
|
26250
|
+
* Number of DNS failure incidents required within the duration window
|
|
26251
|
+
*/
|
|
25774
26252
|
incidentCount: number;
|
|
25775
26253
|
}
|
|
25776
26254
|
interface SettingSkyatp {
|
|
26255
|
+
/**
|
|
26256
|
+
* Whether Sky ATP is enabled for the site
|
|
26257
|
+
*/
|
|
25777
26258
|
enabled?: boolean;
|
|
25778
26259
|
/**
|
|
25779
|
-
* Whether
|
|
26260
|
+
* Whether IP-to-MAC mappings are sent to Sky ATP
|
|
25780
26261
|
*/
|
|
25781
26262
|
sendIpMacMapping: boolean;
|
|
25782
26263
|
}
|
|
25783
26264
|
interface SettingSleThresholds {
|
|
25784
26265
|
/**
|
|
25785
|
-
*
|
|
26266
|
+
* Threshold percentage for capacity SLE scoring
|
|
25786
26267
|
*/
|
|
25787
26268
|
capacity: number;
|
|
25788
26269
|
/**
|
|
25789
|
-
*
|
|
26270
|
+
* RSSI threshold for coverage SLE scoring, in dBm
|
|
25790
26271
|
*/
|
|
25791
26272
|
coverage: number;
|
|
25792
26273
|
/**
|
|
25793
|
-
*
|
|
26274
|
+
* Minimum throughput threshold for SLE scoring, in Mbps
|
|
25794
26275
|
*/
|
|
25795
26276
|
throughput: number;
|
|
25796
26277
|
/**
|
|
@@ -25799,41 +26280,47 @@ export declare namespace site {
|
|
|
25799
26280
|
timetoconnect: number;
|
|
25800
26281
|
}
|
|
25801
26282
|
interface SettingSrxApp {
|
|
26283
|
+
/**
|
|
26284
|
+
* Whether Juniper SRX application visibility is enabled
|
|
26285
|
+
*/
|
|
25802
26286
|
enabled: boolean;
|
|
25803
26287
|
}
|
|
25804
26288
|
interface SettingSsr {
|
|
25805
26289
|
/**
|
|
25806
|
-
*
|
|
26290
|
+
* Automatic SSR firmware upgrade settings for newly onboarded devices
|
|
25807
26291
|
*/
|
|
25808
26292
|
autoUpgrade?: outputs.site.SettingSsrAutoUpgrade;
|
|
25809
26293
|
/**
|
|
25810
|
-
*
|
|
26294
|
+
* IP addresses or hostnames of conductors used by SSR devices
|
|
25811
26295
|
*/
|
|
25812
26296
|
conductorHosts?: string[];
|
|
25813
26297
|
/**
|
|
25814
|
-
*
|
|
26298
|
+
* Registration token used by SSR devices to connect to the conductor
|
|
25815
26299
|
*/
|
|
25816
26300
|
conductorToken?: string;
|
|
25817
26301
|
/**
|
|
25818
|
-
*
|
|
26302
|
+
* Whether stats collection is disabled on SSR devices
|
|
25819
26303
|
*/
|
|
25820
26304
|
disableStats?: boolean;
|
|
25821
26305
|
/**
|
|
25822
|
-
*
|
|
26306
|
+
* Network proxy settings used by SSR devices to reach Mist
|
|
25823
26307
|
*/
|
|
25824
26308
|
proxy?: outputs.site.SettingSsrProxy;
|
|
25825
26309
|
}
|
|
25826
26310
|
interface SettingSsrAutoUpgrade {
|
|
25827
26311
|
/**
|
|
25828
|
-
*
|
|
26312
|
+
* Firmware release channel used for SSR auto-upgrade
|
|
25829
26313
|
*/
|
|
25830
26314
|
channel?: string;
|
|
25831
26315
|
/**
|
|
25832
|
-
*
|
|
26316
|
+
* Per-model SSR firmware versions used for auto-upgrade
|
|
25833
26317
|
*/
|
|
25834
26318
|
customVersions?: {
|
|
25835
26319
|
[key: string]: string;
|
|
25836
26320
|
};
|
|
26321
|
+
/**
|
|
26322
|
+
* Whether SSR auto-upgrade is enabled for newly onboarded devices
|
|
26323
|
+
*/
|
|
25837
26324
|
enabled?: boolean;
|
|
25838
26325
|
/**
|
|
25839
26326
|
* Firmware version to deploy (e.g. 6.3.0-107.r1). Optional, used when customVersions not specified
|
|
@@ -25841,34 +26328,48 @@ export declare namespace site {
|
|
|
25841
26328
|
version?: string;
|
|
25842
26329
|
}
|
|
25843
26330
|
interface SettingSsrProxy {
|
|
26331
|
+
/**
|
|
26332
|
+
* Whether the SSR proxy configuration is disabled
|
|
26333
|
+
*/
|
|
25844
26334
|
disabled: boolean;
|
|
26335
|
+
/**
|
|
26336
|
+
* Proxy URL that SSR devices use to reach Mist
|
|
26337
|
+
*/
|
|
25845
26338
|
url?: string;
|
|
25846
26339
|
}
|
|
25847
26340
|
interface SettingSyntheticTest {
|
|
25848
26341
|
/**
|
|
25849
|
-
*
|
|
26342
|
+
* Overall aggressiveness level for synthetic test probes
|
|
25850
26343
|
*/
|
|
25851
26344
|
aggressiveness?: string;
|
|
25852
26345
|
/**
|
|
25853
|
-
* Custom
|
|
26346
|
+
* Custom synthetic probe definitions keyed by probe name
|
|
25854
26347
|
*/
|
|
25855
26348
|
customProbes?: {
|
|
25856
26349
|
[key: string]: outputs.site.SettingSyntheticTestCustomProbes;
|
|
25857
26350
|
};
|
|
26351
|
+
/**
|
|
26352
|
+
* Whether synthetic tests are disabled
|
|
26353
|
+
*/
|
|
25858
26354
|
disabled?: boolean;
|
|
25859
26355
|
/**
|
|
25860
|
-
*
|
|
26356
|
+
* LAN network probe groups used by synthetic tests
|
|
25861
26357
|
*/
|
|
25862
26358
|
lanNetworks?: outputs.site.SettingSyntheticTestLanNetwork[];
|
|
25863
26359
|
/**
|
|
26360
|
+
* Deprecated VLAN-based synthetic test settings
|
|
26361
|
+
*
|
|
25864
26362
|
* @deprecated This attribute is deprecated.
|
|
25865
26363
|
*/
|
|
25866
26364
|
vlans?: outputs.site.SettingSyntheticTestVlan[];
|
|
26365
|
+
/**
|
|
26366
|
+
* WAN speedtest settings for synthetic tests
|
|
26367
|
+
*/
|
|
25867
26368
|
wanSpeedtest?: outputs.site.SettingSyntheticTestWanSpeedtest;
|
|
25868
26369
|
}
|
|
25869
26370
|
interface SettingSyntheticTestCustomProbes {
|
|
25870
26371
|
/**
|
|
25871
|
-
*
|
|
26372
|
+
* Probe aggressiveness level for this custom synthetic probe
|
|
25872
26373
|
*/
|
|
25873
26374
|
aggressiveness: string;
|
|
25874
26375
|
/**
|
|
@@ -25876,26 +26377,28 @@ export declare namespace site {
|
|
|
25876
26377
|
*/
|
|
25877
26378
|
target?: string;
|
|
25878
26379
|
/**
|
|
25879
|
-
*
|
|
26380
|
+
* Response-time threshold for this custom probe, in milliseconds
|
|
25880
26381
|
*/
|
|
25881
26382
|
threshold?: number;
|
|
25882
26383
|
/**
|
|
25883
|
-
*
|
|
26384
|
+
* Probe type used by this custom synthetic probe
|
|
25884
26385
|
*/
|
|
25885
26386
|
type: string;
|
|
25886
26387
|
}
|
|
25887
26388
|
interface SettingSyntheticTestLanNetwork {
|
|
25888
26389
|
/**
|
|
25889
|
-
*
|
|
26390
|
+
* LAN network names where synthetic probes are run
|
|
25890
26391
|
*/
|
|
25891
26392
|
networks?: string[];
|
|
25892
26393
|
/**
|
|
25893
|
-
*
|
|
26394
|
+
* Synthetic probe names to run on the listed LAN networks
|
|
25894
26395
|
*/
|
|
25895
26396
|
probes?: string[];
|
|
25896
26397
|
}
|
|
25897
26398
|
interface SettingSyntheticTestVlan {
|
|
25898
26399
|
/**
|
|
26400
|
+
* Deprecated custom URLs tested by VLAN-based synthetic probes
|
|
26401
|
+
*
|
|
25899
26402
|
* @deprecated This attribute is deprecated.
|
|
25900
26403
|
*/
|
|
25901
26404
|
customTestUrls?: string[];
|
|
@@ -25904,18 +26407,80 @@ export declare namespace site {
|
|
|
25904
26407
|
*/
|
|
25905
26408
|
disabled: boolean;
|
|
25906
26409
|
/**
|
|
25907
|
-
*
|
|
26410
|
+
* Synthetic probe names to run for the listed VLANs
|
|
25908
26411
|
*/
|
|
25909
26412
|
probes?: string[];
|
|
26413
|
+
/**
|
|
26414
|
+
* VLAN identifiers where synthetic probes are run
|
|
26415
|
+
*/
|
|
25910
26416
|
vlanIds?: string[];
|
|
25911
26417
|
}
|
|
25912
26418
|
interface SettingSyntheticTestWanSpeedtest {
|
|
26419
|
+
/**
|
|
26420
|
+
* Whether scheduled WAN speedtests are enabled
|
|
26421
|
+
*/
|
|
25913
26422
|
enabled?: boolean;
|
|
25914
26423
|
/**
|
|
25915
|
-
*
|
|
26424
|
+
* Scheduled time of day for WAN speedtests
|
|
25916
26425
|
*/
|
|
25917
26426
|
timeOfDay: string;
|
|
25918
26427
|
}
|
|
26428
|
+
interface SettingTuntermMonitoring {
|
|
26429
|
+
/**
|
|
26430
|
+
* Can be ip, ipv6, hostname
|
|
26431
|
+
*/
|
|
26432
|
+
host?: string;
|
|
26433
|
+
/**
|
|
26434
|
+
* When `protocol`==`tcp`, TCP port checked by the monitoring probe
|
|
26435
|
+
*/
|
|
26436
|
+
port?: number;
|
|
26437
|
+
/**
|
|
26438
|
+
* Monitoring method used for this tunnel termination check
|
|
26439
|
+
*/
|
|
26440
|
+
protocol?: string;
|
|
26441
|
+
/**
|
|
26442
|
+
* Optional source for the monitoring check, vlanId configured in tunterm_other_ip_configs
|
|
26443
|
+
*/
|
|
26444
|
+
srcVlanId?: number;
|
|
26445
|
+
/**
|
|
26446
|
+
* Maximum time for this monitoring check, in seconds
|
|
26447
|
+
*/
|
|
26448
|
+
timeout?: number;
|
|
26449
|
+
}
|
|
26450
|
+
interface SettingTuntermMulticastConfig {
|
|
26451
|
+
/**
|
|
26452
|
+
* Multicast DNS forwarding settings for tunneled VLANs
|
|
26453
|
+
*/
|
|
26454
|
+
mdns?: outputs.site.SettingTuntermMulticastConfigMdns;
|
|
26455
|
+
/**
|
|
26456
|
+
* Whether all multicast traffic is forwarded through tunnel termination
|
|
26457
|
+
*/
|
|
26458
|
+
multicastAll?: boolean;
|
|
26459
|
+
/**
|
|
26460
|
+
* Simple Service Discovery Protocol forwarding settings for tunneled VLANs
|
|
26461
|
+
*/
|
|
26462
|
+
ssdp?: outputs.site.SettingTuntermMulticastConfigSsdp;
|
|
26463
|
+
}
|
|
26464
|
+
interface SettingTuntermMulticastConfigMdns {
|
|
26465
|
+
/**
|
|
26466
|
+
* Whether mDNS multicast forwarding is enabled
|
|
26467
|
+
*/
|
|
26468
|
+
enabled?: boolean;
|
|
26469
|
+
/**
|
|
26470
|
+
* VLAN IDs where mDNS multicast forwarding is enabled
|
|
26471
|
+
*/
|
|
26472
|
+
vlanIds?: number[];
|
|
26473
|
+
}
|
|
26474
|
+
interface SettingTuntermMulticastConfigSsdp {
|
|
26475
|
+
/**
|
|
26476
|
+
* Whether SSDP multicast forwarding is enabled
|
|
26477
|
+
*/
|
|
26478
|
+
enabled?: boolean;
|
|
26479
|
+
/**
|
|
26480
|
+
* VLAN IDs where SSDP multicast forwarding is enabled
|
|
26481
|
+
*/
|
|
26482
|
+
vlanIds?: number[];
|
|
26483
|
+
}
|
|
25919
26484
|
interface SettingUplinkPortConfig {
|
|
25920
26485
|
/**
|
|
25921
26486
|
* Whether to do 802.1x against uplink switch. When enabled, AP cert will be used to do EAP-TLS and the Org's CA Cert has to be provisioned at the switch
|
|
@@ -25945,12 +26510,21 @@ export declare namespace site {
|
|
|
25945
26510
|
enabled: boolean;
|
|
25946
26511
|
}
|
|
25947
26512
|
interface SettingVsInstance {
|
|
26513
|
+
/**
|
|
26514
|
+
* List of network names included in this virtual-switch instance
|
|
26515
|
+
*/
|
|
25948
26516
|
networks: string[];
|
|
25949
26517
|
}
|
|
25950
26518
|
interface SettingWanVna {
|
|
26519
|
+
/**
|
|
26520
|
+
* Whether WAN VNA is enabled for the site
|
|
26521
|
+
*/
|
|
25951
26522
|
enabled: boolean;
|
|
25952
26523
|
}
|
|
25953
26524
|
interface SettingWids {
|
|
26525
|
+
/**
|
|
26526
|
+
* Detection settings for repeated authentication failures
|
|
26527
|
+
*/
|
|
25954
26528
|
repeatedAuthFailures?: outputs.site.SettingWidsRepeatedAuthFailures;
|
|
25955
26529
|
}
|
|
25956
26530
|
interface SettingWidsRepeatedAuthFailures {
|
|
@@ -25964,16 +26538,25 @@ export declare namespace site {
|
|
|
25964
26538
|
threshold?: number;
|
|
25965
26539
|
}
|
|
25966
26540
|
interface SettingWifi {
|
|
26541
|
+
/**
|
|
26542
|
+
* Whether Cisco compatibility features are enabled for site Wi-Fi
|
|
26543
|
+
*/
|
|
25967
26544
|
ciscoEnabled?: boolean;
|
|
25968
26545
|
/**
|
|
25969
26546
|
* Whether to disable 11k
|
|
25970
26547
|
*/
|
|
25971
26548
|
disable11k?: boolean;
|
|
26549
|
+
/**
|
|
26550
|
+
* Whether AP radios are disabled when AP power is constrained
|
|
26551
|
+
*/
|
|
25972
26552
|
disableRadiosWhenPowerConstrained?: boolean;
|
|
25973
26553
|
/**
|
|
25974
26554
|
* When proxyArp is enabled, check for arp spoofing.
|
|
25975
26555
|
*/
|
|
25976
26556
|
enableArpSpoofCheck?: boolean;
|
|
26557
|
+
/**
|
|
26558
|
+
* Whether shared radio scanning is enabled for site Wi-Fi
|
|
26559
|
+
*/
|
|
25977
26560
|
enableSharedRadioScanning?: boolean;
|
|
25978
26561
|
/**
|
|
25979
26562
|
* Enable Wi-Fi feature (using SUB-MAN license)
|
|
@@ -26008,16 +26591,19 @@ export declare namespace site {
|
|
|
26008
26591
|
*/
|
|
26009
26592
|
meshSsid?: string;
|
|
26010
26593
|
/**
|
|
26011
|
-
*
|
|
26594
|
+
* ARP proxy mode for site Wi-Fi
|
|
26012
26595
|
*/
|
|
26013
26596
|
proxyArp?: string;
|
|
26014
26597
|
}
|
|
26015
26598
|
interface SettingWiredVna {
|
|
26599
|
+
/**
|
|
26600
|
+
* Whether Wired VNA is enabled for the site
|
|
26601
|
+
*/
|
|
26016
26602
|
enabled: boolean;
|
|
26017
26603
|
}
|
|
26018
26604
|
interface SettingZoneOccupancyAlert {
|
|
26019
26605
|
/**
|
|
26020
|
-
*
|
|
26606
|
+
* Notification email recipients for zone occupancy alerts
|
|
26021
26607
|
*/
|
|
26022
26608
|
emailNotifiers: string[];
|
|
26023
26609
|
/**
|