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)
Describe the bug
Typo in parameter name for SettingsService list_objects : 'scope' should become 'scopes'
To Reproduce
Steps to reproduce the behavior:
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)