@@ -188,7 +188,9 @@ def create_alarm(self, create_alarm_details, **kwargs):
188188 Creates a new alarm in the specified compartment.
189189 For important limits information, see `Limits on Monitoring`__.
190190
191- Transactions Per Second (TPS) per-tenancy limit for this operation: 1.
191+ This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
192+ Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
193+ or transactions, per second (TPS) for a given tenancy.
192194
193195 __ https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#Limits
194196
@@ -268,7 +270,9 @@ def delete_alarm(self, alarm_id, **kwargs):
268270 Deletes the specified alarm.
269271 For important limits information, see `Limits on Monitoring`__.
270272
271- Transactions Per Second (TPS) per-tenancy limit for this operation: 1.
273+ This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
274+ Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
275+ or transactions, per second (TPS) for a given tenancy.
272276
273277 __ https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#Limits
274278
@@ -353,7 +357,9 @@ def get_alarm(self, alarm_id, **kwargs):
353357 Gets the specified alarm.
354358 For important limits information, see `Limits on Monitoring`__.
355359
356- Transactions Per Second (TPS) per-tenancy limit for this operation: 1.
360+ This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
361+ Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
362+ or transactions, per second (TPS) for a given tenancy.
357363
358364 __ https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#Limits
359365
@@ -433,7 +439,9 @@ def get_alarm_history(self, alarm_id, **kwargs):
433439 Get the history of the specified alarm.
434440 For important limits information, see `Limits on Monitoring`__.
435441
436- Transactions Per Second (TPS) per-tenancy limit for this operation: 1.
442+ This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
443+ Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
444+ or transactions, per second (TPS) for a given tenancy.
437445
438446 __ https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#Limits
439447
@@ -570,7 +578,9 @@ def list_alarms(self, compartment_id, **kwargs):
570578 Lists the alarms for the specified compartment.
571579 For important limits information, see `Limits on Monitoring`__.
572580
573- Transactions Per Second (TPS) per-tenancy limit for this operation: 1.
581+ This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
582+ Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
583+ or transactions, per second (TPS) for a given tenancy.
574584
575585 __ https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#Limits
576586
@@ -730,7 +740,9 @@ def list_alarms_status(self, compartment_id, **kwargs):
730740 List the status of each alarm in the specified compartment.
731741 For important limits information, see `Limits on Monitoring`__.
732742
733- Transactions Per Second (TPS) per-tenancy limit for this operation: 1.
743+ This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
744+ Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
745+ or transactions, per second (TPS) for a given tenancy.
734746
735747 __ https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#Limits
736748
@@ -878,7 +890,7 @@ def list_metrics(self, compartment_id, list_metrics_details, **kwargs):
878890 For information about metrics, see `Metrics Overview`__.
879891 For important limits information, see `Limits on Monitoring`__.
880892
881- Transactions Per Second (TPS) per-tenancy limit for this operation: 1 .
893+ Transactions Per Second (TPS) per-tenancy limit for this operation: 10 .
882894
883895 __ https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#MetricsOverview
884896 __ https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#Limits
@@ -1078,7 +1090,9 @@ def remove_alarm_suppression(self, alarm_id, **kwargs):
10781090 Removes any existing suppression for the specified alarm.
10791091 For important limits information, see `Limits on Monitoring`__.
10801092
1081- Transactions Per Second (TPS) per-tenancy limit for this operation: 1.
1093+ This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
1094+ Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
1095+ or transactions, per second (TPS) for a given tenancy.
10821096
10831097 __ https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#Limits
10841098
@@ -1260,7 +1274,9 @@ def update_alarm(self, alarm_id, update_alarm_details, **kwargs):
12601274 Updates the specified alarm.
12611275 For important limits information, see `Limits on Monitoring`__.
12621276
1263- Transactions Per Second (TPS) per-tenancy limit for this operation: 1.
1277+ This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
1278+ Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
1279+ or transactions, per second (TPS) for a given tenancy.
12641280
12651281 __ https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#Limits
12661282
0 commit comments