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
|
@@ -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
|
"timeFrame": {
|
|
1091
1091
|
"defaultValue": null,
|
|
@@ -1119,15 +1119,34 @@
|
|
|
1119
1119
|
"isDeprecated": false,
|
|
1120
1120
|
"name": "appStatsTimeSeries",
|
|
1121
1121
|
"operationArgs": {
|
|
1122
|
-
"
|
|
1122
|
+
"accountID": {
|
|
1123
|
+
"defaultValue": null,
|
|
1124
|
+
"description": "Account ID",
|
|
1125
|
+
"id_str": "accountID",
|
|
1126
|
+
"name": "accountID",
|
|
1127
|
+
"path": "accountID",
|
|
1128
|
+
"requestStr": "$accountID:ID! ",
|
|
1129
|
+
"required": true,
|
|
1130
|
+
"responseStr": "accountID:$accountID ",
|
|
1131
|
+
"type": {
|
|
1132
|
+
"kind": [
|
|
1133
|
+
"NON_NULL",
|
|
1134
|
+
"SCALAR"
|
|
1135
|
+
],
|
|
1136
|
+
"name": "ID",
|
|
1137
|
+
"non_null": false
|
|
1138
|
+
},
|
|
1139
|
+
"varName": "accountID"
|
|
1140
|
+
},
|
|
1141
|
+
"appStatsFilter": {
|
|
1123
1142
|
"defaultValue": null,
|
|
1124
1143
|
"description": null,
|
|
1125
1144
|
"id_str": "filters",
|
|
1126
1145
|
"name": "filters",
|
|
1127
1146
|
"path": "filters",
|
|
1128
|
-
"requestStr": "$
|
|
1147
|
+
"requestStr": "$appStatsFilter:[AppStatsFilter!] ",
|
|
1129
1148
|
"required": false,
|
|
1130
|
-
"responseStr": "filters:$
|
|
1149
|
+
"responseStr": "filters:$appStatsFilter ",
|
|
1131
1150
|
"type": {
|
|
1132
1151
|
"definition": {
|
|
1133
1152
|
"description": null,
|
|
@@ -1520,17 +1539,36 @@
|
|
|
1520
1539
|
"name": "AppStatsFilter",
|
|
1521
1540
|
"non_null": false
|
|
1522
1541
|
},
|
|
1523
|
-
"varName": "
|
|
1542
|
+
"varName": "appStatsFilter"
|
|
1524
1543
|
},
|
|
1525
|
-
"
|
|
1544
|
+
"buckets": {
|
|
1545
|
+
"defaultValue": null,
|
|
1546
|
+
"description": null,
|
|
1547
|
+
"id_str": "timeseries___buckets",
|
|
1548
|
+
"name": "buckets",
|
|
1549
|
+
"path": "timeseries.buckets",
|
|
1550
|
+
"requestStr": "$buckets:Int! ",
|
|
1551
|
+
"required": true,
|
|
1552
|
+
"responseStr": "buckets:$buckets ",
|
|
1553
|
+
"type": {
|
|
1554
|
+
"kind": [
|
|
1555
|
+
"NON_NULL",
|
|
1556
|
+
"SCALAR"
|
|
1557
|
+
],
|
|
1558
|
+
"name": "Int",
|
|
1559
|
+
"non_null": false
|
|
1560
|
+
},
|
|
1561
|
+
"varName": "buckets"
|
|
1562
|
+
},
|
|
1563
|
+
"dimension": {
|
|
1526
1564
|
"defaultValue": null,
|
|
1527
1565
|
"description": null,
|
|
1528
1566
|
"id_str": "dimensions",
|
|
1529
1567
|
"name": "dimensions",
|
|
1530
1568
|
"path": "dimensions",
|
|
1531
|
-
"requestStr": "$
|
|
1569
|
+
"requestStr": "$dimension:[Dimension] ",
|
|
1532
1570
|
"required": false,
|
|
1533
|
-
"responseStr": "dimensions:$
|
|
1571
|
+
"responseStr": "dimensions:$dimension ",
|
|
1534
1572
|
"type": {
|
|
1535
1573
|
"definition": {
|
|
1536
1574
|
"description": null,
|
|
@@ -1798,17 +1836,17 @@
|
|
|
1798
1836
|
"name": "Dimension",
|
|
1799
1837
|
"non_null": false
|
|
1800
1838
|
},
|
|
1801
|
-
"varName": "
|
|
1839
|
+
"varName": "dimension"
|
|
1802
1840
|
},
|
|
1803
|
-
"
|
|
1841
|
+
"measure": {
|
|
1804
1842
|
"defaultValue": null,
|
|
1805
1843
|
"description": null,
|
|
1806
1844
|
"id_str": "measures",
|
|
1807
1845
|
"name": "measures",
|
|
1808
1846
|
"path": "measures",
|
|
1809
|
-
"requestStr": "$
|
|
1847
|
+
"requestStr": "$measure:[Measure] ",
|
|
1810
1848
|
"required": false,
|
|
1811
|
-
"responseStr": "measures:$
|
|
1849
|
+
"responseStr": "measures:$measure ",
|
|
1812
1850
|
"type": {
|
|
1813
1851
|
"definition": {
|
|
1814
1852
|
"description": null,
|
|
@@ -2185,45 +2223,7 @@
|
|
|
2185
2223
|
"name": "Measure",
|
|
2186
2224
|
"non_null": false
|
|
2187
2225
|
},
|
|
2188
|
-
"varName": "
|
|
2189
|
-
},
|
|
2190
|
-
"accountID": {
|
|
2191
|
-
"defaultValue": null,
|
|
2192
|
-
"description": "Account ID",
|
|
2193
|
-
"id_str": "accountID",
|
|
2194
|
-
"name": "accountID",
|
|
2195
|
-
"path": "accountID",
|
|
2196
|
-
"requestStr": "$accountID:ID! ",
|
|
2197
|
-
"required": true,
|
|
2198
|
-
"responseStr": "accountID:$accountID ",
|
|
2199
|
-
"type": {
|
|
2200
|
-
"kind": [
|
|
2201
|
-
"NON_NULL",
|
|
2202
|
-
"SCALAR"
|
|
2203
|
-
],
|
|
2204
|
-
"name": "ID",
|
|
2205
|
-
"non_null": false
|
|
2206
|
-
},
|
|
2207
|
-
"varName": "accountID"
|
|
2208
|
-
},
|
|
2209
|
-
"buckets": {
|
|
2210
|
-
"defaultValue": null,
|
|
2211
|
-
"description": null,
|
|
2212
|
-
"id_str": "timeseries___buckets",
|
|
2213
|
-
"name": "buckets",
|
|
2214
|
-
"path": "timeseries.buckets",
|
|
2215
|
-
"requestStr": "$buckets:Int! ",
|
|
2216
|
-
"required": true,
|
|
2217
|
-
"responseStr": "buckets:$buckets ",
|
|
2218
|
-
"type": {
|
|
2219
|
-
"kind": [
|
|
2220
|
-
"NON_NULL",
|
|
2221
|
-
"SCALAR"
|
|
2222
|
-
],
|
|
2223
|
-
"name": "Int",
|
|
2224
|
-
"non_null": false
|
|
2225
|
-
},
|
|
2226
|
-
"varName": "buckets"
|
|
2226
|
+
"varName": "measure"
|
|
2227
2227
|
},
|
|
2228
2228
|
"perSecond": {
|
|
2229
2229
|
"defaultValue": "true",
|
|
@@ -2375,9 +2375,9 @@
|
|
|
2375
2375
|
"isDeprecated": false,
|
|
2376
2376
|
"name": "timeseries",
|
|
2377
2377
|
"path": "timeseries",
|
|
2378
|
-
"requestStr": "$
|
|
2378
|
+
"requestStr": "$timeseries:[Timeseries] ",
|
|
2379
2379
|
"required": false,
|
|
2380
|
-
"responseStr": "timeseries:$
|
|
2380
|
+
"responseStr": "timeseries:$timeseries ",
|
|
2381
2381
|
"type": {
|
|
2382
2382
|
"definition": {
|
|
2383
2383
|
"description": null,
|
|
@@ -2444,7 +2444,7 @@
|
|
|
2444
2444
|
"varName": "data"
|
|
2445
2445
|
},
|
|
2446
2446
|
"dimensions": {
|
|
2447
|
-
"alias": "
|
|
2447
|
+
"alias": "dimensionDataDimensions: dimensions",
|
|
2448
2448
|
"args": {},
|
|
2449
2449
|
"deprecationReason": null,
|
|
2450
2450
|
"description": "List of dimension values for this timeseries",
|
|
@@ -2452,9 +2452,9 @@
|
|
|
2452
2452
|
"isDeprecated": false,
|
|
2453
2453
|
"name": "dimensions",
|
|
2454
2454
|
"path": "timeseries.dimensions",
|
|
2455
|
-
"requestStr": "$
|
|
2455
|
+
"requestStr": "$dimensionData:[DimensionData] ",
|
|
2456
2456
|
"required": false,
|
|
2457
|
-
"responseStr": "dimensions:$
|
|
2457
|
+
"responseStr": "dimensions:$dimensionData ",
|
|
2458
2458
|
"type": {
|
|
2459
2459
|
"definition": {
|
|
2460
2460
|
"description": null,
|
|
@@ -2517,7 +2517,7 @@
|
|
|
2517
2517
|
"name": "DimensionData",
|
|
2518
2518
|
"non_null": false
|
|
2519
2519
|
},
|
|
2520
|
-
"varName": "
|
|
2520
|
+
"varName": "dimensionData"
|
|
2521
2521
|
},
|
|
2522
2522
|
"info": {
|
|
2523
2523
|
"args": {},
|
|
@@ -2542,7 +2542,7 @@
|
|
|
2542
2542
|
"varName": "info"
|
|
2543
2543
|
},
|
|
2544
2544
|
"key": {
|
|
2545
|
-
"alias": "
|
|
2545
|
+
"alias": "timeseriesKeyKey: key",
|
|
2546
2546
|
"args": {},
|
|
2547
2547
|
"deprecationReason": null,
|
|
2548
2548
|
"description": "Timeseries key: measure and dimension values",
|
|
@@ -2550,9 +2550,9 @@
|
|
|
2550
2550
|
"isDeprecated": false,
|
|
2551
2551
|
"name": "key",
|
|
2552
2552
|
"path": "timeseries.key",
|
|
2553
|
-
"requestStr": "$
|
|
2553
|
+
"requestStr": "$timeseriesKey:TimeseriesKey ",
|
|
2554
2554
|
"required": false,
|
|
2555
|
-
"responseStr": "key:$
|
|
2555
|
+
"responseStr": "key:$timeseriesKey ",
|
|
2556
2556
|
"type": {
|
|
2557
2557
|
"definition": {
|
|
2558
2558
|
"description": null,
|
|
@@ -2566,9 +2566,9 @@
|
|
|
2566
2566
|
"isDeprecated": false,
|
|
2567
2567
|
"name": "dimensions",
|
|
2568
2568
|
"path": "timeseries.key.dimensions",
|
|
2569
|
-
"requestStr": "$
|
|
2569
|
+
"requestStr": "$dimensionKey:[DimensionKey] ",
|
|
2570
2570
|
"required": false,
|
|
2571
|
-
"responseStr": "dimensions:$
|
|
2571
|
+
"responseStr": "dimensions:$dimensionKey ",
|
|
2572
2572
|
"type": {
|
|
2573
2573
|
"definition": {
|
|
2574
2574
|
"description": null,
|
|
@@ -2631,7 +2631,7 @@
|
|
|
2631
2631
|
"name": "DimensionKey",
|
|
2632
2632
|
"non_null": false
|
|
2633
2633
|
},
|
|
2634
|
-
"varName": "
|
|
2634
|
+
"varName": "dimensionKey"
|
|
2635
2635
|
},
|
|
2636
2636
|
"measureFieldName": {
|
|
2637
2637
|
"args": {},
|
|
@@ -2668,7 +2668,7 @@
|
|
|
2668
2668
|
"name": "TimeseriesKey",
|
|
2669
2669
|
"non_null": false
|
|
2670
2670
|
},
|
|
2671
|
-
"varName": "
|
|
2671
|
+
"varName": "timeseriesKey"
|
|
2672
2672
|
},
|
|
2673
2673
|
"label": {
|
|
2674
2674
|
"args": {},
|
|
@@ -2712,7 +2712,7 @@
|
|
|
2712
2712
|
"varName": "sum"
|
|
2713
2713
|
},
|
|
2714
2714
|
"units": {
|
|
2715
|
-
"alias": "
|
|
2715
|
+
"alias": "unitTypeUnits: units",
|
|
2716
2716
|
"args": {},
|
|
2717
2717
|
"deprecationReason": null,
|
|
2718
2718
|
"description": "Identifies what unit of data this timeseries represents. Note that toRate is only available for particular types\nof data to make sense.",
|
|
@@ -2826,7 +2826,7 @@
|
|
|
2826
2826
|
"name": "Timeseries",
|
|
2827
2827
|
"non_null": false
|
|
2828
2828
|
},
|
|
2829
|
-
"varName": "
|
|
2829
|
+
"varName": "timeseries"
|
|
2830
2830
|
},
|
|
2831
2831
|
"to": {
|
|
2832
2832
|
"args": {},
|
|
@@ -2863,7 +2863,7 @@
|
|
|
2863
2863
|
"non_null": false
|
|
2864
2864
|
},
|
|
2865
2865
|
"variablesPayload": {
|
|
2866
|
-
"
|
|
2866
|
+
"appStatsFilter": {
|
|
2867
2867
|
"fieldName": {
|
|
2868
2868
|
"fieldName": "enum(AppStatsFieldName)"
|
|
2869
2869
|
},
|
|
@@ -2876,12 +2876,13 @@
|
|
|
2876
2876
|
]
|
|
2877
2877
|
}
|
|
2878
2878
|
},
|
|
2879
|
-
"
|
|
2879
|
+
"buckets": "Int",
|
|
2880
|
+
"dimension": {
|
|
2880
2881
|
"fieldName": {
|
|
2881
2882
|
"fieldName": "enum(AppStatsFieldName)"
|
|
2882
2883
|
}
|
|
2883
2884
|
},
|
|
2884
|
-
"
|
|
2885
|
+
"measure": {
|
|
2885
2886
|
"aggType": {
|
|
2886
2887
|
"aggType": "enum(AggregationType)"
|
|
2887
2888
|
},
|
|
@@ -2892,7 +2893,6 @@
|
|
|
2892
2893
|
"trend": "Boolean"
|
|
2893
2894
|
}
|
|
2894
2895
|
},
|
|
2895
|
-
"buckets": "Int",
|
|
2896
2896
|
"perSecond": "Boolean",
|
|
2897
2897
|
"timeFrame": "TimeFrame",
|
|
2898
2898
|
"withMissingData": "Boolean"
|