commands.check_non_onboarded_devices¶
Management command to check for not onboarded devices.
Classes¶
Management command to check for devices not onboarded. |
Module Contents¶
- class commands.check_non_onboarded_devices.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]¶
Bases:
django.core.management.base.BaseCommandManagement command to check for devices not onboarded.
This command identifies devices that have not been onboarded (status: NO_ONBOARDING) and generates informational notifications for each device. If a notification for a specific device already exists, it will be skipped.