catocli 1.0.13__py3-none-any.whl → 1.0.15__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 +15 -2
- catocli/__init__.py +1 -1
- catocli/parsers/custom/customLib.py +3 -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_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_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 +14 -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_removeIpsecIkeV2SiteTunnels/README.md +18 -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 +14 -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_removeIpsecIkeV2SiteTunnels/README.md +18 -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 +2 -2
- catocli/parsers/query_eventsTimeSeries/README.md +4 -4
- catocli/parsers/query_hardwareManagement/README.md +2 -2
- catocli/parsers/query_policy/README.md +3 -3
- catocli/parsers/query_xdr_stories/README.md +2 -2
- {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/METADATA +1 -1
- catocli-1.0.15.dist-info/RECORD +275 -0
- {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/top_level.txt +0 -2
- graphql_client/api_client_types.py +4 -0
- 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.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.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.addIpsecIkeV2Site.json +43 -43
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +505 -102
- models/mutation.site.addNetworkRange.json +53 -53
- models/mutation.site.addSocketSite.json +43 -43
- models/mutation.site.addStaticHost.json +33 -33
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +861 -0
- models/mutation.site.removeNetworkRange.json +3 -3
- models/mutation.site.removeSite.json +3 -3
- models/mutation.site.removeStaticHost.json +3 -3
- models/mutation.site.updateHa.json +54 -54
- models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +123 -123
- models/mutation.site.updateNetworkRange.json +74 -74
- models/mutation.site.updateSiteGeneralDetails.json +73 -73
- models/mutation.site.updateSocketInterface.json +282 -282
- models/mutation.site.updateStaticHost.json +54 -54
- models/mutation.sites.addIpsecIkeV2Site.json +43 -43
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +505 -102
- models/mutation.sites.addNetworkRange.json +53 -53
- models/mutation.sites.addSocketSite.json +43 -43
- models/mutation.sites.addStaticHost.json +33 -33
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +861 -0
- models/mutation.sites.removeNetworkRange.json +3 -3
- models/mutation.sites.removeSite.json +3 -3
- models/mutation.sites.removeStaticHost.json +3 -3
- models/mutation.sites.updateHa.json +54 -54
- models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +123 -123
- models/mutation.sites.updateNetworkRange.json +74 -74
- models/mutation.sites.updateSiteGeneralDetails.json +73 -73
- models/mutation.sites.updateSocketInterface.json +282 -282
- models/mutation.sites.updateStaticHost.json +54 -54
- models/query.accountManagement.json +355 -0
- models/query.accountMetrics.json +235 -235
- models/query.accountRoles.json +3 -3
- models/query.accountSnapshot.json +278 -118
- 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 +77 -77
- models/query.container.json +192 -192
- models/query.entityLookup.json +154 -154
- models/query.events.json +54 -54
- models/query.eventsFeed.json +38 -38
- models/query.eventsTimeSeries.json +78 -78
- models/query.hardwareManagement.json +125 -125
- models/query.licensing.json +933 -249
- models/query.policy.json +1502 -970
- models/query.xdr.stories.json +842 -842
- models/query.xdr.story.json +610 -610
- schema/catolib.py +12 -13
- build/lib/catocli/Utils/clidriver.py +0 -117
- build/lib/catocli/__init__.py +0 -2
- build/lib/catocli/__main__.py +0 -12
- build/lib/catocli/parsers/custom/__init__.py +0 -47
- build/lib/catocli/parsers/custom/customLib.py +0 -70
- build/lib/catocli/parsers/mutation_admin/__init__.py +0 -51
- build/lib/catocli/parsers/mutation_container/__init__.py +0 -23
- build/lib/catocli/parsers/mutation_policy/__init__.py +0 -357
- build/lib/catocli/parsers/mutation_site/__init__.py +0 -219
- build/lib/catocli/parsers/mutation_sites/__init__.py +0 -219
- build/lib/catocli/parsers/parserApiClient.py +0 -309
- build/lib/catocli/parsers/query_accountBySubdomain/__init__.py +0 -17
- build/lib/catocli/parsers/query_accountMetrics/__init__.py +0 -17
- build/lib/catocli/parsers/query_accountRoles/__init__.py +0 -17
- build/lib/catocli/parsers/query_accountSnapshot/__init__.py +0 -17
- build/lib/catocli/parsers/query_admin/__init__.py +0 -17
- build/lib/catocli/parsers/query_admins/__init__.py +0 -17
- build/lib/catocli/parsers/query_appStats/__init__.py +0 -17
- build/lib/catocli/parsers/query_appStatsTimeSeries/__init__.py +0 -17
- build/lib/catocli/parsers/query_auditFeed/__init__.py +0 -17
- build/lib/catocli/parsers/query_container/__init__.py +0 -17
- build/lib/catocli/parsers/query_entityLookup/__init__.py +0 -17
- build/lib/catocli/parsers/query_events/__init__.py +0 -17
- build/lib/catocli/parsers/query_eventsFeed/__init__.py +0 -17
- build/lib/catocli/parsers/query_eventsTimeSeries/__init__.py +0 -17
- build/lib/catocli/parsers/query_hardwareManagement/__init__.py +0 -17
- build/lib/catocli/parsers/query_licensing/__init__.py +0 -17
- build/lib/catocli/parsers/query_policy/__init__.py +0 -17
- build/lib/catocli/parsers/query_siteLocation/__init__.py +0 -17
- build/lib/catocli/parsers/query_subDomains/__init__.py +0 -17
- build/lib/catocli/parsers/query_xdr/__init__.py +0 -37
- build/lib/catocli/parsers/raw/__init__.py +0 -9
- build/lib/graphql_client/__init__.py +0 -11
- build/lib/graphql_client/api/__init__.py +0 -3
- build/lib/graphql_client/api/call_api.py +0 -73
- build/lib/graphql_client/api_client.py +0 -192
- build/lib/graphql_client/api_client_types.py +0 -404
- build/lib/graphql_client/configuration.py +0 -230
- build/lib/graphql_client/models/__init__.py +0 -13
- build/lib/graphql_client/models/no_schema.py +0 -71
- build/lib/schema/catolib.py +0 -1016
- build/lib/schema/importSchema.py +0 -60
- build/lib/vendor/certifi/__init__.py +0 -4
- build/lib/vendor/certifi/__main__.py +0 -12
- build/lib/vendor/certifi/core.py +0 -114
- build/lib/vendor/certifi/py.typed +0 -0
- build/lib/vendor/six.py +0 -998
- build/lib/vendor/urllib3/__init__.py +0 -211
- build/lib/vendor/urllib3/_base_connection.py +0 -172
- build/lib/vendor/urllib3/_collections.py +0 -483
- build/lib/vendor/urllib3/_request_methods.py +0 -278
- build/lib/vendor/urllib3/_version.py +0 -16
- build/lib/vendor/urllib3/connection.py +0 -1033
- build/lib/vendor/urllib3/connectionpool.py +0 -1182
- build/lib/vendor/urllib3/contrib/__init__.py +0 -0
- build/lib/vendor/urllib3/contrib/emscripten/__init__.py +0 -18
- build/lib/vendor/urllib3/contrib/emscripten/connection.py +0 -254
- build/lib/vendor/urllib3/contrib/emscripten/fetch.py +0 -418
- build/lib/vendor/urllib3/contrib/emscripten/request.py +0 -22
- build/lib/vendor/urllib3/contrib/emscripten/response.py +0 -285
- build/lib/vendor/urllib3/contrib/pyopenssl.py +0 -552
- build/lib/vendor/urllib3/contrib/socks.py +0 -228
- build/lib/vendor/urllib3/exceptions.py +0 -321
- build/lib/vendor/urllib3/fields.py +0 -341
- build/lib/vendor/urllib3/filepost.py +0 -89
- build/lib/vendor/urllib3/http2/__init__.py +0 -53
- build/lib/vendor/urllib3/http2/connection.py +0 -356
- build/lib/vendor/urllib3/http2/probe.py +0 -87
- build/lib/vendor/urllib3/poolmanager.py +0 -637
- build/lib/vendor/urllib3/py.typed +0 -2
- build/lib/vendor/urllib3/response.py +0 -1265
- build/lib/vendor/urllib3/util/__init__.py +0 -42
- build/lib/vendor/urllib3/util/connection.py +0 -137
- build/lib/vendor/urllib3/util/proxy.py +0 -43
- build/lib/vendor/urllib3/util/request.py +0 -256
- build/lib/vendor/urllib3/util/response.py +0 -101
- build/lib/vendor/urllib3/util/retry.py +0 -533
- build/lib/vendor/urllib3/util/ssl_.py +0 -513
- build/lib/vendor/urllib3/util/ssl_match_hostname.py +0 -159
- build/lib/vendor/urllib3/util/ssltransport.py +0 -276
- build/lib/vendor/urllib3/util/timeout.py +0 -275
- build/lib/vendor/urllib3/util/url.py +0 -471
- build/lib/vendor/urllib3/util/util.py +0 -42
- build/lib/vendor/urllib3/util/wait.py +0 -124
- catocli-1.0.13.dist-info/RECORD +0 -344
- {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/LICENSE +0 -0
- {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/WHEEL +0 -0
- {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/entry_points.txt +0 -0
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"id_str": "dimensions",
|
|
26
26
|
"name": "dimensions",
|
|
27
27
|
"path": "dimensions",
|
|
28
|
-
"requestStr": "$
|
|
28
|
+
"requestStr": "$eventsDimension:[EventsDimension] ",
|
|
29
29
|
"required": false,
|
|
30
|
-
"responseStr": "dimensions:$
|
|
30
|
+
"responseStr": "dimensions:$eventsDimension ",
|
|
31
31
|
"type": {
|
|
32
32
|
"definition": {
|
|
33
33
|
"description": null,
|
|
@@ -1417,7 +1417,7 @@
|
|
|
1417
1417
|
"name": "EventsDimension",
|
|
1418
1418
|
"non_null": false
|
|
1419
1419
|
},
|
|
1420
|
-
"varName": "
|
|
1420
|
+
"varName": "eventsDimension"
|
|
1421
1421
|
},
|
|
1422
1422
|
"filters": {
|
|
1423
1423
|
"defaultValue": null,
|
|
@@ -1425,9 +1425,9 @@
|
|
|
1425
1425
|
"id_str": "filters",
|
|
1426
1426
|
"name": "filters",
|
|
1427
1427
|
"path": "filters",
|
|
1428
|
-
"requestStr": "$
|
|
1428
|
+
"requestStr": "$eventsFilter:[EventsFilter!] ",
|
|
1429
1429
|
"required": false,
|
|
1430
|
-
"responseStr": "filters:$
|
|
1430
|
+
"responseStr": "filters:$eventsFilter ",
|
|
1431
1431
|
"type": {
|
|
1432
1432
|
"definition": {
|
|
1433
1433
|
"description": null,
|
|
@@ -2942,7 +2942,7 @@
|
|
|
2942
2942
|
"name": "EventsFilter",
|
|
2943
2943
|
"non_null": false
|
|
2944
2944
|
},
|
|
2945
|
-
"varName": "
|
|
2945
|
+
"varName": "eventsFilter"
|
|
2946
2946
|
},
|
|
2947
2947
|
"measures": {
|
|
2948
2948
|
"defaultValue": null,
|
|
@@ -2950,9 +2950,9 @@
|
|
|
2950
2950
|
"id_str": "measures",
|
|
2951
2951
|
"name": "measures",
|
|
2952
2952
|
"path": "measures",
|
|
2953
|
-
"requestStr": "$
|
|
2953
|
+
"requestStr": "$eventsMeasure:[EventsMeasure] ",
|
|
2954
2954
|
"required": false,
|
|
2955
|
-
"responseStr": "measures:$
|
|
2955
|
+
"responseStr": "measures:$eventsMeasure ",
|
|
2956
2956
|
"type": {
|
|
2957
2957
|
"definition": {
|
|
2958
2958
|
"description": null,
|
|
@@ -4451,7 +4451,7 @@
|
|
|
4451
4451
|
"name": "EventsMeasure",
|
|
4452
4452
|
"non_null": false
|
|
4453
4453
|
},
|
|
4454
|
-
"varName": "
|
|
4454
|
+
"varName": "eventsMeasure"
|
|
4455
4455
|
},
|
|
4456
4456
|
"timeFrame": {
|
|
4457
4457
|
"defaultValue": null,
|
|
@@ -4485,15 +4485,53 @@
|
|
|
4485
4485
|
"isDeprecated": false,
|
|
4486
4486
|
"name": "eventsTimeSeries",
|
|
4487
4487
|
"operationArgs": {
|
|
4488
|
-
"
|
|
4488
|
+
"accountID": {
|
|
4489
|
+
"defaultValue": null,
|
|
4490
|
+
"description": "Account ID",
|
|
4491
|
+
"id_str": "accountID",
|
|
4492
|
+
"name": "accountID",
|
|
4493
|
+
"path": "accountID",
|
|
4494
|
+
"requestStr": "$accountID:ID! ",
|
|
4495
|
+
"required": true,
|
|
4496
|
+
"responseStr": "accountID:$accountID ",
|
|
4497
|
+
"type": {
|
|
4498
|
+
"kind": [
|
|
4499
|
+
"NON_NULL",
|
|
4500
|
+
"SCALAR"
|
|
4501
|
+
],
|
|
4502
|
+
"name": "ID",
|
|
4503
|
+
"non_null": false
|
|
4504
|
+
},
|
|
4505
|
+
"varName": "accountID"
|
|
4506
|
+
},
|
|
4507
|
+
"buckets": {
|
|
4508
|
+
"defaultValue": null,
|
|
4509
|
+
"description": null,
|
|
4510
|
+
"id_str": "timeseries___buckets",
|
|
4511
|
+
"name": "buckets",
|
|
4512
|
+
"path": "timeseries.buckets",
|
|
4513
|
+
"requestStr": "$buckets:Int! ",
|
|
4514
|
+
"required": true,
|
|
4515
|
+
"responseStr": "buckets:$buckets ",
|
|
4516
|
+
"type": {
|
|
4517
|
+
"kind": [
|
|
4518
|
+
"NON_NULL",
|
|
4519
|
+
"SCALAR"
|
|
4520
|
+
],
|
|
4521
|
+
"name": "Int",
|
|
4522
|
+
"non_null": false
|
|
4523
|
+
},
|
|
4524
|
+
"varName": "buckets"
|
|
4525
|
+
},
|
|
4526
|
+
"eventsDimension": {
|
|
4489
4527
|
"defaultValue": null,
|
|
4490
4528
|
"description": null,
|
|
4491
4529
|
"id_str": "dimensions",
|
|
4492
4530
|
"name": "dimensions",
|
|
4493
4531
|
"path": "dimensions",
|
|
4494
|
-
"requestStr": "$
|
|
4532
|
+
"requestStr": "$eventsDimension:[EventsDimension] ",
|
|
4495
4533
|
"required": false,
|
|
4496
|
-
"responseStr": "dimensions:$
|
|
4534
|
+
"responseStr": "dimensions:$eventsDimension ",
|
|
4497
4535
|
"type": {
|
|
4498
4536
|
"definition": {
|
|
4499
4537
|
"description": null,
|
|
@@ -5883,17 +5921,17 @@
|
|
|
5883
5921
|
"name": "EventsDimension",
|
|
5884
5922
|
"non_null": false
|
|
5885
5923
|
},
|
|
5886
|
-
"varName": "
|
|
5924
|
+
"varName": "eventsDimension"
|
|
5887
5925
|
},
|
|
5888
|
-
"
|
|
5926
|
+
"eventsFilter": {
|
|
5889
5927
|
"defaultValue": null,
|
|
5890
5928
|
"description": null,
|
|
5891
5929
|
"id_str": "filters",
|
|
5892
5930
|
"name": "filters",
|
|
5893
5931
|
"path": "filters",
|
|
5894
|
-
"requestStr": "$
|
|
5932
|
+
"requestStr": "$eventsFilter:[EventsFilter!] ",
|
|
5895
5933
|
"required": false,
|
|
5896
|
-
"responseStr": "filters:$
|
|
5934
|
+
"responseStr": "filters:$eventsFilter ",
|
|
5897
5935
|
"type": {
|
|
5898
5936
|
"definition": {
|
|
5899
5937
|
"description": null,
|
|
@@ -7408,17 +7446,17 @@
|
|
|
7408
7446
|
"name": "EventsFilter",
|
|
7409
7447
|
"non_null": false
|
|
7410
7448
|
},
|
|
7411
|
-
"varName": "
|
|
7449
|
+
"varName": "eventsFilter"
|
|
7412
7450
|
},
|
|
7413
|
-
"
|
|
7451
|
+
"eventsMeasure": {
|
|
7414
7452
|
"defaultValue": null,
|
|
7415
7453
|
"description": null,
|
|
7416
7454
|
"id_str": "measures",
|
|
7417
7455
|
"name": "measures",
|
|
7418
7456
|
"path": "measures",
|
|
7419
|
-
"requestStr": "$
|
|
7457
|
+
"requestStr": "$eventsMeasure:[EventsMeasure] ",
|
|
7420
7458
|
"required": false,
|
|
7421
|
-
"responseStr": "measures:$
|
|
7459
|
+
"responseStr": "measures:$eventsMeasure ",
|
|
7422
7460
|
"type": {
|
|
7423
7461
|
"definition": {
|
|
7424
7462
|
"description": null,
|
|
@@ -8917,45 +8955,7 @@
|
|
|
8917
8955
|
"name": "EventsMeasure",
|
|
8918
8956
|
"non_null": false
|
|
8919
8957
|
},
|
|
8920
|
-
"varName": "
|
|
8921
|
-
},
|
|
8922
|
-
"accountID": {
|
|
8923
|
-
"defaultValue": null,
|
|
8924
|
-
"description": "Account ID",
|
|
8925
|
-
"id_str": "accountID",
|
|
8926
|
-
"name": "accountID",
|
|
8927
|
-
"path": "accountID",
|
|
8928
|
-
"requestStr": "$accountID:ID! ",
|
|
8929
|
-
"required": true,
|
|
8930
|
-
"responseStr": "accountID:$accountID ",
|
|
8931
|
-
"type": {
|
|
8932
|
-
"kind": [
|
|
8933
|
-
"NON_NULL",
|
|
8934
|
-
"SCALAR"
|
|
8935
|
-
],
|
|
8936
|
-
"name": "ID",
|
|
8937
|
-
"non_null": false
|
|
8938
|
-
},
|
|
8939
|
-
"varName": "accountID"
|
|
8940
|
-
},
|
|
8941
|
-
"buckets": {
|
|
8942
|
-
"defaultValue": null,
|
|
8943
|
-
"description": null,
|
|
8944
|
-
"id_str": "timeseries___buckets",
|
|
8945
|
-
"name": "buckets",
|
|
8946
|
-
"path": "timeseries.buckets",
|
|
8947
|
-
"requestStr": "$buckets:Int! ",
|
|
8948
|
-
"required": true,
|
|
8949
|
-
"responseStr": "buckets:$buckets ",
|
|
8950
|
-
"type": {
|
|
8951
|
-
"kind": [
|
|
8952
|
-
"NON_NULL",
|
|
8953
|
-
"SCALAR"
|
|
8954
|
-
],
|
|
8955
|
-
"name": "Int",
|
|
8956
|
-
"non_null": false
|
|
8957
|
-
},
|
|
8958
|
-
"varName": "buckets"
|
|
8958
|
+
"varName": "eventsMeasure"
|
|
8959
8959
|
},
|
|
8960
8960
|
"perSecond": {
|
|
8961
8961
|
"defaultValue": "true",
|
|
@@ -9107,9 +9107,9 @@
|
|
|
9107
9107
|
"isDeprecated": false,
|
|
9108
9108
|
"name": "timeseries",
|
|
9109
9109
|
"path": "timeseries",
|
|
9110
|
-
"requestStr": "$
|
|
9110
|
+
"requestStr": "$timeseries:[Timeseries] ",
|
|
9111
9111
|
"required": false,
|
|
9112
|
-
"responseStr": "timeseries:$
|
|
9112
|
+
"responseStr": "timeseries:$timeseries ",
|
|
9113
9113
|
"type": {
|
|
9114
9114
|
"definition": {
|
|
9115
9115
|
"description": null,
|
|
@@ -9176,7 +9176,7 @@
|
|
|
9176
9176
|
"varName": "data"
|
|
9177
9177
|
},
|
|
9178
9178
|
"dimensions": {
|
|
9179
|
-
"alias": "
|
|
9179
|
+
"alias": "dimensionDataDimensions: dimensions",
|
|
9180
9180
|
"args": {},
|
|
9181
9181
|
"deprecationReason": null,
|
|
9182
9182
|
"description": "List of dimension values for this timeseries",
|
|
@@ -9184,9 +9184,9 @@
|
|
|
9184
9184
|
"isDeprecated": false,
|
|
9185
9185
|
"name": "dimensions",
|
|
9186
9186
|
"path": "timeseries.dimensions",
|
|
9187
|
-
"requestStr": "$
|
|
9187
|
+
"requestStr": "$dimensionData:[DimensionData] ",
|
|
9188
9188
|
"required": false,
|
|
9189
|
-
"responseStr": "dimensions:$
|
|
9189
|
+
"responseStr": "dimensions:$dimensionData ",
|
|
9190
9190
|
"type": {
|
|
9191
9191
|
"definition": {
|
|
9192
9192
|
"description": null,
|
|
@@ -9249,7 +9249,7 @@
|
|
|
9249
9249
|
"name": "DimensionData",
|
|
9250
9250
|
"non_null": false
|
|
9251
9251
|
},
|
|
9252
|
-
"varName": "
|
|
9252
|
+
"varName": "dimensionData"
|
|
9253
9253
|
},
|
|
9254
9254
|
"info": {
|
|
9255
9255
|
"args": {},
|
|
@@ -9274,7 +9274,7 @@
|
|
|
9274
9274
|
"varName": "info"
|
|
9275
9275
|
},
|
|
9276
9276
|
"key": {
|
|
9277
|
-
"alias": "
|
|
9277
|
+
"alias": "timeseriesKeyKey: key",
|
|
9278
9278
|
"args": {},
|
|
9279
9279
|
"deprecationReason": null,
|
|
9280
9280
|
"description": "Timeseries key: measure and dimension values",
|
|
@@ -9282,9 +9282,9 @@
|
|
|
9282
9282
|
"isDeprecated": false,
|
|
9283
9283
|
"name": "key",
|
|
9284
9284
|
"path": "timeseries.key",
|
|
9285
|
-
"requestStr": "$
|
|
9285
|
+
"requestStr": "$timeseriesKey:TimeseriesKey ",
|
|
9286
9286
|
"required": false,
|
|
9287
|
-
"responseStr": "key:$
|
|
9287
|
+
"responseStr": "key:$timeseriesKey ",
|
|
9288
9288
|
"type": {
|
|
9289
9289
|
"definition": {
|
|
9290
9290
|
"description": null,
|
|
@@ -9298,9 +9298,9 @@
|
|
|
9298
9298
|
"isDeprecated": false,
|
|
9299
9299
|
"name": "dimensions",
|
|
9300
9300
|
"path": "timeseries.key.dimensions",
|
|
9301
|
-
"requestStr": "$
|
|
9301
|
+
"requestStr": "$dimensionKey:[DimensionKey] ",
|
|
9302
9302
|
"required": false,
|
|
9303
|
-
"responseStr": "dimensions:$
|
|
9303
|
+
"responseStr": "dimensions:$dimensionKey ",
|
|
9304
9304
|
"type": {
|
|
9305
9305
|
"definition": {
|
|
9306
9306
|
"description": null,
|
|
@@ -9363,7 +9363,7 @@
|
|
|
9363
9363
|
"name": "DimensionKey",
|
|
9364
9364
|
"non_null": false
|
|
9365
9365
|
},
|
|
9366
|
-
"varName": "
|
|
9366
|
+
"varName": "dimensionKey"
|
|
9367
9367
|
},
|
|
9368
9368
|
"measureFieldName": {
|
|
9369
9369
|
"args": {},
|
|
@@ -9400,7 +9400,7 @@
|
|
|
9400
9400
|
"name": "TimeseriesKey",
|
|
9401
9401
|
"non_null": false
|
|
9402
9402
|
},
|
|
9403
|
-
"varName": "
|
|
9403
|
+
"varName": "timeseriesKey"
|
|
9404
9404
|
},
|
|
9405
9405
|
"label": {
|
|
9406
9406
|
"args": {},
|
|
@@ -9444,7 +9444,7 @@
|
|
|
9444
9444
|
"varName": "sum"
|
|
9445
9445
|
},
|
|
9446
9446
|
"units": {
|
|
9447
|
-
"alias": "
|
|
9447
|
+
"alias": "unitTypeUnits: units",
|
|
9448
9448
|
"args": {},
|
|
9449
9449
|
"deprecationReason": null,
|
|
9450
9450
|
"description": "Identifies what unit of data this timeseries represents. Note that toRate is only available for particular types\nof data to make sense.",
|
|
@@ -9558,7 +9558,7 @@
|
|
|
9558
9558
|
"name": "Timeseries",
|
|
9559
9559
|
"non_null": false
|
|
9560
9560
|
},
|
|
9561
|
-
"varName": "
|
|
9561
|
+
"varName": "timeseries"
|
|
9562
9562
|
},
|
|
9563
9563
|
"to": {
|
|
9564
9564
|
"args": {},
|
|
@@ -9595,12 +9595,13 @@
|
|
|
9595
9595
|
"non_null": false
|
|
9596
9596
|
},
|
|
9597
9597
|
"variablesPayload": {
|
|
9598
|
-
"
|
|
9598
|
+
"buckets": "Int",
|
|
9599
|
+
"eventsDimension": {
|
|
9599
9600
|
"fieldName": {
|
|
9600
9601
|
"fieldName": "enum(EventFieldName)"
|
|
9601
9602
|
}
|
|
9602
9603
|
},
|
|
9603
|
-
"
|
|
9604
|
+
"eventsFilter": {
|
|
9604
9605
|
"fieldName": {
|
|
9605
9606
|
"fieldName": "enum(EventFieldName)"
|
|
9606
9607
|
},
|
|
@@ -9613,7 +9614,7 @@
|
|
|
9613
9614
|
]
|
|
9614
9615
|
}
|
|
9615
9616
|
},
|
|
9616
|
-
"
|
|
9617
|
+
"eventsMeasure": {
|
|
9617
9618
|
"aggType": {
|
|
9618
9619
|
"aggType": "enum(AggregationType)"
|
|
9619
9620
|
},
|
|
@@ -9624,7 +9625,6 @@
|
|
|
9624
9625
|
"trend": "Boolean"
|
|
9625
9626
|
}
|
|
9626
9627
|
},
|
|
9627
|
-
"buckets": "Int",
|
|
9628
9628
|
"perSecond": "Boolean",
|
|
9629
9629
|
"timeFrame": "TimeFrame",
|
|
9630
9630
|
"withMissingData": "Boolean"
|