Skip to content

Commit e6173d7

Browse files
authored
INSTA-85709: Update SDK to release 316 (#17)
1 parent b51bf27 commit e6173d7

669 files changed

Lines changed: 12404 additions & 893 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: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# NOTE: This file is auto generated by OpenAPI Generator.
2+
# URL: https://openapi-generator.tech
3+
#
4+
# ref: https://docs.gitlab.com/ee/ci/README.html
5+
# ref: https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Python.gitlab-ci.yml
6+
7+
stages:
8+
- test
9+
10+
.pytest:
11+
stage: test
12+
script:
13+
- pip install -r requirements.txt
14+
- pip install -r test-requirements.txt
15+
- pytest --cov=instana_client
16+
17+
pytest-3.9:
18+
extends: .pytest
19+
image: python:3.9-alpine
20+
pytest-3.10:
21+
extends: .pytest
22+
image: python:3.10-alpine
23+
pytest-3.11:
24+
extends: .pytest
25+
image: python:3.11-alpine
26+
pytest-3.12:
27+
extends: .pytest
28+
image: python:3.12-alpine
29+
pytest-3.13:
30+
extends: .pytest
31+
image: python:3.13-alpine

.openapi-generator/FILES

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ docs/AccessLogEntry.md
1010
docs/AccessLogResponse.md
1111
docs/AccessRule.md
1212
docs/Action.md
13+
docs/ActionBeacon.md
1314
docs/ActionCatalogApi.md
1415
docs/ActionConfiguration.md
1516
docs/ActionHistoryApi.md
@@ -31,6 +32,7 @@ docs/AlertingTimeWindow.md
3132
docs/ApdexConfiguration.md
3233
docs/ApdexConfigurationInput.md
3334
docs/ApdexEntity.md
35+
docs/ApdexLevel.md
3436
docs/ApdexReport.md
3537
docs/ApdexReportApi.md
3638
docs/ApdexSettingsApi.md
@@ -110,6 +112,7 @@ docs/CrashMobileAppAlertRule.md
110112
docs/CreateWebsiteRequestInner.md
111113
docs/CursorPaginatedBusinessActivityItem.md
112114
docs/CursorPagination.md
115+
docs/CursorPaginationWithUiCursorInfraExploreCursor.md
113116
docs/CustomBlueprintIndicator.md
114117
docs/CustomDashboard.md
115118
docs/CustomDashboardPreview.md
@@ -143,6 +146,7 @@ docs/Duration.md
143146
docs/DynamicField.md
144147
docs/DynamicFieldValue.md
145148
docs/DynamicParameter.md
149+
docs/DynamicTag.md
146150
docs/EditUser.md
147151
docs/EmailIntegration.md
148152
docs/EmptyConfiguration.md
@@ -176,6 +180,7 @@ docs/GenericInfraAlertRule.md
176180
docs/GeoLocationConfiguration.md
177181
docs/GeoMappingRule.md
178182
docs/GeoSubdivision.md
183+
docs/GetActionBeaconsResult.md
179184
docs/GetActivities.md
180185
docs/GetApplicationMetrics.md
181186
docs/GetApplications.md
@@ -265,6 +270,7 @@ docs/LLMEgressGateway.md
265270
docs/LLMGatewayCapability.md
266271
docs/LLMGatewayModel.md
267272
docs/LLMGatewayService.md
273+
docs/LLMGatewayTestConnectionRequest.md
268274
docs/LLMPriceConfigurationApi.md
269275
docs/LatencyBlueprintIndicator.md
270276
docs/LlmModelPrice.md
@@ -359,6 +365,7 @@ docs/PolicyRunnable.md
359365
docs/PolicyScheduling.md
360366
docs/PostMobileAppSourceMapConfigRequest.md
361367
docs/PostSnapshotsResult.md
368+
docs/PrefixObject.md
362369
docs/Problem.md
363370
docs/PrometheusWebhookIntegration.md
364371
docs/RecurrentMaintenanceWindow.md
@@ -396,6 +403,7 @@ docs/ServiceItem.md
396403
docs/ServiceLevelIndicator.md
397404
docs/ServiceLevelObjectiveAlertRule.md
398405
docs/ServiceLevelsAlertConfig.md
406+
docs/ServiceLevelsAlertConfigWithRBACTag.md
399407
docs/ServiceLevelsAlertConfigurationApi.md
400408
docs/ServiceLevelsAlertRule.md
401409
docs/ServiceLevelsBurnRateConfig.md
@@ -511,6 +519,7 @@ docs/TagTreeNode.md
511519
docs/TagTreeTag.md
512520
docs/TeamsApi.md
513521
docs/TestCommonProperties.md
522+
docs/TestConnectionResponse.md
514523
docs/TestLastError.md
515524
docs/TestResult.md
516525
docs/TestResultCommonProperties.md
@@ -678,6 +687,7 @@ instana_client/models/access_log_entry.py
678687
instana_client/models/access_log_response.py
679688
instana_client/models/access_rule.py
680689
instana_client/models/action.py
690+
instana_client/models/action_beacon.py
681691
instana_client/models/action_configuration.py
682692
instana_client/models/action_instance.py
683693
instana_client/models/action_instance_metadata_entry.py
@@ -697,6 +707,7 @@ instana_client/models/alerting_time_window.py
697707
instana_client/models/apdex_configuration.py
698708
instana_client/models/apdex_configuration_input.py
699709
instana_client/models/apdex_entity.py
710+
instana_client/models/apdex_level.py
700711
instana_client/models/apdex_report.py
701712
instana_client/models/api_create_group.py
702713
instana_client/models/api_create_role.py
@@ -764,6 +775,7 @@ instana_client/models/crash_mobile_app_alert_rule.py
764775
instana_client/models/create_website_request_inner.py
765776
instana_client/models/cursor_paginated_business_activity_item.py
766777
instana_client/models/cursor_pagination.py
778+
instana_client/models/cursor_pagination_with_ui_cursor_infra_explore_cursor.py
767779
instana_client/models/custom_blueprint_indicator.py
768780
instana_client/models/custom_dashboard.py
769781
instana_client/models/custom_dashboard_preview.py
@@ -794,6 +806,7 @@ instana_client/models/duration.py
794806
instana_client/models/dynamic_field.py
795807
instana_client/models/dynamic_field_value.py
796808
instana_client/models/dynamic_parameter.py
809+
instana_client/models/dynamic_tag.py
797810
instana_client/models/edit_user.py
798811
instana_client/models/email_integration.py
799812
instana_client/models/empty_configuration.py
@@ -824,6 +837,7 @@ instana_client/models/generic_infra_alert_rule.py
824837
instana_client/models/geo_location_configuration.py
825838
instana_client/models/geo_mapping_rule.py
826839
instana_client/models/geo_subdivision.py
840+
instana_client/models/get_action_beacons_result.py
827841
instana_client/models/get_activities.py
828842
instana_client/models/get_application_metrics.py
829843
instana_client/models/get_applications.py
@@ -904,6 +918,7 @@ instana_client/models/llm_egress_gateway.py
904918
instana_client/models/llm_gateway_capability.py
905919
instana_client/models/llm_gateway_model.py
906920
instana_client/models/llm_gateway_service.py
921+
instana_client/models/llm_gateway_test_connection_request.py
907922
instana_client/models/llm_model_price.py
908923
instana_client/models/llm_model_price_metadata.py
909924
instana_client/models/location_status.py
@@ -988,6 +1003,7 @@ instana_client/models/policy_runnable.py
9881003
instana_client/models/policy_scheduling.py
9891004
instana_client/models/post_mobile_app_source_map_config_request.py
9901005
instana_client/models/post_snapshots_result.py
1006+
instana_client/models/prefix_object.py
9911007
instana_client/models/problem.py
9921008
instana_client/models/prometheus_webhook_integration.py
9931009
instana_client/models/recurrent_maintenance_window.py
@@ -1014,6 +1030,7 @@ instana_client/models/service_item.py
10141030
instana_client/models/service_level_indicator.py
10151031
instana_client/models/service_level_objective_alert_rule.py
10161032
instana_client/models/service_levels_alert_config.py
1033+
instana_client/models/service_levels_alert_config_with_rbac_tag.py
10171034
instana_client/models/service_levels_alert_rule.py
10181035
instana_client/models/service_levels_burn_rate_config.py
10191036
instana_client/models/service_levels_burn_rate_time_windows.py
@@ -1115,14 +1132,14 @@ instana_client/models/system_rule.py
11151132
instana_client/models/system_rule_label.py
11161133
instana_client/models/tag.py
11171134
instana_client/models/tag_catalog.py
1118-
instana_client/models/tag_filter.py
11191135
instana_client/models/tag_filter_expression.py
11201136
instana_client/models/tag_filter_expression_element.py
11211137
instana_client/models/tag_matcher_dto.py
11221138
instana_client/models/tag_tree_level.py
11231139
instana_client/models/tag_tree_node.py
11241140
instana_client/models/tag_tree_tag.py
11251141
instana_client/models/test_common_properties.py
1142+
instana_client/models/test_connection_response.py
11261143
instana_client/models/test_last_error.py
11271144
instana_client/models/test_result.py
11281145
instana_client/models/test_result_common_properties.py
@@ -1213,22 +1230,13 @@ setup.cfg
12131230
setup.py
12141231
test-requirements.txt
12151232
test/__init__.py
1216-
test/test_custom_tag.py
1217-
test/test_default_api.py
1218-
test/test_get_session_replay_metadata_result.py
1219-
test/test_idp_status_update.py
1220-
test/test_llm_gateway_capability.py
1221-
test/test_llm_gateway_model.py
1222-
test/test_llm_gateway_service.py
1223-
test/test_llm_model_price.py
1224-
test/test_llm_model_price_metadata.py
1225-
test/test_llm_price_configuration_api.py
1226-
test/test_mobile_app_alert_config_with_rbac_tag.py
1227-
test/test_ns1_integration.py
1228-
test/test_session_replay_metadata.py
1229-
test/test_session_replay_timestamps.py
1230-
test/test_slo_configurations_api.py
1231-
test/test_synthetic_alert_config_with_rbac_tag.py
1232-
test/test_website_alert_config_with_rbac_tag.py
1233-
test/test_with_meta_data.py
1233+
test/test_action_beacon.py
1234+
test/test_apdex_level.py
1235+
test/test_cursor_pagination_with_ui_cursor_infra_explore_cursor.py
1236+
test/test_dynamic_tag.py
1237+
test/test_get_action_beacons_result.py
1238+
test/test_llm_gateway_test_connection_request.py
1239+
test/test_prefix_object.py
1240+
test/test_service_levels_alert_config_with_rbac_tag.py
1241+
test/test_test_connection_response.py
12341242
tox.ini

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.17.0
1+
7.15.0

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# ref: https://docs.travis-ci.com/user/languages/python
2+
language: python
3+
python:
4+
- "3.9"
5+
- "3.10"
6+
- "3.11"
7+
- "3.12"
8+
- "3.13"
9+
# uncomment the following if needed
10+
#- "3.13-dev" # 3.13 development branch
11+
#- "nightly" # nightly build
12+
# command to install dependencies
13+
install:
14+
- "pip install -r requirements.txt"
15+
- "pip install -r test-requirements.txt"
16+
# command to run tests
17+
script: pytest --cov=instana_client

0 commit comments

Comments
 (0)