oci-monitoring 2.76.1 → 2.77.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +108 -15
- package/lib/client.js +392 -14
- package/lib/client.js.map +1 -1
- package/lib/model/aggregated-datapoint.d.ts +3 -3
- package/lib/model/aggregated-datapoint.js +1 -1
- package/lib/model/alarm-dimension-states-collection.d.ts +4 -4
- package/lib/model/alarm-dimension-states-collection.js +1 -1
- package/lib/model/alarm-dimension-states-entry.d.ts +3 -3
- package/lib/model/alarm-dimension-states-entry.js +1 -1
- package/lib/model/alarm-history-collection.d.ts +2 -2
- package/lib/model/alarm-history-collection.js +1 -1
- package/lib/model/alarm-history-entry.d.ts +5 -5
- package/lib/model/alarm-history-entry.js +1 -1
- package/lib/model/alarm-status-summary.d.ts +6 -6
- package/lib/model/alarm-status-summary.js +1 -1
- package/lib/model/alarm-summary.d.ts +18 -12
- package/lib/model/alarm-summary.js +1 -1
- package/lib/model/alarm-summary.js.map +1 -1
- package/lib/model/alarm-suppression-alarm-target.d.ts +32 -0
- package/lib/model/alarm-suppression-alarm-target.js +58 -0
- package/lib/model/alarm-suppression-alarm-target.js.map +1 -0
- package/lib/model/alarm-suppression-collection.d.ts +32 -0
- package/lib/model/alarm-suppression-collection.js +65 -0
- package/lib/model/alarm-suppression-collection.js.map +1 -0
- package/lib/model/alarm-suppression-history-item-collection.d.ts +32 -0
- package/lib/model/alarm-suppression-history-item-collection.js +65 -0
- package/lib/model/alarm-suppression-history-item-collection.js.map +1 -0
- package/lib/model/alarm-suppression-history-item.d.ts +87 -0
- package/lib/model/alarm-suppression-history-item.js +71 -0
- package/lib/model/alarm-suppression-history-item.js.map +1 -0
- package/lib/model/alarm-suppression-summary.d.ts +114 -0
- package/lib/model/alarm-suppression-summary.js +61 -0
- package/lib/model/alarm-suppression-summary.js.map +1 -0
- package/lib/model/alarm-suppression-target.d.ts +26 -0
- package/lib/model/alarm-suppression-target.js +72 -0
- package/lib/model/alarm-suppression-target.js.map +1 -0
- package/lib/model/alarm-suppression.d.ts +123 -0
- package/lib/model/alarm-suppression.js +71 -0
- package/lib/model/alarm-suppression.js.map +1 -0
- package/lib/model/alarm.d.ts +26 -27
- package/lib/model/alarm.js +1 -1
- package/lib/model/alarm.js.map +1 -1
- package/lib/model/change-alarm-compartment-details.d.ts +1 -1
- package/lib/model/change-alarm-compartment-details.js +1 -1
- package/lib/model/create-alarm-details.d.ts +23 -24
- package/lib/model/create-alarm-details.js +1 -1
- package/lib/model/create-alarm-details.js.map +1 -1
- package/lib/model/create-alarm-suppression-details.d.ts +91 -0
- package/lib/model/create-alarm-suppression-details.js +61 -0
- package/lib/model/create-alarm-suppression-details.js.map +1 -0
- package/lib/model/datapoint.d.ts +3 -3
- package/lib/model/datapoint.js +1 -1
- package/lib/model/failed-metric-record.d.ts +1 -1
- package/lib/model/failed-metric-record.js +1 -1
- package/lib/model/index.d.ts +19 -1
- package/lib/model/index.js +20 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/list-metrics-details.d.ts +9 -9
- package/lib/model/list-metrics-details.js +1 -1
- package/lib/model/metric-data-details.d.ts +8 -8
- package/lib/model/metric-data-details.js +1 -1
- package/lib/model/metric-data.d.ts +8 -8
- package/lib/model/metric-data.js +1 -1
- package/lib/model/metric.d.ts +5 -5
- package/lib/model/metric.js +1 -1
- package/lib/model/post-metric-data-details.d.ts +2 -2
- package/lib/model/post-metric-data-details.js +1 -1
- package/lib/model/post-metric-data-response-details.d.ts +1 -1
- package/lib/model/post-metric-data-response-details.js +1 -1
- package/lib/model/retrieve-dimension-states-details.d.ts +4 -4
- package/lib/model/retrieve-dimension-states-details.js +1 -1
- package/lib/model/summarize-alarm-suppression-history-details.d.ts +58 -0
- package/lib/model/summarize-alarm-suppression-history-details.js +33 -0
- package/lib/model/summarize-alarm-suppression-history-details.js.map +1 -0
- package/lib/model/summarize-metrics-data-details.d.ts +12 -9
- package/lib/model/summarize-metrics-data-details.js +1 -1
- package/lib/model/summarize-metrics-data-details.js.map +1 -1
- package/lib/model/suppression.d.ts +6 -5
- package/lib/model/suppression.js +1 -1
- package/lib/model/suppression.js.map +1 -1
- package/lib/model/update-alarm-details.d.ts +22 -23
- package/lib/model/update-alarm-details.js +1 -1
- package/lib/model/update-alarm-details.js.map +1 -1
- package/lib/monitoring-waiter.d.ts +9 -1
- package/lib/monitoring-waiter.js +13 -1
- package/lib/monitoring-waiter.js.map +1 -1
- package/lib/request/change-alarm-compartment-request.d.ts +2 -2
- package/lib/request/create-alarm-request.d.ts +1 -1
- package/lib/request/create-alarm-suppression-request.d.ts +39 -0
- package/lib/request/create-alarm-suppression-request.js +15 -0
- package/lib/request/create-alarm-suppression-request.js.map +1 -0
- package/lib/request/delete-alarm-request.d.ts +2 -2
- package/lib/request/delete-alarm-suppression-request.d.ts +35 -0
- package/lib/request/delete-alarm-suppression-request.js +15 -0
- package/lib/request/delete-alarm-suppression-request.js.map +1 -0
- package/lib/request/get-alarm-history-request.d.ts +5 -5
- package/lib/request/get-alarm-request.d.ts +1 -1
- package/lib/request/get-alarm-suppression-request.d.ts +28 -0
- package/lib/request/get-alarm-suppression-request.js +15 -0
- package/lib/request/get-alarm-suppression-request.js.map +1 -0
- package/lib/request/index.d.ts +11 -1
- package/lib/request/index.js +4 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-alarm-suppressions-request.d.ts +83 -0
- package/lib/request/list-alarm-suppressions-request.js +30 -0
- package/lib/request/list-alarm-suppressions-request.js.map +1 -0
- package/lib/request/list-alarms-request.d.ts +5 -5
- package/lib/request/list-alarms-status-request.d.ts +15 -16
- package/lib/request/list-alarms-status-request.js.map +1 -1
- package/lib/request/list-metrics-request.d.ts +3 -3
- package/lib/request/post-metric-data-request.d.ts +1 -1
- package/lib/request/remove-alarm-suppression-request.d.ts +2 -2
- package/lib/request/retrieve-dimension-states-request.d.ts +2 -2
- package/lib/request/summarize-alarm-suppression-history-request.d.ts +52 -0
- package/lib/request/summarize-alarm-suppression-history-request.js +15 -0
- package/lib/request/summarize-alarm-suppression-history-request.js.map +1 -0
- package/lib/request/summarize-metrics-data-request.d.ts +2 -2
- package/lib/request/update-alarm-request.d.ts +2 -2
- package/lib/response/create-alarm-response.d.ts +1 -1
- package/lib/response/create-alarm-suppression-response.d.ts +30 -0
- package/lib/response/create-alarm-suppression-response.js +15 -0
- package/lib/response/create-alarm-suppression-response.js.map +1 -0
- package/lib/response/delete-alarm-suppression-response.d.ts +20 -0
- package/lib/response/delete-alarm-suppression-response.js +15 -0
- package/lib/response/delete-alarm-suppression-response.js.map +1 -0
- package/lib/response/get-alarm-response.d.ts +1 -1
- package/lib/response/get-alarm-suppression-response.d.ts +30 -0
- package/lib/response/get-alarm-suppression-response.js +15 -0
- package/lib/response/get-alarm-suppression-response.js.map +1 -0
- package/lib/response/index.d.ts +11 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-alarm-suppressions-response.d.ts +39 -0
- package/lib/response/list-alarm-suppressions-response.js +15 -0
- package/lib/response/list-alarm-suppressions-response.js.map +1 -0
- package/lib/response/summarize-alarm-suppression-history-response.d.ts +39 -0
- package/lib/response/summarize-alarm-suppression-history-response.js +15 -0
- package/lib/response/summarize-alarm-suppression-history-response.js.map +1 -0
- package/lib/response/update-alarm-response.d.ts +1 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Monitoring API
|
|
3
3
|
* Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
|
|
4
|
-
Endpoints vary by operation. For
|
|
4
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
5
5
|
For more information, see
|
|
6
6
|
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
7
7
|
|
package/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Monitoring API
|
|
4
4
|
* Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
|
|
5
|
-
Endpoints vary by operation. For
|
|
5
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
6
6
|
For more information, see
|
|
7
7
|
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
8
8
|
|
package/lib/client.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Monitoring API
|
|
3
3
|
* Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
|
|
4
|
-
Endpoints vary by operation. For
|
|
4
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
5
5
|
For more information, see
|
|
6
6
|
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
7
7
|
|
|
@@ -19,6 +19,7 @@ import * as requests from "./request";
|
|
|
19
19
|
import * as model from "./model";
|
|
20
20
|
import * as responses from "./response";
|
|
21
21
|
import { MonitoringWaiter } from "./monitoring-waiter";
|
|
22
|
+
declare const Breaker: any;
|
|
22
23
|
export declare enum MonitoringApiKeys {
|
|
23
24
|
}
|
|
24
25
|
/**
|
|
@@ -32,7 +33,7 @@ export declare class MonitoringClient {
|
|
|
32
33
|
protected "_defaultHeaders": any;
|
|
33
34
|
protected "_waiters": MonitoringWaiter;
|
|
34
35
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
35
|
-
protected _circuitBreaker: null;
|
|
36
|
+
protected _circuitBreaker: typeof Breaker | null;
|
|
36
37
|
protected _httpOptions: any;
|
|
37
38
|
protected _bodyDuplexMode: any;
|
|
38
39
|
targetService: string;
|
|
@@ -85,6 +86,10 @@ export declare class MonitoringClient {
|
|
|
85
86
|
* @return The service waiters.
|
|
86
87
|
*/
|
|
87
88
|
getWaiters(): MonitoringWaiter;
|
|
89
|
+
/**
|
|
90
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
91
|
+
*/
|
|
92
|
+
shutdownCircuitBreaker(): void;
|
|
88
93
|
/**
|
|
89
94
|
* Moves an alarm into a different compartment within the same tenancy.
|
|
90
95
|
* For more information, see
|
|
@@ -94,7 +99,7 @@ export declare class MonitoringClient {
|
|
|
94
99
|
* @param ChangeAlarmCompartmentRequest
|
|
95
100
|
* @return ChangeAlarmCompartmentResponse
|
|
96
101
|
* @throws OciError when an error occurs
|
|
97
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
|
|
98
103
|
*/
|
|
99
104
|
changeAlarmCompartment(changeAlarmCompartmentRequest: requests.ChangeAlarmCompartmentRequest): Promise<responses.ChangeAlarmCompartmentResponse>;
|
|
100
105
|
/**
|
|
@@ -112,9 +117,26 @@ export declare class MonitoringClient {
|
|
|
112
117
|
* @param CreateAlarmRequest
|
|
113
118
|
* @return CreateAlarmResponse
|
|
114
119
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
|
|
116
121
|
*/
|
|
117
122
|
createAlarm(createAlarmRequest: requests.CreateAlarmRequest): Promise<responses.CreateAlarmResponse>;
|
|
123
|
+
/**
|
|
124
|
+
* Creates a dimension-specific suppression for an alarm.
|
|
125
|
+
* <p>
|
|
126
|
+
For important limits information, see
|
|
127
|
+
* [Limits on Monitoring](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
|
|
128
|
+
* <p>
|
|
129
|
+
This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
|
|
130
|
+
* Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
|
|
131
|
+
* or transactions, per second (TPS) for a given tenancy.
|
|
132
|
+
*
|
|
133
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
134
|
+
* @param CreateAlarmSuppressionRequest
|
|
135
|
+
* @return CreateAlarmSuppressionResponse
|
|
136
|
+
* @throws OciError when an error occurs
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/monitoring/CreateAlarmSuppression.ts.html |here} to see how to use CreateAlarmSuppression API.
|
|
138
|
+
*/
|
|
139
|
+
createAlarmSuppression(createAlarmSuppressionRequest: requests.CreateAlarmSuppressionRequest): Promise<responses.CreateAlarmSuppressionResponse>;
|
|
118
140
|
/**
|
|
119
141
|
* Deletes the specified alarm.
|
|
120
142
|
* For more information, see
|
|
@@ -130,9 +152,26 @@ export declare class MonitoringClient {
|
|
|
130
152
|
* @param DeleteAlarmRequest
|
|
131
153
|
* @return DeleteAlarmResponse
|
|
132
154
|
* @throws OciError when an error occurs
|
|
133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
|
|
134
156
|
*/
|
|
135
157
|
deleteAlarm(deleteAlarmRequest: requests.DeleteAlarmRequest): Promise<responses.DeleteAlarmResponse>;
|
|
158
|
+
/**
|
|
159
|
+
* Deletes the specified alarm suppression.
|
|
160
|
+
* <p>
|
|
161
|
+
For important limits information, see
|
|
162
|
+
* [Limits on Monitoring](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
|
|
163
|
+
* <p>
|
|
164
|
+
This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
|
|
165
|
+
* Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
|
|
166
|
+
* or transactions, per second (TPS) for a given tenancy.
|
|
167
|
+
*
|
|
168
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
169
|
+
* @param DeleteAlarmSuppressionRequest
|
|
170
|
+
* @return DeleteAlarmSuppressionResponse
|
|
171
|
+
* @throws OciError when an error occurs
|
|
172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/monitoring/DeleteAlarmSuppression.ts.html |here} to see how to use DeleteAlarmSuppression API.
|
|
173
|
+
*/
|
|
174
|
+
deleteAlarmSuppression(deleteAlarmSuppressionRequest: requests.DeleteAlarmSuppressionRequest): Promise<responses.DeleteAlarmSuppressionResponse>;
|
|
136
175
|
/**
|
|
137
176
|
* Gets the specified alarm.
|
|
138
177
|
* For more information, see
|
|
@@ -148,7 +187,7 @@ export declare class MonitoringClient {
|
|
|
148
187
|
* @param GetAlarmRequest
|
|
149
188
|
* @return GetAlarmResponse
|
|
150
189
|
* @throws OciError when an error occurs
|
|
151
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
|
|
152
191
|
*/
|
|
153
192
|
getAlarm(getAlarmRequest: requests.GetAlarmRequest): Promise<responses.GetAlarmResponse>;
|
|
154
193
|
/**
|
|
@@ -166,9 +205,44 @@ export declare class MonitoringClient {
|
|
|
166
205
|
* @param GetAlarmHistoryRequest
|
|
167
206
|
* @return GetAlarmHistoryResponse
|
|
168
207
|
* @throws OciError when an error occurs
|
|
169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
|
|
170
209
|
*/
|
|
171
210
|
getAlarmHistory(getAlarmHistoryRequest: requests.GetAlarmHistoryRequest): Promise<responses.GetAlarmHistoryResponse>;
|
|
211
|
+
/**
|
|
212
|
+
* Gets the specified alarm suppression.
|
|
213
|
+
* <p>
|
|
214
|
+
For important limits information, see
|
|
215
|
+
* [Limits on Monitoring](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
|
|
216
|
+
* <p>
|
|
217
|
+
This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
|
|
218
|
+
* Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
|
|
219
|
+
* or transactions, per second (TPS) for a given tenancy.
|
|
220
|
+
*
|
|
221
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
222
|
+
* @param GetAlarmSuppressionRequest
|
|
223
|
+
* @return GetAlarmSuppressionResponse
|
|
224
|
+
* @throws OciError when an error occurs
|
|
225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/monitoring/GetAlarmSuppression.ts.html |here} to see how to use GetAlarmSuppression API.
|
|
226
|
+
*/
|
|
227
|
+
getAlarmSuppression(getAlarmSuppressionRequest: requests.GetAlarmSuppressionRequest): Promise<responses.GetAlarmSuppressionResponse>;
|
|
228
|
+
/**
|
|
229
|
+
* Lists alarm suppressions for the specified alarm.
|
|
230
|
+
* Only dimension-level suppressions are listed. Alarm-level suppressions are not listed.
|
|
231
|
+
* <p>
|
|
232
|
+
For important limits information, see
|
|
233
|
+
* [Limits on Monitoring](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
|
|
234
|
+
* <p>
|
|
235
|
+
This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
|
|
236
|
+
* Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
|
|
237
|
+
* or transactions, per second (TPS) for a given tenancy.
|
|
238
|
+
*
|
|
239
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
240
|
+
* @param ListAlarmSuppressionsRequest
|
|
241
|
+
* @return ListAlarmSuppressionsResponse
|
|
242
|
+
* @throws OciError when an error occurs
|
|
243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/monitoring/ListAlarmSuppressions.ts.html |here} to see how to use ListAlarmSuppressions API.
|
|
244
|
+
*/
|
|
245
|
+
listAlarmSuppressions(listAlarmSuppressionsRequest: requests.ListAlarmSuppressionsRequest): Promise<responses.ListAlarmSuppressionsResponse>;
|
|
172
246
|
/**
|
|
173
247
|
* Lists the alarms for the specified compartment.
|
|
174
248
|
* For more information, see
|
|
@@ -184,7 +258,7 @@ export declare class MonitoringClient {
|
|
|
184
258
|
* @param ListAlarmsRequest
|
|
185
259
|
* @return ListAlarmsResponse
|
|
186
260
|
* @throws OciError when an error occurs
|
|
187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
|
|
188
262
|
*/
|
|
189
263
|
listAlarms(listAlarmsRequest: requests.ListAlarmsRequest): Promise<responses.ListAlarmsResponse>;
|
|
190
264
|
/**
|
|
@@ -223,6 +297,7 @@ export declare class MonitoringClient {
|
|
|
223
297
|
* List the status of each alarm in the specified compartment.
|
|
224
298
|
* Status is collective, across all metric streams in the alarm.
|
|
225
299
|
* To list alarm status for each metric stream, use {@link #retrieveDimensionStates(RetrieveDimensionStatesRequest) retrieveDimensionStates}.
|
|
300
|
+
* Optionally filter by resource or status value.
|
|
226
301
|
* For more information, see
|
|
227
302
|
* [Listing Alarm Statuses](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/list-alarm-status.htm).
|
|
228
303
|
* For important limits information, see
|
|
@@ -236,7 +311,7 @@ export declare class MonitoringClient {
|
|
|
236
311
|
* @param ListAlarmsStatusRequest
|
|
237
312
|
* @return ListAlarmsStatusResponse
|
|
238
313
|
* @throws OciError when an error occurs
|
|
239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
|
|
240
315
|
*/
|
|
241
316
|
listAlarmsStatus(listAlarmsStatusRequest: requests.ListAlarmsStatusRequest): Promise<responses.ListAlarmsStatusResponse>;
|
|
242
317
|
/**
|
|
@@ -286,7 +361,7 @@ export declare class MonitoringClient {
|
|
|
286
361
|
* @param ListMetricsRequest
|
|
287
362
|
* @return ListMetricsResponse
|
|
288
363
|
* @throws OciError when an error occurs
|
|
289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
|
|
290
365
|
*/
|
|
291
366
|
listMetrics(listMetricsRequest: requests.ListMetricsRequest): Promise<responses.ListMetricsResponse>;
|
|
292
367
|
/**
|
|
@@ -356,7 +431,7 @@ export declare class MonitoringClient {
|
|
|
356
431
|
* @param PostMetricDataRequest
|
|
357
432
|
* @return PostMetricDataResponse
|
|
358
433
|
* @throws OciError when an error occurs
|
|
359
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
434
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
|
|
360
435
|
*/
|
|
361
436
|
postMetricData(postMetricDataRequest: requests.PostMetricDataRequest): Promise<responses.PostMetricDataResponse>;
|
|
362
437
|
/**
|
|
@@ -374,7 +449,7 @@ export declare class MonitoringClient {
|
|
|
374
449
|
* @param RemoveAlarmSuppressionRequest
|
|
375
450
|
* @return RemoveAlarmSuppressionResponse
|
|
376
451
|
* @throws OciError when an error occurs
|
|
377
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
452
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
|
|
378
453
|
*/
|
|
379
454
|
removeAlarmSuppression(removeAlarmSuppressionRequest: requests.RemoveAlarmSuppressionRequest): Promise<responses.RemoveAlarmSuppressionResponse>;
|
|
380
455
|
/**
|
|
@@ -394,9 +469,26 @@ export declare class MonitoringClient {
|
|
|
394
469
|
* @param RetrieveDimensionStatesRequest
|
|
395
470
|
* @return RetrieveDimensionStatesResponse
|
|
396
471
|
* @throws OciError when an error occurs
|
|
397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStates API.
|
|
398
473
|
*/
|
|
399
474
|
retrieveDimensionStates(retrieveDimensionStatesRequest: requests.RetrieveDimensionStatesRequest): Promise<responses.RetrieveDimensionStatesResponse>;
|
|
475
|
+
/**
|
|
476
|
+
* Returns history of suppressions for the specified alarm, including both dimension-specific and and alarm-wide suppressions.
|
|
477
|
+
* <p>
|
|
478
|
+
For important limits information, see
|
|
479
|
+
* [Limits on Monitoring](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#limits).
|
|
480
|
+
* <p>
|
|
481
|
+
This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations.
|
|
482
|
+
* Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
|
|
483
|
+
* or transactions, per second (TPS) for a given tenancy.
|
|
484
|
+
*
|
|
485
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
486
|
+
* @param SummarizeAlarmSuppressionHistoryRequest
|
|
487
|
+
* @return SummarizeAlarmSuppressionHistoryResponse
|
|
488
|
+
* @throws OciError when an error occurs
|
|
489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/monitoring/SummarizeAlarmSuppressionHistory.ts.html |here} to see how to use SummarizeAlarmSuppressionHistory API.
|
|
490
|
+
*/
|
|
491
|
+
summarizeAlarmSuppressionHistory(summarizeAlarmSuppressionHistoryRequest: requests.SummarizeAlarmSuppressionHistoryRequest): Promise<responses.SummarizeAlarmSuppressionHistoryResponse>;
|
|
400
492
|
/**
|
|
401
493
|
* Returns aggregated data that match the criteria specified in the request. Compartment OCID required.
|
|
402
494
|
* For more information, see
|
|
@@ -412,7 +504,7 @@ export declare class MonitoringClient {
|
|
|
412
504
|
* @param SummarizeMetricsDataRequest
|
|
413
505
|
* @return SummarizeMetricsDataResponse
|
|
414
506
|
* @throws OciError when an error occurs
|
|
415
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
|
|
416
508
|
*/
|
|
417
509
|
summarizeMetricsData(summarizeMetricsDataRequest: requests.SummarizeMetricsDataRequest): Promise<responses.SummarizeMetricsDataResponse>;
|
|
418
510
|
/**
|
|
@@ -430,7 +522,8 @@ export declare class MonitoringClient {
|
|
|
430
522
|
* @param UpdateAlarmRequest
|
|
431
523
|
* @return UpdateAlarmResponse
|
|
432
524
|
* @throws OciError when an error occurs
|
|
433
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
525
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
|
|
434
526
|
*/
|
|
435
527
|
updateAlarm(updateAlarmRequest: requests.UpdateAlarmRequest): Promise<responses.UpdateAlarmResponse>;
|
|
436
528
|
}
|
|
529
|
+
export {};
|