Skip to content

Commit ca31ff8

Browse files
authored
update instana-client SDK with release-324 (#23)
1 parent b034df2 commit ca31ff8

674 files changed

Lines changed: 23052 additions & 26420 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎.gitignore‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ docs/_build/
6262
# PyBuilder
6363
target/
6464

65-
# Ipython Notebook
65+
#Ipython Notebook
6666
.ipynb_checkpoints

‎.gitlab-ci.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ stages:
1414
- pip install -r test-requirements.txt
1515
- pytest --cov=instana_client
1616

17+
pytest-3.9:
18+
extends: .pytest
19+
image: python:3.9-alpine
1720
pytest-3.10:
1821
extends: .pytest
1922
image: python:3.10-alpine
@@ -26,6 +29,3 @@ pytest-3.12:
2629
pytest-3.13:
2730
extends: .pytest
2831
image: python:3.13-alpine
29-
pytest-3.14:
30-
extends: .pytest
31-
image: python:3.14-alpine

‎.openapi-generator/FILES‎

Lines changed: 3 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ docs/CustomEventSpecification.md
131131
docs/CustomEventSpecificationWithLastUpdated.md
132132
docs/CustomEventWebsiteAlertRule.md
133133
docs/CustomMetric.md
134+
docs/CustomMetricApplicationAlertRule.md
134135
docs/CustomPayloadConfiguration.md
135136
docs/CustomPayloadField.md
136137
docs/CustomPayloadWithLastUpdated.md
@@ -186,11 +187,6 @@ docs/FailureSyntheticAlertRule.md
186187
docs/FilterInterface.md
187188
docs/FixedHttpPathSegmentMatchingRule.md
188189
docs/FixedTimeWindow.md
189-
docs/FleetConfiguration.md
190-
docs/FleetConfigurationAssignment.md
191-
docs/FleetConfigurationAssignmentResponse.md
192-
docs/FleetConfigurationResponse.md
193-
docs/FleetManagementApi.md
194190
docs/GatewayStatusResponse.md
195191
docs/GenericInfraAlertRule.md
196192
docs/GeoLocationConfiguration.md
@@ -584,7 +580,6 @@ docs/Trigger.md
584580
docs/TypeConfiguration.md
585581
docs/UnsupportedHttpPathSegmentMatchingRule.md
586582
docs/UpdateEvaluationRequest.md
587-
docs/UpdateFleetConfigurationRequest.md
588583
docs/UpdatedBusinessPerspectiveConfig.md
589584
docs/UsageApi.md
590585
docs/UsageResult.md
@@ -669,7 +664,6 @@ instana_client/api/default_api.py
669664
instana_client/api/end_user_monitoring_api.py
670665
instana_client/api/event_settings_api.py
671666
instana_client/api/events_api.py
672-
instana_client/api/fleet_management_api.py
673667
instana_client/api/global_application_alert_configuration_api.py
674668
instana_client/api/groups_api.py
675669
instana_client/api/health_api.py
@@ -832,6 +826,7 @@ instana_client/models/custom_event_specification.py
832826
instana_client/models/custom_event_specification_with_last_updated.py
833827
instana_client/models/custom_event_website_alert_rule.py
834828
instana_client/models/custom_metric.py
829+
instana_client/models/custom_metric_application_alert_rule.py
835830
instana_client/models/custom_payload_configuration.py
836831
instana_client/models/custom_payload_field.py
837832
instana_client/models/custom_payload_with_last_updated.py
@@ -883,10 +878,6 @@ instana_client/models/failure_synthetic_alert_rule.py
883878
instana_client/models/filter_interface.py
884879
instana_client/models/fixed_http_path_segment_matching_rule.py
885880
instana_client/models/fixed_time_window.py
886-
instana_client/models/fleet_configuration.py
887-
instana_client/models/fleet_configuration_assignment.py
888-
instana_client/models/fleet_configuration_assignment_response.py
889-
instana_client/models/fleet_configuration_response.py
890881
instana_client/models/gateway_status_response.py
891882
instana_client/models/generic_infra_alert_rule.py
892883
instana_client/models/geo_location_configuration.py
@@ -1239,7 +1230,6 @@ instana_client/models/trigger.py
12391230
instana_client/models/type_configuration.py
12401231
instana_client/models/unsupported_http_path_segment_matching_rule.py
12411232
instana_client/models/update_evaluation_request.py
1242-
instana_client/models/update_fleet_configuration_request.py
12431233
instana_client/models/updated_business_perspective_config.py
12441234
instana_client/models/usage_result.py
12451235
instana_client/models/usage_result_items.py
@@ -1300,38 +1290,5 @@ setup.cfg
13001290
setup.py
13011291
test-requirements.txt
13021292
test/__init__.py
1303-
test/test_advanced_custom_blueprint_indicator.py
1304-
test/test_advanced_filter.py
1305-
test/test_apdex_config_with_rbac_tag.py
1306-
test/test_api_log_item.py
1307-
test/test_api_log_tag.py
1308-
test/test_create_evaluation_request.py
1309-
test/test_create_evaluation_response.py
1310-
test/test_customer_email.py
1311-
test/test_entity_metric.py
1312-
test/test_entity_metric_scope.py
1313-
test/test_evaluation_detail_response.py
1314-
test/test_evaluation_list_item.py
1315-
test/test_evaluation_list_response.py
1316-
test/test_evaluator.py
1317-
test/test_filter_interface.py
1318-
test/test_fleet_configuration.py
1319-
test/test_fleet_configuration_assignment.py
1320-
test/test_fleet_configuration_assignment_response.py
1321-
test/test_fleet_configuration_response.py
1322-
test/test_fleet_management_api.py
1323-
test/test_gateway_status_response.py
1324-
test/test_llm_evaluation_api.py
1325-
test/test_logs_api_response.py
1326-
test/test_logs_query.py
1327-
test/test_mobile_app_session_replay_api.py
1328-
test/test_mobile_slo_entity.py
1329-
test/test_notification.py
1330-
test/test_rbac_restrictions.py
1331-
test/test_run_evaluation_response.py
1332-
test/test_sampling_metadata.py
1333-
test/test_time_config.py
1334-
test/test_trace_sampling_config.py
1335-
test/test_update_evaluation_request.py
1336-
test/test_update_fleet_configuration_request.py
1293+
test/test_custom_metric_application_alert_rule.py
13371294
tox.ini

‎.openapi-generator/VERSION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.24.0
1+
7.13.0

‎.travis.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# ref: https://docs.travis-ci.com/user/languages/python
22
language: python
33
python:
4+
- "3.9"
45
- "3.10"
56
- "3.11"
67
- "3.12"
78
- "3.13"
8-
- "3.14"
99
# uncomment the following if needed
10-
#- "3.14-dev" # 3.14 development branch
10+
#- "3.13-dev" # 3.13 development branch
1111
#- "nightly" # nightly build
1212
# command to install dependencies
1313
install:

‎README.md‎

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ Documentation for INSTANA REST API
33

44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

6-
- API version: 1.323.989
6+
- API version: 1.324.1358
77
- Package version: 1.1.0
8-
- Generator version: 7.24.0
8+
- Generator version: 7.13.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
For more information, please visit [http://instana.com](http://instana.com)
1111

1212
## Requirements.
1313

14-
Python 3.10+
14+
Python 3.9+
1515

1616
## Installation & Usage
1717
### pip install
@@ -52,15 +52,14 @@ Please follow the [installation procedure](#installation--usage) and then run th
5252

5353
```python
5454

55-
import os
5655
import instana_client
5756
from instana_client.rest import ApiException
5857
from pprint import pprint
5958

6059
# Defining the host is optional and defaults to https://unit-tenant.instana.io
6160
# See configuration.py for a list of all supported configuration parameters.
6261
configuration = instana_client.Configuration(
63-
host = "https://{unit}-{tenant}.instana.io"
62+
host = "https://unit-tenant.instana.io"
6463
)
6564

6665
# The client must configure the authentication and authorization parameters
@@ -253,7 +252,7 @@ Class | Method | HTTP request | Description
253252
*EventSettingsApi* | [**find_mobile_app_alert_config**](docs/EventSettingsApi.md#find_mobile_app_alert_config) | **GET** /api/events/settings/mobile-app-alert-configs/{id} | Get Mobile Smart Alert Config
254253
*EventSettingsApi* | [**find_mobile_app_alert_config_versions**](docs/EventSettingsApi.md#find_mobile_app_alert_config_versions) | **GET** /api/events/settings/mobile-app-alert-configs/{id}/versions | Get Mobile Smart Alert Config Versions
255254
*EventSettingsApi* | [**find_website_alert_config**](docs/EventSettingsApi.md#find_website_alert_config) | **GET** /api/events/settings/website-alert-configs/{id} | Get Website Smart Alert Config
256-
*EventSettingsApi* | [**find_website_alert_config_versions**](docs/EventSettingsApi.md#find_website_alert_config_versions) | **GET** /api/events/settings/website-alert-configs/{id}/versions | Get Website Smart Alert Config Versions
255+
*EventSettingsApi* | [**find_website_alert_config_versions**](docs/EventSettingsApi.md#find_website_alert_config_versions) | **GET** /api/events/settings/website-alert-configs/{id}/versions | Get Website Smart Alert Config Versions.
257256
*EventSettingsApi* | [**get_alert**](docs/EventSettingsApi.md#get_alert) | **GET** /api/events/settings/alerts/{id} | Get Alert Configuration
258257
*EventSettingsApi* | [**get_alerting_channel**](docs/EventSettingsApi.md#get_alerting_channel) | **GET** /api/events/settings/alertingChannels/{id} | Get Alerting Channel
259258
*EventSettingsApi* | [**get_alerting_channels**](docs/EventSettingsApi.md#get_alerting_channels) | **GET** /api/events/settings/alertingChannels | Get all Alerting Channels
@@ -296,16 +295,6 @@ Class | Method | HTTP request | Description
296295
*EventsApi* | [**get_events**](docs/EventsApi.md#get_events) | **GET** /api/events | Get all Events
297296
*EventsApi* | [**get_events_by_ids**](docs/EventsApi.md#get_events_by_ids) | **POST** /api/events | Get Events by IDs
298297
*EventsApi* | [**kubernetes_info_events**](docs/EventsApi.md#kubernetes_info_events) | **GET** /api/events/kubernetes-info-events | Get Kubernetes Info Events
299-
*FleetManagementApi* | [**create_fleet_config_assignment**](docs/FleetManagementApi.md#create_fleet_config_assignment) | **POST** /api/fleet/configuration-assignments | Create a configuration assignment
300-
*FleetManagementApi* | [**create_fleet_configuration**](docs/FleetManagementApi.md#create_fleet_configuration) | **POST** /api/fleet/configurations | Creates a fleet configuration
301-
*FleetManagementApi* | [**delete_custom_collector_base**](docs/FleetManagementApi.md#delete_custom_collector_base) | **DELETE** /api/fleet/configurations/{id} | Delete a custom collector base configuration
302-
*FleetManagementApi* | [**delete_fleet_config_assignment**](docs/FleetManagementApi.md#delete_fleet_config_assignment) | **DELETE** /api/fleet/configuration-assignments/{id} | Delete a fleet configuration assignment
303-
*FleetManagementApi* | [**get_custom_collector_base**](docs/FleetManagementApi.md#get_custom_collector_base) | **GET** /api/fleet/configurations/{id} | Get fleet configuration details
304-
*FleetManagementApi* | [**get_fleet_config_assignment**](docs/FleetManagementApi.md#get_fleet_config_assignment) | **GET** /api/fleet/configuration-assignments/{id} | Get a fleet configuration assignment
305-
*FleetManagementApi* | [**list_custom_collector_base**](docs/FleetManagementApi.md#list_custom_collector_base) | **GET** /api/fleet/configurations | List fleet configurations
306-
*FleetManagementApi* | [**list_fleet_config_assignments**](docs/FleetManagementApi.md#list_fleet_config_assignments) | **GET** /api/fleet/configuration-assignments | List fleet configuration assignments
307-
*FleetManagementApi* | [**update_custom_collector_base**](docs/FleetManagementApi.md#update_custom_collector_base) | **PUT** /api/fleet/configurations/{id} | Update a custom collector base configuration
308-
*FleetManagementApi* | [**update_fleet_config_assignment**](docs/FleetManagementApi.md#update_fleet_config_assignment) | **PUT** /api/fleet/configuration-assignments/{id} | Update a fleet configuration assignment
309298
*GlobalApplicationAlertConfigurationApi* | [**bulk_delete_global_application_alert_configs**](docs/GlobalApplicationAlertConfigurationApi.md#bulk_delete_global_application_alert_configs) | **PUT** /api/events/settings/global-alert-configs/applications/bulk/delete | Bulk Delete Global Smart Alert Configs
310299
*GlobalApplicationAlertConfigurationApi* | [**bulk_disable_global_application_alert_configs**](docs/GlobalApplicationAlertConfigurationApi.md#bulk_disable_global_application_alert_configs) | **PUT** /api/events/settings/global-alert-configs/applications/bulk/disable | Bulk Disable Global Smart Alert Configs
311300
*GlobalApplicationAlertConfigurationApi* | [**bulk_enable_global_application_alert_configs**](docs/GlobalApplicationAlertConfigurationApi.md#bulk_enable_global_application_alert_configs) | **PUT** /api/events/settings/global-alert-configs/applications/bulk/enable | Bulk Enable Global Smart Alert Configs
@@ -461,7 +450,7 @@ Class | Method | HTTP request | Description
461450
*MobileAppConfigurationApi* | [**upload_mobile_app_source_map_file**](docs/MobileAppConfigurationApi.md#upload_mobile_app_source_map_file) | **PUT** /api/mobile-app-monitoring/config/{mobileAppId}/sourcemap-upload/{sourceMapConfigId}/form | Upload sourcemap file for mobile app
462451
*MobileAppMetricsApi* | [**get_mobile_app_beacon_metrics**](docs/MobileAppMetricsApi.md#get_mobile_app_beacon_metrics) | **POST** /api/mobile-app-monitoring/metrics | Get mobile app beacon metrics
463452
*MobileAppMetricsApi* | [**get_mobile_app_beacon_metrics_v2**](docs/MobileAppMetricsApi.md#get_mobile_app_beacon_metrics_v2) | **POST** /api/mobile-app-monitoring/v2/metrics | Get beacon metrics
464-
*MobileAppMetricsApi* | [**get_session**](docs/MobileAppMetricsApi.md#get_session) | **GET** /api/mobile-app-monitoring/session{id}{timestamp} | Get mobile app session
453+
*MobileAppMetricsApi* | [**get_session**](docs/MobileAppMetricsApi.md#get_session) | **GET** /api/mobile-app-monitoring/session;id={id};timestamp={timestamp} | Get mobile app session
465454
*MobileAppSessionReplayApi* | [**get_action_beacons**](docs/MobileAppSessionReplayApi.md#get_action_beacons) | **GET** /api/mobile-app-monitoring/mobile-apps/{mobileAppId}/sessions/{sessionId}/action-beacons | Get action beacons for a session
466455
*MobileAppSessionReplayApi* | [**get_session_replay_metadata**](docs/MobileAppSessionReplayApi.md#get_session_replay_metadata) | **GET** /api/mobile-app-monitoring/mobile-apps/{mobileAppId}/sessions/{sessionId}/replay-metadata | Get session replay metadata
467456
*MobileAppSessionReplayApi* | [**get_session_replay_timestamps**](docs/MobileAppSessionReplayApi.md#get_session_replay_timestamps) | **GET** /api/mobile-app-monitoring/mobile-apps/{mobileAppId}/sessions/{sessionId}/replay-timestamps | Get session replay timestamps
@@ -621,7 +610,7 @@ Class | Method | HTTP request | Description
621610
*WebsiteConfigurationApi* | [**upload_source_map_file**](docs/WebsiteConfigurationApi.md#upload_source_map_file) | **PUT** /api/website-monitoring/config/{websiteId}/sourcemap-upload/{sourceMapConfigId}/form | Upload sourcemap file for website
622611
*WebsiteMetricsApi* | [**get_beacon_metrics**](docs/WebsiteMetricsApi.md#get_beacon_metrics) | **POST** /api/website-monitoring/metrics | Get beacon metrics
623612
*WebsiteMetricsApi* | [**get_beacon_metrics_v2**](docs/WebsiteMetricsApi.md#get_beacon_metrics_v2) | **POST** /api/website-monitoring/v2/metrics | Get beacon metrics
624-
*WebsiteMetricsApi* | [**get_page_load**](docs/WebsiteMetricsApi.md#get_page_load) | **GET** /api/website-monitoring/page-load{id}{timestamp} | Get page load
613+
*WebsiteMetricsApi* | [**get_page_load**](docs/WebsiteMetricsApi.md#get_page_load) | **GET** /api/website-monitoring/page-load;id={id};timestamp={timestamp} | Get page load
625614
*DefaultApi* | [**delete**](docs/DefaultApi.md#delete) | **DELETE** /api/filters/{id} |
626615
*DefaultApi* | [**delete_trace_sampling_config**](docs/DefaultApi.md#delete_trace_sampling_config) | **DELETE** /api/settings/trace-sampling | Delete trace sampling configuration
627616
*DefaultApi* | [**encrypt**](docs/DefaultApi.md#encrypt) | **POST** /api/encrypt |
@@ -763,6 +752,7 @@ Class | Method | HTTP request | Description
763752
- [CustomEventSpecificationWithLastUpdated](docs/CustomEventSpecificationWithLastUpdated.md)
764753
- [CustomEventWebsiteAlertRule](docs/CustomEventWebsiteAlertRule.md)
765754
- [CustomMetric](docs/CustomMetric.md)
755+
- [CustomMetricApplicationAlertRule](docs/CustomMetricApplicationAlertRule.md)
766756
- [CustomPayloadConfiguration](docs/CustomPayloadConfiguration.md)
767757
- [CustomPayloadField](docs/CustomPayloadField.md)
768758
- [CustomPayloadWithLastUpdated](docs/CustomPayloadWithLastUpdated.md)
@@ -814,10 +804,6 @@ Class | Method | HTTP request | Description
814804
- [FilterInterface](docs/FilterInterface.md)
815805
- [FixedHttpPathSegmentMatchingRule](docs/FixedHttpPathSegmentMatchingRule.md)
816806
- [FixedTimeWindow](docs/FixedTimeWindow.md)
817-
- [FleetConfiguration](docs/FleetConfiguration.md)
818-
- [FleetConfigurationAssignment](docs/FleetConfigurationAssignment.md)
819-
- [FleetConfigurationAssignmentResponse](docs/FleetConfigurationAssignmentResponse.md)
820-
- [FleetConfigurationResponse](docs/FleetConfigurationResponse.md)
821807
- [GatewayStatusResponse](docs/GatewayStatusResponse.md)
822808
- [GenericInfraAlertRule](docs/GenericInfraAlertRule.md)
823809
- [GeoLocationConfiguration](docs/GeoLocationConfiguration.md)
@@ -1171,7 +1157,6 @@ Class | Method | HTTP request | Description
11711157
- [TypeConfiguration](docs/TypeConfiguration.md)
11721158
- [UnsupportedHttpPathSegmentMatchingRule](docs/UnsupportedHttpPathSegmentMatchingRule.md)
11731159
- [UpdateEvaluationRequest](docs/UpdateEvaluationRequest.md)
1174-
- [UpdateFleetConfigurationRequest](docs/UpdateFleetConfigurationRequest.md)
11751160
- [UpdatedBusinessPerspectiveConfig](docs/UpdatedBusinessPerspectiveConfig.md)
11761161
- [UsageResult](docs/UsageResult.md)
11771162
- [UsageResultItems](docs/UsageResultItems.md)

‎docs/ApiToken.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Name | Type | Description | Notes
2424
**can_configure_eum_applications** | **bool** | | [optional]
2525
**can_configure_events_and_alerts** | **bool** | | [optional]
2626
**can_configure_gen_ai_evaluations** | **bool** | | [optional]
27+
**can_configure_gen_ai_smart_alerts** | **bool** | | [optional]
2728
**can_configure_global_alert_payload** | **bool** | | [optional]
2829
**can_configure_global_application_smart_alerts** | **bool** | | [optional]
2930
**can_configure_global_infra_smart_alerts** | **bool** | | [optional]
@@ -37,6 +38,7 @@ Name | Type | Description | Notes
3738
**can_configure_log_retention_period** | **bool** | | [optional]
3839
**can_configure_logging_perspectives** | **bool** | | [optional]
3940
**can_configure_maintenance_windows** | **bool** | | [optional]
41+
**can_configure_mobile_app_business_criticality** | **bool** | | [optional]
4042
**can_configure_mobile_app_monitoring** | **bool** | | [optional]
4143
**can_configure_mobile_app_smart_alerts** | **bool** | | [optional]
4244
**can_configure_network_integrations** | **bool** | | [optional]
@@ -54,6 +56,7 @@ Name | Type | Description | Notes
5456
**can_configure_synthetic_tests** | **bool** | | [optional]
5557
**can_configure_teams** | **bool** | | [optional]
5658
**can_configure_users** | **bool** | | [optional]
59+
**can_configure_website_business_criticality** | **bool** | | [optional]
5760
**can_configure_website_conversions** | **bool** | | [optional]
5861
**can_configure_website_smart_alerts** | **bool** | | [optional]
5962
**can_create_heap_dump** | **bool** | | [optional]

‎docs/ApplicationResourcesApi.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ configuration.api_key['ApiKeyAuth'] = os.environ["API_KEY"]
251251
with instana_client.ApiClient(configuration) as api_client:
252252
# Create an instance of the API class
253253
api_instance = instana_client.ApplicationResourcesApi(api_client)
254-
name_filter = 'name_filter_example' # str | Name of application (optional)
254+
name_filter = 'name_filter_example' # str | Name of application (partial match allowed) (optional)
255255
window_size = 56 # int | Size of time window in milliseconds (optional)
256256
to = 56 # int | Timestamp since Unix Epoch in milliseconds of the end of the time window (optional)
257257
page = 56 # int | Page number from results (optional)
@@ -274,7 +274,7 @@ with instana_client.ApiClient(configuration) as api_client:
274274

275275
Name | Type | Description | Notes
276276
------------- | ------------- | ------------- | -------------
277-
**name_filter** | **str**| Name of application | [optional]
277+
**name_filter** | **str**| Name of application (partial match allowed) | [optional]
278278
**window_size** | **int**| Size of time window in milliseconds | [optional]
279279
**to** | **int**| Timestamp since Unix Epoch in milliseconds of the end of the time window | [optional]
280280
**page** | **int**| Page number from results | [optional]
@@ -343,7 +343,7 @@ configuration.api_key['ApiKeyAuth'] = os.environ["API_KEY"]
343343
with instana_client.ApiClient(configuration) as api_client:
344344
# Create an instance of the API class
345345
api_instance = instana_client.ApplicationResourcesApi(api_client)
346-
name_filter = 'name_filter_example' # str | Name of service (optional)
346+
name_filter = 'name_filter_example' # str | Name of service (partial match allowed) (optional)
347347
window_size = 56 # int | Size of time window in milliseconds (optional)
348348
to = 56 # int | Timestamp since Unix Epoch in milliseconds of the end of the time window (optional)
349349
page = 56 # int | Page number from results (optional)
@@ -366,7 +366,7 @@ with instana_client.ApiClient(configuration) as api_client:
366366

367367
Name | Type | Description | Notes
368368
------------- | ------------- | ------------- | -------------
369-
**name_filter** | **str**| Name of service | [optional]
369+
**name_filter** | **str**| Name of service (partial match allowed) | [optional]
370370
**window_size** | **int**| Size of time window in milliseconds | [optional]
371371
**to** | **int**| Timestamp since Unix Epoch in milliseconds of the end of the time window | [optional]
372372
**page** | **int**| Page number from results | [optional]

0 commit comments

Comments
 (0)