You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@
7
7
-**Feature:** Add `SystemRoutes` to `UpdateRoutingTableOfAreaPayload`
8
8
-`kms`: [v0.5.0](services/kms/CHANGELOG.md#v050)
9
9
-**Feature:** Add regex field validator for `display_name` attribute in model classes `CreateKeyPayload`, `CreateKeyRingPayload`, `CreateWrappingKeyPayload`
Copy file name to clipboardExpand all lines: services/sqlserverflex/src/stackit/sqlserverflex/api/default_api.py
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4487,6 +4487,7 @@ def list_metrics(
4487
4487
self,
4488
4488
project_id: Annotated[StrictStr, Field(description="The UUID of the project.")],
4489
4489
instance_id: Annotated[StrictStr, Field(description="The UUID of the instance.")],
4490
+
region: Annotated[StrictStr, Field(description="The region which should be addressed")],
4490
4491
metric: Annotated[
4491
4492
StrictStr,
4492
4493
Field(
@@ -4530,6 +4531,8 @@ def list_metrics(
4530
4531
:type project_id: str
4531
4532
:param instance_id: The UUID of the instance. (required)
4532
4533
:type instance_id: str
4534
+
:param region: The region which should be addressed (required)
4535
+
:type region: str
4533
4536
:param metric: The name of the metric. Valid metrics are 'cpu', 'memory', 'data-disk-size', 'data-disk-use','log-disk-size', 'log-disk-use', 'life-expectancy' and 'connections'. (required)
4534
4537
:type metric: str
4535
4538
:param granularity: The granularity in ISO8601 e.g. 5 minutes are 'PT5M'. (required)
:param instance_id: The UUID of the instance. (required)
4639
4644
:type instance_id: str
4645
+
:param region: The region which should be addressed (required)
4646
+
:type region: str
4640
4647
:param metric: The name of the metric. Valid metrics are 'cpu', 'memory', 'data-disk-size', 'data-disk-use','log-disk-size', 'log-disk-use', 'life-expectancy' and 'connections'. (required)
4641
4648
:type metric: str
4642
4649
:param granularity: The granularity in ISO8601 e.g. 5 minutes are 'PT5M'. (required)
:param instance_id: The UUID of the instance. (required)
4746
4755
:type instance_id: str
4756
+
:param region: The region which should be addressed (required)
4757
+
:type region: str
4747
4758
:param metric: The name of the metric. Valid metrics are 'cpu', 'memory', 'data-disk-size', 'data-disk-use','log-disk-size', 'log-disk-use', 'life-expectancy' and 'connections'. (required)
4748
4759
:type metric: str
4749
4760
:param granularity: The granularity in ISO8601 e.g. 5 minutes are 'PT5M'. (required)
0 commit comments