csle_rest_api.pages.sdn_controllers package
Submodules
csle_rest_api.pages.sdn_controllers.routes module
Routes and resources for the /sdn-controllers-page page
- csle_rest_api.pages.sdn_controllers.routes.get_sdn_controllers_page_bp(static_folder: str) flask.blueprints.Blueprint [source]
Creates a blueprint “sub application” of the main REST app that represents the sdn_controllers page
- Parameters
static_folder – the folder with the static resources
- Returns
the created blueprint