scaleway.cockpit package
Subpackages
- scaleway.cockpit.v1 package
- Submodules
- scaleway.cockpit.v1.api module
CockpitV1GlobalAPI
CockpitV1GlobalAPI.create_grafana_user()
CockpitV1GlobalAPI.delete_grafana_user()
CockpitV1GlobalAPI.get_current_plan()
CockpitV1GlobalAPI.get_grafana()
CockpitV1GlobalAPI.get_grafana_product_dashboard()
CockpitV1GlobalAPI.list_grafana_product_dashboards()
CockpitV1GlobalAPI.list_grafana_product_dashboards_all()
CockpitV1GlobalAPI.list_grafana_users()
CockpitV1GlobalAPI.list_grafana_users_all()
CockpitV1GlobalAPI.list_plans()
CockpitV1GlobalAPI.list_plans_all()
CockpitV1GlobalAPI.reset_grafana_user_password()
CockpitV1GlobalAPI.select_plan()
CockpitV1GlobalAPI.sync_grafana_data_sources()
CockpitV1RegionalAPI
CockpitV1RegionalAPI.create_contact_point()
CockpitV1RegionalAPI.create_data_source()
CockpitV1RegionalAPI.create_token()
CockpitV1RegionalAPI.delete_contact_point()
CockpitV1RegionalAPI.delete_data_source()
CockpitV1RegionalAPI.delete_token()
CockpitV1RegionalAPI.disable_alert_manager()
CockpitV1RegionalAPI.disable_managed_alerts()
CockpitV1RegionalAPI.enable_alert_manager()
CockpitV1RegionalAPI.enable_managed_alerts()
CockpitV1RegionalAPI.get_alert_manager()
CockpitV1RegionalAPI.get_config()
CockpitV1RegionalAPI.get_data_source()
CockpitV1RegionalAPI.get_token()
CockpitV1RegionalAPI.get_usage_overview()
CockpitV1RegionalAPI.list_alerts()
CockpitV1RegionalAPI.list_contact_points()
CockpitV1RegionalAPI.list_contact_points_all()
CockpitV1RegionalAPI.list_data_sources()
CockpitV1RegionalAPI.list_data_sources_all()
CockpitV1RegionalAPI.list_tokens()
CockpitV1RegionalAPI.list_tokens_all()
CockpitV1RegionalAPI.trigger_test_alert()
CockpitV1RegionalAPI.update_contact_point()
CockpitV1RegionalAPI.update_data_source()
- scaleway.cockpit.v1.marshalling module
marshal_ContactPointEmail()
marshal_GlobalApiCreateGrafanaUserRequest()
marshal_GlobalApiResetGrafanaUserPasswordRequest()
marshal_GlobalApiSelectPlanRequest()
marshal_GlobalApiSyncGrafanaDataSourcesRequest()
marshal_RegionalApiCreateContactPointRequest()
marshal_RegionalApiCreateDataSourceRequest()
marshal_RegionalApiCreateTokenRequest()
marshal_RegionalApiDeleteContactPointRequest()
marshal_RegionalApiDisableAlertManagerRequest()
marshal_RegionalApiDisableManagedAlertsRequest()
marshal_RegionalApiEnableAlertManagerRequest()
marshal_RegionalApiEnableManagedAlertsRequest()
marshal_RegionalApiTriggerTestAlertRequest()
marshal_RegionalApiUpdateContactPointRequest()
marshal_RegionalApiUpdateDataSourceRequest()
unmarshal_Alert()
unmarshal_AlertManager()
unmarshal_ContactPoint()
unmarshal_ContactPointEmail()
unmarshal_DataSource()
unmarshal_GetConfigResponse()
unmarshal_GetConfigResponseRetention()
unmarshal_Grafana()
unmarshal_GrafanaProductDashboard()
unmarshal_GrafanaUser()
unmarshal_ListAlertsResponse()
unmarshal_ListContactPointsResponse()
unmarshal_ListDataSourcesResponse()
unmarshal_ListGrafanaProductDashboardsResponse()
unmarshal_ListGrafanaUsersResponse()
unmarshal_ListPlansResponse()
unmarshal_ListTokensResponse()
unmarshal_Plan()
unmarshal_Token()
unmarshal_Usage()
unmarshal_UsageOverview()
- scaleway.cockpit.v1.types module
Alert
AlertManager
AlertState
ContactPoint
ContactPointEmail
DataSource
DataSourceOrigin
DataSourceType
GetConfigResponse
GetConfigResponseRetention
GlobalApiCreateGrafanaUserRequest
GlobalApiDeleteGrafanaUserRequest
GlobalApiGetCurrentPlanRequest
GlobalApiGetGrafanaProductDashboardRequest
GlobalApiGetGrafanaRequest
GlobalApiListGrafanaProductDashboardsRequest
GlobalApiListGrafanaUsersRequest
GlobalApiListPlansRequest
GlobalApiResetGrafanaUserPasswordRequest
GlobalApiSelectPlanRequest
GlobalApiSyncGrafanaDataSourcesRequest
Grafana
GrafanaProductDashboard
GrafanaUser
GrafanaUserRole
ListAlertsResponse
ListContactPointsResponse
ListDataSourcesRequestOrderBy
ListDataSourcesResponse
ListGrafanaProductDashboardsResponse
ListGrafanaUsersRequestOrderBy
ListGrafanaUsersResponse
ListPlansRequestOrderBy
ListPlansResponse
ListTokensRequestOrderBy
ListTokensResponse
Plan
PlanName
RegionalApiCreateContactPointRequest
RegionalApiCreateDataSourceRequest
RegionalApiCreateTokenRequest
RegionalApiDeleteContactPointRequest
RegionalApiDeleteDataSourceRequest
RegionalApiDeleteTokenRequest
RegionalApiDisableAlertManagerRequest
RegionalApiDisableManagedAlertsRequest
RegionalApiEnableAlertManagerRequest
RegionalApiEnableManagedAlertsRequest
RegionalApiGetAlertManagerRequest
RegionalApiGetConfigRequest
RegionalApiGetDataSourceRequest
RegionalApiGetTokenRequest
RegionalApiGetUsageOverviewRequest
RegionalApiListAlertsRequest
RegionalApiListContactPointsRequest
RegionalApiListDataSourcesRequest
RegionalApiListTokensRequest
RegionalApiTriggerTestAlertRequest
RegionalApiUpdateContactPointRequest
RegionalApiUpdateDataSourceRequest
Token
TokenScope
TokenScope.FULL_ACCESS_ALERT_MANAGER
TokenScope.FULL_ACCESS_LOGS_RULES
TokenScope.FULL_ACCESS_METRICS_RULES
TokenScope.READ_ONLY_LOGS
TokenScope.READ_ONLY_METRICS
TokenScope.READ_ONLY_TRACES
TokenScope.UNKNOWN_SCOPE
TokenScope.WRITE_ONLY_LOGS
TokenScope.WRITE_ONLY_METRICS
TokenScope.WRITE_ONLY_TRACES
Usage
UsageOverview
UsageUnit
- Module contents
Alert
AlertManager
AlertState
CockpitV1GlobalAPI
CockpitV1GlobalAPI.create_grafana_user()
CockpitV1GlobalAPI.delete_grafana_user()
CockpitV1GlobalAPI.get_current_plan()
CockpitV1GlobalAPI.get_grafana()
CockpitV1GlobalAPI.get_grafana_product_dashboard()
CockpitV1GlobalAPI.list_grafana_product_dashboards()
CockpitV1GlobalAPI.list_grafana_product_dashboards_all()
CockpitV1GlobalAPI.list_grafana_users()
CockpitV1GlobalAPI.list_grafana_users_all()
CockpitV1GlobalAPI.list_plans()
CockpitV1GlobalAPI.list_plans_all()
CockpitV1GlobalAPI.reset_grafana_user_password()
CockpitV1GlobalAPI.select_plan()
CockpitV1GlobalAPI.sync_grafana_data_sources()
CockpitV1RegionalAPI
CockpitV1RegionalAPI.create_contact_point()
CockpitV1RegionalAPI.create_data_source()
CockpitV1RegionalAPI.create_token()
CockpitV1RegionalAPI.delete_contact_point()
CockpitV1RegionalAPI.delete_data_source()
CockpitV1RegionalAPI.delete_token()
CockpitV1RegionalAPI.disable_alert_manager()
CockpitV1RegionalAPI.disable_managed_alerts()
CockpitV1RegionalAPI.enable_alert_manager()
CockpitV1RegionalAPI.enable_managed_alerts()
CockpitV1RegionalAPI.get_alert_manager()
CockpitV1RegionalAPI.get_config()
CockpitV1RegionalAPI.get_data_source()
CockpitV1RegionalAPI.get_token()
CockpitV1RegionalAPI.get_usage_overview()
CockpitV1RegionalAPI.list_alerts()
CockpitV1RegionalAPI.list_contact_points()
CockpitV1RegionalAPI.list_contact_points_all()
CockpitV1RegionalAPI.list_data_sources()
CockpitV1RegionalAPI.list_data_sources_all()
CockpitV1RegionalAPI.list_tokens()
CockpitV1RegionalAPI.list_tokens_all()
CockpitV1RegionalAPI.trigger_test_alert()
CockpitV1RegionalAPI.update_contact_point()
CockpitV1RegionalAPI.update_data_source()
ContactPoint
ContactPointEmail
DataSource
DataSourceOrigin
DataSourceType
GetConfigResponse
GetConfigResponseRetention
GlobalApiCreateGrafanaUserRequest
GlobalApiDeleteGrafanaUserRequest
GlobalApiGetCurrentPlanRequest
GlobalApiGetGrafanaProductDashboardRequest
GlobalApiGetGrafanaRequest
GlobalApiListGrafanaProductDashboardsRequest
GlobalApiListGrafanaUsersRequest
GlobalApiListPlansRequest
GlobalApiResetGrafanaUserPasswordRequest
GlobalApiSelectPlanRequest
GlobalApiSyncGrafanaDataSourcesRequest
Grafana
GrafanaProductDashboard
GrafanaUser
GrafanaUserRole
ListAlertsResponse
ListContactPointsResponse
ListDataSourcesRequestOrderBy
ListDataSourcesResponse
ListGrafanaProductDashboardsResponse
ListGrafanaUsersRequestOrderBy
ListGrafanaUsersResponse
ListPlansRequestOrderBy
ListPlansResponse
ListTokensRequestOrderBy
ListTokensResponse
Plan
PlanName
RegionalApiCreateContactPointRequest
RegionalApiCreateDataSourceRequest
RegionalApiCreateTokenRequest
RegionalApiDeleteContactPointRequest
RegionalApiDeleteDataSourceRequest
RegionalApiDeleteTokenRequest
RegionalApiDisableAlertManagerRequest
RegionalApiDisableManagedAlertsRequest
RegionalApiEnableAlertManagerRequest
RegionalApiEnableManagedAlertsRequest
RegionalApiGetAlertManagerRequest
RegionalApiGetConfigRequest
RegionalApiGetDataSourceRequest
RegionalApiGetTokenRequest
RegionalApiGetUsageOverviewRequest
RegionalApiListAlertsRequest
RegionalApiListContactPointsRequest
RegionalApiListDataSourcesRequest
RegionalApiListTokensRequest
RegionalApiTriggerTestAlertRequest
RegionalApiUpdateContactPointRequest
RegionalApiUpdateDataSourceRequest
Token
TokenScope
TokenScope.FULL_ACCESS_ALERT_MANAGER
TokenScope.FULL_ACCESS_LOGS_RULES
TokenScope.FULL_ACCESS_METRICS_RULES
TokenScope.READ_ONLY_LOGS
TokenScope.READ_ONLY_METRICS
TokenScope.READ_ONLY_TRACES
TokenScope.UNKNOWN_SCOPE
TokenScope.WRITE_ONLY_LOGS
TokenScope.WRITE_ONLY_METRICS
TokenScope.WRITE_ONLY_TRACES
Usage
UsageOverview
UsageUnit
- scaleway.cockpit.v1beta1 package
- Submodules
- scaleway.cockpit.v1beta1.api module
CockpitV1Beta1API
CockpitV1Beta1API.activate_cockpit()
CockpitV1Beta1API.create_contact_point()
CockpitV1Beta1API.create_datasource()
CockpitV1Beta1API.create_grafana_user()
CockpitV1Beta1API.create_token()
CockpitV1Beta1API.deactivate_cockpit()
CockpitV1Beta1API.delete_contact_point()
CockpitV1Beta1API.delete_datasource()
CockpitV1Beta1API.delete_grafana_user()
CockpitV1Beta1API.delete_token()
CockpitV1Beta1API.disable_managed_alerts()
CockpitV1Beta1API.enable_managed_alerts()
CockpitV1Beta1API.get_cockpit()
CockpitV1Beta1API.get_cockpit_metrics()
CockpitV1Beta1API.get_grafana_product_dashboard()
CockpitV1Beta1API.get_token()
CockpitV1Beta1API.list_contact_points()
CockpitV1Beta1API.list_contact_points_all()
CockpitV1Beta1API.list_datasources()
CockpitV1Beta1API.list_datasources_all()
CockpitV1Beta1API.list_grafana_product_dashboards()
CockpitV1Beta1API.list_grafana_product_dashboards_all()
CockpitV1Beta1API.list_grafana_users()
CockpitV1Beta1API.list_grafana_users_all()
CockpitV1Beta1API.list_plans()
CockpitV1Beta1API.list_plans_all()
CockpitV1Beta1API.list_tokens()
CockpitV1Beta1API.list_tokens_all()
CockpitV1Beta1API.reset_grafana_user_password()
CockpitV1Beta1API.select_plan()
CockpitV1Beta1API.trigger_test_alert()
CockpitV1Beta1API.wait_for_cockpit()
- scaleway.cockpit.v1beta1.content module
- scaleway.cockpit.v1beta1.marshalling module
marshal_ActivateCockpitRequest()
marshal_ContactPoint()
marshal_ContactPointEmail()
marshal_CreateContactPointRequest()
marshal_CreateDatasourceRequest()
marshal_CreateGrafanaUserRequest()
marshal_CreateTokenRequest()
marshal_DeactivateCockpitRequest()
marshal_DeleteContactPointRequest()
marshal_DeleteGrafanaUserRequest()
marshal_DisableManagedAlertsRequest()
marshal_EnableManagedAlertsRequest()
marshal_ResetGrafanaUserPasswordRequest()
marshal_SelectPlanRequest()
marshal_TokenScopes()
marshal_TriggerTestAlertRequest()
unmarshal_Cockpit()
unmarshal_CockpitEndpoints()
unmarshal_CockpitMetrics()
unmarshal_ContactPoint()
unmarshal_ContactPointEmail()
unmarshal_Datasource()
unmarshal_GrafanaProductDashboard()
unmarshal_GrafanaUser()
unmarshal_ListContactPointsResponse()
unmarshal_ListDatasourcesResponse()
unmarshal_ListGrafanaProductDashboardsResponse()
unmarshal_ListGrafanaUsersResponse()
unmarshal_ListPlansResponse()
unmarshal_ListTokensResponse()
unmarshal_Plan()
unmarshal_SelectPlanResponse()
unmarshal_Token()
unmarshal_TokenScopes()
- scaleway.cockpit.v1beta1.types module
ActivateCockpitRequest
Cockpit
CockpitEndpoints
CockpitMetrics
CockpitStatus
ContactPoint
ContactPointEmail
CreateContactPointRequest
CreateDatasourceRequest
CreateGrafanaUserRequest
CreateTokenRequest
Datasource
DatasourceType
DeactivateCockpitRequest
DeleteContactPointRequest
DeleteDatasourceRequest
DeleteGrafanaUserRequest
DeleteTokenRequest
DisableManagedAlertsRequest
EnableManagedAlertsRequest
GetCockpitMetricsRequest
GetCockpitRequest
GetGrafanaProductDashboardRequest
GetTokenRequest
GrafanaProductDashboard
GrafanaUser
GrafanaUserRole
ListContactPointsRequest
ListContactPointsResponse
ListDatasourcesRequest
ListDatasourcesRequestOrderBy
ListDatasourcesResponse
ListGrafanaProductDashboardsRequest
ListGrafanaProductDashboardsResponse
ListGrafanaUsersRequest
ListGrafanaUsersRequestOrderBy
ListGrafanaUsersResponse
ListPlansRequest
ListPlansRequestOrderBy
ListPlansResponse
ListTokensRequest
ListTokensRequestOrderBy
ListTokensResponse
Plan
PlanName
ResetGrafanaUserPasswordRequest
SelectPlanRequest
SelectPlanResponse
Token
TokenScopes
TriggerTestAlertRequest
- Module contents
ActivateCockpitRequest
Cockpit
CockpitEndpoints
CockpitMetrics
CockpitStatus
CockpitV1Beta1API
CockpitV1Beta1API.activate_cockpit()
CockpitV1Beta1API.create_contact_point()
CockpitV1Beta1API.create_datasource()
CockpitV1Beta1API.create_grafana_user()
CockpitV1Beta1API.create_token()
CockpitV1Beta1API.deactivate_cockpit()
CockpitV1Beta1API.delete_contact_point()
CockpitV1Beta1API.delete_datasource()
CockpitV1Beta1API.delete_grafana_user()
CockpitV1Beta1API.delete_token()
CockpitV1Beta1API.disable_managed_alerts()
CockpitV1Beta1API.enable_managed_alerts()
CockpitV1Beta1API.get_cockpit()
CockpitV1Beta1API.get_cockpit_metrics()
CockpitV1Beta1API.get_grafana_product_dashboard()
CockpitV1Beta1API.get_token()
CockpitV1Beta1API.list_contact_points()
CockpitV1Beta1API.list_contact_points_all()
CockpitV1Beta1API.list_datasources()
CockpitV1Beta1API.list_datasources_all()
CockpitV1Beta1API.list_grafana_product_dashboards()
CockpitV1Beta1API.list_grafana_product_dashboards_all()
CockpitV1Beta1API.list_grafana_users()
CockpitV1Beta1API.list_grafana_users_all()
CockpitV1Beta1API.list_plans()
CockpitV1Beta1API.list_plans_all()
CockpitV1Beta1API.list_tokens()
CockpitV1Beta1API.list_tokens_all()
CockpitV1Beta1API.reset_grafana_user_password()
CockpitV1Beta1API.select_plan()
CockpitV1Beta1API.trigger_test_alert()
CockpitV1Beta1API.wait_for_cockpit()
ContactPoint
ContactPointEmail
CreateContactPointRequest
CreateDatasourceRequest
CreateGrafanaUserRequest
CreateTokenRequest
Datasource
DatasourceType
DeactivateCockpitRequest
DeleteContactPointRequest
DeleteDatasourceRequest
DeleteGrafanaUserRequest
DeleteTokenRequest
DisableManagedAlertsRequest
EnableManagedAlertsRequest
GetCockpitMetricsRequest
GetCockpitRequest
GetGrafanaProductDashboardRequest
GetTokenRequest
GrafanaProductDashboard
GrafanaUser
GrafanaUserRole
ListContactPointsRequest
ListContactPointsResponse
ListDatasourcesRequest
ListDatasourcesRequestOrderBy
ListDatasourcesResponse
ListGrafanaProductDashboardsRequest
ListGrafanaProductDashboardsResponse
ListGrafanaUsersRequest
ListGrafanaUsersRequestOrderBy
ListGrafanaUsersResponse
ListPlansRequest
ListPlansRequestOrderBy
ListPlansResponse
ListTokensRequest
ListTokensRequestOrderBy
ListTokensResponse
Plan
PlanName
ResetGrafanaUserPasswordRequest
SelectPlanRequest
SelectPlanResponse
Token
TokenScopes
TriggerTestAlertRequest