catocli 1.0.19__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/Utils/clidriver.py +6 -0
- 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 +522 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation/README.md +7 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_updateSection/README.md +18 -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/mutation_sandbox/README.md +7 -0
- catocli/parsers/mutation_sandbox/__init__.py +37 -0
- catocli/parsers/mutation_sandbox_deleteReport/README.md +17 -0
- catocli/parsers/mutation_sandbox_uploadFile/README.md +17 -0
- catocli/parsers/mutation_site/__init__.py +28 -0
- catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +1 -1
- catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_site_addSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_addSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_addSocketSite/README.md +1 -1
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_site_updateSocketInterface/README.md +1 -1
- catocli/parsers/mutation_sites/__init__.py +28 -0
- catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +1 -1
- catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_sites_addSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_addSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_addSocketSite/README.md +1 -1
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_sites_updateSocketInterface/README.md +1 -1
- catocli/parsers/mutation_xdr/README.md +7 -0
- catocli/parsers/mutation_xdr/__init__.py +51 -0
- catocli/parsers/mutation_xdr_addStoryComment/README.md +17 -0
- catocli/parsers/mutation_xdr_analystFeedback/README.md +18 -0
- catocli/parsers/mutation_xdr_deleteStoryComment/README.md +17 -0
- catocli/parsers/query_accountMetrics/README.md +2 -1
- catocli/parsers/query_appStatsTimeSeries/README.md +2 -1
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_eventsTimeSeries/README.md +2 -1
- catocli/parsers/query_policy/README.md +4 -1
- catocli/parsers/query_sandbox/README.md +17 -0
- catocli/parsers/query_sandbox/__init__.py +17 -0
- catocli/parsers/query_siteLocation/README.md +1 -1
- catocli/parsers/query_xdr_story/README.md +1 -1
- {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/METADATA +1 -1
- {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/RECORD +166 -66
- models/mutation.admin.addAdmin.json +0 -60
- models/mutation.admin.updateAdmin.json +0 -57
- models/mutation.policy.dynamicIpAllocation.addRule.json +3696 -0
- models/mutation.policy.dynamicIpAllocation.addSection.json +1358 -0
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +2175 -0
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +2109 -0
- models/mutation.policy.dynamicIpAllocation.moveRule.json +1907 -0
- models/mutation.policy.dynamicIpAllocation.moveSection.json +1259 -0
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +2166 -0
- models/mutation.policy.dynamicIpAllocation.removeRule.json +1555 -0
- models/mutation.policy.dynamicIpAllocation.removeSection.json +958 -0
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +2185 -0
- models/mutation.policy.dynamicIpAllocation.updateRule.json +3374 -0
- models/mutation.policy.dynamicIpAllocation.updateSection.json +1111 -0
- 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/mutation.sandbox.deleteReport.json +302 -0
- models/mutation.sandbox.uploadFile.json +301 -0
- models/mutation.site.addIpsecIkeV2Site.json +57 -0
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +222 -0
- models/mutation.site.addSecondaryAwsVSocket.json +707 -0
- models/mutation.site.addSecondaryAzureVSocket.json +647 -0
- models/mutation.site.addSocketSite.json +72 -15
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +222 -0
- models/mutation.site.updateNetworkRange.json +3 -3
- models/mutation.site.updateSocketInterface.json +126 -18
- models/mutation.sites.addIpsecIkeV2Site.json +57 -0
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +222 -0
- models/mutation.sites.addSecondaryAwsVSocket.json +707 -0
- models/mutation.sites.addSecondaryAzureVSocket.json +647 -0
- models/mutation.sites.addSocketSite.json +72 -15
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +222 -0
- models/mutation.sites.updateNetworkRange.json +3 -3
- models/mutation.sites.updateSocketInterface.json +126 -18
- models/mutation.xdr.addStoryComment.json +622 -0
- models/mutation.xdr.analystFeedback.json +28820 -0
- models/mutation.xdr.deleteStoryComment.json +622 -0
- models/query.accountMetrics.json +592 -0
- models/query.accountSnapshot.json +308 -0
- models/query.appStatsTimeSeries.json +37 -0
- models/query.auditFeed.json +352 -52
- models/query.events.json +1434 -234
- models/query.eventsFeed.json +352 -52
- models/query.eventsTimeSeries.json +1113 -176
- models/query.policy.json +22867 -9389
- models/query.sandbox.json +2111 -0
- models/query.xdr.stories.json +134 -4
- models/query.xdr.story.json +116 -4
- schema/catolib.py +4 -5
- {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/LICENSE +0 -0
- {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/WHEEL +0 -0
- {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/top_level.txt +0 -0
|
@@ -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
|
|
@@ -987,6 +988,26 @@
|
|
|
987
988
|
},
|
|
988
989
|
"varName": "downstreamBandwidth"
|
|
989
990
|
},
|
|
991
|
+
"downstreamBandwidthMbpsPrecision": {
|
|
992
|
+
"args": {},
|
|
993
|
+
"deprecationReason": null,
|
|
994
|
+
"description": "Maximum allowed bandwidth for traffic on this port in MBPS with single decimal point, from the Cato Cloud to the site",
|
|
995
|
+
"id_str": "sites___devices___interfaces___info___downstreamBandwidthMbpsPrecision",
|
|
996
|
+
"isDeprecated": false,
|
|
997
|
+
"name": "downstreamBandwidthMbpsPrecision",
|
|
998
|
+
"path": "sites.devices.interfaces.info.downstreamBandwidthMbpsPrecision",
|
|
999
|
+
"requestStr": "$downstreamBandwidthMbpsPrecision:Float ",
|
|
1000
|
+
"required": false,
|
|
1001
|
+
"responseStr": "downstreamBandwidthMbpsPrecision:$downstreamBandwidthMbpsPrecision ",
|
|
1002
|
+
"type": {
|
|
1003
|
+
"kind": [
|
|
1004
|
+
"SCALAR"
|
|
1005
|
+
],
|
|
1006
|
+
"name": "Float",
|
|
1007
|
+
"non_null": false
|
|
1008
|
+
},
|
|
1009
|
+
"varName": "downstreamBandwidthMbpsPrecision"
|
|
1010
|
+
},
|
|
990
1011
|
"id": {
|
|
991
1012
|
"args": {},
|
|
992
1013
|
"deprecationReason": null,
|
|
@@ -1047,6 +1068,88 @@
|
|
|
1047
1068
|
"non_null": false
|
|
1048
1069
|
},
|
|
1049
1070
|
"varName": "upstreamBandwidth"
|
|
1071
|
+
},
|
|
1072
|
+
"upstreamBandwidthMbpsPrecision": {
|
|
1073
|
+
"args": {},
|
|
1074
|
+
"deprecationReason": null,
|
|
1075
|
+
"description": "Maximum allowed bandwidth on this port in MBPS with single decimal point, for traffic from the site to the Cato Cloud",
|
|
1076
|
+
"id_str": "sites___devices___interfaces___info___upstreamBandwidthMbpsPrecision",
|
|
1077
|
+
"isDeprecated": false,
|
|
1078
|
+
"name": "upstreamBandwidthMbpsPrecision",
|
|
1079
|
+
"path": "sites.devices.interfaces.info.upstreamBandwidthMbpsPrecision",
|
|
1080
|
+
"requestStr": "$upstreamBandwidthMbpsPrecision:Float ",
|
|
1081
|
+
"required": false,
|
|
1082
|
+
"responseStr": "upstreamBandwidthMbpsPrecision:$upstreamBandwidthMbpsPrecision ",
|
|
1083
|
+
"type": {
|
|
1084
|
+
"kind": [
|
|
1085
|
+
"SCALAR"
|
|
1086
|
+
],
|
|
1087
|
+
"name": "Float",
|
|
1088
|
+
"non_null": false
|
|
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"
|
|
1050
1153
|
}
|
|
1051
1154
|
},
|
|
1052
1155
|
"inputFields": null,
|
|
@@ -3087,6 +3190,26 @@
|
|
|
3087
3190
|
},
|
|
3088
3191
|
"varName": "downstreamBandwidth"
|
|
3089
3192
|
},
|
|
3193
|
+
"downstreamBandwidthMbpsPrecision": {
|
|
3194
|
+
"args": {},
|
|
3195
|
+
"deprecationReason": null,
|
|
3196
|
+
"description": "Maximum allowed bandwidth for traffic on this port in MBPS with single decimal point, from the Cato Cloud to the site",
|
|
3197
|
+
"id_str": "sites___info___interfaces___downstreamBandwidthMbpsPrecision",
|
|
3198
|
+
"isDeprecated": false,
|
|
3199
|
+
"name": "downstreamBandwidthMbpsPrecision",
|
|
3200
|
+
"path": "sites.info.interfaces.downstreamBandwidthMbpsPrecision",
|
|
3201
|
+
"requestStr": "$downstreamBandwidthMbpsPrecision:Float ",
|
|
3202
|
+
"required": false,
|
|
3203
|
+
"responseStr": "downstreamBandwidthMbpsPrecision:$downstreamBandwidthMbpsPrecision ",
|
|
3204
|
+
"type": {
|
|
3205
|
+
"kind": [
|
|
3206
|
+
"SCALAR"
|
|
3207
|
+
],
|
|
3208
|
+
"name": "Float",
|
|
3209
|
+
"non_null": false
|
|
3210
|
+
},
|
|
3211
|
+
"varName": "downstreamBandwidthMbpsPrecision"
|
|
3212
|
+
},
|
|
3090
3213
|
"id": {
|
|
3091
3214
|
"args": {},
|
|
3092
3215
|
"deprecationReason": null,
|
|
@@ -3147,6 +3270,89 @@
|
|
|
3147
3270
|
"non_null": false
|
|
3148
3271
|
},
|
|
3149
3272
|
"varName": "upstreamBandwidth"
|
|
3273
|
+
},
|
|
3274
|
+
"upstreamBandwidthMbpsPrecision": {
|
|
3275
|
+
"args": {},
|
|
3276
|
+
"deprecationReason": null,
|
|
3277
|
+
"description": "Maximum allowed bandwidth on this port in MBPS with single decimal point, for traffic from the site to the Cato Cloud",
|
|
3278
|
+
"id_str": "sites___info___interfaces___upstreamBandwidthMbpsPrecision",
|
|
3279
|
+
"isDeprecated": false,
|
|
3280
|
+
"name": "upstreamBandwidthMbpsPrecision",
|
|
3281
|
+
"path": "sites.info.interfaces.upstreamBandwidthMbpsPrecision",
|
|
3282
|
+
"requestStr": "$upstreamBandwidthMbpsPrecision:Float ",
|
|
3283
|
+
"required": false,
|
|
3284
|
+
"responseStr": "upstreamBandwidthMbpsPrecision:$upstreamBandwidthMbpsPrecision ",
|
|
3285
|
+
"type": {
|
|
3286
|
+
"kind": [
|
|
3287
|
+
"SCALAR"
|
|
3288
|
+
],
|
|
3289
|
+
"name": "Float",
|
|
3290
|
+
"non_null": false
|
|
3291
|
+
},
|
|
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"
|
|
3150
3356
|
}
|
|
3151
3357
|
},
|
|
3152
3358
|
"inputFields": null,
|
|
@@ -4663,6 +4869,26 @@
|
|
|
4663
4869
|
},
|
|
4664
4870
|
"varName": "downstreamBandwidth"
|
|
4665
4871
|
},
|
|
4872
|
+
"downstreamBandwidthMbpsPrecision": {
|
|
4873
|
+
"args": {},
|
|
4874
|
+
"deprecationReason": null,
|
|
4875
|
+
"description": "Maximum allowed bandwidth for traffic on this port in MBPS with single decimal point, from the Cato Cloud to the site",
|
|
4876
|
+
"id_str": "users___devices___interfaces___info___downstreamBandwidthMbpsPrecision",
|
|
4877
|
+
"isDeprecated": false,
|
|
4878
|
+
"name": "downstreamBandwidthMbpsPrecision",
|
|
4879
|
+
"path": "users.devices.interfaces.info.downstreamBandwidthMbpsPrecision",
|
|
4880
|
+
"requestStr": "$downstreamBandwidthMbpsPrecision:Float ",
|
|
4881
|
+
"required": false,
|
|
4882
|
+
"responseStr": "downstreamBandwidthMbpsPrecision:$downstreamBandwidthMbpsPrecision ",
|
|
4883
|
+
"type": {
|
|
4884
|
+
"kind": [
|
|
4885
|
+
"SCALAR"
|
|
4886
|
+
],
|
|
4887
|
+
"name": "Float",
|
|
4888
|
+
"non_null": false
|
|
4889
|
+
},
|
|
4890
|
+
"varName": "downstreamBandwidthMbpsPrecision"
|
|
4891
|
+
},
|
|
4666
4892
|
"id": {
|
|
4667
4893
|
"args": {},
|
|
4668
4894
|
"deprecationReason": null,
|
|
@@ -4723,6 +4949,88 @@
|
|
|
4723
4949
|
"non_null": false
|
|
4724
4950
|
},
|
|
4725
4951
|
"varName": "upstreamBandwidth"
|
|
4952
|
+
},
|
|
4953
|
+
"upstreamBandwidthMbpsPrecision": {
|
|
4954
|
+
"args": {},
|
|
4955
|
+
"deprecationReason": null,
|
|
4956
|
+
"description": "Maximum allowed bandwidth on this port in MBPS with single decimal point, for traffic from the site to the Cato Cloud",
|
|
4957
|
+
"id_str": "users___devices___interfaces___info___upstreamBandwidthMbpsPrecision",
|
|
4958
|
+
"isDeprecated": false,
|
|
4959
|
+
"name": "upstreamBandwidthMbpsPrecision",
|
|
4960
|
+
"path": "users.devices.interfaces.info.upstreamBandwidthMbpsPrecision",
|
|
4961
|
+
"requestStr": "$upstreamBandwidthMbpsPrecision:Float ",
|
|
4962
|
+
"required": false,
|
|
4963
|
+
"responseStr": "upstreamBandwidthMbpsPrecision:$upstreamBandwidthMbpsPrecision ",
|
|
4964
|
+
"type": {
|
|
4965
|
+
"kind": [
|
|
4966
|
+
"SCALAR"
|
|
4967
|
+
],
|
|
4968
|
+
"name": "Float",
|
|
4969
|
+
"non_null": false
|
|
4970
|
+
},
|
|
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"
|
|
4726
5034
|
}
|
|
4727
5035
|
},
|
|
4728
5036
|
"inputFields": null,
|
|
@@ -2262,6 +2262,24 @@
|
|
|
2262
2262
|
},
|
|
2263
2263
|
"varName": "timeFrame"
|
|
2264
2264
|
},
|
|
2265
|
+
"useDefaultSizeBucket": {
|
|
2266
|
+
"defaultValue": "false",
|
|
2267
|
+
"description": "In case we want to have the default size bucket (from properties)",
|
|
2268
|
+
"id_str": "data___useDefaultSizeBucket",
|
|
2269
|
+
"name": "useDefaultSizeBucket",
|
|
2270
|
+
"path": "data.useDefaultSizeBucket",
|
|
2271
|
+
"requestStr": "$useDefaultSizeBucket:Boolean ",
|
|
2272
|
+
"required": false,
|
|
2273
|
+
"responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
|
|
2274
|
+
"type": {
|
|
2275
|
+
"kind": [
|
|
2276
|
+
"SCALAR"
|
|
2277
|
+
],
|
|
2278
|
+
"name": "Boolean",
|
|
2279
|
+
"non_null": false
|
|
2280
|
+
},
|
|
2281
|
+
"varName": "useDefaultSizeBucket"
|
|
2282
|
+
},
|
|
2265
2283
|
"withMissingData": {
|
|
2266
2284
|
"defaultValue": "false",
|
|
2267
2285
|
"description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
|
|
@@ -2403,6 +2421,24 @@
|
|
|
2403
2421
|
},
|
|
2404
2422
|
"varName": "perSecond"
|
|
2405
2423
|
},
|
|
2424
|
+
"data___useDefaultSizeBucket": {
|
|
2425
|
+
"defaultValue": "false",
|
|
2426
|
+
"description": "In case we want to have the default size bucket (from properties)",
|
|
2427
|
+
"id_str": "data___useDefaultSizeBucket",
|
|
2428
|
+
"name": "useDefaultSizeBucket",
|
|
2429
|
+
"path": "data.useDefaultSizeBucket",
|
|
2430
|
+
"requestStr": "$useDefaultSizeBucket:Boolean ",
|
|
2431
|
+
"required": false,
|
|
2432
|
+
"responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
|
|
2433
|
+
"type": {
|
|
2434
|
+
"kind": [
|
|
2435
|
+
"SCALAR"
|
|
2436
|
+
],
|
|
2437
|
+
"name": "Boolean",
|
|
2438
|
+
"non_null": false
|
|
2439
|
+
},
|
|
2440
|
+
"varName": "useDefaultSizeBucket"
|
|
2441
|
+
},
|
|
2406
2442
|
"data___withMissingData": {
|
|
2407
2443
|
"defaultValue": "false",
|
|
2408
2444
|
"description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
|
|
@@ -2895,6 +2931,7 @@
|
|
|
2895
2931
|
},
|
|
2896
2932
|
"perSecond": "Boolean",
|
|
2897
2933
|
"timeFrame": "TimeFrame",
|
|
2934
|
+
"useDefaultSizeBucket": "Boolean",
|
|
2898
2935
|
"withMissingData": "Boolean"
|
|
2899
2936
|
}
|
|
2900
2937
|
}
|