setup_wizard

This Package contains the setup wizard django application.

Submodules

Attributes

Classes

SetupWizardState

This enum represents the current setup wizard state of the trustpoint.

Package Contents

setup_wizard.WIZARD_STATE_PATH[source]
class setup_wizard.SetupWizardState(*args, **kwds)[source]

Bases: enum.Enum

This enum represents the current setup wizard state of the trustpoint.

WIZARD_INITIAL[source]
WIZARD_RESTORE[source]
WIZARD_TLS_SERVER_CREDENTIAL_APPLY[source]
WIZARD_DEMO_DATA[source]
WIZARD_CREATE_SUPER_USER[source]
WIZARD_COMPLETED[source]
classmethod get_current_state()[source]

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.

Return type:

SetupWizardState