@@ -3,15 +3,15 @@ Documentation for INSTANA REST API
33
44This 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
1010For 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
5655import instana_client
5756from instana_client.rest import ApiException
5857from 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.
6261configuration = 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 &#x 3D ; {id};timestamp &#x 3D ; {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 &#x 3D ; {id};timestamp &#x 3D ; {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 )
0 commit comments