Try it free

Settings API - Class Variables Collection schema table

  • Published May 18, 2026

Class Variables Collection (app:dynatrace.devobs.debugger:class.variables.collection)

Create class variables for use in Live Debugger sessions to help you better analyze and debug your applications.

Schema IDSchema groupsScope
app:dynatrace.devobs.debugger:class.variables.collection
  • group:observability-for-developers
environment
Retrieve schema via Settings API
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.devobs.debugger:class.variables.collection
GETSaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/app:dynatrace.devobs.debugger:class.variables.collection
GETEnvironment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.devobs.debugger:class.variables.collection

Authentication

To execute this request, you need an access token with Read settings (settings.read) scope. To learn how to obtain and use it, see Tokens and authentication.

Parameters

PropertyTypeDescriptionRequired
Name of the class where collection should be applied
className
text-Required
Name of the variable inside class to be collected
variableName
text-Required