Skip to main content

Microsoft Azure Dynatrace Management Client Library for Python

Project description

Microsoft Azure SDK for Python

This is the Microsoft Azure Dynatrace Management Client Library. This package has been tested with Python 3.10+. For a more complete view of Azure libraries, see the azure sdk python release.

Disclaimer

Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691

Getting started

Prerequisites

Install the package

pip install azure-mgmt-dynatrace
pip install azure-identity

Authentication

By default, Microsoft Entra token authentication depends on correct configuration of the following environment variables.

  • AZURE_CLIENT_ID for Azure client ID.
  • AZURE_TENANT_ID for Azure tenant ID.
  • AZURE_CLIENT_SECRET for Azure client secret.

In addition, Azure subscription ID can be configured via environment variable AZURE_SUBSCRIPTION_ID.

With above configuration, client can be authenticated by following code:

from azure.identity import DefaultAzureCredential
from azure.mgmt.dynatrace import DynatraceObservabilityMgmtClient
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = DynatraceObservabilityMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)

Examples

Code samples for this package can be found at:

Troubleshooting

Next steps

Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.

Release History

3.0.0b1 (2026-07-06)

Features Added

  • Client DynatraceObservabilityMgmtClient added parameter cloud_setting in method __init__
  • Client DynatraceObservabilityMgmtClient added method send_request
  • Client DynatraceObservabilityMgmtClient added operation group monitored_subscriptions
  • Client DynatraceObservabilityMgmtClient added operation group creation_supported
  • Model AccountInfo added property company_name
  • Model DynatraceSingleSignOnResource added property properties
  • Model MarketplaceSaaSResourceDetailsResponse added property marketplace_saa_s_resource_name
  • Enum MarketplaceSubscriptionStatus added member UNSUBSCRIBED
  • Model MonitorResource added property properties
  • Model MonitorResourceUpdate added property properties
  • Model MonitorResourceUpdate added property identity
  • Enum MonitoringType added member DISCOVERY
  • Model ProxyResource added property system_data
  • Model Resource added property system_data
  • Model TagRule added property properties
  • Model TrackedResource added property system_data
  • Added enum Action
  • Added model ConnectedResourcesCountResponse
  • Added model CreateResourceSupportedProperties
  • Added model CreateResourceSupportedResponse
  • Added model LogStatusRequest
  • Added model ManageAgentInstallationRequest
  • Added model ManageAgentList
  • Added model ManagedServiceIdentity
  • Added enum ManagedServiceIdentityType
  • Added enum MarketplaceSaasAutoRenew
  • Added model MarketplaceSubscriptionIdRequest
  • Added model MetricStatusRequest
  • Added model MonitorUpdateProperties
  • Added model MonitoredSubscription
  • Added model MonitoredSubscriptionProperties
  • Added enum Status
  • Added model SubscriptionList
  • Added enum SubscriptionListOperation
  • Added model UpgradePlanRequest
  • Operation group MonitorsOperations added method begin_upgrade_plan
  • Operation group MonitorsOperations added method get_all_connected_resources_count
  • Operation group MonitorsOperations added method manage_agent_installation
  • Added operation group CreationSupportedOperations
  • Added operation group MonitoredSubscriptionsOperations

Breaking Changes

  • This version introduces new hybrid models which have dual dictionary and model nature. Please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
  • Model DynatraceSingleSignOnResource moved instance variable single_sign_on_state, enterprise_app_id, single_sign_on_url, aad_domains and provisioning_state under property properties whose type is DynatraceSingleSignOnProperties
  • Model MonitorResource moved instance variable monitoring_status, marketplace_subscription_status, dynatrace_environment_properties, user_info, plan_data, liftr_resource_category, liftr_resource_preference and provisioning_state under property properties whose type is MonitorProperties
  • Model TagRule moved instance variable log_rules, metric_rules and provisioning_state under property properties whose type is MonitoringTagRulesProperties

Other Changes

  • Deleted model AppServiceListResponse/DynatraceSingleSignOnResourceListResult/LinkableEnvironmentListResponse/MonitorResourceListResult/MonitoredResourceListResponse/OperationListResult/TagRuleListResult/VMHostsListResponse which actually were not used by SDK users

2.0.0 (2023-08-18)

Features Added

  • Added operation MonitorsOperations.get_marketplace_saa_s_resource_details
  • Added operation MonitorsOperations.get_metric_status
  • Model MetricRules has a new parameter sending_metrics

Breaking Changes

  • Model MonitorResourceUpdate no longer has parameter dynatrace_environment_properties
  • Model MonitorResourceUpdate no longer has parameter marketplace_subscription_status
  • Model MonitorResourceUpdate no longer has parameter monitoring_status
  • Model MonitorResourceUpdate no longer has parameter plan_data
  • Model MonitorResourceUpdate no longer has parameter user_info
  • Parameter region of model LinkableEnvironmentRequest is now required
  • Parameter tenant_id of model LinkableEnvironmentRequest is now required
  • Parameter user_principal of model LinkableEnvironmentRequest is now required
  • Parameter user_principal of model SSODetailsRequest is now required
  • Removed operation MonitorsOperations.get_account_credentials
  • Removed operation TagRulesOperations.update

1.1.0b1 (2022-12-27)

Other Changes

  • Added generated samples in github repo
  • Drop support for python<3.7.0

1.0.0 (2022-09-16)

Breaking Changes

  • Client name is changed from DynatraceObservability to DynatraceObservabilityMgmtClient

1.0.0b1 (2022-05-19)

  • Initial Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

azure_mgmt_dynatrace-3.0.0b1.tar.gz (101.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

azure_mgmt_dynatrace-3.0.0b1-py3-none-any.whl (101.6 kB view details)

Uploaded Python 3

File details

Details for the file azure_mgmt_dynatrace-3.0.0b1.tar.gz.

File metadata

  • Download URL: azure_mgmt_dynatrace-3.0.0b1.tar.gz
  • Upload date:
  • Size: 101.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: RestSharp/106.13.0.0

File hashes

Hashes for azure_mgmt_dynatrace-3.0.0b1.tar.gz
Algorithm Hash digest
SHA256 dcc86b4457fb718647fa64f4bc2a17e2a1ba1788f5528cd29083cf5ac49b8c20
MD5 11c0b9eb240c415adfbdd965410c9284
BLAKE2b-256 56e740496bb5fef509f009c3ac8f3c4ec659838730906d170305e8a5bcfefc84

See more details on using hashes here.

File details

Details for the file azure_mgmt_dynatrace-3.0.0b1-py3-none-any.whl.

File metadata

File hashes

Hashes for azure_mgmt_dynatrace-3.0.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 ebe2a609d397d48f8b92ed74bdc05cc25dc86d8d96f2efac1f94f748dc35e31c
MD5 f5dc10e06b5a6f9e188892c49780e779
BLAKE2b-256 cfb95e362232ab39dc44b8dbe410cfcefbcbfda0ebb41d088e9891084463d29a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page