.gitignore
CHANGELOG.md
LICENSE
README.md
pylintrc
pyproject.toml
requirements.txt
setup.cfg
tasks.py
.github/workflows/codeql-analysis.yml
.github/workflows/pylint.yml
.github/workflows/python-publish.yml
c8y_api/__init__.py
c8y_api/_auth.py
c8y_api/_base_api.py
c8y_api/_jwt.py
c8y_api/_main_api.py
c8y_api/_registry_api.py
c8y_api/_util.py
c8y_api.egg-info/PKG-INFO
c8y_api.egg-info/SOURCES.txt
c8y_api.egg-info/dependency_links.txt
c8y_api.egg-info/requires.txt
c8y_api.egg-info/top_level.txt
c8y_api/app/__init__.py
c8y_api/model/__init__.py
c8y_api/model/_base.py
c8y_api/model/_parser.py
c8y_api/model/_util.py
c8y_api/model/administration.py
c8y_api/model/alarms.py
c8y_api/model/applications.py
c8y_api/model/audit.py
c8y_api/model/binaries.py
c8y_api/model/events.py
c8y_api/model/identity.py
c8y_api/model/inventory.py
c8y_api/model/managedobjects.py
c8y_api/model/measurements.py
c8y_api/model/notification2.py
c8y_api/model/operations.py
c8y_api/model/tenant_options.py
c8y_tk/__init__.py
c8y_tk/notification2/__init__.py
c8y_tk/notification2/listener.py
integration_tests/__init__.py
integration_tests/conftest.py
integration_tests/test_alarms.py
integration_tests/test_applications.py
integration_tests/test_audits.py
integration_tests/test_binaries.py
integration_tests/test_bulk_operations.py
integration_tests/test_device_registry.py
integration_tests/test_devicegroups.py
integration_tests/test_events.py
integration_tests/test_global_roles.py
integration_tests/test_identity.py
integration_tests/test_inventory.py
integration_tests/test_inventoryroles.py
integration_tests/test_measurements.py
integration_tests/test_operations.py
integration_tests/test_tenant_options.py
integration_tests/test_users.py
samples/Dockerfile
samples/build.sh
samples/cumulocity-notification2_synchronous.json
samples/cumulocity-tenant_options.json
samples/cumulocity.json
samples/dealing_with_measurements.py
samples/device_registry.py
samples/handling_events.py
samples/multi_tenant_app.py
samples/notification2_asynchronous.py
samples/notification2_synchronous.py
samples/simple_agent.py
samples/simple_tenant_app.py
samples/tenant_options.py
samples/user_sessions.py
samples/util.py
tests/__init__.py
tests/test_app.py
tests/test_auth.py
tests/test_base_api.py
tests/test_device_registry.py
tests/test_util.py
tests/utils.py
tests/model/alarm.json
tests/model/application.json
tests/model/audit_records.json
tests/model/availability.json
tests/model/bulk_operations.json
tests/model/device.json
tests/model/event.json
tests/model/global_role.json
tests/model/inventoryrole.json
tests/model/managed_object.json
tests/model/operation.json
tests/model/series.json
tests/model/subscriptions.json
tests/model/tenant_option.json
tests/model/test_alarm.py
tests/model/test_application.py
tests/model/test_audit.py
tests/model/test_base.py
tests/model/test_bulk_operation.py
tests/model/test_device.py
tests/model/test_event.py
tests/model/test_global_role.py
tests/model/test_inventory.py
tests/model/test_inventoryrole.py
tests/model/test_managedobject.py
tests/model/test_measurements.py
tests/model/test_operation.py
tests/model/test_parser.py
tests/model/test_resource.py
tests/model/test_subscription.py
tests/model/test_tenant_option.py
tests/model/test_user.py
tests/model/user.json
util/microservice_util.py
util/testing_util.py