Skip to content

Commit 5a6b1c1

Browse files
docs(cockpit): rework regional api (scaleway#984)
Co-authored-by: Laure-di <[email protected]>
1 parent d9a8bab commit 5a6b1c1

File tree

2 files changed

+2
-2
lines changed
  • scaleway-async/scaleway_async/cockpit/v1
  • scaleway/scaleway/cockpit/v1

2 files changed

+2
-2
lines changed

scaleway-async/scaleway_async/cockpit/v1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ async def get_current_plan(
591591

592592
class CockpitV1RegionalAPI(API):
593593
"""
594-
The Cockpit Regional API allows you to create data sources and tokens to store and query data types such as metrics, logs, and traces. You can also push your data into Cockpit, and send alerts to your contact points when your resources may require your attention, using the regional Alert manager.
594+
The Cockpit API allows you to create data sources and Cockpit tokens to store and query data types such as metrics, logs, and traces. You can also push your data into Cockpit, and send alerts to your contact points when your resources may require your attention, using the regional Alert manager.
595595
"""
596596

597597
async def get_config(

scaleway/scaleway/cockpit/v1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ def get_current_plan(
591591

592592
class CockpitV1RegionalAPI(API):
593593
"""
594-
The Cockpit Regional API allows you to create data sources and tokens to store and query data types such as metrics, logs, and traces. You can also push your data into Cockpit, and send alerts to your contact points when your resources may require your attention, using the regional Alert manager.
594+
The Cockpit API allows you to create data sources and Cockpit tokens to store and query data types such as metrics, logs, and traces. You can also push your data into Cockpit, and send alerts to your contact points when your resources may require your attention, using the regional Alert manager.
595595
"""
596596

597597
def get_config(

0 commit comments

Comments
 (0)