setup_wizard ============ .. py:module:: setup_wizard .. autoapi-nested-parse:: This Package contains the setup wizard django application. Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/setup_wizard/apps/index /autoapi/setup_wizard/forms/index /autoapi/setup_wizard/state_dir_paths/index /autoapi/setup_wizard/tls_credential/index /autoapi/setup_wizard/urls/index /autoapi/setup_wizard/views/index Package Contents ---------------- .. py:data:: WIZARD_STATE_PATH .. py:class:: SetupWizardState(*args, **kwds) Bases: :py:obj:`enum.Enum` This enum represents the current setup wizard state of the trustpoint. .. py:attribute:: WIZARD_SETUP_CRYPTO_STORAGE .. py:attribute:: WIZARD_SETUP_HSM .. py:attribute:: WIZARD_SETUP_HSM_AUTORESTORE .. py:attribute:: WIZARD_SETUP_MODE .. py:attribute:: WIZARD_SELECT_TLS_SERVER_CREDENTIAL .. py:attribute:: WIZARD_RESTORE .. py:attribute:: WIZARD_TLS_SERVER_CREDENTIAL_APPLY .. py:attribute:: WIZARD_BACKUP_PASSWORD .. py:attribute:: WIZARD_DEMO_DATA .. py:attribute:: WIZARD_CREATE_SUPER_USER .. py:attribute:: WIZARD_COMPLETED .. py:attribute:: WIZARD_AUTO_RESTORE_HSM .. py:attribute:: WIZARD_AUTO_RESTORE_PASSWORD .. py:method:: get_current_state() :classmethod: Gets the current setup wizard state of the trustpoint. :returns: The current setup wizard state. :raises RuntimeError: If the current setup wizard state cannot be determined.