oci-healthchecks 2.82.1 → 2.83.0
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/lib/client.d.ts +17 -17
- package/lib/client.js +17 -17
- package/lib/request/change-http-monitor-compartment-request.d.ts +1 -1
- package/lib/request/change-ping-monitor-compartment-request.d.ts +1 -1
- package/lib/request/create-http-monitor-request.d.ts +1 -1
- package/lib/request/create-on-demand-http-probe-request.d.ts +1 -1
- package/lib/request/create-on-demand-ping-probe-request.d.ts +1 -1
- package/lib/request/create-ping-monitor-request.d.ts +1 -1
- package/lib/request/delete-http-monitor-request.d.ts +1 -1
- package/lib/request/delete-ping-monitor-request.d.ts +1 -1
- package/lib/request/get-http-monitor-request.d.ts +1 -1
- package/lib/request/get-ping-monitor-request.d.ts +1 -1
- package/lib/request/list-health-checks-vantage-points-request.d.ts +1 -1
- package/lib/request/list-http-monitors-request.d.ts +1 -1
- package/lib/request/list-http-probe-results-request.d.ts +1 -1
- package/lib/request/list-ping-monitors-request.d.ts +1 -1
- package/lib/request/list-ping-probe-results-request.d.ts +1 -1
- package/lib/request/update-http-monitor-request.d.ts +1 -1
- package/lib/request/update-ping-monitor-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -82,7 +82,7 @@ export declare class HealthChecksClient {
|
|
|
82
82
|
* @param ChangeHttpMonitorCompartmentRequest
|
|
83
83
|
* @return ChangeHttpMonitorCompartmentResponse
|
|
84
84
|
* @throws OciError when an error occurs
|
|
85
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
85
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/ChangeHttpMonitorCompartment.ts.html |here} to see how to use ChangeHttpMonitorCompartment API.
|
|
86
86
|
*/
|
|
87
87
|
changeHttpMonitorCompartment(changeHttpMonitorCompartmentRequest: requests.ChangeHttpMonitorCompartmentRequest): Promise<responses.ChangeHttpMonitorCompartmentResponse>;
|
|
88
88
|
/**
|
|
@@ -93,7 +93,7 @@ export declare class HealthChecksClient {
|
|
|
93
93
|
* @param ChangePingMonitorCompartmentRequest
|
|
94
94
|
* @return ChangePingMonitorCompartmentResponse
|
|
95
95
|
* @throws OciError when an error occurs
|
|
96
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
96
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/ChangePingMonitorCompartment.ts.html |here} to see how to use ChangePingMonitorCompartment API.
|
|
97
97
|
*/
|
|
98
98
|
changePingMonitorCompartment(changePingMonitorCompartmentRequest: requests.ChangePingMonitorCompartmentRequest): Promise<responses.ChangePingMonitorCompartmentResponse>;
|
|
99
99
|
/**
|
|
@@ -105,7 +105,7 @@ export declare class HealthChecksClient {
|
|
|
105
105
|
* @param CreateHttpMonitorRequest
|
|
106
106
|
* @return CreateHttpMonitorResponse
|
|
107
107
|
* @throws OciError when an error occurs
|
|
108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/CreateHttpMonitor.ts.html |here} to see how to use CreateHttpMonitor API.
|
|
109
109
|
*/
|
|
110
110
|
createHttpMonitor(createHttpMonitorRequest: requests.CreateHttpMonitorRequest): Promise<responses.CreateHttpMonitorResponse>;
|
|
111
111
|
/**
|
|
@@ -118,7 +118,7 @@ export declare class HealthChecksClient {
|
|
|
118
118
|
* @param CreateOnDemandHttpProbeRequest
|
|
119
119
|
* @return CreateOnDemandHttpProbeResponse
|
|
120
120
|
* @throws OciError when an error occurs
|
|
121
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/CreateOnDemandHttpProbe.ts.html |here} to see how to use CreateOnDemandHttpProbe API.
|
|
122
122
|
*/
|
|
123
123
|
createOnDemandHttpProbe(createOnDemandHttpProbeRequest: requests.CreateOnDemandHttpProbeRequest): Promise<responses.CreateOnDemandHttpProbeResponse>;
|
|
124
124
|
/**
|
|
@@ -131,7 +131,7 @@ export declare class HealthChecksClient {
|
|
|
131
131
|
* @param CreateOnDemandPingProbeRequest
|
|
132
132
|
* @return CreateOnDemandPingProbeResponse
|
|
133
133
|
* @throws OciError when an error occurs
|
|
134
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/CreateOnDemandPingProbe.ts.html |here} to see how to use CreateOnDemandPingProbe API.
|
|
135
135
|
*/
|
|
136
136
|
createOnDemandPingProbe(createOnDemandPingProbeRequest: requests.CreateOnDemandPingProbeRequest): Promise<responses.CreateOnDemandPingProbeResponse>;
|
|
137
137
|
/**
|
|
@@ -143,7 +143,7 @@ export declare class HealthChecksClient {
|
|
|
143
143
|
* @param CreatePingMonitorRequest
|
|
144
144
|
* @return CreatePingMonitorResponse
|
|
145
145
|
* @throws OciError when an error occurs
|
|
146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
146
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/CreatePingMonitor.ts.html |here} to see how to use CreatePingMonitor API.
|
|
147
147
|
*/
|
|
148
148
|
createPingMonitor(createPingMonitorRequest: requests.CreatePingMonitorRequest): Promise<responses.CreatePingMonitorResponse>;
|
|
149
149
|
/**
|
|
@@ -154,7 +154,7 @@ export declare class HealthChecksClient {
|
|
|
154
154
|
* @param DeleteHttpMonitorRequest
|
|
155
155
|
* @return DeleteHttpMonitorResponse
|
|
156
156
|
* @throws OciError when an error occurs
|
|
157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/DeleteHttpMonitor.ts.html |here} to see how to use DeleteHttpMonitor API.
|
|
158
158
|
*/
|
|
159
159
|
deleteHttpMonitor(deleteHttpMonitorRequest: requests.DeleteHttpMonitorRequest): Promise<responses.DeleteHttpMonitorResponse>;
|
|
160
160
|
/**
|
|
@@ -165,7 +165,7 @@ export declare class HealthChecksClient {
|
|
|
165
165
|
* @param DeletePingMonitorRequest
|
|
166
166
|
* @return DeletePingMonitorResponse
|
|
167
167
|
* @throws OciError when an error occurs
|
|
168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/DeletePingMonitor.ts.html |here} to see how to use DeletePingMonitor API.
|
|
169
169
|
*/
|
|
170
170
|
deletePingMonitor(deletePingMonitorRequest: requests.DeletePingMonitorRequest): Promise<responses.DeletePingMonitorResponse>;
|
|
171
171
|
/**
|
|
@@ -175,7 +175,7 @@ export declare class HealthChecksClient {
|
|
|
175
175
|
* @param GetHttpMonitorRequest
|
|
176
176
|
* @return GetHttpMonitorResponse
|
|
177
177
|
* @throws OciError when an error occurs
|
|
178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/GetHttpMonitor.ts.html |here} to see how to use GetHttpMonitor API.
|
|
179
179
|
*/
|
|
180
180
|
getHttpMonitor(getHttpMonitorRequest: requests.GetHttpMonitorRequest): Promise<responses.GetHttpMonitorResponse>;
|
|
181
181
|
/**
|
|
@@ -185,7 +185,7 @@ export declare class HealthChecksClient {
|
|
|
185
185
|
* @param GetPingMonitorRequest
|
|
186
186
|
* @return GetPingMonitorResponse
|
|
187
187
|
* @throws OciError when an error occurs
|
|
188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/GetPingMonitor.ts.html |here} to see how to use GetPingMonitor API.
|
|
189
189
|
*/
|
|
190
190
|
getPingMonitor(getPingMonitorRequest: requests.GetPingMonitorRequest): Promise<responses.GetPingMonitorResponse>;
|
|
191
191
|
/**
|
|
@@ -195,7 +195,7 @@ export declare class HealthChecksClient {
|
|
|
195
195
|
* @param ListHealthChecksVantagePointsRequest
|
|
196
196
|
* @return ListHealthChecksVantagePointsResponse
|
|
197
197
|
* @throws OciError when an error occurs
|
|
198
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
198
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/ListHealthChecksVantagePoints.ts.html |here} to see how to use ListHealthChecksVantagePoints API.
|
|
199
199
|
*/
|
|
200
200
|
listHealthChecksVantagePoints(listHealthChecksVantagePointsRequest: requests.ListHealthChecksVantagePointsRequest): Promise<responses.ListHealthChecksVantagePointsResponse>;
|
|
201
201
|
/**
|
|
@@ -237,7 +237,7 @@ export declare class HealthChecksClient {
|
|
|
237
237
|
* @param ListHttpMonitorsRequest
|
|
238
238
|
* @return ListHttpMonitorsResponse
|
|
239
239
|
* @throws OciError when an error occurs
|
|
240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/ListHttpMonitors.ts.html |here} to see how to use ListHttpMonitors API.
|
|
241
241
|
*/
|
|
242
242
|
listHttpMonitors(listHttpMonitorsRequest: requests.ListHttpMonitorsRequest): Promise<responses.ListHttpMonitorsResponse>;
|
|
243
243
|
/**
|
|
@@ -281,7 +281,7 @@ export declare class HealthChecksClient {
|
|
|
281
281
|
* @param ListHttpProbeResultsRequest
|
|
282
282
|
* @return ListHttpProbeResultsResponse
|
|
283
283
|
* @throws OciError when an error occurs
|
|
284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
284
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/ListHttpProbeResults.ts.html |here} to see how to use ListHttpProbeResults API.
|
|
285
285
|
*/
|
|
286
286
|
listHttpProbeResults(listHttpProbeResultsRequest: requests.ListHttpProbeResultsRequest): Promise<responses.ListHttpProbeResultsResponse>;
|
|
287
287
|
/**
|
|
@@ -326,7 +326,7 @@ export declare class HealthChecksClient {
|
|
|
326
326
|
* @param ListPingMonitorsRequest
|
|
327
327
|
* @return ListPingMonitorsResponse
|
|
328
328
|
* @throws OciError when an error occurs
|
|
329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
329
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/ListPingMonitors.ts.html |here} to see how to use ListPingMonitors API.
|
|
330
330
|
*/
|
|
331
331
|
listPingMonitors(listPingMonitorsRequest: requests.ListPingMonitorsRequest): Promise<responses.ListPingMonitorsResponse>;
|
|
332
332
|
/**
|
|
@@ -374,7 +374,7 @@ export declare class HealthChecksClient {
|
|
|
374
374
|
* @param ListPingProbeResultsRequest
|
|
375
375
|
* @return ListPingProbeResultsResponse
|
|
376
376
|
* @throws OciError when an error occurs
|
|
377
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
377
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/ListPingProbeResults.ts.html |here} to see how to use ListPingProbeResults API.
|
|
378
378
|
*/
|
|
379
379
|
listPingProbeResults(listPingProbeResultsRequest: requests.ListPingProbeResultsRequest): Promise<responses.ListPingProbeResultsResponse>;
|
|
380
380
|
/**
|
|
@@ -418,7 +418,7 @@ export declare class HealthChecksClient {
|
|
|
418
418
|
* @param UpdateHttpMonitorRequest
|
|
419
419
|
* @return UpdateHttpMonitorResponse
|
|
420
420
|
* @throws OciError when an error occurs
|
|
421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/UpdateHttpMonitor.ts.html |here} to see how to use UpdateHttpMonitor API.
|
|
422
422
|
*/
|
|
423
423
|
updateHttpMonitor(updateHttpMonitorRequest: requests.UpdateHttpMonitorRequest): Promise<responses.UpdateHttpMonitorResponse>;
|
|
424
424
|
/**
|
|
@@ -430,7 +430,7 @@ export declare class HealthChecksClient {
|
|
|
430
430
|
* @param UpdatePingMonitorRequest
|
|
431
431
|
* @return UpdatePingMonitorResponse
|
|
432
432
|
* @throws OciError when an error occurs
|
|
433
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
433
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/UpdatePingMonitor.ts.html |here} to see how to use UpdatePingMonitor API.
|
|
434
434
|
*/
|
|
435
435
|
updatePingMonitor(updatePingMonitorRequest: requests.UpdatePingMonitorRequest): Promise<responses.UpdatePingMonitorResponse>;
|
|
436
436
|
}
|
package/lib/client.js
CHANGED
|
@@ -180,7 +180,7 @@ class HealthChecksClient {
|
|
|
180
180
|
* @param ChangeHttpMonitorCompartmentRequest
|
|
181
181
|
* @return ChangeHttpMonitorCompartmentResponse
|
|
182
182
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/ChangeHttpMonitorCompartment.ts.html |here} to see how to use ChangeHttpMonitorCompartment API.
|
|
184
184
|
*/
|
|
185
185
|
changeHttpMonitorCompartment(changeHttpMonitorCompartmentRequest) {
|
|
186
186
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -239,7 +239,7 @@ class HealthChecksClient {
|
|
|
239
239
|
* @param ChangePingMonitorCompartmentRequest
|
|
240
240
|
* @return ChangePingMonitorCompartmentResponse
|
|
241
241
|
* @throws OciError when an error occurs
|
|
242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/ChangePingMonitorCompartment.ts.html |here} to see how to use ChangePingMonitorCompartment API.
|
|
243
243
|
*/
|
|
244
244
|
changePingMonitorCompartment(changePingMonitorCompartmentRequest) {
|
|
245
245
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -299,7 +299,7 @@ class HealthChecksClient {
|
|
|
299
299
|
* @param CreateHttpMonitorRequest
|
|
300
300
|
* @return CreateHttpMonitorResponse
|
|
301
301
|
* @throws OciError when an error occurs
|
|
302
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
302
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/CreateHttpMonitor.ts.html |here} to see how to use CreateHttpMonitor API.
|
|
303
303
|
*/
|
|
304
304
|
createHttpMonitor(createHttpMonitorRequest) {
|
|
305
305
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -371,7 +371,7 @@ class HealthChecksClient {
|
|
|
371
371
|
* @param CreateOnDemandHttpProbeRequest
|
|
372
372
|
* @return CreateOnDemandHttpProbeResponse
|
|
373
373
|
* @throws OciError when an error occurs
|
|
374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/CreateOnDemandHttpProbe.ts.html |here} to see how to use CreateOnDemandHttpProbe API.
|
|
375
375
|
*/
|
|
376
376
|
createOnDemandHttpProbe(createOnDemandHttpProbeRequest) {
|
|
377
377
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -437,7 +437,7 @@ class HealthChecksClient {
|
|
|
437
437
|
* @param CreateOnDemandPingProbeRequest
|
|
438
438
|
* @return CreateOnDemandPingProbeResponse
|
|
439
439
|
* @throws OciError when an error occurs
|
|
440
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
440
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/CreateOnDemandPingProbe.ts.html |here} to see how to use CreateOnDemandPingProbe API.
|
|
441
441
|
*/
|
|
442
442
|
createOnDemandPingProbe(createOnDemandPingProbeRequest) {
|
|
443
443
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -502,7 +502,7 @@ class HealthChecksClient {
|
|
|
502
502
|
* @param CreatePingMonitorRequest
|
|
503
503
|
* @return CreatePingMonitorResponse
|
|
504
504
|
* @throws OciError when an error occurs
|
|
505
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
505
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/CreatePingMonitor.ts.html |here} to see how to use CreatePingMonitor API.
|
|
506
506
|
*/
|
|
507
507
|
createPingMonitor(createPingMonitorRequest) {
|
|
508
508
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -572,7 +572,7 @@ class HealthChecksClient {
|
|
|
572
572
|
* @param DeleteHttpMonitorRequest
|
|
573
573
|
* @return DeleteHttpMonitorResponse
|
|
574
574
|
* @throws OciError when an error occurs
|
|
575
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
575
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/DeleteHttpMonitor.ts.html |here} to see how to use DeleteHttpMonitor API.
|
|
576
576
|
*/
|
|
577
577
|
deleteHttpMonitor(deleteHttpMonitorRequest) {
|
|
578
578
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -629,7 +629,7 @@ class HealthChecksClient {
|
|
|
629
629
|
* @param DeletePingMonitorRequest
|
|
630
630
|
* @return DeletePingMonitorResponse
|
|
631
631
|
* @throws OciError when an error occurs
|
|
632
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
632
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/DeletePingMonitor.ts.html |here} to see how to use DeletePingMonitor API.
|
|
633
633
|
*/
|
|
634
634
|
deletePingMonitor(deletePingMonitorRequest) {
|
|
635
635
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -685,7 +685,7 @@ class HealthChecksClient {
|
|
|
685
685
|
* @param GetHttpMonitorRequest
|
|
686
686
|
* @return GetHttpMonitorResponse
|
|
687
687
|
* @throws OciError when an error occurs
|
|
688
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
688
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/GetHttpMonitor.ts.html |here} to see how to use GetHttpMonitor API.
|
|
689
689
|
*/
|
|
690
690
|
getHttpMonitor(getHttpMonitorRequest) {
|
|
691
691
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -750,7 +750,7 @@ class HealthChecksClient {
|
|
|
750
750
|
* @param GetPingMonitorRequest
|
|
751
751
|
* @return GetPingMonitorResponse
|
|
752
752
|
* @throws OciError when an error occurs
|
|
753
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/GetPingMonitor.ts.html |here} to see how to use GetPingMonitor API.
|
|
754
754
|
*/
|
|
755
755
|
getPingMonitor(getPingMonitorRequest) {
|
|
756
756
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -815,7 +815,7 @@ class HealthChecksClient {
|
|
|
815
815
|
* @param ListHealthChecksVantagePointsRequest
|
|
816
816
|
* @return ListHealthChecksVantagePointsResponse
|
|
817
817
|
* @throws OciError when an error occurs
|
|
818
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
818
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/ListHealthChecksVantagePoints.ts.html |here} to see how to use ListHealthChecksVantagePoints API.
|
|
819
819
|
*/
|
|
820
820
|
listHealthChecksVantagePoints(listHealthChecksVantagePointsRequest) {
|
|
821
821
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -924,7 +924,7 @@ class HealthChecksClient {
|
|
|
924
924
|
* @param ListHttpMonitorsRequest
|
|
925
925
|
* @return ListHttpMonitorsResponse
|
|
926
926
|
* @throws OciError when an error occurs
|
|
927
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
927
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/ListHttpMonitors.ts.html |here} to see how to use ListHttpMonitors API.
|
|
928
928
|
*/
|
|
929
929
|
listHttpMonitors(listHttpMonitorsRequest) {
|
|
930
930
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1036,7 +1036,7 @@ class HealthChecksClient {
|
|
|
1036
1036
|
* @param ListHttpProbeResultsRequest
|
|
1037
1037
|
* @return ListHttpProbeResultsResponse
|
|
1038
1038
|
* @throws OciError when an error occurs
|
|
1039
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1039
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/ListHttpProbeResults.ts.html |here} to see how to use ListHttpProbeResults API.
|
|
1040
1040
|
*/
|
|
1041
1041
|
listHttpProbeResults(listHttpProbeResultsRequest) {
|
|
1042
1042
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1150,7 +1150,7 @@ class HealthChecksClient {
|
|
|
1150
1150
|
* @param ListPingMonitorsRequest
|
|
1151
1151
|
* @return ListPingMonitorsResponse
|
|
1152
1152
|
* @throws OciError when an error occurs
|
|
1153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/ListPingMonitors.ts.html |here} to see how to use ListPingMonitors API.
|
|
1154
1154
|
*/
|
|
1155
1155
|
listPingMonitors(listPingMonitorsRequest) {
|
|
1156
1156
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1266,7 +1266,7 @@ class HealthChecksClient {
|
|
|
1266
1266
|
* @param ListPingProbeResultsRequest
|
|
1267
1267
|
* @return ListPingProbeResultsResponse
|
|
1268
1268
|
* @throws OciError when an error occurs
|
|
1269
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1269
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/ListPingProbeResults.ts.html |here} to see how to use ListPingProbeResults API.
|
|
1270
1270
|
*/
|
|
1271
1271
|
listPingProbeResults(listPingProbeResultsRequest) {
|
|
1272
1272
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1379,7 +1379,7 @@ class HealthChecksClient {
|
|
|
1379
1379
|
* @param UpdateHttpMonitorRequest
|
|
1380
1380
|
* @return UpdateHttpMonitorResponse
|
|
1381
1381
|
* @throws OciError when an error occurs
|
|
1382
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1382
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/UpdateHttpMonitor.ts.html |here} to see how to use UpdateHttpMonitor API.
|
|
1383
1383
|
*/
|
|
1384
1384
|
updateHttpMonitor(updateHttpMonitorRequest) {
|
|
1385
1385
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1447,7 +1447,7 @@ class HealthChecksClient {
|
|
|
1447
1447
|
* @param UpdatePingMonitorRequest
|
|
1448
1448
|
* @return UpdatePingMonitorResponse
|
|
1449
1449
|
* @throws OciError when an error occurs
|
|
1450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/UpdatePingMonitor.ts.html |here} to see how to use UpdatePingMonitor API.
|
|
1451
1451
|
*/
|
|
1452
1452
|
updatePingMonitor(updatePingMonitorRequest) {
|
|
1453
1453
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/ChangeHttpMonitorCompartment.ts.html |here} to see how to use ChangeHttpMonitorCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeHttpMonitorCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/ChangePingMonitorCompartment.ts.html |here} to see how to use ChangePingMonitorCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangePingMonitorCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/CreateHttpMonitor.ts.html |here} to see how to use CreateHttpMonitorRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateHttpMonitorRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/CreateOnDemandHttpProbe.ts.html |here} to see how to use CreateOnDemandHttpProbeRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateOnDemandHttpProbeRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/CreateOnDemandPingProbe.ts.html |here} to see how to use CreateOnDemandPingProbeRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateOnDemandPingProbeRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/CreatePingMonitor.ts.html |here} to see how to use CreatePingMonitorRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreatePingMonitorRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/DeleteHttpMonitor.ts.html |here} to see how to use DeleteHttpMonitorRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteHttpMonitorRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/DeletePingMonitor.ts.html |here} to see how to use DeletePingMonitorRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeletePingMonitorRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/GetHttpMonitor.ts.html |here} to see how to use GetHttpMonitorRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetHttpMonitorRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/GetPingMonitor.ts.html |here} to see how to use GetPingMonitorRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPingMonitorRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/ListHealthChecksVantagePoints.ts.html |here} to see how to use ListHealthChecksVantagePointsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListHealthChecksVantagePointsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/ListHttpMonitors.ts.html |here} to see how to use ListHttpMonitorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListHttpMonitorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/ListHttpProbeResults.ts.html |here} to see how to use ListHttpProbeResultsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListHttpProbeResultsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/ListPingMonitors.ts.html |here} to see how to use ListPingMonitorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListPingMonitorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/ListPingProbeResults.ts.html |here} to see how to use ListPingProbeResultsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListPingProbeResultsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/UpdateHttpMonitor.ts.html |here} to see how to use UpdateHttpMonitorRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateHttpMonitorRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/healthchecks/UpdatePingMonitor.ts.html |here} to see how to use UpdatePingMonitorRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdatePingMonitorRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-healthchecks",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.83.0",
|
|
4
4
|
"description": "OCI NodeJS client for Healthchecks Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.83.0",
|
|
19
|
+
"oci-workrequests": "2.83.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|