dashboard_controller = client.dashboard
DashboardController
Gets the configuration pages.
def get_configuration_pages(self,
enable_in_main_menu=None)
Parameter | Type | Tags | Description |
---|---|---|---|
enable_in_main_menu |
bool |
Query, Optional | Whether to enable in the main menu. |
result = dashboard_controller.get_configuration_pages()
HTTP Status Code | Error Description | Exception Class |
---|---|---|
401 | Unauthorized | APIException |
403 | Forbidden | APIException |
404 | Server still loading. | ProblemDetailsException |
Gets a dashboard configuration page.
def get_dashboard_configuration_page(self,
name=None)
Parameter | Type | Tags | Description |
---|---|---|---|
name |
string |
Query, Optional | The name of the page. |
binary
result = dashboard_controller.get_dashboard_configuration_page()
HTTP Status Code | Error Description | Exception Class |
---|---|---|
404 | Plugin configuration page not found. | ProblemDetailsException |