-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Typo in parameter name for SettingsService list_objects : 'scope' should become 'scopes'
To Reproduce
Steps to reproduce the behavior:
- settings = dt.settings.list_objects(schema_id="builtin:oneagent.features", scope=myEntityId)
Expected behavior
Call should only return objects specifically bound to the requested entityId's. Currently all objects with this schemas are returned and the wrong parameter is silently ignored (by Dynatrace API)
Desktop (please complete the following information):
Linux VM with Python scripts using library "dt=1.1.72"
Additional context
(https://docs.dynatrace.com/docs/discover-dynatrace/references/dynatrace-api/environment-api/settings/objects/get-objects)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working