|
94 | 94 |
|
95 | 95 | class CockpitV1GlobalAPI(API): |
96 | 96 | """ |
97 | | - The Cockpit Global API allows you to manage your Cockpit's Grafana and plans. |
| 97 | + The Cockpit Global API allows you to manage your Cockpit's Grafana. |
98 | 98 | """ |
99 | 99 |
|
100 | 100 | async def get_grafana( |
@@ -454,7 +454,7 @@ async def list_plans( |
454 | 454 | """ |
455 | 455 | List plan types. |
456 | 456 | Retrieve a list of available pricing plan types. |
457 | | - Deprecated, retention is now managed at the data source level. |
| 457 | + Deprecated: retention is now managed at the data source level. |
458 | 458 | :param page: Page number. |
459 | 459 | :param page_size: Page size. |
460 | 460 | :param order_by: |
@@ -490,7 +490,7 @@ async def list_plans_all( |
490 | 490 | """ |
491 | 491 | List plan types. |
492 | 492 | Retrieve a list of available pricing plan types. |
493 | | - Deprecated, retention is now managed at the data source level. |
| 493 | + Deprecated: retention is now managed at the data source level. |
494 | 494 | :param page: Page number. |
495 | 495 | :param page_size: Page size. |
496 | 496 | :param order_by: |
@@ -523,7 +523,7 @@ async def select_plan( |
523 | 523 | """ |
524 | 524 | Apply a pricing plan. |
525 | 525 | Apply a pricing plan on a given Project. You must specify the ID of the pricing plan type. Note that you will be billed for the plan you apply. |
526 | | - Deprecated, retention is now managed at the data source level. |
| 526 | + Deprecated: retention is now managed at the data source level. |
527 | 527 | :param project_id: ID of the Project. |
528 | 528 | :param plan_name: Name of the pricing plan. |
529 | 529 | :return: :class:`Plan <Plan>` |
@@ -558,7 +558,7 @@ async def get_current_plan( |
558 | 558 | """ |
559 | 559 | Get current plan. |
560 | 560 | Retrieve a pricing plan for the given Project, specified by the ID of the Project. |
561 | | - Deprecated, retention is now managed at the data source level. |
| 561 | + Deprecated: retention is now managed at the data source level. |
562 | 562 | :param project_id: ID of the Project. |
563 | 563 | :return: :class:`Plan <Plan>` |
564 | 564 | :deprecated |
|
0 commit comments