catocli 1.0.12__py3-none-any.whl → 1.0.14__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/Utils/clidriver.py +11 -2
- catocli/__init__.py +1 -1
- catocli/parsers/custom/__init__.py +1 -1
- catocli/parsers/custom/customLib.py +4 -3
- catocli/parsers/mutation_site/__init__.py +14 -0
- catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +18 -0
- catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +1 -1
- catocli/parsers/mutation_sites/__init__.py +14 -0
- catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +18 -0
- catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +1 -1
- catocli/parsers/query_eventsFeed/README.md +1 -1
- {catocli-1.0.12.dist-info → catocli-1.0.14.dist-info}/METADATA +1 -1
- {catocli-1.0.12.dist-info → catocli-1.0.14.dist-info}/RECORD +34 -31
- graphql_client/api_client_types.py +4 -0
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +403 -0
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +861 -0
- models/mutation.site.updateSiteGeneralDetails.json +57 -0
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +403 -0
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +861 -0
- models/mutation.sites.updateSiteGeneralDetails.json +57 -0
- models/query.accountMetrics.json +80 -0
- models/query.accountSnapshot.json +202 -2
- 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.licensing.json +126 -0
- schema/catolib.py +11 -2
- vendor/.DS_Store +0 -0
- {catocli-1.0.12.dist-info → catocli-1.0.14.dist-info}/LICENSE +0 -0
- {catocli-1.0.12.dist-info → catocli-1.0.14.dist-info}/WHEEL +0 -0
- {catocli-1.0.12.dist-info → catocli-1.0.14.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.12.dist-info → catocli-1.0.14.dist-info}/top_level.txt +0 -0
|
@@ -107,6 +107,24 @@
|
|
|
107
107
|
},
|
|
108
108
|
"varName": "address"
|
|
109
109
|
},
|
|
110
|
+
"cityName": {
|
|
111
|
+
"defaultValue": null,
|
|
112
|
+
"description": null,
|
|
113
|
+
"id_str": "updateSiteGeneralDetails___input___siteLocation___cityName",
|
|
114
|
+
"name": "cityName",
|
|
115
|
+
"path": "updateSiteGeneralDetails.input.siteLocation.cityName",
|
|
116
|
+
"requestStr": "$cityName:String ",
|
|
117
|
+
"required": false,
|
|
118
|
+
"responseStr": "cityName:$cityName ",
|
|
119
|
+
"type": {
|
|
120
|
+
"kind": [
|
|
121
|
+
"SCALAR"
|
|
122
|
+
],
|
|
123
|
+
"name": "String",
|
|
124
|
+
"non_null": false
|
|
125
|
+
},
|
|
126
|
+
"varName": "cityName"
|
|
127
|
+
},
|
|
110
128
|
"countryCode": {
|
|
111
129
|
"defaultValue": null,
|
|
112
130
|
"description": null,
|
|
@@ -371,6 +389,24 @@
|
|
|
371
389
|
},
|
|
372
390
|
"varName": "address"
|
|
373
391
|
},
|
|
392
|
+
"cityName": {
|
|
393
|
+
"defaultValue": null,
|
|
394
|
+
"description": null,
|
|
395
|
+
"id_str": "updateSiteGeneralDetails___input___siteLocation___cityName",
|
|
396
|
+
"name": "cityName",
|
|
397
|
+
"path": "updateSiteGeneralDetails.input.siteLocation.cityName",
|
|
398
|
+
"requestStr": "$cityName:String ",
|
|
399
|
+
"required": false,
|
|
400
|
+
"responseStr": "cityName:$cityName ",
|
|
401
|
+
"type": {
|
|
402
|
+
"kind": [
|
|
403
|
+
"SCALAR"
|
|
404
|
+
],
|
|
405
|
+
"name": "String",
|
|
406
|
+
"non_null": false
|
|
407
|
+
},
|
|
408
|
+
"varName": "cityName"
|
|
409
|
+
},
|
|
374
410
|
"countryCode": {
|
|
375
411
|
"defaultValue": null,
|
|
376
412
|
"description": null,
|
|
@@ -641,6 +677,24 @@
|
|
|
641
677
|
},
|
|
642
678
|
"varName": "address"
|
|
643
679
|
},
|
|
680
|
+
"cityName": {
|
|
681
|
+
"defaultValue": null,
|
|
682
|
+
"description": null,
|
|
683
|
+
"id_str": "updateSiteGeneralDetails___input___siteLocation___cityName",
|
|
684
|
+
"name": "cityName",
|
|
685
|
+
"path": "updateSiteGeneralDetails.input.siteLocation.cityName",
|
|
686
|
+
"requestStr": "$cityName:String ",
|
|
687
|
+
"required": false,
|
|
688
|
+
"responseStr": "cityName:$cityName ",
|
|
689
|
+
"type": {
|
|
690
|
+
"kind": [
|
|
691
|
+
"SCALAR"
|
|
692
|
+
],
|
|
693
|
+
"name": "String",
|
|
694
|
+
"non_null": false
|
|
695
|
+
},
|
|
696
|
+
"varName": "cityName"
|
|
697
|
+
},
|
|
644
698
|
"countryCode": {
|
|
645
699
|
"defaultValue": null,
|
|
646
700
|
"description": null,
|
|
@@ -872,6 +926,9 @@
|
|
|
872
926
|
"address": {
|
|
873
927
|
"address": "String"
|
|
874
928
|
},
|
|
929
|
+
"cityName": {
|
|
930
|
+
"cityName": "String"
|
|
931
|
+
},
|
|
875
932
|
"countryCode": {
|
|
876
933
|
"countryCode": "String"
|
|
877
934
|
},
|
models/query.accountMetrics.json
CHANGED
|
@@ -1982,6 +1982,26 @@
|
|
|
1982
1982
|
"description": "Basic Site configuration information",
|
|
1983
1983
|
"enumValues": null,
|
|
1984
1984
|
"fields": {
|
|
1985
|
+
"cityName": {
|
|
1986
|
+
"args": {},
|
|
1987
|
+
"deprecationReason": null,
|
|
1988
|
+
"description": "City of the physical site location",
|
|
1989
|
+
"id_str": "sites___info___cityName",
|
|
1990
|
+
"isDeprecated": false,
|
|
1991
|
+
"name": "cityName",
|
|
1992
|
+
"path": "sites.info.cityName",
|
|
1993
|
+
"requestStr": "$cityName:String ",
|
|
1994
|
+
"required": false,
|
|
1995
|
+
"responseStr": "cityName:$cityName ",
|
|
1996
|
+
"type": {
|
|
1997
|
+
"kind": [
|
|
1998
|
+
"SCALAR"
|
|
1999
|
+
],
|
|
2000
|
+
"name": "String",
|
|
2001
|
+
"non_null": false
|
|
2002
|
+
},
|
|
2003
|
+
"varName": "cityName"
|
|
2004
|
+
},
|
|
1985
2005
|
"connType": {
|
|
1986
2006
|
"args": {},
|
|
1987
2007
|
"deprecationReason": null,
|
|
@@ -2126,6 +2146,26 @@
|
|
|
2126
2146
|
},
|
|
2127
2147
|
"varName": "countryName"
|
|
2128
2148
|
},
|
|
2149
|
+
"countryStateName": {
|
|
2150
|
+
"args": {},
|
|
2151
|
+
"deprecationReason": null,
|
|
2152
|
+
"description": "State of the country that is the physical site location",
|
|
2153
|
+
"id_str": "sites___info___countryStateName",
|
|
2154
|
+
"isDeprecated": false,
|
|
2155
|
+
"name": "countryStateName",
|
|
2156
|
+
"path": "sites.info.countryStateName",
|
|
2157
|
+
"requestStr": "$countryStateName:String ",
|
|
2158
|
+
"required": false,
|
|
2159
|
+
"responseStr": "countryStateName:$countryStateName ",
|
|
2160
|
+
"type": {
|
|
2161
|
+
"kind": [
|
|
2162
|
+
"SCALAR"
|
|
2163
|
+
],
|
|
2164
|
+
"name": "String",
|
|
2165
|
+
"non_null": false
|
|
2166
|
+
},
|
|
2167
|
+
"varName": "countryStateName"
|
|
2168
|
+
},
|
|
2129
2169
|
"creationTime": {
|
|
2130
2170
|
"args": {},
|
|
2131
2171
|
"deprecationReason": null,
|
|
@@ -7540,6 +7580,26 @@
|
|
|
7540
7580
|
"description": "Basic Site configuration information",
|
|
7541
7581
|
"enumValues": null,
|
|
7542
7582
|
"fields": {
|
|
7583
|
+
"cityName": {
|
|
7584
|
+
"args": {},
|
|
7585
|
+
"deprecationReason": null,
|
|
7586
|
+
"description": "City of the physical site location",
|
|
7587
|
+
"id_str": "users___info___cityName",
|
|
7588
|
+
"isDeprecated": false,
|
|
7589
|
+
"name": "cityName",
|
|
7590
|
+
"path": "users.info.cityName",
|
|
7591
|
+
"requestStr": "$cityName:String ",
|
|
7592
|
+
"required": false,
|
|
7593
|
+
"responseStr": "cityName:$cityName ",
|
|
7594
|
+
"type": {
|
|
7595
|
+
"kind": [
|
|
7596
|
+
"SCALAR"
|
|
7597
|
+
],
|
|
7598
|
+
"name": "String",
|
|
7599
|
+
"non_null": false
|
|
7600
|
+
},
|
|
7601
|
+
"varName": "cityName"
|
|
7602
|
+
},
|
|
7543
7603
|
"connType": {
|
|
7544
7604
|
"args": {},
|
|
7545
7605
|
"deprecationReason": null,
|
|
@@ -7684,6 +7744,26 @@
|
|
|
7684
7744
|
},
|
|
7685
7745
|
"varName": "countryName"
|
|
7686
7746
|
},
|
|
7747
|
+
"countryStateName": {
|
|
7748
|
+
"args": {},
|
|
7749
|
+
"deprecationReason": null,
|
|
7750
|
+
"description": "State of the country that is the physical site location",
|
|
7751
|
+
"id_str": "users___info___countryStateName",
|
|
7752
|
+
"isDeprecated": false,
|
|
7753
|
+
"name": "countryStateName",
|
|
7754
|
+
"path": "users.info.countryStateName",
|
|
7755
|
+
"requestStr": "$countryStateName:String ",
|
|
7756
|
+
"required": false,
|
|
7757
|
+
"responseStr": "countryStateName:$countryStateName ",
|
|
7758
|
+
"type": {
|
|
7759
|
+
"kind": [
|
|
7760
|
+
"SCALAR"
|
|
7761
|
+
],
|
|
7762
|
+
"name": "String",
|
|
7763
|
+
"non_null": false
|
|
7764
|
+
},
|
|
7765
|
+
"varName": "countryStateName"
|
|
7766
|
+
},
|
|
7687
7767
|
"creationTime": {
|
|
7688
7768
|
"args": {},
|
|
7689
7769
|
"deprecationReason": null,
|
|
@@ -315,6 +315,26 @@
|
|
|
315
315
|
},
|
|
316
316
|
"varName": "connectedSince"
|
|
317
317
|
},
|
|
318
|
+
"deviceUptime": {
|
|
319
|
+
"args": {},
|
|
320
|
+
"deprecationReason": null,
|
|
321
|
+
"description": "Indicates the Socket uptime",
|
|
322
|
+
"id_str": "sites___devices___deviceUptime",
|
|
323
|
+
"isDeprecated": false,
|
|
324
|
+
"name": "deviceUptime",
|
|
325
|
+
"path": "sites.devices.deviceUptime",
|
|
326
|
+
"requestStr": "$deviceUptime:Int ",
|
|
327
|
+
"required": false,
|
|
328
|
+
"responseStr": "deviceUptime:$deviceUptime ",
|
|
329
|
+
"type": {
|
|
330
|
+
"kind": [
|
|
331
|
+
"SCALAR"
|
|
332
|
+
],
|
|
333
|
+
"name": "Int",
|
|
334
|
+
"non_null": false
|
|
335
|
+
},
|
|
336
|
+
"varName": "deviceUptime"
|
|
337
|
+
},
|
|
318
338
|
"haRole": {
|
|
319
339
|
"args": {},
|
|
320
340
|
"deprecationReason": null,
|
|
@@ -1492,6 +1512,66 @@
|
|
|
1492
1512
|
},
|
|
1493
1513
|
"varName": "duplex"
|
|
1494
1514
|
},
|
|
1515
|
+
"hasAddress": {
|
|
1516
|
+
"args": {},
|
|
1517
|
+
"deprecationReason": null,
|
|
1518
|
+
"description": "Indicates if the WAN interface has an IP address",
|
|
1519
|
+
"id_str": "sites___devices___interfacesLinkState___hasAddress",
|
|
1520
|
+
"isDeprecated": false,
|
|
1521
|
+
"name": "hasAddress",
|
|
1522
|
+
"path": "sites.devices.interfacesLinkState.hasAddress",
|
|
1523
|
+
"requestStr": "$hasAddress:Boolean ",
|
|
1524
|
+
"required": false,
|
|
1525
|
+
"responseStr": "hasAddress:$hasAddress ",
|
|
1526
|
+
"type": {
|
|
1527
|
+
"kind": [
|
|
1528
|
+
"SCALAR"
|
|
1529
|
+
],
|
|
1530
|
+
"name": "Boolean",
|
|
1531
|
+
"non_null": false
|
|
1532
|
+
},
|
|
1533
|
+
"varName": "hasAddress"
|
|
1534
|
+
},
|
|
1535
|
+
"hasInternet": {
|
|
1536
|
+
"args": {},
|
|
1537
|
+
"deprecationReason": null,
|
|
1538
|
+
"description": "Indicates if the interface is connected to the Internet",
|
|
1539
|
+
"id_str": "sites___devices___interfacesLinkState___hasInternet",
|
|
1540
|
+
"isDeprecated": false,
|
|
1541
|
+
"name": "hasInternet",
|
|
1542
|
+
"path": "sites.devices.interfacesLinkState.hasInternet",
|
|
1543
|
+
"requestStr": "$hasInternet:Boolean ",
|
|
1544
|
+
"required": false,
|
|
1545
|
+
"responseStr": "hasInternet:$hasInternet ",
|
|
1546
|
+
"type": {
|
|
1547
|
+
"kind": [
|
|
1548
|
+
"SCALAR"
|
|
1549
|
+
],
|
|
1550
|
+
"name": "Boolean",
|
|
1551
|
+
"non_null": false
|
|
1552
|
+
},
|
|
1553
|
+
"varName": "hasInternet"
|
|
1554
|
+
},
|
|
1555
|
+
"hasTunnel": {
|
|
1556
|
+
"args": {},
|
|
1557
|
+
"deprecationReason": null,
|
|
1558
|
+
"description": "Indicates if a connection has been established with the Cato Cloud",
|
|
1559
|
+
"id_str": "sites___devices___interfacesLinkState___hasTunnel",
|
|
1560
|
+
"isDeprecated": false,
|
|
1561
|
+
"name": "hasTunnel",
|
|
1562
|
+
"path": "sites.devices.interfacesLinkState.hasTunnel",
|
|
1563
|
+
"requestStr": "$hasTunnel:Boolean ",
|
|
1564
|
+
"required": false,
|
|
1565
|
+
"responseStr": "hasTunnel:$hasTunnel ",
|
|
1566
|
+
"type": {
|
|
1567
|
+
"kind": [
|
|
1568
|
+
"SCALAR"
|
|
1569
|
+
],
|
|
1570
|
+
"name": "Boolean",
|
|
1571
|
+
"non_null": false
|
|
1572
|
+
},
|
|
1573
|
+
"varName": "hasTunnel"
|
|
1574
|
+
},
|
|
1495
1575
|
"id": {
|
|
1496
1576
|
"args": {},
|
|
1497
1577
|
"deprecationReason": null,
|
|
@@ -1535,7 +1615,7 @@
|
|
|
1535
1615
|
"mediaIn": {
|
|
1536
1616
|
"args": {},
|
|
1537
1617
|
"deprecationReason": null,
|
|
1538
|
-
"description": "
|
|
1618
|
+
"description": "Indicates if there is a physical connection to the port",
|
|
1539
1619
|
"id_str": "sites___devices___interfacesLinkState___mediaIn",
|
|
1540
1620
|
"isDeprecated": false,
|
|
1541
1621
|
"name": "mediaIn",
|
|
@@ -2727,6 +2807,26 @@
|
|
|
2727
2807
|
"description": "Basic Site configuration information",
|
|
2728
2808
|
"enumValues": null,
|
|
2729
2809
|
"fields": {
|
|
2810
|
+
"cityName": {
|
|
2811
|
+
"args": {},
|
|
2812
|
+
"deprecationReason": null,
|
|
2813
|
+
"description": "City of the physical site location",
|
|
2814
|
+
"id_str": "sites___info___cityName",
|
|
2815
|
+
"isDeprecated": false,
|
|
2816
|
+
"name": "cityName",
|
|
2817
|
+
"path": "sites.info.cityName",
|
|
2818
|
+
"requestStr": "$cityName:String ",
|
|
2819
|
+
"required": false,
|
|
2820
|
+
"responseStr": "cityName:$cityName ",
|
|
2821
|
+
"type": {
|
|
2822
|
+
"kind": [
|
|
2823
|
+
"SCALAR"
|
|
2824
|
+
],
|
|
2825
|
+
"name": "String",
|
|
2826
|
+
"non_null": false
|
|
2827
|
+
},
|
|
2828
|
+
"varName": "cityName"
|
|
2829
|
+
},
|
|
2730
2830
|
"connType": {
|
|
2731
2831
|
"args": {},
|
|
2732
2832
|
"deprecationReason": null,
|
|
@@ -2871,6 +2971,26 @@
|
|
|
2871
2971
|
},
|
|
2872
2972
|
"varName": "countryName"
|
|
2873
2973
|
},
|
|
2974
|
+
"countryStateName": {
|
|
2975
|
+
"args": {},
|
|
2976
|
+
"deprecationReason": null,
|
|
2977
|
+
"description": "State of the country that is the physical site location",
|
|
2978
|
+
"id_str": "sites___info___countryStateName",
|
|
2979
|
+
"isDeprecated": false,
|
|
2980
|
+
"name": "countryStateName",
|
|
2981
|
+
"path": "sites.info.countryStateName",
|
|
2982
|
+
"requestStr": "$countryStateName:String ",
|
|
2983
|
+
"required": false,
|
|
2984
|
+
"responseStr": "countryStateName:$countryStateName ",
|
|
2985
|
+
"type": {
|
|
2986
|
+
"kind": [
|
|
2987
|
+
"SCALAR"
|
|
2988
|
+
],
|
|
2989
|
+
"name": "String",
|
|
2990
|
+
"non_null": false
|
|
2991
|
+
},
|
|
2992
|
+
"varName": "countryStateName"
|
|
2993
|
+
},
|
|
2874
2994
|
"creationTime": {
|
|
2875
2995
|
"args": {},
|
|
2876
2996
|
"deprecationReason": null,
|
|
@@ -3871,6 +3991,26 @@
|
|
|
3871
3991
|
},
|
|
3872
3992
|
"varName": "connectedSince"
|
|
3873
3993
|
},
|
|
3994
|
+
"deviceUptime": {
|
|
3995
|
+
"args": {},
|
|
3996
|
+
"deprecationReason": null,
|
|
3997
|
+
"description": "Indicates the Socket uptime",
|
|
3998
|
+
"id_str": "users___devices___deviceUptime",
|
|
3999
|
+
"isDeprecated": false,
|
|
4000
|
+
"name": "deviceUptime",
|
|
4001
|
+
"path": "users.devices.deviceUptime",
|
|
4002
|
+
"requestStr": "$deviceUptime:Int ",
|
|
4003
|
+
"required": false,
|
|
4004
|
+
"responseStr": "deviceUptime:$deviceUptime ",
|
|
4005
|
+
"type": {
|
|
4006
|
+
"kind": [
|
|
4007
|
+
"SCALAR"
|
|
4008
|
+
],
|
|
4009
|
+
"name": "Int",
|
|
4010
|
+
"non_null": false
|
|
4011
|
+
},
|
|
4012
|
+
"varName": "deviceUptime"
|
|
4013
|
+
},
|
|
3874
4014
|
"haRole": {
|
|
3875
4015
|
"args": {},
|
|
3876
4016
|
"deprecationReason": null,
|
|
@@ -5048,6 +5188,66 @@
|
|
|
5048
5188
|
},
|
|
5049
5189
|
"varName": "duplex"
|
|
5050
5190
|
},
|
|
5191
|
+
"hasAddress": {
|
|
5192
|
+
"args": {},
|
|
5193
|
+
"deprecationReason": null,
|
|
5194
|
+
"description": "Indicates if the WAN interface has an IP address",
|
|
5195
|
+
"id_str": "users___devices___interfacesLinkState___hasAddress",
|
|
5196
|
+
"isDeprecated": false,
|
|
5197
|
+
"name": "hasAddress",
|
|
5198
|
+
"path": "users.devices.interfacesLinkState.hasAddress",
|
|
5199
|
+
"requestStr": "$hasAddress:Boolean ",
|
|
5200
|
+
"required": false,
|
|
5201
|
+
"responseStr": "hasAddress:$hasAddress ",
|
|
5202
|
+
"type": {
|
|
5203
|
+
"kind": [
|
|
5204
|
+
"SCALAR"
|
|
5205
|
+
],
|
|
5206
|
+
"name": "Boolean",
|
|
5207
|
+
"non_null": false
|
|
5208
|
+
},
|
|
5209
|
+
"varName": "hasAddress"
|
|
5210
|
+
},
|
|
5211
|
+
"hasInternet": {
|
|
5212
|
+
"args": {},
|
|
5213
|
+
"deprecationReason": null,
|
|
5214
|
+
"description": "Indicates if the interface is connected to the Internet",
|
|
5215
|
+
"id_str": "users___devices___interfacesLinkState___hasInternet",
|
|
5216
|
+
"isDeprecated": false,
|
|
5217
|
+
"name": "hasInternet",
|
|
5218
|
+
"path": "users.devices.interfacesLinkState.hasInternet",
|
|
5219
|
+
"requestStr": "$hasInternet:Boolean ",
|
|
5220
|
+
"required": false,
|
|
5221
|
+
"responseStr": "hasInternet:$hasInternet ",
|
|
5222
|
+
"type": {
|
|
5223
|
+
"kind": [
|
|
5224
|
+
"SCALAR"
|
|
5225
|
+
],
|
|
5226
|
+
"name": "Boolean",
|
|
5227
|
+
"non_null": false
|
|
5228
|
+
},
|
|
5229
|
+
"varName": "hasInternet"
|
|
5230
|
+
},
|
|
5231
|
+
"hasTunnel": {
|
|
5232
|
+
"args": {},
|
|
5233
|
+
"deprecationReason": null,
|
|
5234
|
+
"description": "Indicates if a connection has been established with the Cato Cloud",
|
|
5235
|
+
"id_str": "users___devices___interfacesLinkState___hasTunnel",
|
|
5236
|
+
"isDeprecated": false,
|
|
5237
|
+
"name": "hasTunnel",
|
|
5238
|
+
"path": "users.devices.interfacesLinkState.hasTunnel",
|
|
5239
|
+
"requestStr": "$hasTunnel:Boolean ",
|
|
5240
|
+
"required": false,
|
|
5241
|
+
"responseStr": "hasTunnel:$hasTunnel ",
|
|
5242
|
+
"type": {
|
|
5243
|
+
"kind": [
|
|
5244
|
+
"SCALAR"
|
|
5245
|
+
],
|
|
5246
|
+
"name": "Boolean",
|
|
5247
|
+
"non_null": false
|
|
5248
|
+
},
|
|
5249
|
+
"varName": "hasTunnel"
|
|
5250
|
+
},
|
|
5051
5251
|
"id": {
|
|
5052
5252
|
"args": {},
|
|
5053
5253
|
"deprecationReason": null,
|
|
@@ -5091,7 +5291,7 @@
|
|
|
5091
5291
|
"mediaIn": {
|
|
5092
5292
|
"args": {},
|
|
5093
5293
|
"deprecationReason": null,
|
|
5094
|
-
"description": "
|
|
5294
|
+
"description": "Indicates if there is a physical connection to the port",
|
|
5095
5295
|
"id_str": "users___devices___interfacesLinkState___mediaIn",
|
|
5096
5296
|
"isDeprecated": false,
|
|
5097
5297
|
"name": "mediaIn",
|
models/query.auditFeed.json
CHANGED
|
@@ -1472,6 +1472,36 @@
|
|
|
1472
1472
|
"description": "Shows the id of the target user involved in an activity",
|
|
1473
1473
|
"isDeprecated": false,
|
|
1474
1474
|
"name": "vendor_collaborator_id"
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"deprecationReason": null,
|
|
1478
|
+
"description": "Device Categories",
|
|
1479
|
+
"isDeprecated": false,
|
|
1480
|
+
"name": "device_categories"
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"deprecationReason": null,
|
|
1484
|
+
"description": "Device Manufacturer",
|
|
1485
|
+
"isDeprecated": false,
|
|
1486
|
+
"name": "device_manufacturer"
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"deprecationReason": null,
|
|
1490
|
+
"description": "Device Model",
|
|
1491
|
+
"isDeprecated": false,
|
|
1492
|
+
"name": "device_model"
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
"deprecationReason": null,
|
|
1496
|
+
"description": "Device OS Type",
|
|
1497
|
+
"isDeprecated": false,
|
|
1498
|
+
"name": "device_os_type"
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"deprecationReason": null,
|
|
1502
|
+
"description": "Device Type",
|
|
1503
|
+
"isDeprecated": false,
|
|
1504
|
+
"name": "device_type"
|
|
1475
1505
|
}
|
|
1476
1506
|
],
|
|
1477
1507
|
"fields": null,
|
|
@@ -3124,6 +3154,36 @@
|
|
|
3124
3154
|
"description": "Shows the id of the target user involved in an activity",
|
|
3125
3155
|
"isDeprecated": false,
|
|
3126
3156
|
"name": "vendor_collaborator_id"
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
"deprecationReason": null,
|
|
3160
|
+
"description": "Device Categories",
|
|
3161
|
+
"isDeprecated": false,
|
|
3162
|
+
"name": "device_categories"
|
|
3163
|
+
},
|
|
3164
|
+
{
|
|
3165
|
+
"deprecationReason": null,
|
|
3166
|
+
"description": "Device Manufacturer",
|
|
3167
|
+
"isDeprecated": false,
|
|
3168
|
+
"name": "device_manufacturer"
|
|
3169
|
+
},
|
|
3170
|
+
{
|
|
3171
|
+
"deprecationReason": null,
|
|
3172
|
+
"description": "Device Model",
|
|
3173
|
+
"isDeprecated": false,
|
|
3174
|
+
"name": "device_model"
|
|
3175
|
+
},
|
|
3176
|
+
{
|
|
3177
|
+
"deprecationReason": null,
|
|
3178
|
+
"description": "Device OS Type",
|
|
3179
|
+
"isDeprecated": false,
|
|
3180
|
+
"name": "device_os_type"
|
|
3181
|
+
},
|
|
3182
|
+
{
|
|
3183
|
+
"deprecationReason": null,
|
|
3184
|
+
"description": "Device Type",
|
|
3185
|
+
"isDeprecated": false,
|
|
3186
|
+
"name": "device_type"
|
|
3127
3187
|
}
|
|
3128
3188
|
],
|
|
3129
3189
|
"fields": null,
|