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
models/query.accountMetrics.json
CHANGED
|
@@ -566,16 +566,16 @@
|
|
|
566
566
|
"isDeprecated": false,
|
|
567
567
|
"name": "sites",
|
|
568
568
|
"path": "sites",
|
|
569
|
-
"requestStr": "$
|
|
569
|
+
"requestStr": "$siteMetrics:[SiteMetrics] ",
|
|
570
570
|
"required": false,
|
|
571
|
-
"responseStr": "sites:$
|
|
571
|
+
"responseStr": "sites:$siteMetrics ",
|
|
572
572
|
"type": {
|
|
573
573
|
"definition": {
|
|
574
574
|
"description": null,
|
|
575
575
|
"enumValues": null,
|
|
576
576
|
"fields": {
|
|
577
577
|
"flowCount": {
|
|
578
|
-
"alias": "
|
|
578
|
+
"alias": "timeseriesFlowCount: flowCount",
|
|
579
579
|
"args": {},
|
|
580
580
|
"deprecationReason": null,
|
|
581
581
|
"description": "Timeseries with the number of flows (connections) in the site. Applicable only for site",
|
|
@@ -583,9 +583,9 @@
|
|
|
583
583
|
"isDeprecated": false,
|
|
584
584
|
"name": "flowCount",
|
|
585
585
|
"path": "sites.flowCount",
|
|
586
|
-
"requestStr": "$
|
|
586
|
+
"requestStr": "$timeseries:Timeseries ",
|
|
587
587
|
"required": false,
|
|
588
|
-
"responseStr": "flowCount:$
|
|
588
|
+
"responseStr": "flowCount:$timeseries ",
|
|
589
589
|
"type": {
|
|
590
590
|
"definition": {
|
|
591
591
|
"description": null,
|
|
@@ -659,9 +659,9 @@
|
|
|
659
659
|
"isDeprecated": false,
|
|
660
660
|
"name": "dimensions",
|
|
661
661
|
"path": "sites.flowCount.dimensions",
|
|
662
|
-
"requestStr": "$
|
|
662
|
+
"requestStr": "$dimensionData:[DimensionData] ",
|
|
663
663
|
"required": false,
|
|
664
|
-
"responseStr": "dimensions:$
|
|
664
|
+
"responseStr": "dimensions:$dimensionData ",
|
|
665
665
|
"type": {
|
|
666
666
|
"definition": {
|
|
667
667
|
"description": null,
|
|
@@ -724,7 +724,7 @@
|
|
|
724
724
|
"name": "DimensionData",
|
|
725
725
|
"non_null": false
|
|
726
726
|
},
|
|
727
|
-
"varName": "
|
|
727
|
+
"varName": "dimensionData"
|
|
728
728
|
},
|
|
729
729
|
"info": {
|
|
730
730
|
"args": {},
|
|
@@ -756,9 +756,9 @@
|
|
|
756
756
|
"isDeprecated": false,
|
|
757
757
|
"name": "key",
|
|
758
758
|
"path": "sites.flowCount.key",
|
|
759
|
-
"requestStr": "$
|
|
759
|
+
"requestStr": "$timeseriesKey:TimeseriesKey ",
|
|
760
760
|
"required": false,
|
|
761
|
-
"responseStr": "key:$
|
|
761
|
+
"responseStr": "key:$timeseriesKey ",
|
|
762
762
|
"type": {
|
|
763
763
|
"definition": {
|
|
764
764
|
"description": null,
|
|
@@ -772,9 +772,9 @@
|
|
|
772
772
|
"isDeprecated": false,
|
|
773
773
|
"name": "dimensions",
|
|
774
774
|
"path": "sites.flowCount.key.dimensions",
|
|
775
|
-
"requestStr": "$
|
|
775
|
+
"requestStr": "$dimensionKey:[DimensionKey] ",
|
|
776
776
|
"required": false,
|
|
777
|
-
"responseStr": "dimensions:$
|
|
777
|
+
"responseStr": "dimensions:$dimensionKey ",
|
|
778
778
|
"type": {
|
|
779
779
|
"definition": {
|
|
780
780
|
"description": null,
|
|
@@ -837,7 +837,7 @@
|
|
|
837
837
|
"name": "DimensionKey",
|
|
838
838
|
"non_null": false
|
|
839
839
|
},
|
|
840
|
-
"varName": "
|
|
840
|
+
"varName": "dimensionKey"
|
|
841
841
|
},
|
|
842
842
|
"measureFieldName": {
|
|
843
843
|
"args": {},
|
|
@@ -874,7 +874,7 @@
|
|
|
874
874
|
"name": "TimeseriesKey",
|
|
875
875
|
"non_null": false
|
|
876
876
|
},
|
|
877
|
-
"varName": "
|
|
877
|
+
"varName": "timeseriesKey"
|
|
878
878
|
},
|
|
879
879
|
"label": {
|
|
880
880
|
"args": {},
|
|
@@ -1029,10 +1029,10 @@
|
|
|
1029
1029
|
"name": "Timeseries",
|
|
1030
1030
|
"non_null": false
|
|
1031
1031
|
},
|
|
1032
|
-
"varName": "
|
|
1032
|
+
"varName": "timeseries"
|
|
1033
1033
|
},
|
|
1034
1034
|
"hostCount": {
|
|
1035
|
-
"alias": "
|
|
1035
|
+
"alias": "timeseriesHostCount: hostCount",
|
|
1036
1036
|
"args": {},
|
|
1037
1037
|
"deprecationReason": null,
|
|
1038
1038
|
"description": "Timeseries with the number of hosts in the site. Applicable only for site",
|
|
@@ -1040,9 +1040,9 @@
|
|
|
1040
1040
|
"isDeprecated": false,
|
|
1041
1041
|
"name": "hostCount",
|
|
1042
1042
|
"path": "sites.hostCount",
|
|
1043
|
-
"requestStr": "$
|
|
1043
|
+
"requestStr": "$timeseries:Timeseries ",
|
|
1044
1044
|
"required": false,
|
|
1045
|
-
"responseStr": "hostCount:$
|
|
1045
|
+
"responseStr": "hostCount:$timeseries ",
|
|
1046
1046
|
"type": {
|
|
1047
1047
|
"definition": {
|
|
1048
1048
|
"description": null,
|
|
@@ -1116,9 +1116,9 @@
|
|
|
1116
1116
|
"isDeprecated": false,
|
|
1117
1117
|
"name": "dimensions",
|
|
1118
1118
|
"path": "sites.hostCount.dimensions",
|
|
1119
|
-
"requestStr": "$
|
|
1119
|
+
"requestStr": "$dimensionData:[DimensionData] ",
|
|
1120
1120
|
"required": false,
|
|
1121
|
-
"responseStr": "dimensions:$
|
|
1121
|
+
"responseStr": "dimensions:$dimensionData ",
|
|
1122
1122
|
"type": {
|
|
1123
1123
|
"definition": {
|
|
1124
1124
|
"description": null,
|
|
@@ -1181,7 +1181,7 @@
|
|
|
1181
1181
|
"name": "DimensionData",
|
|
1182
1182
|
"non_null": false
|
|
1183
1183
|
},
|
|
1184
|
-
"varName": "
|
|
1184
|
+
"varName": "dimensionData"
|
|
1185
1185
|
},
|
|
1186
1186
|
"info": {
|
|
1187
1187
|
"args": {},
|
|
@@ -1213,9 +1213,9 @@
|
|
|
1213
1213
|
"isDeprecated": false,
|
|
1214
1214
|
"name": "key",
|
|
1215
1215
|
"path": "sites.hostCount.key",
|
|
1216
|
-
"requestStr": "$
|
|
1216
|
+
"requestStr": "$timeseriesKey:TimeseriesKey ",
|
|
1217
1217
|
"required": false,
|
|
1218
|
-
"responseStr": "key:$
|
|
1218
|
+
"responseStr": "key:$timeseriesKey ",
|
|
1219
1219
|
"type": {
|
|
1220
1220
|
"definition": {
|
|
1221
1221
|
"description": null,
|
|
@@ -1229,9 +1229,9 @@
|
|
|
1229
1229
|
"isDeprecated": false,
|
|
1230
1230
|
"name": "dimensions",
|
|
1231
1231
|
"path": "sites.hostCount.key.dimensions",
|
|
1232
|
-
"requestStr": "$
|
|
1232
|
+
"requestStr": "$dimensionKey:[DimensionKey] ",
|
|
1233
1233
|
"required": false,
|
|
1234
|
-
"responseStr": "dimensions:$
|
|
1234
|
+
"responseStr": "dimensions:$dimensionKey ",
|
|
1235
1235
|
"type": {
|
|
1236
1236
|
"definition": {
|
|
1237
1237
|
"description": null,
|
|
@@ -1294,7 +1294,7 @@
|
|
|
1294
1294
|
"name": "DimensionKey",
|
|
1295
1295
|
"non_null": false
|
|
1296
1296
|
},
|
|
1297
|
-
"varName": "
|
|
1297
|
+
"varName": "dimensionKey"
|
|
1298
1298
|
},
|
|
1299
1299
|
"measureFieldName": {
|
|
1300
1300
|
"args": {},
|
|
@@ -1331,7 +1331,7 @@
|
|
|
1331
1331
|
"name": "TimeseriesKey",
|
|
1332
1332
|
"non_null": false
|
|
1333
1333
|
},
|
|
1334
|
-
"varName": "
|
|
1334
|
+
"varName": "timeseriesKey"
|
|
1335
1335
|
},
|
|
1336
1336
|
"label": {
|
|
1337
1337
|
"args": {},
|
|
@@ -1486,10 +1486,10 @@
|
|
|
1486
1486
|
"name": "Timeseries",
|
|
1487
1487
|
"non_null": false
|
|
1488
1488
|
},
|
|
1489
|
-
"varName": "
|
|
1489
|
+
"varName": "timeseries"
|
|
1490
1490
|
},
|
|
1491
1491
|
"hostLimit": {
|
|
1492
|
-
"alias": "
|
|
1492
|
+
"alias": "timeseriesHostLimit: hostLimit",
|
|
1493
1493
|
"args": {},
|
|
1494
1494
|
"deprecationReason": null,
|
|
1495
1495
|
"description": "Timeseries with the configurable limit of the number of hosts in the site. Applicable only for site",
|
|
@@ -1497,9 +1497,9 @@
|
|
|
1497
1497
|
"isDeprecated": false,
|
|
1498
1498
|
"name": "hostLimit",
|
|
1499
1499
|
"path": "sites.hostLimit",
|
|
1500
|
-
"requestStr": "$
|
|
1500
|
+
"requestStr": "$timeseries:Timeseries ",
|
|
1501
1501
|
"required": false,
|
|
1502
|
-
"responseStr": "hostLimit:$
|
|
1502
|
+
"responseStr": "hostLimit:$timeseries ",
|
|
1503
1503
|
"type": {
|
|
1504
1504
|
"definition": {
|
|
1505
1505
|
"description": null,
|
|
@@ -1573,9 +1573,9 @@
|
|
|
1573
1573
|
"isDeprecated": false,
|
|
1574
1574
|
"name": "dimensions",
|
|
1575
1575
|
"path": "sites.hostLimit.dimensions",
|
|
1576
|
-
"requestStr": "$
|
|
1576
|
+
"requestStr": "$dimensionData:[DimensionData] ",
|
|
1577
1577
|
"required": false,
|
|
1578
|
-
"responseStr": "dimensions:$
|
|
1578
|
+
"responseStr": "dimensions:$dimensionData ",
|
|
1579
1579
|
"type": {
|
|
1580
1580
|
"definition": {
|
|
1581
1581
|
"description": null,
|
|
@@ -1638,7 +1638,7 @@
|
|
|
1638
1638
|
"name": "DimensionData",
|
|
1639
1639
|
"non_null": false
|
|
1640
1640
|
},
|
|
1641
|
-
"varName": "
|
|
1641
|
+
"varName": "dimensionData"
|
|
1642
1642
|
},
|
|
1643
1643
|
"info": {
|
|
1644
1644
|
"args": {},
|
|
@@ -1670,9 +1670,9 @@
|
|
|
1670
1670
|
"isDeprecated": false,
|
|
1671
1671
|
"name": "key",
|
|
1672
1672
|
"path": "sites.hostLimit.key",
|
|
1673
|
-
"requestStr": "$
|
|
1673
|
+
"requestStr": "$timeseriesKey:TimeseriesKey ",
|
|
1674
1674
|
"required": false,
|
|
1675
|
-
"responseStr": "key:$
|
|
1675
|
+
"responseStr": "key:$timeseriesKey ",
|
|
1676
1676
|
"type": {
|
|
1677
1677
|
"definition": {
|
|
1678
1678
|
"description": null,
|
|
@@ -1686,9 +1686,9 @@
|
|
|
1686
1686
|
"isDeprecated": false,
|
|
1687
1687
|
"name": "dimensions",
|
|
1688
1688
|
"path": "sites.hostLimit.key.dimensions",
|
|
1689
|
-
"requestStr": "$
|
|
1689
|
+
"requestStr": "$dimensionKey:[DimensionKey] ",
|
|
1690
1690
|
"required": false,
|
|
1691
|
-
"responseStr": "dimensions:$
|
|
1691
|
+
"responseStr": "dimensions:$dimensionKey ",
|
|
1692
1692
|
"type": {
|
|
1693
1693
|
"definition": {
|
|
1694
1694
|
"description": null,
|
|
@@ -1751,7 +1751,7 @@
|
|
|
1751
1751
|
"name": "DimensionKey",
|
|
1752
1752
|
"non_null": false
|
|
1753
1753
|
},
|
|
1754
|
-
"varName": "
|
|
1754
|
+
"varName": "dimensionKey"
|
|
1755
1755
|
},
|
|
1756
1756
|
"measureFieldName": {
|
|
1757
1757
|
"args": {},
|
|
@@ -1788,7 +1788,7 @@
|
|
|
1788
1788
|
"name": "TimeseriesKey",
|
|
1789
1789
|
"non_null": false
|
|
1790
1790
|
},
|
|
1791
|
-
"varName": "
|
|
1791
|
+
"varName": "timeseriesKey"
|
|
1792
1792
|
},
|
|
1793
1793
|
"label": {
|
|
1794
1794
|
"args": {},
|
|
@@ -1943,7 +1943,7 @@
|
|
|
1943
1943
|
"name": "Timeseries",
|
|
1944
1944
|
"non_null": false
|
|
1945
1945
|
},
|
|
1946
|
-
"varName": "
|
|
1946
|
+
"varName": "timeseries"
|
|
1947
1947
|
},
|
|
1948
1948
|
"id": {
|
|
1949
1949
|
"args": {},
|
|
@@ -1966,7 +1966,7 @@
|
|
|
1966
1966
|
"varName": "id"
|
|
1967
1967
|
},
|
|
1968
1968
|
"info": {
|
|
1969
|
-
"alias": "
|
|
1969
|
+
"alias": "siteInfoInfo: info",
|
|
1970
1970
|
"args": {},
|
|
1971
1971
|
"deprecationReason": null,
|
|
1972
1972
|
"description": "Shows general information about the site (array with nested fields). Applicable only for site",
|
|
@@ -1974,9 +1974,9 @@
|
|
|
1974
1974
|
"isDeprecated": false,
|
|
1975
1975
|
"name": "info",
|
|
1976
1976
|
"path": "sites.info",
|
|
1977
|
-
"requestStr": "$
|
|
1977
|
+
"requestStr": "$siteInfo:SiteInfo ",
|
|
1978
1978
|
"required": false,
|
|
1979
|
-
"responseStr": "info:$
|
|
1979
|
+
"responseStr": "info:$siteInfo ",
|
|
1980
1980
|
"type": {
|
|
1981
1981
|
"definition": {
|
|
1982
1982
|
"description": "Basic Site configuration information",
|
|
@@ -2214,9 +2214,9 @@
|
|
|
2214
2214
|
"isDeprecated": false,
|
|
2215
2215
|
"name": "interfaces",
|
|
2216
2216
|
"path": "sites.info.interfaces",
|
|
2217
|
-
"requestStr": "$
|
|
2217
|
+
"requestStr": "$interfaceInfo:[InterfaceInfo] ",
|
|
2218
2218
|
"required": false,
|
|
2219
|
-
"responseStr": "interfaces:$
|
|
2219
|
+
"responseStr": "interfaces:$interfaceInfo ",
|
|
2220
2220
|
"type": {
|
|
2221
2221
|
"definition": {
|
|
2222
2222
|
"description": "Basic Socket Interface configuration information",
|
|
@@ -2339,7 +2339,7 @@
|
|
|
2339
2339
|
"name": "InterfaceInfo",
|
|
2340
2340
|
"non_null": false
|
|
2341
2341
|
},
|
|
2342
|
-
"varName": "
|
|
2342
|
+
"varName": "interfaceInfo"
|
|
2343
2343
|
},
|
|
2344
2344
|
"ipsec": {
|
|
2345
2345
|
"args": {},
|
|
@@ -2349,9 +2349,9 @@
|
|
|
2349
2349
|
"isDeprecated": false,
|
|
2350
2350
|
"name": "ipsec",
|
|
2351
2351
|
"path": "sites.info.ipsec",
|
|
2352
|
-
"requestStr": "$
|
|
2352
|
+
"requestStr": "$iPSecInfo:[IPSecInfo] ",
|
|
2353
2353
|
"required": false,
|
|
2354
|
-
"responseStr": "ipsec:$
|
|
2354
|
+
"responseStr": "ipsec:$iPSecInfo ",
|
|
2355
2355
|
"type": {
|
|
2356
2356
|
"definition": {
|
|
2357
2357
|
"description": "Basic IPSec configuration information",
|
|
@@ -2453,7 +2453,7 @@
|
|
|
2453
2453
|
"name": "IPSecInfo",
|
|
2454
2454
|
"non_null": false
|
|
2455
2455
|
},
|
|
2456
|
-
"varName": "
|
|
2456
|
+
"varName": "iPSecInfo"
|
|
2457
2457
|
},
|
|
2458
2458
|
"isHA": {
|
|
2459
2459
|
"args": {},
|
|
@@ -2523,9 +2523,9 @@
|
|
|
2523
2523
|
"isDeprecated": false,
|
|
2524
2524
|
"name": "sockets",
|
|
2525
2525
|
"path": "sites.info.sockets",
|
|
2526
|
-
"requestStr": "$
|
|
2526
|
+
"requestStr": "$socketInfo:[SocketInfo] ",
|
|
2527
2527
|
"required": false,
|
|
2528
|
-
"responseStr": "sockets:$
|
|
2528
|
+
"responseStr": "sockets:$socketInfo ",
|
|
2529
2529
|
"type": {
|
|
2530
2530
|
"definition": {
|
|
2531
2531
|
"description": "Basic information about socket",
|
|
@@ -2572,7 +2572,7 @@
|
|
|
2572
2572
|
"varName": "isPrimary"
|
|
2573
2573
|
},
|
|
2574
2574
|
"platform": {
|
|
2575
|
-
"alias": "
|
|
2575
|
+
"alias": "socketPlatformPlatform: platform",
|
|
2576
2576
|
"args": {},
|
|
2577
2577
|
"deprecationReason": null,
|
|
2578
2578
|
"description": "Shows Socket type",
|
|
@@ -2740,7 +2740,7 @@
|
|
|
2740
2740
|
"name": "SocketInfo",
|
|
2741
2741
|
"non_null": false
|
|
2742
2742
|
},
|
|
2743
|
-
"varName": "
|
|
2743
|
+
"varName": "socketInfo"
|
|
2744
2744
|
},
|
|
2745
2745
|
"type": {
|
|
2746
2746
|
"args": {},
|
|
@@ -2812,10 +2812,10 @@
|
|
|
2812
2812
|
"name": "SiteInfo",
|
|
2813
2813
|
"non_null": false
|
|
2814
2814
|
},
|
|
2815
|
-
"varName": "
|
|
2815
|
+
"varName": "siteInfo"
|
|
2816
2816
|
},
|
|
2817
2817
|
"interfaces": {
|
|
2818
|
-
"alias": "
|
|
2818
|
+
"alias": "interfaceMetricsInterfaces: interfaces",
|
|
2819
2819
|
"args": {},
|
|
2820
2820
|
"deprecationReason": null,
|
|
2821
2821
|
"description": "Analytics that are returned for the links for a site",
|
|
@@ -2823,16 +2823,16 @@
|
|
|
2823
2823
|
"isDeprecated": false,
|
|
2824
2824
|
"name": "interfaces",
|
|
2825
2825
|
"path": "sites.interfaces",
|
|
2826
|
-
"requestStr": "$
|
|
2826
|
+
"requestStr": "$interfaceMetrics:[InterfaceMetrics] ",
|
|
2827
2827
|
"required": false,
|
|
2828
|
-
"responseStr": "interfaces:$
|
|
2828
|
+
"responseStr": "interfaces:$interfaceMetrics ",
|
|
2829
2829
|
"type": {
|
|
2830
2830
|
"definition": {
|
|
2831
2831
|
"description": null,
|
|
2832
2832
|
"enumValues": null,
|
|
2833
2833
|
"fields": {
|
|
2834
2834
|
"annotations": {
|
|
2835
|
-
"alias": "
|
|
2835
|
+
"alias": "timeAnnotationAnnotations: annotations",
|
|
2836
2836
|
"args": {
|
|
2837
2837
|
"annotations___types": {
|
|
2838
2838
|
"defaultValue": null,
|
|
@@ -2861,9 +2861,9 @@
|
|
|
2861
2861
|
"isDeprecated": false,
|
|
2862
2862
|
"name": "annotations",
|
|
2863
2863
|
"path": "sites.interfaces.annotations",
|
|
2864
|
-
"requestStr": "$
|
|
2864
|
+
"requestStr": "$timeAnnotation:[TimeAnnotation] ",
|
|
2865
2865
|
"required": false,
|
|
2866
|
-
"responseStr": "annotations:$
|
|
2866
|
+
"responseStr": "annotations:$timeAnnotation ",
|
|
2867
2867
|
"type": {
|
|
2868
2868
|
"definition": {
|
|
2869
2869
|
"description": "An object for marking specific events in time.",
|
|
@@ -2933,7 +2933,7 @@
|
|
|
2933
2933
|
"varName": "time"
|
|
2934
2934
|
},
|
|
2935
2935
|
"type": {
|
|
2936
|
-
"alias": "
|
|
2936
|
+
"alias": "annotationTypeType: type",
|
|
2937
2937
|
"args": {},
|
|
2938
2938
|
"deprecationReason": null,
|
|
2939
2939
|
"description": "Type identifies which annotation this is: e.g. connectivity, rolechange, missingdata, which allows\ncharts to attach to it.",
|
|
@@ -3006,10 +3006,10 @@
|
|
|
3006
3006
|
"name": "TimeAnnotation",
|
|
3007
3007
|
"non_null": false
|
|
3008
3008
|
},
|
|
3009
|
-
"varName": "
|
|
3009
|
+
"varName": "timeAnnotation"
|
|
3010
3010
|
},
|
|
3011
3011
|
"interfaceInfo": {
|
|
3012
|
-
"alias": "
|
|
3012
|
+
"alias": "interfaceInfoInterfaceInfo: interfaceInfo",
|
|
3013
3013
|
"args": {},
|
|
3014
3014
|
"deprecationReason": null,
|
|
3015
3015
|
"description": "Basic configuration information about the Socket interface . Applicable only for site",
|
|
@@ -3017,9 +3017,9 @@
|
|
|
3017
3017
|
"isDeprecated": false,
|
|
3018
3018
|
"name": "interfaceInfo",
|
|
3019
3019
|
"path": "sites.interfaces.interfaceInfo",
|
|
3020
|
-
"requestStr": "$
|
|
3020
|
+
"requestStr": "$interfaceInfo:InterfaceInfo ",
|
|
3021
3021
|
"required": false,
|
|
3022
|
-
"responseStr": "interfaceInfo:$
|
|
3022
|
+
"responseStr": "interfaceInfo:$interfaceInfo ",
|
|
3023
3023
|
"type": {
|
|
3024
3024
|
"definition": {
|
|
3025
3025
|
"description": "Basic Socket Interface configuration information",
|
|
@@ -3140,10 +3140,10 @@
|
|
|
3140
3140
|
"name": "InterfaceInfo",
|
|
3141
3141
|
"non_null": false
|
|
3142
3142
|
},
|
|
3143
|
-
"varName": "
|
|
3143
|
+
"varName": "interfaceInfo"
|
|
3144
3144
|
},
|
|
3145
3145
|
"ipsecInfo": {
|
|
3146
|
-
"alias": "
|
|
3146
|
+
"alias": "iPSecInfoIpsecInfo: ipsecInfo",
|
|
3147
3147
|
"args": {},
|
|
3148
3148
|
"deprecationReason": null,
|
|
3149
3149
|
"description": "Data related to IPsec sites, such as IKE version . Applicable only for site",
|
|
@@ -3151,9 +3151,9 @@
|
|
|
3151
3151
|
"isDeprecated": false,
|
|
3152
3152
|
"name": "ipsecInfo",
|
|
3153
3153
|
"path": "sites.interfaces.ipsecInfo",
|
|
3154
|
-
"requestStr": "$
|
|
3154
|
+
"requestStr": "$iPSecInfo:IPSecInfo ",
|
|
3155
3155
|
"required": false,
|
|
3156
|
-
"responseStr": "ipsecInfo:$
|
|
3156
|
+
"responseStr": "ipsecInfo:$iPSecInfo ",
|
|
3157
3157
|
"type": {
|
|
3158
3158
|
"definition": {
|
|
3159
3159
|
"description": "Basic IPSec configuration information",
|
|
@@ -3253,10 +3253,10 @@
|
|
|
3253
3253
|
"name": "IPSecInfo",
|
|
3254
3254
|
"non_null": false
|
|
3255
3255
|
},
|
|
3256
|
-
"varName": "
|
|
3256
|
+
"varName": "iPSecInfo"
|
|
3257
3257
|
},
|
|
3258
3258
|
"metrics": {
|
|
3259
|
-
"alias": "
|
|
3259
|
+
"alias": "metricsMetrics: metrics",
|
|
3260
3260
|
"args": {
|
|
3261
3261
|
"metrics___toRate": {
|
|
3262
3262
|
"defaultValue": "false",
|
|
@@ -3283,9 +3283,9 @@
|
|
|
3283
3283
|
"isDeprecated": false,
|
|
3284
3284
|
"name": "metrics",
|
|
3285
3285
|
"path": "sites.interfaces.metrics",
|
|
3286
|
-
"requestStr": "$
|
|
3286
|
+
"requestStr": "$metrics:Metrics ",
|
|
3287
3287
|
"required": false,
|
|
3288
|
-
"responseStr": "metrics:$
|
|
3288
|
+
"responseStr": "metrics:$metrics ",
|
|
3289
3289
|
"type": {
|
|
3290
3290
|
"definition": {
|
|
3291
3291
|
"description": null,
|
|
@@ -3685,7 +3685,7 @@
|
|
|
3685
3685
|
"name": "Metrics",
|
|
3686
3686
|
"non_null": false
|
|
3687
3687
|
},
|
|
3688
|
-
"varName": "
|
|
3688
|
+
"varName": "metrics"
|
|
3689
3689
|
},
|
|
3690
3690
|
"name": {
|
|
3691
3691
|
"args": {},
|
|
@@ -3708,7 +3708,7 @@
|
|
|
3708
3708
|
"varName": "name"
|
|
3709
3709
|
},
|
|
3710
3710
|
"periods": {
|
|
3711
|
-
"alias": "
|
|
3711
|
+
"alias": "timePeriodPeriods: periods",
|
|
3712
3712
|
"args": {},
|
|
3713
3713
|
"deprecationReason": null,
|
|
3714
3714
|
"description": "object that is a specific time duration",
|
|
@@ -3716,9 +3716,9 @@
|
|
|
3716
3716
|
"isDeprecated": false,
|
|
3717
3717
|
"name": "periods",
|
|
3718
3718
|
"path": "sites.interfaces.periods",
|
|
3719
|
-
"requestStr": "$
|
|
3719
|
+
"requestStr": "$timePeriod:[TimePeriod] ",
|
|
3720
3720
|
"required": false,
|
|
3721
|
-
"responseStr": "periods:$
|
|
3721
|
+
"responseStr": "periods:$timePeriod ",
|
|
3722
3722
|
"type": {
|
|
3723
3723
|
"definition": {
|
|
3724
3724
|
"description": "An object for marking durations!",
|
|
@@ -3769,7 +3769,7 @@
|
|
|
3769
3769
|
"varName": "title"
|
|
3770
3770
|
},
|
|
3771
3771
|
"type": {
|
|
3772
|
-
"alias": "
|
|
3772
|
+
"alias": "periodTypeType: type",
|
|
3773
3773
|
"args": {},
|
|
3774
3774
|
"deprecationReason": null,
|
|
3775
3775
|
"description": "Type identifies which annotation this is: e.g. connectivity, rolechange, missingdata, which allows\ncharts to attach to it.",
|
|
@@ -3878,7 +3878,7 @@
|
|
|
3878
3878
|
"name": "TimePeriod",
|
|
3879
3879
|
"non_null": false
|
|
3880
3880
|
},
|
|
3881
|
-
"varName": "
|
|
3881
|
+
"varName": "timePeriod"
|
|
3882
3882
|
},
|
|
3883
3883
|
"remoteIP": {
|
|
3884
3884
|
"args": {},
|
|
@@ -3901,7 +3901,7 @@
|
|
|
3901
3901
|
"varName": "remoteIP"
|
|
3902
3902
|
},
|
|
3903
3903
|
"remoteIPInfo": {
|
|
3904
|
-
"alias": "
|
|
3904
|
+
"alias": "iPInfoRemoteIPInfo: remoteIPInfo",
|
|
3905
3905
|
"args": {},
|
|
3906
3906
|
"deprecationReason": null,
|
|
3907
3907
|
"description": "Data related to the link IP address, such as country code",
|
|
@@ -3909,9 +3909,9 @@
|
|
|
3909
3909
|
"isDeprecated": false,
|
|
3910
3910
|
"name": "remoteIPInfo",
|
|
3911
3911
|
"path": "sites.interfaces.remoteIPInfo",
|
|
3912
|
-
"requestStr": "$
|
|
3912
|
+
"requestStr": "$iPInfo:IPInfo ",
|
|
3913
3913
|
"required": false,
|
|
3914
|
-
"responseStr": "remoteIPInfo:$
|
|
3914
|
+
"responseStr": "remoteIPInfo:$iPInfo ",
|
|
3915
3915
|
"type": {
|
|
3916
3916
|
"definition": {
|
|
3917
3917
|
"description": "A general structure to contain IP detailed information",
|
|
@@ -4091,10 +4091,10 @@
|
|
|
4091
4091
|
"name": "IPInfo",
|
|
4092
4092
|
"non_null": false
|
|
4093
4093
|
},
|
|
4094
|
-
"varName": "
|
|
4094
|
+
"varName": "iPInfo"
|
|
4095
4095
|
},
|
|
4096
4096
|
"socketInfo": {
|
|
4097
|
-
"alias": "
|
|
4097
|
+
"alias": "socketInfoSocketInfo: socketInfo",
|
|
4098
4098
|
"args": {},
|
|
4099
4099
|
"deprecationReason": null,
|
|
4100
4100
|
"description": "Data related to Socket and vSocket sites, such as serial number and Socket version. Applicable only for site",
|
|
@@ -4102,9 +4102,9 @@
|
|
|
4102
4102
|
"isDeprecated": false,
|
|
4103
4103
|
"name": "socketInfo",
|
|
4104
4104
|
"path": "sites.interfaces.socketInfo",
|
|
4105
|
-
"requestStr": "$
|
|
4105
|
+
"requestStr": "$socketInfo:SocketInfo ",
|
|
4106
4106
|
"required": false,
|
|
4107
|
-
"responseStr": "socketInfo:$
|
|
4107
|
+
"responseStr": "socketInfo:$socketInfo ",
|
|
4108
4108
|
"type": {
|
|
4109
4109
|
"definition": {
|
|
4110
4110
|
"description": "Basic information about socket",
|
|
@@ -4316,10 +4316,10 @@
|
|
|
4316
4316
|
"name": "SocketInfo",
|
|
4317
4317
|
"non_null": false
|
|
4318
4318
|
},
|
|
4319
|
-
"varName": "
|
|
4319
|
+
"varName": "socketInfo"
|
|
4320
4320
|
},
|
|
4321
4321
|
"timeseries": {
|
|
4322
|
-
"alias": "
|
|
4322
|
+
"alias": "timeseriesTimeseries: timeseries",
|
|
4323
4323
|
"args": {
|
|
4324
4324
|
"timeseries___buckets": {
|
|
4325
4325
|
"defaultValue": null,
|
|
@@ -4510,9 +4510,9 @@
|
|
|
4510
4510
|
"isDeprecated": false,
|
|
4511
4511
|
"name": "timeseries",
|
|
4512
4512
|
"path": "sites.interfaces.timeseries",
|
|
4513
|
-
"requestStr": "$
|
|
4513
|
+
"requestStr": "$timeseries:[Timeseries] ",
|
|
4514
4514
|
"required": false,
|
|
4515
|
-
"responseStr": "timeseries:$
|
|
4515
|
+
"responseStr": "timeseries:$timeseries ",
|
|
4516
4516
|
"type": {
|
|
4517
4517
|
"definition": {
|
|
4518
4518
|
"description": null,
|
|
@@ -4579,7 +4579,7 @@
|
|
|
4579
4579
|
"varName": "data"
|
|
4580
4580
|
},
|
|
4581
4581
|
"dimensions": {
|
|
4582
|
-
"alias": "
|
|
4582
|
+
"alias": "dimensionDataDimensions: dimensions",
|
|
4583
4583
|
"args": {},
|
|
4584
4584
|
"deprecationReason": null,
|
|
4585
4585
|
"description": "List of dimension values for this timeseries",
|
|
@@ -4587,9 +4587,9 @@
|
|
|
4587
4587
|
"isDeprecated": false,
|
|
4588
4588
|
"name": "dimensions",
|
|
4589
4589
|
"path": "sites.interfaces.timeseries.dimensions",
|
|
4590
|
-
"requestStr": "$
|
|
4590
|
+
"requestStr": "$dimensionData:[DimensionData] ",
|
|
4591
4591
|
"required": false,
|
|
4592
|
-
"responseStr": "dimensions:$
|
|
4592
|
+
"responseStr": "dimensions:$dimensionData ",
|
|
4593
4593
|
"type": {
|
|
4594
4594
|
"definition": {
|
|
4595
4595
|
"description": null,
|
|
@@ -4652,7 +4652,7 @@
|
|
|
4652
4652
|
"name": "DimensionData",
|
|
4653
4653
|
"non_null": false
|
|
4654
4654
|
},
|
|
4655
|
-
"varName": "
|
|
4655
|
+
"varName": "dimensionData"
|
|
4656
4656
|
},
|
|
4657
4657
|
"info": {
|
|
4658
4658
|
"args": {},
|
|
@@ -4677,7 +4677,7 @@
|
|
|
4677
4677
|
"varName": "info"
|
|
4678
4678
|
},
|
|
4679
4679
|
"key": {
|
|
4680
|
-
"alias": "
|
|
4680
|
+
"alias": "timeseriesKeyKey: key",
|
|
4681
4681
|
"args": {},
|
|
4682
4682
|
"deprecationReason": null,
|
|
4683
4683
|
"description": "Timeseries key: measure and dimension values",
|
|
@@ -4685,9 +4685,9 @@
|
|
|
4685
4685
|
"isDeprecated": false,
|
|
4686
4686
|
"name": "key",
|
|
4687
4687
|
"path": "sites.interfaces.timeseries.key",
|
|
4688
|
-
"requestStr": "$
|
|
4688
|
+
"requestStr": "$timeseriesKey:TimeseriesKey ",
|
|
4689
4689
|
"required": false,
|
|
4690
|
-
"responseStr": "key:$
|
|
4690
|
+
"responseStr": "key:$timeseriesKey ",
|
|
4691
4691
|
"type": {
|
|
4692
4692
|
"definition": {
|
|
4693
4693
|
"description": null,
|
|
@@ -4701,9 +4701,9 @@
|
|
|
4701
4701
|
"isDeprecated": false,
|
|
4702
4702
|
"name": "dimensions",
|
|
4703
4703
|
"path": "sites.interfaces.timeseries.key.dimensions",
|
|
4704
|
-
"requestStr": "$
|
|
4704
|
+
"requestStr": "$dimensionKey:[DimensionKey] ",
|
|
4705
4705
|
"required": false,
|
|
4706
|
-
"responseStr": "dimensions:$
|
|
4706
|
+
"responseStr": "dimensions:$dimensionKey ",
|
|
4707
4707
|
"type": {
|
|
4708
4708
|
"definition": {
|
|
4709
4709
|
"description": null,
|
|
@@ -4766,7 +4766,7 @@
|
|
|
4766
4766
|
"name": "DimensionKey",
|
|
4767
4767
|
"non_null": false
|
|
4768
4768
|
},
|
|
4769
|
-
"varName": "
|
|
4769
|
+
"varName": "dimensionKey"
|
|
4770
4770
|
},
|
|
4771
4771
|
"measureFieldName": {
|
|
4772
4772
|
"args": {},
|
|
@@ -4803,7 +4803,7 @@
|
|
|
4803
4803
|
"name": "TimeseriesKey",
|
|
4804
4804
|
"non_null": false
|
|
4805
4805
|
},
|
|
4806
|
-
"varName": "
|
|
4806
|
+
"varName": "timeseriesKey"
|
|
4807
4807
|
},
|
|
4808
4808
|
"label": {
|
|
4809
4809
|
"args": {},
|
|
@@ -4847,7 +4847,7 @@
|
|
|
4847
4847
|
"varName": "sum"
|
|
4848
4848
|
},
|
|
4849
4849
|
"units": {
|
|
4850
|
-
"alias": "
|
|
4850
|
+
"alias": "unitTypeUnits: units",
|
|
4851
4851
|
"args": {},
|
|
4852
4852
|
"deprecationReason": null,
|
|
4853
4853
|
"description": "Identifies what unit of data this timeseries represents. Note that toRate is only available for particular types\nof data to make sense.",
|
|
@@ -4961,7 +4961,7 @@
|
|
|
4961
4961
|
"name": "Timeseries",
|
|
4962
4962
|
"non_null": false
|
|
4963
4963
|
},
|
|
4964
|
-
"varName": "
|
|
4964
|
+
"varName": "timeseries"
|
|
4965
4965
|
}
|
|
4966
4966
|
},
|
|
4967
4967
|
"inputFields": null,
|
|
@@ -4979,10 +4979,10 @@
|
|
|
4979
4979
|
"name": "InterfaceMetrics",
|
|
4980
4980
|
"non_null": false
|
|
4981
4981
|
},
|
|
4982
|
-
"varName": "
|
|
4982
|
+
"varName": "interfaceMetrics"
|
|
4983
4983
|
},
|
|
4984
4984
|
"metrics": {
|
|
4985
|
-
"alias": "
|
|
4985
|
+
"alias": "metricsMetrics: metrics",
|
|
4986
4986
|
"args": {
|
|
4987
4987
|
"metrics___toRate": {
|
|
4988
4988
|
"defaultValue": "false",
|
|
@@ -5009,9 +5009,9 @@
|
|
|
5009
5009
|
"isDeprecated": false,
|
|
5010
5010
|
"name": "metrics",
|
|
5011
5011
|
"path": "sites.metrics",
|
|
5012
|
-
"requestStr": "$
|
|
5012
|
+
"requestStr": "$metrics:Metrics ",
|
|
5013
5013
|
"required": false,
|
|
5014
|
-
"responseStr": "metrics:$
|
|
5014
|
+
"responseStr": "metrics:$metrics ",
|
|
5015
5015
|
"type": {
|
|
5016
5016
|
"definition": {
|
|
5017
5017
|
"description": null,
|
|
@@ -5411,7 +5411,7 @@
|
|
|
5411
5411
|
"name": "Metrics",
|
|
5412
5412
|
"non_null": false
|
|
5413
5413
|
},
|
|
5414
|
-
"varName": "
|
|
5414
|
+
"varName": "metrics"
|
|
5415
5415
|
},
|
|
5416
5416
|
"name": {
|
|
5417
5417
|
"args": {},
|
|
@@ -5469,7 +5469,7 @@
|
|
|
5469
5469
|
"name": "SiteMetrics",
|
|
5470
5470
|
"non_null": false
|
|
5471
5471
|
},
|
|
5472
|
-
"varName": "
|
|
5472
|
+
"varName": "siteMetrics"
|
|
5473
5473
|
},
|
|
5474
5474
|
"timeseries": {
|
|
5475
5475
|
"args": {
|
|
@@ -5662,9 +5662,9 @@
|
|
|
5662
5662
|
"isDeprecated": false,
|
|
5663
5663
|
"name": "timeseries",
|
|
5664
5664
|
"path": "timeseries",
|
|
5665
|
-
"requestStr": "$
|
|
5665
|
+
"requestStr": "$timeseries:[Timeseries] ",
|
|
5666
5666
|
"required": false,
|
|
5667
|
-
"responseStr": "timeseries:$
|
|
5667
|
+
"responseStr": "timeseries:$timeseries ",
|
|
5668
5668
|
"type": {
|
|
5669
5669
|
"definition": {
|
|
5670
5670
|
"description": null,
|
|
@@ -5731,7 +5731,7 @@
|
|
|
5731
5731
|
"varName": "data"
|
|
5732
5732
|
},
|
|
5733
5733
|
"dimensions": {
|
|
5734
|
-
"alias": "
|
|
5734
|
+
"alias": "dimensionDataDimensions: dimensions",
|
|
5735
5735
|
"args": {},
|
|
5736
5736
|
"deprecationReason": null,
|
|
5737
5737
|
"description": "List of dimension values for this timeseries",
|
|
@@ -5739,9 +5739,9 @@
|
|
|
5739
5739
|
"isDeprecated": false,
|
|
5740
5740
|
"name": "dimensions",
|
|
5741
5741
|
"path": "timeseries.dimensions",
|
|
5742
|
-
"requestStr": "$
|
|
5742
|
+
"requestStr": "$dimensionData:[DimensionData] ",
|
|
5743
5743
|
"required": false,
|
|
5744
|
-
"responseStr": "dimensions:$
|
|
5744
|
+
"responseStr": "dimensions:$dimensionData ",
|
|
5745
5745
|
"type": {
|
|
5746
5746
|
"definition": {
|
|
5747
5747
|
"description": null,
|
|
@@ -5804,7 +5804,7 @@
|
|
|
5804
5804
|
"name": "DimensionData",
|
|
5805
5805
|
"non_null": false
|
|
5806
5806
|
},
|
|
5807
|
-
"varName": "
|
|
5807
|
+
"varName": "dimensionData"
|
|
5808
5808
|
},
|
|
5809
5809
|
"info": {
|
|
5810
5810
|
"args": {},
|
|
@@ -5829,7 +5829,7 @@
|
|
|
5829
5829
|
"varName": "info"
|
|
5830
5830
|
},
|
|
5831
5831
|
"key": {
|
|
5832
|
-
"alias": "
|
|
5832
|
+
"alias": "timeseriesKeyKey: key",
|
|
5833
5833
|
"args": {},
|
|
5834
5834
|
"deprecationReason": null,
|
|
5835
5835
|
"description": "Timeseries key: measure and dimension values",
|
|
@@ -5837,9 +5837,9 @@
|
|
|
5837
5837
|
"isDeprecated": false,
|
|
5838
5838
|
"name": "key",
|
|
5839
5839
|
"path": "timeseries.key",
|
|
5840
|
-
"requestStr": "$
|
|
5840
|
+
"requestStr": "$timeseriesKey:TimeseriesKey ",
|
|
5841
5841
|
"required": false,
|
|
5842
|
-
"responseStr": "key:$
|
|
5842
|
+
"responseStr": "key:$timeseriesKey ",
|
|
5843
5843
|
"type": {
|
|
5844
5844
|
"definition": {
|
|
5845
5845
|
"description": null,
|
|
@@ -5853,9 +5853,9 @@
|
|
|
5853
5853
|
"isDeprecated": false,
|
|
5854
5854
|
"name": "dimensions",
|
|
5855
5855
|
"path": "timeseries.key.dimensions",
|
|
5856
|
-
"requestStr": "$
|
|
5856
|
+
"requestStr": "$dimensionKey:[DimensionKey] ",
|
|
5857
5857
|
"required": false,
|
|
5858
|
-
"responseStr": "dimensions:$
|
|
5858
|
+
"responseStr": "dimensions:$dimensionKey ",
|
|
5859
5859
|
"type": {
|
|
5860
5860
|
"definition": {
|
|
5861
5861
|
"description": null,
|
|
@@ -5918,7 +5918,7 @@
|
|
|
5918
5918
|
"name": "DimensionKey",
|
|
5919
5919
|
"non_null": false
|
|
5920
5920
|
},
|
|
5921
|
-
"varName": "
|
|
5921
|
+
"varName": "dimensionKey"
|
|
5922
5922
|
},
|
|
5923
5923
|
"measureFieldName": {
|
|
5924
5924
|
"args": {},
|
|
@@ -5955,7 +5955,7 @@
|
|
|
5955
5955
|
"name": "TimeseriesKey",
|
|
5956
5956
|
"non_null": false
|
|
5957
5957
|
},
|
|
5958
|
-
"varName": "
|
|
5958
|
+
"varName": "timeseriesKey"
|
|
5959
5959
|
},
|
|
5960
5960
|
"label": {
|
|
5961
5961
|
"args": {},
|
|
@@ -5999,7 +5999,7 @@
|
|
|
5999
5999
|
"varName": "sum"
|
|
6000
6000
|
},
|
|
6001
6001
|
"units": {
|
|
6002
|
-
"alias": "
|
|
6002
|
+
"alias": "unitTypeUnits: units",
|
|
6003
6003
|
"args": {},
|
|
6004
6004
|
"deprecationReason": null,
|
|
6005
6005
|
"description": "Identifies what unit of data this timeseries represents. Note that toRate is only available for particular types\nof data to make sense.",
|
|
@@ -6113,7 +6113,7 @@
|
|
|
6113
6113
|
"name": "Timeseries",
|
|
6114
6114
|
"non_null": false
|
|
6115
6115
|
},
|
|
6116
|
-
"varName": "
|
|
6116
|
+
"varName": "timeseries"
|
|
6117
6117
|
},
|
|
6118
6118
|
"to": {
|
|
6119
6119
|
"args": {},
|
|
@@ -6164,16 +6164,16 @@
|
|
|
6164
6164
|
"isDeprecated": false,
|
|
6165
6165
|
"name": "users",
|
|
6166
6166
|
"path": "users",
|
|
6167
|
-
"requestStr": "$
|
|
6167
|
+
"requestStr": "$siteMetrics:[SiteMetrics] ",
|
|
6168
6168
|
"required": false,
|
|
6169
|
-
"responseStr": "users:$
|
|
6169
|
+
"responseStr": "users:$siteMetrics ",
|
|
6170
6170
|
"type": {
|
|
6171
6171
|
"definition": {
|
|
6172
6172
|
"description": null,
|
|
6173
6173
|
"enumValues": null,
|
|
6174
6174
|
"fields": {
|
|
6175
6175
|
"flowCount": {
|
|
6176
|
-
"alias": "
|
|
6176
|
+
"alias": "timeseriesFlowCount: flowCount",
|
|
6177
6177
|
"args": {},
|
|
6178
6178
|
"deprecationReason": null,
|
|
6179
6179
|
"description": "Timeseries with the number of flows (connections) in the site. Applicable only for site",
|
|
@@ -6181,9 +6181,9 @@
|
|
|
6181
6181
|
"isDeprecated": false,
|
|
6182
6182
|
"name": "flowCount",
|
|
6183
6183
|
"path": "users.flowCount",
|
|
6184
|
-
"requestStr": "$
|
|
6184
|
+
"requestStr": "$timeseries:Timeseries ",
|
|
6185
6185
|
"required": false,
|
|
6186
|
-
"responseStr": "flowCount:$
|
|
6186
|
+
"responseStr": "flowCount:$timeseries ",
|
|
6187
6187
|
"type": {
|
|
6188
6188
|
"definition": {
|
|
6189
6189
|
"description": null,
|
|
@@ -6257,9 +6257,9 @@
|
|
|
6257
6257
|
"isDeprecated": false,
|
|
6258
6258
|
"name": "dimensions",
|
|
6259
6259
|
"path": "users.flowCount.dimensions",
|
|
6260
|
-
"requestStr": "$
|
|
6260
|
+
"requestStr": "$dimensionData:[DimensionData] ",
|
|
6261
6261
|
"required": false,
|
|
6262
|
-
"responseStr": "dimensions:$
|
|
6262
|
+
"responseStr": "dimensions:$dimensionData ",
|
|
6263
6263
|
"type": {
|
|
6264
6264
|
"definition": {
|
|
6265
6265
|
"description": null,
|
|
@@ -6322,7 +6322,7 @@
|
|
|
6322
6322
|
"name": "DimensionData",
|
|
6323
6323
|
"non_null": false
|
|
6324
6324
|
},
|
|
6325
|
-
"varName": "
|
|
6325
|
+
"varName": "dimensionData"
|
|
6326
6326
|
},
|
|
6327
6327
|
"info": {
|
|
6328
6328
|
"args": {},
|
|
@@ -6354,9 +6354,9 @@
|
|
|
6354
6354
|
"isDeprecated": false,
|
|
6355
6355
|
"name": "key",
|
|
6356
6356
|
"path": "users.flowCount.key",
|
|
6357
|
-
"requestStr": "$
|
|
6357
|
+
"requestStr": "$timeseriesKey:TimeseriesKey ",
|
|
6358
6358
|
"required": false,
|
|
6359
|
-
"responseStr": "key:$
|
|
6359
|
+
"responseStr": "key:$timeseriesKey ",
|
|
6360
6360
|
"type": {
|
|
6361
6361
|
"definition": {
|
|
6362
6362
|
"description": null,
|
|
@@ -6370,9 +6370,9 @@
|
|
|
6370
6370
|
"isDeprecated": false,
|
|
6371
6371
|
"name": "dimensions",
|
|
6372
6372
|
"path": "users.flowCount.key.dimensions",
|
|
6373
|
-
"requestStr": "$
|
|
6373
|
+
"requestStr": "$dimensionKey:[DimensionKey] ",
|
|
6374
6374
|
"required": false,
|
|
6375
|
-
"responseStr": "dimensions:$
|
|
6375
|
+
"responseStr": "dimensions:$dimensionKey ",
|
|
6376
6376
|
"type": {
|
|
6377
6377
|
"definition": {
|
|
6378
6378
|
"description": null,
|
|
@@ -6435,7 +6435,7 @@
|
|
|
6435
6435
|
"name": "DimensionKey",
|
|
6436
6436
|
"non_null": false
|
|
6437
6437
|
},
|
|
6438
|
-
"varName": "
|
|
6438
|
+
"varName": "dimensionKey"
|
|
6439
6439
|
},
|
|
6440
6440
|
"measureFieldName": {
|
|
6441
6441
|
"args": {},
|
|
@@ -6472,7 +6472,7 @@
|
|
|
6472
6472
|
"name": "TimeseriesKey",
|
|
6473
6473
|
"non_null": false
|
|
6474
6474
|
},
|
|
6475
|
-
"varName": "
|
|
6475
|
+
"varName": "timeseriesKey"
|
|
6476
6476
|
},
|
|
6477
6477
|
"label": {
|
|
6478
6478
|
"args": {},
|
|
@@ -6627,10 +6627,10 @@
|
|
|
6627
6627
|
"name": "Timeseries",
|
|
6628
6628
|
"non_null": false
|
|
6629
6629
|
},
|
|
6630
|
-
"varName": "
|
|
6630
|
+
"varName": "timeseries"
|
|
6631
6631
|
},
|
|
6632
6632
|
"hostCount": {
|
|
6633
|
-
"alias": "
|
|
6633
|
+
"alias": "timeseriesHostCount: hostCount",
|
|
6634
6634
|
"args": {},
|
|
6635
6635
|
"deprecationReason": null,
|
|
6636
6636
|
"description": "Timeseries with the number of hosts in the site. Applicable only for site",
|
|
@@ -6638,9 +6638,9 @@
|
|
|
6638
6638
|
"isDeprecated": false,
|
|
6639
6639
|
"name": "hostCount",
|
|
6640
6640
|
"path": "users.hostCount",
|
|
6641
|
-
"requestStr": "$
|
|
6641
|
+
"requestStr": "$timeseries:Timeseries ",
|
|
6642
6642
|
"required": false,
|
|
6643
|
-
"responseStr": "hostCount:$
|
|
6643
|
+
"responseStr": "hostCount:$timeseries ",
|
|
6644
6644
|
"type": {
|
|
6645
6645
|
"definition": {
|
|
6646
6646
|
"description": null,
|
|
@@ -6714,9 +6714,9 @@
|
|
|
6714
6714
|
"isDeprecated": false,
|
|
6715
6715
|
"name": "dimensions",
|
|
6716
6716
|
"path": "users.hostCount.dimensions",
|
|
6717
|
-
"requestStr": "$
|
|
6717
|
+
"requestStr": "$dimensionData:[DimensionData] ",
|
|
6718
6718
|
"required": false,
|
|
6719
|
-
"responseStr": "dimensions:$
|
|
6719
|
+
"responseStr": "dimensions:$dimensionData ",
|
|
6720
6720
|
"type": {
|
|
6721
6721
|
"definition": {
|
|
6722
6722
|
"description": null,
|
|
@@ -6779,7 +6779,7 @@
|
|
|
6779
6779
|
"name": "DimensionData",
|
|
6780
6780
|
"non_null": false
|
|
6781
6781
|
},
|
|
6782
|
-
"varName": "
|
|
6782
|
+
"varName": "dimensionData"
|
|
6783
6783
|
},
|
|
6784
6784
|
"info": {
|
|
6785
6785
|
"args": {},
|
|
@@ -6811,9 +6811,9 @@
|
|
|
6811
6811
|
"isDeprecated": false,
|
|
6812
6812
|
"name": "key",
|
|
6813
6813
|
"path": "users.hostCount.key",
|
|
6814
|
-
"requestStr": "$
|
|
6814
|
+
"requestStr": "$timeseriesKey:TimeseriesKey ",
|
|
6815
6815
|
"required": false,
|
|
6816
|
-
"responseStr": "key:$
|
|
6816
|
+
"responseStr": "key:$timeseriesKey ",
|
|
6817
6817
|
"type": {
|
|
6818
6818
|
"definition": {
|
|
6819
6819
|
"description": null,
|
|
@@ -6827,9 +6827,9 @@
|
|
|
6827
6827
|
"isDeprecated": false,
|
|
6828
6828
|
"name": "dimensions",
|
|
6829
6829
|
"path": "users.hostCount.key.dimensions",
|
|
6830
|
-
"requestStr": "$
|
|
6830
|
+
"requestStr": "$dimensionKey:[DimensionKey] ",
|
|
6831
6831
|
"required": false,
|
|
6832
|
-
"responseStr": "dimensions:$
|
|
6832
|
+
"responseStr": "dimensions:$dimensionKey ",
|
|
6833
6833
|
"type": {
|
|
6834
6834
|
"definition": {
|
|
6835
6835
|
"description": null,
|
|
@@ -6892,7 +6892,7 @@
|
|
|
6892
6892
|
"name": "DimensionKey",
|
|
6893
6893
|
"non_null": false
|
|
6894
6894
|
},
|
|
6895
|
-
"varName": "
|
|
6895
|
+
"varName": "dimensionKey"
|
|
6896
6896
|
},
|
|
6897
6897
|
"measureFieldName": {
|
|
6898
6898
|
"args": {},
|
|
@@ -6929,7 +6929,7 @@
|
|
|
6929
6929
|
"name": "TimeseriesKey",
|
|
6930
6930
|
"non_null": false
|
|
6931
6931
|
},
|
|
6932
|
-
"varName": "
|
|
6932
|
+
"varName": "timeseriesKey"
|
|
6933
6933
|
},
|
|
6934
6934
|
"label": {
|
|
6935
6935
|
"args": {},
|
|
@@ -7084,10 +7084,10 @@
|
|
|
7084
7084
|
"name": "Timeseries",
|
|
7085
7085
|
"non_null": false
|
|
7086
7086
|
},
|
|
7087
|
-
"varName": "
|
|
7087
|
+
"varName": "timeseries"
|
|
7088
7088
|
},
|
|
7089
7089
|
"hostLimit": {
|
|
7090
|
-
"alias": "
|
|
7090
|
+
"alias": "timeseriesHostLimit: hostLimit",
|
|
7091
7091
|
"args": {},
|
|
7092
7092
|
"deprecationReason": null,
|
|
7093
7093
|
"description": "Timeseries with the configurable limit of the number of hosts in the site. Applicable only for site",
|
|
@@ -7095,9 +7095,9 @@
|
|
|
7095
7095
|
"isDeprecated": false,
|
|
7096
7096
|
"name": "hostLimit",
|
|
7097
7097
|
"path": "users.hostLimit",
|
|
7098
|
-
"requestStr": "$
|
|
7098
|
+
"requestStr": "$timeseries:Timeseries ",
|
|
7099
7099
|
"required": false,
|
|
7100
|
-
"responseStr": "hostLimit:$
|
|
7100
|
+
"responseStr": "hostLimit:$timeseries ",
|
|
7101
7101
|
"type": {
|
|
7102
7102
|
"definition": {
|
|
7103
7103
|
"description": null,
|
|
@@ -7171,9 +7171,9 @@
|
|
|
7171
7171
|
"isDeprecated": false,
|
|
7172
7172
|
"name": "dimensions",
|
|
7173
7173
|
"path": "users.hostLimit.dimensions",
|
|
7174
|
-
"requestStr": "$
|
|
7174
|
+
"requestStr": "$dimensionData:[DimensionData] ",
|
|
7175
7175
|
"required": false,
|
|
7176
|
-
"responseStr": "dimensions:$
|
|
7176
|
+
"responseStr": "dimensions:$dimensionData ",
|
|
7177
7177
|
"type": {
|
|
7178
7178
|
"definition": {
|
|
7179
7179
|
"description": null,
|
|
@@ -7236,7 +7236,7 @@
|
|
|
7236
7236
|
"name": "DimensionData",
|
|
7237
7237
|
"non_null": false
|
|
7238
7238
|
},
|
|
7239
|
-
"varName": "
|
|
7239
|
+
"varName": "dimensionData"
|
|
7240
7240
|
},
|
|
7241
7241
|
"info": {
|
|
7242
7242
|
"args": {},
|
|
@@ -7268,9 +7268,9 @@
|
|
|
7268
7268
|
"isDeprecated": false,
|
|
7269
7269
|
"name": "key",
|
|
7270
7270
|
"path": "users.hostLimit.key",
|
|
7271
|
-
"requestStr": "$
|
|
7271
|
+
"requestStr": "$timeseriesKey:TimeseriesKey ",
|
|
7272
7272
|
"required": false,
|
|
7273
|
-
"responseStr": "key:$
|
|
7273
|
+
"responseStr": "key:$timeseriesKey ",
|
|
7274
7274
|
"type": {
|
|
7275
7275
|
"definition": {
|
|
7276
7276
|
"description": null,
|
|
@@ -7284,9 +7284,9 @@
|
|
|
7284
7284
|
"isDeprecated": false,
|
|
7285
7285
|
"name": "dimensions",
|
|
7286
7286
|
"path": "users.hostLimit.key.dimensions",
|
|
7287
|
-
"requestStr": "$
|
|
7287
|
+
"requestStr": "$dimensionKey:[DimensionKey] ",
|
|
7288
7288
|
"required": false,
|
|
7289
|
-
"responseStr": "dimensions:$
|
|
7289
|
+
"responseStr": "dimensions:$dimensionKey ",
|
|
7290
7290
|
"type": {
|
|
7291
7291
|
"definition": {
|
|
7292
7292
|
"description": null,
|
|
@@ -7349,7 +7349,7 @@
|
|
|
7349
7349
|
"name": "DimensionKey",
|
|
7350
7350
|
"non_null": false
|
|
7351
7351
|
},
|
|
7352
|
-
"varName": "
|
|
7352
|
+
"varName": "dimensionKey"
|
|
7353
7353
|
},
|
|
7354
7354
|
"measureFieldName": {
|
|
7355
7355
|
"args": {},
|
|
@@ -7386,7 +7386,7 @@
|
|
|
7386
7386
|
"name": "TimeseriesKey",
|
|
7387
7387
|
"non_null": false
|
|
7388
7388
|
},
|
|
7389
|
-
"varName": "
|
|
7389
|
+
"varName": "timeseriesKey"
|
|
7390
7390
|
},
|
|
7391
7391
|
"label": {
|
|
7392
7392
|
"args": {},
|
|
@@ -7541,7 +7541,7 @@
|
|
|
7541
7541
|
"name": "Timeseries",
|
|
7542
7542
|
"non_null": false
|
|
7543
7543
|
},
|
|
7544
|
-
"varName": "
|
|
7544
|
+
"varName": "timeseries"
|
|
7545
7545
|
},
|
|
7546
7546
|
"id": {
|
|
7547
7547
|
"args": {},
|
|
@@ -7564,7 +7564,7 @@
|
|
|
7564
7564
|
"varName": "id"
|
|
7565
7565
|
},
|
|
7566
7566
|
"info": {
|
|
7567
|
-
"alias": "
|
|
7567
|
+
"alias": "siteInfoInfo: info",
|
|
7568
7568
|
"args": {},
|
|
7569
7569
|
"deprecationReason": null,
|
|
7570
7570
|
"description": "Shows general information about the site (array with nested fields). Applicable only for site",
|
|
@@ -7572,9 +7572,9 @@
|
|
|
7572
7572
|
"isDeprecated": false,
|
|
7573
7573
|
"name": "info",
|
|
7574
7574
|
"path": "users.info",
|
|
7575
|
-
"requestStr": "$
|
|
7575
|
+
"requestStr": "$siteInfo:SiteInfo ",
|
|
7576
7576
|
"required": false,
|
|
7577
|
-
"responseStr": "info:$
|
|
7577
|
+
"responseStr": "info:$siteInfo ",
|
|
7578
7578
|
"type": {
|
|
7579
7579
|
"definition": {
|
|
7580
7580
|
"description": "Basic Site configuration information",
|
|
@@ -7812,9 +7812,9 @@
|
|
|
7812
7812
|
"isDeprecated": false,
|
|
7813
7813
|
"name": "interfaces",
|
|
7814
7814
|
"path": "users.info.interfaces",
|
|
7815
|
-
"requestStr": "$
|
|
7815
|
+
"requestStr": "$interfaceInfo:[InterfaceInfo] ",
|
|
7816
7816
|
"required": false,
|
|
7817
|
-
"responseStr": "interfaces:$
|
|
7817
|
+
"responseStr": "interfaces:$interfaceInfo ",
|
|
7818
7818
|
"type": {
|
|
7819
7819
|
"definition": {
|
|
7820
7820
|
"description": "Basic Socket Interface configuration information",
|
|
@@ -7937,7 +7937,7 @@
|
|
|
7937
7937
|
"name": "InterfaceInfo",
|
|
7938
7938
|
"non_null": false
|
|
7939
7939
|
},
|
|
7940
|
-
"varName": "
|
|
7940
|
+
"varName": "interfaceInfo"
|
|
7941
7941
|
},
|
|
7942
7942
|
"ipsec": {
|
|
7943
7943
|
"args": {},
|
|
@@ -7947,9 +7947,9 @@
|
|
|
7947
7947
|
"isDeprecated": false,
|
|
7948
7948
|
"name": "ipsec",
|
|
7949
7949
|
"path": "users.info.ipsec",
|
|
7950
|
-
"requestStr": "$
|
|
7950
|
+
"requestStr": "$iPSecInfo:[IPSecInfo] ",
|
|
7951
7951
|
"required": false,
|
|
7952
|
-
"responseStr": "ipsec:$
|
|
7952
|
+
"responseStr": "ipsec:$iPSecInfo ",
|
|
7953
7953
|
"type": {
|
|
7954
7954
|
"definition": {
|
|
7955
7955
|
"description": "Basic IPSec configuration information",
|
|
@@ -8051,7 +8051,7 @@
|
|
|
8051
8051
|
"name": "IPSecInfo",
|
|
8052
8052
|
"non_null": false
|
|
8053
8053
|
},
|
|
8054
|
-
"varName": "
|
|
8054
|
+
"varName": "iPSecInfo"
|
|
8055
8055
|
},
|
|
8056
8056
|
"isHA": {
|
|
8057
8057
|
"args": {},
|
|
@@ -8121,9 +8121,9 @@
|
|
|
8121
8121
|
"isDeprecated": false,
|
|
8122
8122
|
"name": "sockets",
|
|
8123
8123
|
"path": "users.info.sockets",
|
|
8124
|
-
"requestStr": "$
|
|
8124
|
+
"requestStr": "$socketInfo:[SocketInfo] ",
|
|
8125
8125
|
"required": false,
|
|
8126
|
-
"responseStr": "sockets:$
|
|
8126
|
+
"responseStr": "sockets:$socketInfo ",
|
|
8127
8127
|
"type": {
|
|
8128
8128
|
"definition": {
|
|
8129
8129
|
"description": "Basic information about socket",
|
|
@@ -8170,7 +8170,7 @@
|
|
|
8170
8170
|
"varName": "isPrimary"
|
|
8171
8171
|
},
|
|
8172
8172
|
"platform": {
|
|
8173
|
-
"alias": "
|
|
8173
|
+
"alias": "socketPlatformPlatform: platform",
|
|
8174
8174
|
"args": {},
|
|
8175
8175
|
"deprecationReason": null,
|
|
8176
8176
|
"description": "Shows Socket type",
|
|
@@ -8338,7 +8338,7 @@
|
|
|
8338
8338
|
"name": "SocketInfo",
|
|
8339
8339
|
"non_null": false
|
|
8340
8340
|
},
|
|
8341
|
-
"varName": "
|
|
8341
|
+
"varName": "socketInfo"
|
|
8342
8342
|
},
|
|
8343
8343
|
"type": {
|
|
8344
8344
|
"args": {},
|
|
@@ -8410,10 +8410,10 @@
|
|
|
8410
8410
|
"name": "SiteInfo",
|
|
8411
8411
|
"non_null": false
|
|
8412
8412
|
},
|
|
8413
|
-
"varName": "
|
|
8413
|
+
"varName": "siteInfo"
|
|
8414
8414
|
},
|
|
8415
8415
|
"interfaces": {
|
|
8416
|
-
"alias": "
|
|
8416
|
+
"alias": "interfaceMetricsInterfaces: interfaces",
|
|
8417
8417
|
"args": {},
|
|
8418
8418
|
"deprecationReason": null,
|
|
8419
8419
|
"description": "Analytics that are returned for the links for a site",
|
|
@@ -8421,16 +8421,16 @@
|
|
|
8421
8421
|
"isDeprecated": false,
|
|
8422
8422
|
"name": "interfaces",
|
|
8423
8423
|
"path": "users.interfaces",
|
|
8424
|
-
"requestStr": "$
|
|
8424
|
+
"requestStr": "$interfaceMetrics:[InterfaceMetrics] ",
|
|
8425
8425
|
"required": false,
|
|
8426
|
-
"responseStr": "interfaces:$
|
|
8426
|
+
"responseStr": "interfaces:$interfaceMetrics ",
|
|
8427
8427
|
"type": {
|
|
8428
8428
|
"definition": {
|
|
8429
8429
|
"description": null,
|
|
8430
8430
|
"enumValues": null,
|
|
8431
8431
|
"fields": {
|
|
8432
8432
|
"annotations": {
|
|
8433
|
-
"alias": "
|
|
8433
|
+
"alias": "timeAnnotationAnnotations: annotations",
|
|
8434
8434
|
"args": {
|
|
8435
8435
|
"annotations___types": {
|
|
8436
8436
|
"defaultValue": null,
|
|
@@ -8459,9 +8459,9 @@
|
|
|
8459
8459
|
"isDeprecated": false,
|
|
8460
8460
|
"name": "annotations",
|
|
8461
8461
|
"path": "users.interfaces.annotations",
|
|
8462
|
-
"requestStr": "$
|
|
8462
|
+
"requestStr": "$timeAnnotation:[TimeAnnotation] ",
|
|
8463
8463
|
"required": false,
|
|
8464
|
-
"responseStr": "annotations:$
|
|
8464
|
+
"responseStr": "annotations:$timeAnnotation ",
|
|
8465
8465
|
"type": {
|
|
8466
8466
|
"definition": {
|
|
8467
8467
|
"description": "An object for marking specific events in time.",
|
|
@@ -8531,7 +8531,7 @@
|
|
|
8531
8531
|
"varName": "time"
|
|
8532
8532
|
},
|
|
8533
8533
|
"type": {
|
|
8534
|
-
"alias": "
|
|
8534
|
+
"alias": "annotationTypeType: type",
|
|
8535
8535
|
"args": {},
|
|
8536
8536
|
"deprecationReason": null,
|
|
8537
8537
|
"description": "Type identifies which annotation this is: e.g. connectivity, rolechange, missingdata, which allows\ncharts to attach to it.",
|
|
@@ -8604,10 +8604,10 @@
|
|
|
8604
8604
|
"name": "TimeAnnotation",
|
|
8605
8605
|
"non_null": false
|
|
8606
8606
|
},
|
|
8607
|
-
"varName": "
|
|
8607
|
+
"varName": "timeAnnotation"
|
|
8608
8608
|
},
|
|
8609
8609
|
"interfaceInfo": {
|
|
8610
|
-
"alias": "
|
|
8610
|
+
"alias": "interfaceInfoInterfaceInfo: interfaceInfo",
|
|
8611
8611
|
"args": {},
|
|
8612
8612
|
"deprecationReason": null,
|
|
8613
8613
|
"description": "Basic configuration information about the Socket interface . Applicable only for site",
|
|
@@ -8615,9 +8615,9 @@
|
|
|
8615
8615
|
"isDeprecated": false,
|
|
8616
8616
|
"name": "interfaceInfo",
|
|
8617
8617
|
"path": "users.interfaces.interfaceInfo",
|
|
8618
|
-
"requestStr": "$
|
|
8618
|
+
"requestStr": "$interfaceInfo:InterfaceInfo ",
|
|
8619
8619
|
"required": false,
|
|
8620
|
-
"responseStr": "interfaceInfo:$
|
|
8620
|
+
"responseStr": "interfaceInfo:$interfaceInfo ",
|
|
8621
8621
|
"type": {
|
|
8622
8622
|
"definition": {
|
|
8623
8623
|
"description": "Basic Socket Interface configuration information",
|
|
@@ -8738,10 +8738,10 @@
|
|
|
8738
8738
|
"name": "InterfaceInfo",
|
|
8739
8739
|
"non_null": false
|
|
8740
8740
|
},
|
|
8741
|
-
"varName": "
|
|
8741
|
+
"varName": "interfaceInfo"
|
|
8742
8742
|
},
|
|
8743
8743
|
"ipsecInfo": {
|
|
8744
|
-
"alias": "
|
|
8744
|
+
"alias": "iPSecInfoIpsecInfo: ipsecInfo",
|
|
8745
8745
|
"args": {},
|
|
8746
8746
|
"deprecationReason": null,
|
|
8747
8747
|
"description": "Data related to IPsec sites, such as IKE version . Applicable only for site",
|
|
@@ -8749,9 +8749,9 @@
|
|
|
8749
8749
|
"isDeprecated": false,
|
|
8750
8750
|
"name": "ipsecInfo",
|
|
8751
8751
|
"path": "users.interfaces.ipsecInfo",
|
|
8752
|
-
"requestStr": "$
|
|
8752
|
+
"requestStr": "$iPSecInfo:IPSecInfo ",
|
|
8753
8753
|
"required": false,
|
|
8754
|
-
"responseStr": "ipsecInfo:$
|
|
8754
|
+
"responseStr": "ipsecInfo:$iPSecInfo ",
|
|
8755
8755
|
"type": {
|
|
8756
8756
|
"definition": {
|
|
8757
8757
|
"description": "Basic IPSec configuration information",
|
|
@@ -8851,10 +8851,10 @@
|
|
|
8851
8851
|
"name": "IPSecInfo",
|
|
8852
8852
|
"non_null": false
|
|
8853
8853
|
},
|
|
8854
|
-
"varName": "
|
|
8854
|
+
"varName": "iPSecInfo"
|
|
8855
8855
|
},
|
|
8856
8856
|
"metrics": {
|
|
8857
|
-
"alias": "
|
|
8857
|
+
"alias": "metricsMetrics: metrics",
|
|
8858
8858
|
"args": {
|
|
8859
8859
|
"metrics___toRate": {
|
|
8860
8860
|
"defaultValue": "false",
|
|
@@ -8881,9 +8881,9 @@
|
|
|
8881
8881
|
"isDeprecated": false,
|
|
8882
8882
|
"name": "metrics",
|
|
8883
8883
|
"path": "users.interfaces.metrics",
|
|
8884
|
-
"requestStr": "$
|
|
8884
|
+
"requestStr": "$metrics:Metrics ",
|
|
8885
8885
|
"required": false,
|
|
8886
|
-
"responseStr": "metrics:$
|
|
8886
|
+
"responseStr": "metrics:$metrics ",
|
|
8887
8887
|
"type": {
|
|
8888
8888
|
"definition": {
|
|
8889
8889
|
"description": null,
|
|
@@ -9283,7 +9283,7 @@
|
|
|
9283
9283
|
"name": "Metrics",
|
|
9284
9284
|
"non_null": false
|
|
9285
9285
|
},
|
|
9286
|
-
"varName": "
|
|
9286
|
+
"varName": "metrics"
|
|
9287
9287
|
},
|
|
9288
9288
|
"name": {
|
|
9289
9289
|
"args": {},
|
|
@@ -9306,7 +9306,7 @@
|
|
|
9306
9306
|
"varName": "name"
|
|
9307
9307
|
},
|
|
9308
9308
|
"periods": {
|
|
9309
|
-
"alias": "
|
|
9309
|
+
"alias": "timePeriodPeriods: periods",
|
|
9310
9310
|
"args": {},
|
|
9311
9311
|
"deprecationReason": null,
|
|
9312
9312
|
"description": "object that is a specific time duration",
|
|
@@ -9314,9 +9314,9 @@
|
|
|
9314
9314
|
"isDeprecated": false,
|
|
9315
9315
|
"name": "periods",
|
|
9316
9316
|
"path": "users.interfaces.periods",
|
|
9317
|
-
"requestStr": "$
|
|
9317
|
+
"requestStr": "$timePeriod:[TimePeriod] ",
|
|
9318
9318
|
"required": false,
|
|
9319
|
-
"responseStr": "periods:$
|
|
9319
|
+
"responseStr": "periods:$timePeriod ",
|
|
9320
9320
|
"type": {
|
|
9321
9321
|
"definition": {
|
|
9322
9322
|
"description": "An object for marking durations!",
|
|
@@ -9367,7 +9367,7 @@
|
|
|
9367
9367
|
"varName": "title"
|
|
9368
9368
|
},
|
|
9369
9369
|
"type": {
|
|
9370
|
-
"alias": "
|
|
9370
|
+
"alias": "periodTypeType: type",
|
|
9371
9371
|
"args": {},
|
|
9372
9372
|
"deprecationReason": null,
|
|
9373
9373
|
"description": "Type identifies which annotation this is: e.g. connectivity, rolechange, missingdata, which allows\ncharts to attach to it.",
|
|
@@ -9476,7 +9476,7 @@
|
|
|
9476
9476
|
"name": "TimePeriod",
|
|
9477
9477
|
"non_null": false
|
|
9478
9478
|
},
|
|
9479
|
-
"varName": "
|
|
9479
|
+
"varName": "timePeriod"
|
|
9480
9480
|
},
|
|
9481
9481
|
"remoteIP": {
|
|
9482
9482
|
"args": {},
|
|
@@ -9499,7 +9499,7 @@
|
|
|
9499
9499
|
"varName": "remoteIP"
|
|
9500
9500
|
},
|
|
9501
9501
|
"remoteIPInfo": {
|
|
9502
|
-
"alias": "
|
|
9502
|
+
"alias": "iPInfoRemoteIPInfo: remoteIPInfo",
|
|
9503
9503
|
"args": {},
|
|
9504
9504
|
"deprecationReason": null,
|
|
9505
9505
|
"description": "Data related to the link IP address, such as country code",
|
|
@@ -9507,9 +9507,9 @@
|
|
|
9507
9507
|
"isDeprecated": false,
|
|
9508
9508
|
"name": "remoteIPInfo",
|
|
9509
9509
|
"path": "users.interfaces.remoteIPInfo",
|
|
9510
|
-
"requestStr": "$
|
|
9510
|
+
"requestStr": "$iPInfo:IPInfo ",
|
|
9511
9511
|
"required": false,
|
|
9512
|
-
"responseStr": "remoteIPInfo:$
|
|
9512
|
+
"responseStr": "remoteIPInfo:$iPInfo ",
|
|
9513
9513
|
"type": {
|
|
9514
9514
|
"definition": {
|
|
9515
9515
|
"description": "A general structure to contain IP detailed information",
|
|
@@ -9689,10 +9689,10 @@
|
|
|
9689
9689
|
"name": "IPInfo",
|
|
9690
9690
|
"non_null": false
|
|
9691
9691
|
},
|
|
9692
|
-
"varName": "
|
|
9692
|
+
"varName": "iPInfo"
|
|
9693
9693
|
},
|
|
9694
9694
|
"socketInfo": {
|
|
9695
|
-
"alias": "
|
|
9695
|
+
"alias": "socketInfoSocketInfo: socketInfo",
|
|
9696
9696
|
"args": {},
|
|
9697
9697
|
"deprecationReason": null,
|
|
9698
9698
|
"description": "Data related to Socket and vSocket sites, such as serial number and Socket version. Applicable only for site",
|
|
@@ -9700,9 +9700,9 @@
|
|
|
9700
9700
|
"isDeprecated": false,
|
|
9701
9701
|
"name": "socketInfo",
|
|
9702
9702
|
"path": "users.interfaces.socketInfo",
|
|
9703
|
-
"requestStr": "$
|
|
9703
|
+
"requestStr": "$socketInfo:SocketInfo ",
|
|
9704
9704
|
"required": false,
|
|
9705
|
-
"responseStr": "socketInfo:$
|
|
9705
|
+
"responseStr": "socketInfo:$socketInfo ",
|
|
9706
9706
|
"type": {
|
|
9707
9707
|
"definition": {
|
|
9708
9708
|
"description": "Basic information about socket",
|
|
@@ -9914,10 +9914,10 @@
|
|
|
9914
9914
|
"name": "SocketInfo",
|
|
9915
9915
|
"non_null": false
|
|
9916
9916
|
},
|
|
9917
|
-
"varName": "
|
|
9917
|
+
"varName": "socketInfo"
|
|
9918
9918
|
},
|
|
9919
9919
|
"timeseries": {
|
|
9920
|
-
"alias": "
|
|
9920
|
+
"alias": "timeseriesTimeseries: timeseries",
|
|
9921
9921
|
"args": {
|
|
9922
9922
|
"timeseries___buckets": {
|
|
9923
9923
|
"defaultValue": null,
|
|
@@ -10108,9 +10108,9 @@
|
|
|
10108
10108
|
"isDeprecated": false,
|
|
10109
10109
|
"name": "timeseries",
|
|
10110
10110
|
"path": "users.interfaces.timeseries",
|
|
10111
|
-
"requestStr": "$
|
|
10111
|
+
"requestStr": "$timeseries:[Timeseries] ",
|
|
10112
10112
|
"required": false,
|
|
10113
|
-
"responseStr": "timeseries:$
|
|
10113
|
+
"responseStr": "timeseries:$timeseries ",
|
|
10114
10114
|
"type": {
|
|
10115
10115
|
"definition": {
|
|
10116
10116
|
"description": null,
|
|
@@ -10177,7 +10177,7 @@
|
|
|
10177
10177
|
"varName": "data"
|
|
10178
10178
|
},
|
|
10179
10179
|
"dimensions": {
|
|
10180
|
-
"alias": "
|
|
10180
|
+
"alias": "dimensionDataDimensions: dimensions",
|
|
10181
10181
|
"args": {},
|
|
10182
10182
|
"deprecationReason": null,
|
|
10183
10183
|
"description": "List of dimension values for this timeseries",
|
|
@@ -10185,9 +10185,9 @@
|
|
|
10185
10185
|
"isDeprecated": false,
|
|
10186
10186
|
"name": "dimensions",
|
|
10187
10187
|
"path": "users.interfaces.timeseries.dimensions",
|
|
10188
|
-
"requestStr": "$
|
|
10188
|
+
"requestStr": "$dimensionData:[DimensionData] ",
|
|
10189
10189
|
"required": false,
|
|
10190
|
-
"responseStr": "dimensions:$
|
|
10190
|
+
"responseStr": "dimensions:$dimensionData ",
|
|
10191
10191
|
"type": {
|
|
10192
10192
|
"definition": {
|
|
10193
10193
|
"description": null,
|
|
@@ -10250,7 +10250,7 @@
|
|
|
10250
10250
|
"name": "DimensionData",
|
|
10251
10251
|
"non_null": false
|
|
10252
10252
|
},
|
|
10253
|
-
"varName": "
|
|
10253
|
+
"varName": "dimensionData"
|
|
10254
10254
|
},
|
|
10255
10255
|
"info": {
|
|
10256
10256
|
"args": {},
|
|
@@ -10275,7 +10275,7 @@
|
|
|
10275
10275
|
"varName": "info"
|
|
10276
10276
|
},
|
|
10277
10277
|
"key": {
|
|
10278
|
-
"alias": "
|
|
10278
|
+
"alias": "timeseriesKeyKey: key",
|
|
10279
10279
|
"args": {},
|
|
10280
10280
|
"deprecationReason": null,
|
|
10281
10281
|
"description": "Timeseries key: measure and dimension values",
|
|
@@ -10283,9 +10283,9 @@
|
|
|
10283
10283
|
"isDeprecated": false,
|
|
10284
10284
|
"name": "key",
|
|
10285
10285
|
"path": "users.interfaces.timeseries.key",
|
|
10286
|
-
"requestStr": "$
|
|
10286
|
+
"requestStr": "$timeseriesKey:TimeseriesKey ",
|
|
10287
10287
|
"required": false,
|
|
10288
|
-
"responseStr": "key:$
|
|
10288
|
+
"responseStr": "key:$timeseriesKey ",
|
|
10289
10289
|
"type": {
|
|
10290
10290
|
"definition": {
|
|
10291
10291
|
"description": null,
|
|
@@ -10299,9 +10299,9 @@
|
|
|
10299
10299
|
"isDeprecated": false,
|
|
10300
10300
|
"name": "dimensions",
|
|
10301
10301
|
"path": "users.interfaces.timeseries.key.dimensions",
|
|
10302
|
-
"requestStr": "$
|
|
10302
|
+
"requestStr": "$dimensionKey:[DimensionKey] ",
|
|
10303
10303
|
"required": false,
|
|
10304
|
-
"responseStr": "dimensions:$
|
|
10304
|
+
"responseStr": "dimensions:$dimensionKey ",
|
|
10305
10305
|
"type": {
|
|
10306
10306
|
"definition": {
|
|
10307
10307
|
"description": null,
|
|
@@ -10364,7 +10364,7 @@
|
|
|
10364
10364
|
"name": "DimensionKey",
|
|
10365
10365
|
"non_null": false
|
|
10366
10366
|
},
|
|
10367
|
-
"varName": "
|
|
10367
|
+
"varName": "dimensionKey"
|
|
10368
10368
|
},
|
|
10369
10369
|
"measureFieldName": {
|
|
10370
10370
|
"args": {},
|
|
@@ -10401,7 +10401,7 @@
|
|
|
10401
10401
|
"name": "TimeseriesKey",
|
|
10402
10402
|
"non_null": false
|
|
10403
10403
|
},
|
|
10404
|
-
"varName": "
|
|
10404
|
+
"varName": "timeseriesKey"
|
|
10405
10405
|
},
|
|
10406
10406
|
"label": {
|
|
10407
10407
|
"args": {},
|
|
@@ -10445,7 +10445,7 @@
|
|
|
10445
10445
|
"varName": "sum"
|
|
10446
10446
|
},
|
|
10447
10447
|
"units": {
|
|
10448
|
-
"alias": "
|
|
10448
|
+
"alias": "unitTypeUnits: units",
|
|
10449
10449
|
"args": {},
|
|
10450
10450
|
"deprecationReason": null,
|
|
10451
10451
|
"description": "Identifies what unit of data this timeseries represents. Note that toRate is only available for particular types\nof data to make sense.",
|
|
@@ -10559,7 +10559,7 @@
|
|
|
10559
10559
|
"name": "Timeseries",
|
|
10560
10560
|
"non_null": false
|
|
10561
10561
|
},
|
|
10562
|
-
"varName": "
|
|
10562
|
+
"varName": "timeseries"
|
|
10563
10563
|
}
|
|
10564
10564
|
},
|
|
10565
10565
|
"inputFields": null,
|
|
@@ -10577,10 +10577,10 @@
|
|
|
10577
10577
|
"name": "InterfaceMetrics",
|
|
10578
10578
|
"non_null": false
|
|
10579
10579
|
},
|
|
10580
|
-
"varName": "
|
|
10580
|
+
"varName": "interfaceMetrics"
|
|
10581
10581
|
},
|
|
10582
10582
|
"metrics": {
|
|
10583
|
-
"alias": "
|
|
10583
|
+
"alias": "metricsMetrics: metrics",
|
|
10584
10584
|
"args": {
|
|
10585
10585
|
"metrics___toRate": {
|
|
10586
10586
|
"defaultValue": "false",
|
|
@@ -10607,9 +10607,9 @@
|
|
|
10607
10607
|
"isDeprecated": false,
|
|
10608
10608
|
"name": "metrics",
|
|
10609
10609
|
"path": "users.metrics",
|
|
10610
|
-
"requestStr": "$
|
|
10610
|
+
"requestStr": "$metrics:Metrics ",
|
|
10611
10611
|
"required": false,
|
|
10612
|
-
"responseStr": "metrics:$
|
|
10612
|
+
"responseStr": "metrics:$metrics ",
|
|
10613
10613
|
"type": {
|
|
10614
10614
|
"definition": {
|
|
10615
10615
|
"description": null,
|
|
@@ -11009,7 +11009,7 @@
|
|
|
11009
11009
|
"name": "Metrics",
|
|
11010
11010
|
"non_null": false
|
|
11011
11011
|
},
|
|
11012
|
-
"varName": "
|
|
11012
|
+
"varName": "metrics"
|
|
11013
11013
|
},
|
|
11014
11014
|
"name": {
|
|
11015
11015
|
"args": {},
|
|
@@ -11067,7 +11067,7 @@
|
|
|
11067
11067
|
"name": "SiteMetrics",
|
|
11068
11068
|
"non_null": false
|
|
11069
11069
|
},
|
|
11070
|
-
"varName": "
|
|
11070
|
+
"varName": "siteMetrics"
|
|
11071
11071
|
}
|
|
11072
11072
|
},
|
|
11073
11073
|
"inputFields": null,
|