Skip to content

Instantly share code, notes, and snippets.

import json
from typing import List
import requests
class DynatraceOauthClient:
def __init__(self, client_id: str, client_secret: str, sso_url: str = "https://sso.dynatrace.com/sso/oauth2/token"):
self._client_id = client_id