Additional Information

mstrio-py Configuration

You can customize some global mstrio-py‘s behavior by setting global configuration. Learn more in config code snippets.

Search for ID without additional data

mstrio-py has a dedicated method to identify what a particular object is knowing only its ID. Learn more in search actions code snippet

Deprecating Features

When features (modules, parameters, attributes, methods etc.) are marked for deprecation but still accessed, the following DeprecationWarning will be shown (example below). The functionality will continue to work until the version specified in the warning is released.

Deprecation warning

More Resources