catocli 1.0.14__py3-none-any.whl → 1.0.17__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 +19 -2
- catocli/__init__.py +1 -1
- catocli/parsers/mutation_accountManagement/README.md +7 -0
- catocli/parsers/mutation_accountManagement/__init__.py +51 -0
- catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
- catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
- catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
- catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
- catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
- catocli/parsers/mutation_container_delete/README.md +2 -2
- catocli/parsers/mutation_policy/__init__.py +348 -0
- catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
- catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
- catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
- catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
- catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
- catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
- catocli/parsers/mutation_site/__init__.py +98 -0
- catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
- catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
- catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
- catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
- catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
- catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_updateHa/README.md +2 -2
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
- catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
- catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
- catocli/parsers/mutation_sites/__init__.py +98 -0
- catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
- catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
- catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
- catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
- catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
- catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_updateHa/README.md +2 -2
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
- catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
- catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
- catocli/parsers/parserApiClient.py +7 -4
- catocli/parsers/query_accountManagement/README.md +16 -0
- catocli/parsers/query_accountManagement/__init__.py +17 -0
- catocli/parsers/query_admins/README.md +2 -2
- catocli/parsers/query_appStats/README.md +5 -5
- catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
- catocli/parsers/query_auditFeed/README.md +2 -2
- catocli/parsers/query_container/README.md +8 -8
- catocli/parsers/query_entityLookup/README.md +6 -6
- catocli/parsers/query_events/README.md +5 -5
- catocli/parsers/query_eventsFeed/README.md +3 -3
- catocli/parsers/query_eventsTimeSeries/README.md +4 -4
- catocli/parsers/query_hardwareManagement/README.md +2 -2
- catocli/parsers/query_policy/README.md +5 -3
- catocli/parsers/query_site/README.md +22 -0
- catocli/parsers/query_site/__init__.py +17 -0
- catocli/parsers/query_xdr_stories/README.md +2 -2
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/METADATA +11 -2
- catocli-1.0.17.dist-info/RECORD +356 -0
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/WHEEL +1 -1
- models/mutation.accountManagement.addAccount.json +908 -0
- models/mutation.accountManagement.removeAccount.json +446 -0
- models/mutation.accountManagement.updateAccount.json +524 -0
- models/mutation.admin.addAdmin.json +103 -103
- models/mutation.admin.removeAdmin.json +3 -3
- models/mutation.admin.updateAdmin.json +121 -121
- models/mutation.container.delete.json +67 -67
- models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
- models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
- models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
- models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
- models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
- models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
- models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
- models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
- models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
- models/mutation.policy.internetFirewall.addRule.json +2497 -1889
- models/mutation.policy.internetFirewall.addSection.json +92 -92
- models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.moveRule.json +723 -535
- models/mutation.policy.internetFirewall.moveSection.json +85 -85
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.removeRule.json +710 -522
- models/mutation.policy.internetFirewall.removeSection.json +72 -72
- models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
- models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
- models/mutation.policy.internetFirewall.updateSection.json +85 -85
- models/mutation.policy.remotePortFwd.addRule.json +5502 -0
- models/mutation.policy.remotePortFwd.addSection.json +1358 -0
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
- models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
- models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
- models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
- models/mutation.policy.remotePortFwd.removeSection.json +958 -0
- models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
- models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
- models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
- models/mutation.policy.wanFirewall.addRule.json +2577 -1225
- models/mutation.policy.wanFirewall.addSection.json +92 -92
- models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.moveRule.json +789 -444
- models/mutation.policy.wanFirewall.moveSection.json +85 -85
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.removeRule.json +776 -431
- models/mutation.policy.wanFirewall.removeSection.json +72 -72
- models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
- models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
- models/mutation.policy.wanFirewall.updateSection.json +85 -85
- models/mutation.site.addBgpPeer.json +3334 -0
- models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
- models/mutation.site.addCloudInterconnectSite.json +911 -0
- models/mutation.site.addIpsecIkeV2Site.json +45 -45
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +104 -104
- models/mutation.site.addNetworkRange.json +55 -55
- models/mutation.site.addSocketSite.json +45 -45
- models/mutation.site.addStaticHost.json +35 -35
- models/mutation.site.removeBgpPeer.json +1158 -0
- models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +49 -49
- models/mutation.site.removeNetworkRange.json +5 -5
- models/mutation.site.removeSite.json +5 -5
- models/mutation.site.removeStaticHost.json +5 -5
- models/mutation.site.updateBgpPeer.json +3063 -0
- models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
- models/mutation.site.updateHa.json +56 -56
- models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +528 -125
- models/mutation.site.updateNetworkRange.json +76 -76
- models/mutation.site.updateSiteGeneralDetails.json +75 -75
- models/mutation.site.updateSocketInterface.json +284 -284
- models/mutation.site.updateStaticHost.json +56 -56
- models/mutation.sites.addBgpPeer.json +3334 -0
- models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
- models/mutation.sites.addCloudInterconnectSite.json +911 -0
- models/mutation.sites.addIpsecIkeV2Site.json +45 -45
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +104 -104
- models/mutation.sites.addNetworkRange.json +55 -55
- models/mutation.sites.addSocketSite.json +45 -45
- models/mutation.sites.addStaticHost.json +35 -35
- models/mutation.sites.removeBgpPeer.json +1158 -0
- models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +49 -49
- models/mutation.sites.removeNetworkRange.json +5 -5
- models/mutation.sites.removeSite.json +5 -5
- models/mutation.sites.removeStaticHost.json +5 -5
- models/mutation.sites.updateBgpPeer.json +3063 -0
- models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
- models/mutation.sites.updateHa.json +56 -56
- models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +528 -125
- models/mutation.sites.updateNetworkRange.json +76 -76
- models/mutation.sites.updateSiteGeneralDetails.json +75 -75
- models/mutation.sites.updateSocketInterface.json +284 -284
- models/mutation.sites.updateStaticHost.json +56 -56
- models/query.accountManagement.json +355 -0
- models/query.accountMetrics.json +235 -235
- models/query.accountRoles.json +3 -3
- models/query.accountSnapshot.json +116 -116
- models/query.admin.json +24 -24
- models/query.admins.json +138 -138
- models/query.appStats.json +92 -92
- models/query.appStatsTimeSeries.json +78 -78
- models/query.auditFeed.json +113 -89
- models/query.container.json +192 -192
- models/query.entityLookup.json +154 -154
- models/query.events.json +198 -102
- models/query.eventsFeed.json +74 -50
- models/query.eventsTimeSeries.json +186 -114
- models/query.hardwareManagement.json +317 -125
- models/query.licensing.json +971 -434
- models/query.policy.json +10946 -5043
- models/query.site.json +4138 -0
- models/query.xdr.stories.json +869 -869
- models/query.xdr.story.json +637 -637
- schema/catolib.py +12 -12
- catocli-1.0.14.dist-info/RECORD +0 -264
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/LICENSE +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/top_level.txt +0 -0
models/query.appStats.json
CHANGED
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"id_str": "dimensions",
|
|
26
26
|
"name": "dimensions",
|
|
27
27
|
"path": "dimensions",
|
|
28
|
-
"requestStr": "$
|
|
28
|
+
"requestStr": "$dimension:[Dimension] ",
|
|
29
29
|
"required": false,
|
|
30
|
-
"responseStr": "dimensions:$
|
|
30
|
+
"responseStr": "dimensions:$dimension ",
|
|
31
31
|
"type": {
|
|
32
32
|
"definition": {
|
|
33
33
|
"description": null,
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
"name": "Dimension",
|
|
296
296
|
"non_null": false
|
|
297
297
|
},
|
|
298
|
-
"varName": "
|
|
298
|
+
"varName": "dimension"
|
|
299
299
|
},
|
|
300
300
|
"filters": {
|
|
301
301
|
"defaultValue": null,
|
|
@@ -303,9 +303,9 @@
|
|
|
303
303
|
"id_str": "filters",
|
|
304
304
|
"name": "filters",
|
|
305
305
|
"path": "filters",
|
|
306
|
-
"requestStr": "$
|
|
306
|
+
"requestStr": "$appStatsFilter:[AppStatsFilter!] ",
|
|
307
307
|
"required": false,
|
|
308
|
-
"responseStr": "filters:$
|
|
308
|
+
"responseStr": "filters:$appStatsFilter ",
|
|
309
309
|
"type": {
|
|
310
310
|
"definition": {
|
|
311
311
|
"description": null,
|
|
@@ -698,7 +698,7 @@
|
|
|
698
698
|
"name": "AppStatsFilter",
|
|
699
699
|
"non_null": false
|
|
700
700
|
},
|
|
701
|
-
"varName": "
|
|
701
|
+
"varName": "appStatsFilter"
|
|
702
702
|
},
|
|
703
703
|
"measures": {
|
|
704
704
|
"defaultValue": null,
|
|
@@ -706,9 +706,9 @@
|
|
|
706
706
|
"id_str": "measures",
|
|
707
707
|
"name": "measures",
|
|
708
708
|
"path": "measures",
|
|
709
|
-
"requestStr": "$
|
|
709
|
+
"requestStr": "$measure:[Measure] ",
|
|
710
710
|
"required": false,
|
|
711
|
-
"responseStr": "measures:$
|
|
711
|
+
"responseStr": "measures:$measure ",
|
|
712
712
|
"type": {
|
|
713
713
|
"definition": {
|
|
714
714
|
"description": null,
|
|
@@ -1085,7 +1085,7 @@
|
|
|
1085
1085
|
"name": "Measure",
|
|
1086
1086
|
"non_null": false
|
|
1087
1087
|
},
|
|
1088
|
-
"varName": "
|
|
1088
|
+
"varName": "measure"
|
|
1089
1089
|
},
|
|
1090
1090
|
"sort": {
|
|
1091
1091
|
"defaultValue": null,
|
|
@@ -1093,9 +1093,9 @@
|
|
|
1093
1093
|
"id_str": "sort",
|
|
1094
1094
|
"name": "sort",
|
|
1095
1095
|
"path": "sort",
|
|
1096
|
-
"requestStr": "$
|
|
1096
|
+
"requestStr": "$appStatsSort:[AppStatsSort!] ",
|
|
1097
1097
|
"required": false,
|
|
1098
|
-
"responseStr": "sort:$
|
|
1098
|
+
"responseStr": "sort:$appStatsSort ",
|
|
1099
1099
|
"type": {
|
|
1100
1100
|
"definition": {
|
|
1101
1101
|
"description": null,
|
|
@@ -1407,7 +1407,7 @@
|
|
|
1407
1407
|
"name": "AppStatsSort",
|
|
1408
1408
|
"non_null": false
|
|
1409
1409
|
},
|
|
1410
|
-
"varName": "
|
|
1410
|
+
"varName": "appStatsSort"
|
|
1411
1411
|
},
|
|
1412
1412
|
"timeFrame": {
|
|
1413
1413
|
"defaultValue": null,
|
|
@@ -1437,15 +1437,34 @@
|
|
|
1437
1437
|
"isDeprecated": false,
|
|
1438
1438
|
"name": "appStats",
|
|
1439
1439
|
"operationArgs": {
|
|
1440
|
-
"
|
|
1440
|
+
"accountID": {
|
|
1441
|
+
"defaultValue": null,
|
|
1442
|
+
"description": "Account ID",
|
|
1443
|
+
"id_str": "accountID",
|
|
1444
|
+
"name": "accountID",
|
|
1445
|
+
"path": "accountID",
|
|
1446
|
+
"requestStr": "$accountID:ID! ",
|
|
1447
|
+
"required": true,
|
|
1448
|
+
"responseStr": "accountID:$accountID ",
|
|
1449
|
+
"type": {
|
|
1450
|
+
"kind": [
|
|
1451
|
+
"NON_NULL",
|
|
1452
|
+
"SCALAR"
|
|
1453
|
+
],
|
|
1454
|
+
"name": "ID",
|
|
1455
|
+
"non_null": false
|
|
1456
|
+
},
|
|
1457
|
+
"varName": "accountID"
|
|
1458
|
+
},
|
|
1459
|
+
"appStatsFilter": {
|
|
1441
1460
|
"defaultValue": null,
|
|
1442
1461
|
"description": null,
|
|
1443
1462
|
"id_str": "filters",
|
|
1444
1463
|
"name": "filters",
|
|
1445
1464
|
"path": "filters",
|
|
1446
|
-
"requestStr": "$
|
|
1465
|
+
"requestStr": "$appStatsFilter:[AppStatsFilter!] ",
|
|
1447
1466
|
"required": false,
|
|
1448
|
-
"responseStr": "filters:$
|
|
1467
|
+
"responseStr": "filters:$appStatsFilter ",
|
|
1449
1468
|
"type": {
|
|
1450
1469
|
"definition": {
|
|
1451
1470
|
"description": null,
|
|
@@ -1838,17 +1857,17 @@
|
|
|
1838
1857
|
"name": "AppStatsFilter",
|
|
1839
1858
|
"non_null": false
|
|
1840
1859
|
},
|
|
1841
|
-
"varName": "
|
|
1860
|
+
"varName": "appStatsFilter"
|
|
1842
1861
|
},
|
|
1843
|
-
"
|
|
1862
|
+
"appStatsSort": {
|
|
1844
1863
|
"defaultValue": null,
|
|
1845
1864
|
"description": null,
|
|
1846
1865
|
"id_str": "sort",
|
|
1847
1866
|
"name": "sort",
|
|
1848
1867
|
"path": "sort",
|
|
1849
|
-
"requestStr": "$
|
|
1868
|
+
"requestStr": "$appStatsSort:[AppStatsSort!] ",
|
|
1850
1869
|
"required": false,
|
|
1851
|
-
"responseStr": "sort:$
|
|
1870
|
+
"responseStr": "sort:$appStatsSort ",
|
|
1852
1871
|
"type": {
|
|
1853
1872
|
"definition": {
|
|
1854
1873
|
"description": null,
|
|
@@ -2160,17 +2179,17 @@
|
|
|
2160
2179
|
"name": "AppStatsSort",
|
|
2161
2180
|
"non_null": false
|
|
2162
2181
|
},
|
|
2163
|
-
"varName": "
|
|
2182
|
+
"varName": "appStatsSort"
|
|
2164
2183
|
},
|
|
2165
|
-
"
|
|
2184
|
+
"dimension": {
|
|
2166
2185
|
"defaultValue": null,
|
|
2167
2186
|
"description": null,
|
|
2168
2187
|
"id_str": "dimensions",
|
|
2169
2188
|
"name": "dimensions",
|
|
2170
2189
|
"path": "dimensions",
|
|
2171
|
-
"requestStr": "$
|
|
2190
|
+
"requestStr": "$dimension:[Dimension] ",
|
|
2172
2191
|
"required": false,
|
|
2173
|
-
"responseStr": "dimensions:$
|
|
2192
|
+
"responseStr": "dimensions:$dimension ",
|
|
2174
2193
|
"type": {
|
|
2175
2194
|
"definition": {
|
|
2176
2195
|
"description": null,
|
|
@@ -2438,17 +2457,53 @@
|
|
|
2438
2457
|
"name": "Dimension",
|
|
2439
2458
|
"non_null": false
|
|
2440
2459
|
},
|
|
2441
|
-
"varName": "
|
|
2460
|
+
"varName": "dimension"
|
|
2442
2461
|
},
|
|
2443
|
-
"
|
|
2462
|
+
"from": {
|
|
2463
|
+
"defaultValue": null,
|
|
2464
|
+
"description": null,
|
|
2465
|
+
"id_str": "records___from",
|
|
2466
|
+
"name": "from",
|
|
2467
|
+
"path": "records.from",
|
|
2468
|
+
"requestStr": "$from:Int ",
|
|
2469
|
+
"required": false,
|
|
2470
|
+
"responseStr": "from:$from ",
|
|
2471
|
+
"type": {
|
|
2472
|
+
"kind": [
|
|
2473
|
+
"SCALAR"
|
|
2474
|
+
],
|
|
2475
|
+
"name": "Int",
|
|
2476
|
+
"non_null": false
|
|
2477
|
+
},
|
|
2478
|
+
"varName": "from"
|
|
2479
|
+
},
|
|
2480
|
+
"limit": {
|
|
2481
|
+
"defaultValue": null,
|
|
2482
|
+
"description": null,
|
|
2483
|
+
"id_str": "records___limit",
|
|
2484
|
+
"name": "limit",
|
|
2485
|
+
"path": "records.limit",
|
|
2486
|
+
"requestStr": "$limit:Int ",
|
|
2487
|
+
"required": false,
|
|
2488
|
+
"responseStr": "limit:$limit ",
|
|
2489
|
+
"type": {
|
|
2490
|
+
"kind": [
|
|
2491
|
+
"SCALAR"
|
|
2492
|
+
],
|
|
2493
|
+
"name": "Int",
|
|
2494
|
+
"non_null": false
|
|
2495
|
+
},
|
|
2496
|
+
"varName": "limit"
|
|
2497
|
+
},
|
|
2498
|
+
"measure": {
|
|
2444
2499
|
"defaultValue": null,
|
|
2445
2500
|
"description": null,
|
|
2446
2501
|
"id_str": "measures",
|
|
2447
2502
|
"name": "measures",
|
|
2448
2503
|
"path": "measures",
|
|
2449
|
-
"requestStr": "$
|
|
2504
|
+
"requestStr": "$measure:[Measure] ",
|
|
2450
2505
|
"required": false,
|
|
2451
|
-
"responseStr": "measures:$
|
|
2506
|
+
"responseStr": "measures:$measure ",
|
|
2452
2507
|
"type": {
|
|
2453
2508
|
"definition": {
|
|
2454
2509
|
"description": null,
|
|
@@ -2825,62 +2880,7 @@
|
|
|
2825
2880
|
"name": "Measure",
|
|
2826
2881
|
"non_null": false
|
|
2827
2882
|
},
|
|
2828
|
-
"varName": "
|
|
2829
|
-
},
|
|
2830
|
-
"accountID": {
|
|
2831
|
-
"defaultValue": null,
|
|
2832
|
-
"description": "Account ID",
|
|
2833
|
-
"id_str": "accountID",
|
|
2834
|
-
"name": "accountID",
|
|
2835
|
-
"path": "accountID",
|
|
2836
|
-
"requestStr": "$accountID:ID! ",
|
|
2837
|
-
"required": true,
|
|
2838
|
-
"responseStr": "accountID:$accountID ",
|
|
2839
|
-
"type": {
|
|
2840
|
-
"kind": [
|
|
2841
|
-
"NON_NULL",
|
|
2842
|
-
"SCALAR"
|
|
2843
|
-
],
|
|
2844
|
-
"name": "ID",
|
|
2845
|
-
"non_null": false
|
|
2846
|
-
},
|
|
2847
|
-
"varName": "accountID"
|
|
2848
|
-
},
|
|
2849
|
-
"from": {
|
|
2850
|
-
"defaultValue": null,
|
|
2851
|
-
"description": null,
|
|
2852
|
-
"id_str": "records___from",
|
|
2853
|
-
"name": "from",
|
|
2854
|
-
"path": "records.from",
|
|
2855
|
-
"requestStr": "$from:Int ",
|
|
2856
|
-
"required": false,
|
|
2857
|
-
"responseStr": "from:$from ",
|
|
2858
|
-
"type": {
|
|
2859
|
-
"kind": [
|
|
2860
|
-
"SCALAR"
|
|
2861
|
-
],
|
|
2862
|
-
"name": "Int",
|
|
2863
|
-
"non_null": false
|
|
2864
|
-
},
|
|
2865
|
-
"varName": "from"
|
|
2866
|
-
},
|
|
2867
|
-
"limit": {
|
|
2868
|
-
"defaultValue": null,
|
|
2869
|
-
"description": null,
|
|
2870
|
-
"id_str": "records___limit",
|
|
2871
|
-
"name": "limit",
|
|
2872
|
-
"path": "records.limit",
|
|
2873
|
-
"requestStr": "$limit:Int ",
|
|
2874
|
-
"required": false,
|
|
2875
|
-
"responseStr": "limit:$limit ",
|
|
2876
|
-
"type": {
|
|
2877
|
-
"kind": [
|
|
2878
|
-
"SCALAR"
|
|
2879
|
-
],
|
|
2880
|
-
"name": "Int",
|
|
2881
|
-
"non_null": false
|
|
2882
|
-
},
|
|
2883
|
-
"varName": "limit"
|
|
2883
|
+
"varName": "measure"
|
|
2884
2884
|
},
|
|
2885
2885
|
"timeFrame": {
|
|
2886
2886
|
"defaultValue": null,
|
|
@@ -2993,9 +2993,9 @@
|
|
|
2993
2993
|
"isDeprecated": false,
|
|
2994
2994
|
"name": "records",
|
|
2995
2995
|
"path": "records",
|
|
2996
|
-
"requestStr": "$
|
|
2996
|
+
"requestStr": "$appStatsRecord:[AppStatsRecord] ",
|
|
2997
2997
|
"required": false,
|
|
2998
|
-
"responseStr": "records:$
|
|
2998
|
+
"responseStr": "records:$appStatsRecord ",
|
|
2999
2999
|
"type": {
|
|
3000
3000
|
"definition": {
|
|
3001
3001
|
"description": null,
|
|
@@ -3080,7 +3080,7 @@
|
|
|
3080
3080
|
"name": "AppStatsRecord",
|
|
3081
3081
|
"non_null": false
|
|
3082
3082
|
},
|
|
3083
|
-
"varName": "
|
|
3083
|
+
"varName": "appStatsRecord"
|
|
3084
3084
|
},
|
|
3085
3085
|
"to": {
|
|
3086
3086
|
"args": {},
|
|
@@ -3157,7 +3157,7 @@
|
|
|
3157
3157
|
"non_null": false
|
|
3158
3158
|
},
|
|
3159
3159
|
"variablesPayload": {
|
|
3160
|
-
"
|
|
3160
|
+
"appStatsFilter": {
|
|
3161
3161
|
"fieldName": {
|
|
3162
3162
|
"fieldName": "enum(AppStatsFieldName)"
|
|
3163
3163
|
},
|
|
@@ -3170,7 +3170,7 @@
|
|
|
3170
3170
|
]
|
|
3171
3171
|
}
|
|
3172
3172
|
},
|
|
3173
|
-
"
|
|
3173
|
+
"appStatsSort": {
|
|
3174
3174
|
"fieldName": {
|
|
3175
3175
|
"fieldName": "enum(AppStatsFieldName)"
|
|
3176
3176
|
},
|
|
@@ -3178,12 +3178,14 @@
|
|
|
3178
3178
|
"order": "enum(DirectionEnum)"
|
|
3179
3179
|
}
|
|
3180
3180
|
},
|
|
3181
|
-
"
|
|
3181
|
+
"dimension": {
|
|
3182
3182
|
"fieldName": {
|
|
3183
3183
|
"fieldName": "enum(AppStatsFieldName)"
|
|
3184
3184
|
}
|
|
3185
3185
|
},
|
|
3186
|
-
"
|
|
3186
|
+
"from": "Int",
|
|
3187
|
+
"limit": "Int",
|
|
3188
|
+
"measure": {
|
|
3187
3189
|
"aggType": {
|
|
3188
3190
|
"aggType": "enum(AggregationType)"
|
|
3189
3191
|
},
|
|
@@ -3194,8 +3196,6 @@
|
|
|
3194
3196
|
"trend": "Boolean"
|
|
3195
3197
|
}
|
|
3196
3198
|
},
|
|
3197
|
-
"from": "Int",
|
|
3198
|
-
"limit": "Int",
|
|
3199
3199
|
"timeFrame": "TimeFrame"
|
|
3200
3200
|
}
|
|
3201
3201
|
}
|