catocli 1.0.20__py3-none-any.whl → 1.0.21__py3-none-any.whl
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.
Potentially problematic release.
This version of catocli might be problematic. Click here for more details.
- catocli/__init__.py +1 -1
- catocli/parsers/custom/__init__.py +1 -1
- catocli/parsers/mutation_admin_addAdmin/README.md +1 -1
- catocli/parsers/mutation_admin_updateAdmin/README.md +1 -1
- catocli/parsers/mutation_policy/__init__.py +348 -0
- catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +1 -1
- catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +1 -1
- catocli/parsers/mutation_policy_socketLan/README.md +7 -0
- catocli/parsers/mutation_policy_socketLan_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_socketLan_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_socketLan_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_socketLan_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_socketLan_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_socketLan_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_socketLan_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_socketLan_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_socketLan_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_socketLan_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_socketLan_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_socketLan_updateSection/README.md +18 -0
- catocli/parsers/mutation_policy_wanNetwork/README.md +7 -0
- catocli/parsers/mutation_policy_wanNetwork_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_wanNetwork_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_wanNetwork_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_wanNetwork_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_wanNetwork_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_wanNetwork_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_wanNetwork_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_wanNetwork_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_wanNetwork_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_wanNetwork_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_wanNetwork_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_wanNetwork_updateSection/README.md +18 -0
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_policy/README.md +3 -1
- catocli/parsers/query_siteLocation/README.md +1 -1
- {catocli-1.0.20.dist-info → catocli-1.0.21.dist-info}/METADATA +1 -1
- {catocli-1.0.20.dist-info → catocli-1.0.21.dist-info}/RECORD +85 -35
- models/mutation.admin.addAdmin.json +0 -60
- models/mutation.admin.updateAdmin.json +0 -57
- models/mutation.policy.internetFirewall.addRule.json +18 -18
- models/mutation.policy.internetFirewall.createPolicyRevision.json +4 -4
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +4 -4
- models/mutation.policy.internetFirewall.moveRule.json +4 -4
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +4 -4
- models/mutation.policy.internetFirewall.removeRule.json +4 -4
- models/mutation.policy.internetFirewall.updatePolicy.json +4 -4
- models/mutation.policy.internetFirewall.updateRule.json +18 -18
- models/mutation.policy.socketLan.addRule.json +11266 -0
- models/mutation.policy.socketLan.addSection.json +1358 -0
- models/mutation.policy.socketLan.createPolicyRevision.json +3926 -0
- models/mutation.policy.socketLan.discardPolicyRevision.json +3860 -0
- models/mutation.policy.socketLan.moveRule.json +3658 -0
- models/mutation.policy.socketLan.moveSection.json +1259 -0
- models/mutation.policy.socketLan.publishPolicyRevision.json +3917 -0
- models/mutation.policy.socketLan.removeRule.json +3306 -0
- models/mutation.policy.socketLan.removeSection.json +958 -0
- models/mutation.policy.socketLan.updatePolicy.json +3936 -0
- models/mutation.policy.socketLan.updateRule.json +10860 -0
- models/mutation.policy.socketLan.updateSection.json +1111 -0
- models/mutation.policy.wanNetwork.addRule.json +30614 -0
- models/mutation.policy.wanNetwork.addSection.json +1358 -0
- models/mutation.policy.wanNetwork.createPolicyRevision.json +8251 -0
- models/mutation.policy.wanNetwork.discardPolicyRevision.json +8185 -0
- models/mutation.policy.wanNetwork.moveRule.json +7983 -0
- models/mutation.policy.wanNetwork.moveSection.json +1259 -0
- models/mutation.policy.wanNetwork.publishPolicyRevision.json +8242 -0
- models/mutation.policy.wanNetwork.removeRule.json +7631 -0
- models/mutation.policy.wanNetwork.removeSection.json +958 -0
- models/mutation.policy.wanNetwork.updatePolicy.json +8261 -0
- models/mutation.policy.wanNetwork.updateRule.json +30145 -0
- models/mutation.policy.wanNetwork.updateSection.json +1111 -0
- models/query.accountMetrics.json +251 -0
- models/query.accountSnapshot.json +188 -0
- models/query.auditFeed.json +60 -0
- models/query.events.json +240 -0
- models/query.eventsFeed.json +60 -0
- models/query.eventsTimeSeries.json +180 -0
- models/query.policy.json +15763 -4176
- models/query.sandbox.json +64 -0
- schema/catolib.py +1 -1
- {catocli-1.0.20.dist-info → catocli-1.0.21.dist-info}/LICENSE +0 -0
- {catocli-1.0.20.dist-info → catocli-1.0.21.dist-info}/WHEEL +0 -0
- {catocli-1.0.20.dist-info → catocli-1.0.21.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.20.dist-info → catocli-1.0.21.dist-info}/top_level.txt +0 -0
models/query.accountMetrics.json
CHANGED
|
@@ -91,6 +91,7 @@
|
|
|
91
91
|
"SiteMetrics": true,
|
|
92
92
|
"SiteType": true,
|
|
93
93
|
"SocketInfo": true,
|
|
94
|
+
"SocketInterfaceWanRole": true,
|
|
94
95
|
"SocketPlatform": true,
|
|
95
96
|
"TimeAnnotation": true,
|
|
96
97
|
"TimePeriod": true,
|
|
@@ -2434,6 +2435,69 @@
|
|
|
2434
2435
|
"non_null": false
|
|
2435
2436
|
},
|
|
2436
2437
|
"varName": "upstreamBandwidthMbpsPrecision"
|
|
2438
|
+
},
|
|
2439
|
+
"wanRole": {
|
|
2440
|
+
"alias": "socketInterfaceWanRoleWanRole: wanRole",
|
|
2441
|
+
"args": {},
|
|
2442
|
+
"deprecationReason": null,
|
|
2443
|
+
"description": "Role for the WAN interface",
|
|
2444
|
+
"id_str": "sites___info___interfaces___wanRole",
|
|
2445
|
+
"isDeprecated": false,
|
|
2446
|
+
"name": "wanRole",
|
|
2447
|
+
"path": "sites.info.interfaces.wanRole",
|
|
2448
|
+
"requestStr": "$wanRole:SocketInterfaceWanRole ",
|
|
2449
|
+
"required": false,
|
|
2450
|
+
"responseStr": "wanRole:$wanRole ",
|
|
2451
|
+
"type": {
|
|
2452
|
+
"definition": {
|
|
2453
|
+
"description": null,
|
|
2454
|
+
"enumValues": [
|
|
2455
|
+
{
|
|
2456
|
+
"deprecationReason": null,
|
|
2457
|
+
"description": null,
|
|
2458
|
+
"isDeprecated": false,
|
|
2459
|
+
"name": "WAN_1"
|
|
2460
|
+
},
|
|
2461
|
+
{
|
|
2462
|
+
"deprecationReason": null,
|
|
2463
|
+
"description": null,
|
|
2464
|
+
"isDeprecated": false,
|
|
2465
|
+
"name": "WAN_2"
|
|
2466
|
+
},
|
|
2467
|
+
{
|
|
2468
|
+
"deprecationReason": null,
|
|
2469
|
+
"description": null,
|
|
2470
|
+
"isDeprecated": false,
|
|
2471
|
+
"name": "WAN_3"
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
"deprecationReason": null,
|
|
2475
|
+
"description": null,
|
|
2476
|
+
"isDeprecated": false,
|
|
2477
|
+
"name": "WAN_4"
|
|
2478
|
+
},
|
|
2479
|
+
{
|
|
2480
|
+
"deprecationReason": null,
|
|
2481
|
+
"description": null,
|
|
2482
|
+
"isDeprecated": false,
|
|
2483
|
+
"name": "NONE"
|
|
2484
|
+
}
|
|
2485
|
+
],
|
|
2486
|
+
"fields": null,
|
|
2487
|
+
"inputFields": null,
|
|
2488
|
+
"interfaces": null,
|
|
2489
|
+
"kind": "ENUM",
|
|
2490
|
+
"name": "SocketInterfaceWanRole",
|
|
2491
|
+
"possibleTypes": null
|
|
2492
|
+
},
|
|
2493
|
+
"indexType": "enum",
|
|
2494
|
+
"kind": [
|
|
2495
|
+
"ENUM"
|
|
2496
|
+
],
|
|
2497
|
+
"name": "SocketInterfaceWanRole",
|
|
2498
|
+
"non_null": false
|
|
2499
|
+
},
|
|
2500
|
+
"varName": "wanRole"
|
|
2437
2501
|
}
|
|
2438
2502
|
},
|
|
2439
2503
|
"inputFields": null,
|
|
@@ -3277,6 +3341,68 @@
|
|
|
3277
3341
|
"non_null": false
|
|
3278
3342
|
},
|
|
3279
3343
|
"varName": "upstreamBandwidthMbpsPrecision"
|
|
3344
|
+
},
|
|
3345
|
+
"wanRole": {
|
|
3346
|
+
"args": {},
|
|
3347
|
+
"deprecationReason": null,
|
|
3348
|
+
"description": "Role for the WAN interface",
|
|
3349
|
+
"id_str": "sites___interfaces___interfaceInfo___wanRole",
|
|
3350
|
+
"isDeprecated": false,
|
|
3351
|
+
"name": "wanRole",
|
|
3352
|
+
"path": "sites.interfaces.interfaceInfo.wanRole",
|
|
3353
|
+
"requestStr": "$wanRole:SocketInterfaceWanRole ",
|
|
3354
|
+
"required": false,
|
|
3355
|
+
"responseStr": "wanRole:$wanRole ",
|
|
3356
|
+
"type": {
|
|
3357
|
+
"definition": {
|
|
3358
|
+
"description": null,
|
|
3359
|
+
"enumValues": [
|
|
3360
|
+
{
|
|
3361
|
+
"deprecationReason": null,
|
|
3362
|
+
"description": null,
|
|
3363
|
+
"isDeprecated": false,
|
|
3364
|
+
"name": "WAN_1"
|
|
3365
|
+
},
|
|
3366
|
+
{
|
|
3367
|
+
"deprecationReason": null,
|
|
3368
|
+
"description": null,
|
|
3369
|
+
"isDeprecated": false,
|
|
3370
|
+
"name": "WAN_2"
|
|
3371
|
+
},
|
|
3372
|
+
{
|
|
3373
|
+
"deprecationReason": null,
|
|
3374
|
+
"description": null,
|
|
3375
|
+
"isDeprecated": false,
|
|
3376
|
+
"name": "WAN_3"
|
|
3377
|
+
},
|
|
3378
|
+
{
|
|
3379
|
+
"deprecationReason": null,
|
|
3380
|
+
"description": null,
|
|
3381
|
+
"isDeprecated": false,
|
|
3382
|
+
"name": "WAN_4"
|
|
3383
|
+
},
|
|
3384
|
+
{
|
|
3385
|
+
"deprecationReason": null,
|
|
3386
|
+
"description": null,
|
|
3387
|
+
"isDeprecated": false,
|
|
3388
|
+
"name": "NONE"
|
|
3389
|
+
}
|
|
3390
|
+
],
|
|
3391
|
+
"fields": null,
|
|
3392
|
+
"inputFields": null,
|
|
3393
|
+
"interfaces": null,
|
|
3394
|
+
"kind": "ENUM",
|
|
3395
|
+
"name": "SocketInterfaceWanRole",
|
|
3396
|
+
"possibleTypes": null
|
|
3397
|
+
},
|
|
3398
|
+
"indexType": "enum",
|
|
3399
|
+
"kind": [
|
|
3400
|
+
"ENUM"
|
|
3401
|
+
],
|
|
3402
|
+
"name": "SocketInterfaceWanRole",
|
|
3403
|
+
"non_null": false
|
|
3404
|
+
},
|
|
3405
|
+
"varName": "wanRole"
|
|
3280
3406
|
}
|
|
3281
3407
|
},
|
|
3282
3408
|
"inputFields": null,
|
|
@@ -8202,6 +8328,69 @@
|
|
|
8202
8328
|
"non_null": false
|
|
8203
8329
|
},
|
|
8204
8330
|
"varName": "upstreamBandwidthMbpsPrecision"
|
|
8331
|
+
},
|
|
8332
|
+
"wanRole": {
|
|
8333
|
+
"alias": "socketInterfaceWanRoleWanRole: wanRole",
|
|
8334
|
+
"args": {},
|
|
8335
|
+
"deprecationReason": null,
|
|
8336
|
+
"description": "Role for the WAN interface",
|
|
8337
|
+
"id_str": "users___info___interfaces___wanRole",
|
|
8338
|
+
"isDeprecated": false,
|
|
8339
|
+
"name": "wanRole",
|
|
8340
|
+
"path": "users.info.interfaces.wanRole",
|
|
8341
|
+
"requestStr": "$wanRole:SocketInterfaceWanRole ",
|
|
8342
|
+
"required": false,
|
|
8343
|
+
"responseStr": "wanRole:$wanRole ",
|
|
8344
|
+
"type": {
|
|
8345
|
+
"definition": {
|
|
8346
|
+
"description": null,
|
|
8347
|
+
"enumValues": [
|
|
8348
|
+
{
|
|
8349
|
+
"deprecationReason": null,
|
|
8350
|
+
"description": null,
|
|
8351
|
+
"isDeprecated": false,
|
|
8352
|
+
"name": "WAN_1"
|
|
8353
|
+
},
|
|
8354
|
+
{
|
|
8355
|
+
"deprecationReason": null,
|
|
8356
|
+
"description": null,
|
|
8357
|
+
"isDeprecated": false,
|
|
8358
|
+
"name": "WAN_2"
|
|
8359
|
+
},
|
|
8360
|
+
{
|
|
8361
|
+
"deprecationReason": null,
|
|
8362
|
+
"description": null,
|
|
8363
|
+
"isDeprecated": false,
|
|
8364
|
+
"name": "WAN_3"
|
|
8365
|
+
},
|
|
8366
|
+
{
|
|
8367
|
+
"deprecationReason": null,
|
|
8368
|
+
"description": null,
|
|
8369
|
+
"isDeprecated": false,
|
|
8370
|
+
"name": "WAN_4"
|
|
8371
|
+
},
|
|
8372
|
+
{
|
|
8373
|
+
"deprecationReason": null,
|
|
8374
|
+
"description": null,
|
|
8375
|
+
"isDeprecated": false,
|
|
8376
|
+
"name": "NONE"
|
|
8377
|
+
}
|
|
8378
|
+
],
|
|
8379
|
+
"fields": null,
|
|
8380
|
+
"inputFields": null,
|
|
8381
|
+
"interfaces": null,
|
|
8382
|
+
"kind": "ENUM",
|
|
8383
|
+
"name": "SocketInterfaceWanRole",
|
|
8384
|
+
"possibleTypes": null
|
|
8385
|
+
},
|
|
8386
|
+
"indexType": "enum",
|
|
8387
|
+
"kind": [
|
|
8388
|
+
"ENUM"
|
|
8389
|
+
],
|
|
8390
|
+
"name": "SocketInterfaceWanRole",
|
|
8391
|
+
"non_null": false
|
|
8392
|
+
},
|
|
8393
|
+
"varName": "wanRole"
|
|
8205
8394
|
}
|
|
8206
8395
|
},
|
|
8207
8396
|
"inputFields": null,
|
|
@@ -9045,6 +9234,68 @@
|
|
|
9045
9234
|
"non_null": false
|
|
9046
9235
|
},
|
|
9047
9236
|
"varName": "upstreamBandwidthMbpsPrecision"
|
|
9237
|
+
},
|
|
9238
|
+
"wanRole": {
|
|
9239
|
+
"args": {},
|
|
9240
|
+
"deprecationReason": null,
|
|
9241
|
+
"description": "Role for the WAN interface",
|
|
9242
|
+
"id_str": "users___interfaces___interfaceInfo___wanRole",
|
|
9243
|
+
"isDeprecated": false,
|
|
9244
|
+
"name": "wanRole",
|
|
9245
|
+
"path": "users.interfaces.interfaceInfo.wanRole",
|
|
9246
|
+
"requestStr": "$wanRole:SocketInterfaceWanRole ",
|
|
9247
|
+
"required": false,
|
|
9248
|
+
"responseStr": "wanRole:$wanRole ",
|
|
9249
|
+
"type": {
|
|
9250
|
+
"definition": {
|
|
9251
|
+
"description": null,
|
|
9252
|
+
"enumValues": [
|
|
9253
|
+
{
|
|
9254
|
+
"deprecationReason": null,
|
|
9255
|
+
"description": null,
|
|
9256
|
+
"isDeprecated": false,
|
|
9257
|
+
"name": "WAN_1"
|
|
9258
|
+
},
|
|
9259
|
+
{
|
|
9260
|
+
"deprecationReason": null,
|
|
9261
|
+
"description": null,
|
|
9262
|
+
"isDeprecated": false,
|
|
9263
|
+
"name": "WAN_2"
|
|
9264
|
+
},
|
|
9265
|
+
{
|
|
9266
|
+
"deprecationReason": null,
|
|
9267
|
+
"description": null,
|
|
9268
|
+
"isDeprecated": false,
|
|
9269
|
+
"name": "WAN_3"
|
|
9270
|
+
},
|
|
9271
|
+
{
|
|
9272
|
+
"deprecationReason": null,
|
|
9273
|
+
"description": null,
|
|
9274
|
+
"isDeprecated": false,
|
|
9275
|
+
"name": "WAN_4"
|
|
9276
|
+
},
|
|
9277
|
+
{
|
|
9278
|
+
"deprecationReason": null,
|
|
9279
|
+
"description": null,
|
|
9280
|
+
"isDeprecated": false,
|
|
9281
|
+
"name": "NONE"
|
|
9282
|
+
}
|
|
9283
|
+
],
|
|
9284
|
+
"fields": null,
|
|
9285
|
+
"inputFields": null,
|
|
9286
|
+
"interfaces": null,
|
|
9287
|
+
"kind": "ENUM",
|
|
9288
|
+
"name": "SocketInterfaceWanRole",
|
|
9289
|
+
"possibleTypes": null
|
|
9290
|
+
},
|
|
9291
|
+
"indexType": "enum",
|
|
9292
|
+
"kind": [
|
|
9293
|
+
"ENUM"
|
|
9294
|
+
],
|
|
9295
|
+
"name": "SocketInterfaceWanRole",
|
|
9296
|
+
"non_null": false
|
|
9297
|
+
},
|
|
9298
|
+
"varName": "wanRole"
|
|
9048
9299
|
}
|
|
9049
9300
|
},
|
|
9050
9301
|
"inputFields": null,
|
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
"SiteSnapshot": true,
|
|
45
45
|
"SiteType": true,
|
|
46
46
|
"SocketInfo": true,
|
|
47
|
+
"SocketInterfaceWanRole": true,
|
|
47
48
|
"SocketPlatform": true,
|
|
48
49
|
"UserInfo": true,
|
|
49
50
|
"UserSnapshot": true
|
|
@@ -1087,6 +1088,68 @@
|
|
|
1087
1088
|
"non_null": false
|
|
1088
1089
|
},
|
|
1089
1090
|
"varName": "upstreamBandwidthMbpsPrecision"
|
|
1091
|
+
},
|
|
1092
|
+
"wanRole": {
|
|
1093
|
+
"args": {},
|
|
1094
|
+
"deprecationReason": null,
|
|
1095
|
+
"description": "Role for the WAN interface",
|
|
1096
|
+
"id_str": "sites___devices___interfaces___info___wanRole",
|
|
1097
|
+
"isDeprecated": false,
|
|
1098
|
+
"name": "wanRole",
|
|
1099
|
+
"path": "sites.devices.interfaces.info.wanRole",
|
|
1100
|
+
"requestStr": "$wanRole:SocketInterfaceWanRole ",
|
|
1101
|
+
"required": false,
|
|
1102
|
+
"responseStr": "wanRole:$wanRole ",
|
|
1103
|
+
"type": {
|
|
1104
|
+
"definition": {
|
|
1105
|
+
"description": null,
|
|
1106
|
+
"enumValues": [
|
|
1107
|
+
{
|
|
1108
|
+
"deprecationReason": null,
|
|
1109
|
+
"description": null,
|
|
1110
|
+
"isDeprecated": false,
|
|
1111
|
+
"name": "WAN_1"
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"deprecationReason": null,
|
|
1115
|
+
"description": null,
|
|
1116
|
+
"isDeprecated": false,
|
|
1117
|
+
"name": "WAN_2"
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
"deprecationReason": null,
|
|
1121
|
+
"description": null,
|
|
1122
|
+
"isDeprecated": false,
|
|
1123
|
+
"name": "WAN_3"
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"deprecationReason": null,
|
|
1127
|
+
"description": null,
|
|
1128
|
+
"isDeprecated": false,
|
|
1129
|
+
"name": "WAN_4"
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
"deprecationReason": null,
|
|
1133
|
+
"description": null,
|
|
1134
|
+
"isDeprecated": false,
|
|
1135
|
+
"name": "NONE"
|
|
1136
|
+
}
|
|
1137
|
+
],
|
|
1138
|
+
"fields": null,
|
|
1139
|
+
"inputFields": null,
|
|
1140
|
+
"interfaces": null,
|
|
1141
|
+
"kind": "ENUM",
|
|
1142
|
+
"name": "SocketInterfaceWanRole",
|
|
1143
|
+
"possibleTypes": null
|
|
1144
|
+
},
|
|
1145
|
+
"indexType": "enum",
|
|
1146
|
+
"kind": [
|
|
1147
|
+
"ENUM"
|
|
1148
|
+
],
|
|
1149
|
+
"name": "SocketInterfaceWanRole",
|
|
1150
|
+
"non_null": false
|
|
1151
|
+
},
|
|
1152
|
+
"varName": "wanRole"
|
|
1090
1153
|
}
|
|
1091
1154
|
},
|
|
1092
1155
|
"inputFields": null,
|
|
@@ -3227,6 +3290,69 @@
|
|
|
3227
3290
|
"non_null": false
|
|
3228
3291
|
},
|
|
3229
3292
|
"varName": "upstreamBandwidthMbpsPrecision"
|
|
3293
|
+
},
|
|
3294
|
+
"wanRole": {
|
|
3295
|
+
"alias": "socketInterfaceWanRoleWanRole: wanRole",
|
|
3296
|
+
"args": {},
|
|
3297
|
+
"deprecationReason": null,
|
|
3298
|
+
"description": "Role for the WAN interface",
|
|
3299
|
+
"id_str": "sites___info___interfaces___wanRole",
|
|
3300
|
+
"isDeprecated": false,
|
|
3301
|
+
"name": "wanRole",
|
|
3302
|
+
"path": "sites.info.interfaces.wanRole",
|
|
3303
|
+
"requestStr": "$wanRole:SocketInterfaceWanRole ",
|
|
3304
|
+
"required": false,
|
|
3305
|
+
"responseStr": "wanRole:$wanRole ",
|
|
3306
|
+
"type": {
|
|
3307
|
+
"definition": {
|
|
3308
|
+
"description": null,
|
|
3309
|
+
"enumValues": [
|
|
3310
|
+
{
|
|
3311
|
+
"deprecationReason": null,
|
|
3312
|
+
"description": null,
|
|
3313
|
+
"isDeprecated": false,
|
|
3314
|
+
"name": "WAN_1"
|
|
3315
|
+
},
|
|
3316
|
+
{
|
|
3317
|
+
"deprecationReason": null,
|
|
3318
|
+
"description": null,
|
|
3319
|
+
"isDeprecated": false,
|
|
3320
|
+
"name": "WAN_2"
|
|
3321
|
+
},
|
|
3322
|
+
{
|
|
3323
|
+
"deprecationReason": null,
|
|
3324
|
+
"description": null,
|
|
3325
|
+
"isDeprecated": false,
|
|
3326
|
+
"name": "WAN_3"
|
|
3327
|
+
},
|
|
3328
|
+
{
|
|
3329
|
+
"deprecationReason": null,
|
|
3330
|
+
"description": null,
|
|
3331
|
+
"isDeprecated": false,
|
|
3332
|
+
"name": "WAN_4"
|
|
3333
|
+
},
|
|
3334
|
+
{
|
|
3335
|
+
"deprecationReason": null,
|
|
3336
|
+
"description": null,
|
|
3337
|
+
"isDeprecated": false,
|
|
3338
|
+
"name": "NONE"
|
|
3339
|
+
}
|
|
3340
|
+
],
|
|
3341
|
+
"fields": null,
|
|
3342
|
+
"inputFields": null,
|
|
3343
|
+
"interfaces": null,
|
|
3344
|
+
"kind": "ENUM",
|
|
3345
|
+
"name": "SocketInterfaceWanRole",
|
|
3346
|
+
"possibleTypes": null
|
|
3347
|
+
},
|
|
3348
|
+
"indexType": "enum",
|
|
3349
|
+
"kind": [
|
|
3350
|
+
"ENUM"
|
|
3351
|
+
],
|
|
3352
|
+
"name": "SocketInterfaceWanRole",
|
|
3353
|
+
"non_null": false
|
|
3354
|
+
},
|
|
3355
|
+
"varName": "wanRole"
|
|
3230
3356
|
}
|
|
3231
3357
|
},
|
|
3232
3358
|
"inputFields": null,
|
|
@@ -4843,6 +4969,68 @@
|
|
|
4843
4969
|
"non_null": false
|
|
4844
4970
|
},
|
|
4845
4971
|
"varName": "upstreamBandwidthMbpsPrecision"
|
|
4972
|
+
},
|
|
4973
|
+
"wanRole": {
|
|
4974
|
+
"args": {},
|
|
4975
|
+
"deprecationReason": null,
|
|
4976
|
+
"description": "Role for the WAN interface",
|
|
4977
|
+
"id_str": "users___devices___interfaces___info___wanRole",
|
|
4978
|
+
"isDeprecated": false,
|
|
4979
|
+
"name": "wanRole",
|
|
4980
|
+
"path": "users.devices.interfaces.info.wanRole",
|
|
4981
|
+
"requestStr": "$wanRole:SocketInterfaceWanRole ",
|
|
4982
|
+
"required": false,
|
|
4983
|
+
"responseStr": "wanRole:$wanRole ",
|
|
4984
|
+
"type": {
|
|
4985
|
+
"definition": {
|
|
4986
|
+
"description": null,
|
|
4987
|
+
"enumValues": [
|
|
4988
|
+
{
|
|
4989
|
+
"deprecationReason": null,
|
|
4990
|
+
"description": null,
|
|
4991
|
+
"isDeprecated": false,
|
|
4992
|
+
"name": "WAN_1"
|
|
4993
|
+
},
|
|
4994
|
+
{
|
|
4995
|
+
"deprecationReason": null,
|
|
4996
|
+
"description": null,
|
|
4997
|
+
"isDeprecated": false,
|
|
4998
|
+
"name": "WAN_2"
|
|
4999
|
+
},
|
|
5000
|
+
{
|
|
5001
|
+
"deprecationReason": null,
|
|
5002
|
+
"description": null,
|
|
5003
|
+
"isDeprecated": false,
|
|
5004
|
+
"name": "WAN_3"
|
|
5005
|
+
},
|
|
5006
|
+
{
|
|
5007
|
+
"deprecationReason": null,
|
|
5008
|
+
"description": null,
|
|
5009
|
+
"isDeprecated": false,
|
|
5010
|
+
"name": "WAN_4"
|
|
5011
|
+
},
|
|
5012
|
+
{
|
|
5013
|
+
"deprecationReason": null,
|
|
5014
|
+
"description": null,
|
|
5015
|
+
"isDeprecated": false,
|
|
5016
|
+
"name": "NONE"
|
|
5017
|
+
}
|
|
5018
|
+
],
|
|
5019
|
+
"fields": null,
|
|
5020
|
+
"inputFields": null,
|
|
5021
|
+
"interfaces": null,
|
|
5022
|
+
"kind": "ENUM",
|
|
5023
|
+
"name": "SocketInterfaceWanRole",
|
|
5024
|
+
"possibleTypes": null
|
|
5025
|
+
},
|
|
5026
|
+
"indexType": "enum",
|
|
5027
|
+
"kind": [
|
|
5028
|
+
"ENUM"
|
|
5029
|
+
],
|
|
5030
|
+
"name": "SocketInterfaceWanRole",
|
|
5031
|
+
"non_null": false
|
|
5032
|
+
},
|
|
5033
|
+
"varName": "wanRole"
|
|
4846
5034
|
}
|
|
4847
5035
|
},
|
|
4848
5036
|
"inputFields": null,
|
models/query.auditFeed.json
CHANGED
|
@@ -1137,6 +1137,36 @@
|
|
|
1137
1137
|
"isDeprecated": false,
|
|
1138
1138
|
"name": "src_process_parent_path"
|
|
1139
1139
|
},
|
|
1140
|
+
{
|
|
1141
|
+
"deprecationReason": null,
|
|
1142
|
+
"description": "The destination process ID",
|
|
1143
|
+
"isDeprecated": false,
|
|
1144
|
+
"name": "dest_pid"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"deprecationReason": null,
|
|
1148
|
+
"description": "Destination process file path",
|
|
1149
|
+
"isDeprecated": false,
|
|
1150
|
+
"name": "dest_process_path"
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"deprecationReason": null,
|
|
1154
|
+
"description": "Destination process command line",
|
|
1155
|
+
"isDeprecated": false,
|
|
1156
|
+
"name": "dest_process_cmdline"
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"deprecationReason": null,
|
|
1160
|
+
"description": "Destination process parent process ID",
|
|
1161
|
+
"isDeprecated": false,
|
|
1162
|
+
"name": "dest_process_parent_pid"
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"deprecationReason": null,
|
|
1166
|
+
"description": "Destination process parent file path",
|
|
1167
|
+
"isDeprecated": false,
|
|
1168
|
+
"name": "dest_process_parent_path"
|
|
1169
|
+
},
|
|
1140
1170
|
{
|
|
1141
1171
|
"deprecationReason": null,
|
|
1142
1172
|
"description": "If policy is set to disinfect, return the result of this action",
|
|
@@ -2971,6 +3001,36 @@
|
|
|
2971
3001
|
"isDeprecated": false,
|
|
2972
3002
|
"name": "src_process_parent_path"
|
|
2973
3003
|
},
|
|
3004
|
+
{
|
|
3005
|
+
"deprecationReason": null,
|
|
3006
|
+
"description": "The destination process ID",
|
|
3007
|
+
"isDeprecated": false,
|
|
3008
|
+
"name": "dest_pid"
|
|
3009
|
+
},
|
|
3010
|
+
{
|
|
3011
|
+
"deprecationReason": null,
|
|
3012
|
+
"description": "Destination process file path",
|
|
3013
|
+
"isDeprecated": false,
|
|
3014
|
+
"name": "dest_process_path"
|
|
3015
|
+
},
|
|
3016
|
+
{
|
|
3017
|
+
"deprecationReason": null,
|
|
3018
|
+
"description": "Destination process command line",
|
|
3019
|
+
"isDeprecated": false,
|
|
3020
|
+
"name": "dest_process_cmdline"
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
"deprecationReason": null,
|
|
3024
|
+
"description": "Destination process parent process ID",
|
|
3025
|
+
"isDeprecated": false,
|
|
3026
|
+
"name": "dest_process_parent_pid"
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
"deprecationReason": null,
|
|
3030
|
+
"description": "Destination process parent file path",
|
|
3031
|
+
"isDeprecated": false,
|
|
3032
|
+
"name": "dest_process_parent_path"
|
|
3033
|
+
},
|
|
2974
3034
|
{
|
|
2975
3035
|
"deprecationReason": null,
|
|
2976
3036
|
"description": "If policy is set to disinfect, return the result of this action",
|