oci-healthchecks 2.50.3 → 2.51.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
|
@@ -66,7 +66,7 @@ export declare class HealthChecksClient {
|
|
|
66
66
|
* @param ChangeHttpMonitorCompartmentRequest
|
|
67
67
|
* @return ChangeHttpMonitorCompartmentResponse
|
|
68
68
|
* @throws OciError when an error occurs
|
|
69
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
69
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/ChangeHttpMonitorCompartment.ts.html |here} to see how to use ChangeHttpMonitorCompartment API.
|
|
70
70
|
*/
|
|
71
71
|
changeHttpMonitorCompartment(changeHttpMonitorCompartmentRequest: requests.ChangeHttpMonitorCompartmentRequest): Promise<responses.ChangeHttpMonitorCompartmentResponse>;
|
|
72
72
|
/**
|
|
@@ -77,7 +77,7 @@ export declare class HealthChecksClient {
|
|
|
77
77
|
* @param ChangePingMonitorCompartmentRequest
|
|
78
78
|
* @return ChangePingMonitorCompartmentResponse
|
|
79
79
|
* @throws OciError when an error occurs
|
|
80
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
80
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/ChangePingMonitorCompartment.ts.html |here} to see how to use ChangePingMonitorCompartment API.
|
|
81
81
|
*/
|
|
82
82
|
changePingMonitorCompartment(changePingMonitorCompartmentRequest: requests.ChangePingMonitorCompartmentRequest): Promise<responses.ChangePingMonitorCompartmentResponse>;
|
|
83
83
|
/**
|
|
@@ -89,7 +89,7 @@ export declare class HealthChecksClient {
|
|
|
89
89
|
* @param CreateHttpMonitorRequest
|
|
90
90
|
* @return CreateHttpMonitorResponse
|
|
91
91
|
* @throws OciError when an error occurs
|
|
92
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
92
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/CreateHttpMonitor.ts.html |here} to see how to use CreateHttpMonitor API.
|
|
93
93
|
*/
|
|
94
94
|
createHttpMonitor(createHttpMonitorRequest: requests.CreateHttpMonitorRequest): Promise<responses.CreateHttpMonitorResponse>;
|
|
95
95
|
/**
|
|
@@ -102,7 +102,7 @@ export declare class HealthChecksClient {
|
|
|
102
102
|
* @param CreateOnDemandHttpProbeRequest
|
|
103
103
|
* @return CreateOnDemandHttpProbeResponse
|
|
104
104
|
* @throws OciError when an error occurs
|
|
105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/CreateOnDemandHttpProbe.ts.html |here} to see how to use CreateOnDemandHttpProbe API.
|
|
106
106
|
*/
|
|
107
107
|
createOnDemandHttpProbe(createOnDemandHttpProbeRequest: requests.CreateOnDemandHttpProbeRequest): Promise<responses.CreateOnDemandHttpProbeResponse>;
|
|
108
108
|
/**
|
|
@@ -115,7 +115,7 @@ export declare class HealthChecksClient {
|
|
|
115
115
|
* @param CreateOnDemandPingProbeRequest
|
|
116
116
|
* @return CreateOnDemandPingProbeResponse
|
|
117
117
|
* @throws OciError when an error occurs
|
|
118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/CreateOnDemandPingProbe.ts.html |here} to see how to use CreateOnDemandPingProbe API.
|
|
119
119
|
*/
|
|
120
120
|
createOnDemandPingProbe(createOnDemandPingProbeRequest: requests.CreateOnDemandPingProbeRequest): Promise<responses.CreateOnDemandPingProbeResponse>;
|
|
121
121
|
/**
|
|
@@ -127,7 +127,7 @@ export declare class HealthChecksClient {
|
|
|
127
127
|
* @param CreatePingMonitorRequest
|
|
128
128
|
* @return CreatePingMonitorResponse
|
|
129
129
|
* @throws OciError when an error occurs
|
|
130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/CreatePingMonitor.ts.html |here} to see how to use CreatePingMonitor API.
|
|
131
131
|
*/
|
|
132
132
|
createPingMonitor(createPingMonitorRequest: requests.CreatePingMonitorRequest): Promise<responses.CreatePingMonitorResponse>;
|
|
133
133
|
/**
|
|
@@ -138,7 +138,7 @@ export declare class HealthChecksClient {
|
|
|
138
138
|
* @param DeleteHttpMonitorRequest
|
|
139
139
|
* @return DeleteHttpMonitorResponse
|
|
140
140
|
* @throws OciError when an error occurs
|
|
141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/DeleteHttpMonitor.ts.html |here} to see how to use DeleteHttpMonitor API.
|
|
142
142
|
*/
|
|
143
143
|
deleteHttpMonitor(deleteHttpMonitorRequest: requests.DeleteHttpMonitorRequest): Promise<responses.DeleteHttpMonitorResponse>;
|
|
144
144
|
/**
|
|
@@ -149,7 +149,7 @@ export declare class HealthChecksClient {
|
|
|
149
149
|
* @param DeletePingMonitorRequest
|
|
150
150
|
* @return DeletePingMonitorResponse
|
|
151
151
|
* @throws OciError when an error occurs
|
|
152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/DeletePingMonitor.ts.html |here} to see how to use DeletePingMonitor API.
|
|
153
153
|
*/
|
|
154
154
|
deletePingMonitor(deletePingMonitorRequest: requests.DeletePingMonitorRequest): Promise<responses.DeletePingMonitorResponse>;
|
|
155
155
|
/**
|
|
@@ -159,7 +159,7 @@ export declare class HealthChecksClient {
|
|
|
159
159
|
* @param GetHttpMonitorRequest
|
|
160
160
|
* @return GetHttpMonitorResponse
|
|
161
161
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/GetHttpMonitor.ts.html |here} to see how to use GetHttpMonitor API.
|
|
163
163
|
*/
|
|
164
164
|
getHttpMonitor(getHttpMonitorRequest: requests.GetHttpMonitorRequest): Promise<responses.GetHttpMonitorResponse>;
|
|
165
165
|
/**
|
|
@@ -169,7 +169,7 @@ export declare class HealthChecksClient {
|
|
|
169
169
|
* @param GetPingMonitorRequest
|
|
170
170
|
* @return GetPingMonitorResponse
|
|
171
171
|
* @throws OciError when an error occurs
|
|
172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/GetPingMonitor.ts.html |here} to see how to use GetPingMonitor API.
|
|
173
173
|
*/
|
|
174
174
|
getPingMonitor(getPingMonitorRequest: requests.GetPingMonitorRequest): Promise<responses.GetPingMonitorResponse>;
|
|
175
175
|
/**
|
|
@@ -179,7 +179,7 @@ export declare class HealthChecksClient {
|
|
|
179
179
|
* @param ListHealthChecksVantagePointsRequest
|
|
180
180
|
* @return ListHealthChecksVantagePointsResponse
|
|
181
181
|
* @throws OciError when an error occurs
|
|
182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/ListHealthChecksVantagePoints.ts.html |here} to see how to use ListHealthChecksVantagePoints API.
|
|
183
183
|
*/
|
|
184
184
|
listHealthChecksVantagePoints(listHealthChecksVantagePointsRequest: requests.ListHealthChecksVantagePointsRequest): Promise<responses.ListHealthChecksVantagePointsResponse>;
|
|
185
185
|
/**
|
|
@@ -221,7 +221,7 @@ export declare class HealthChecksClient {
|
|
|
221
221
|
* @param ListHttpMonitorsRequest
|
|
222
222
|
* @return ListHttpMonitorsResponse
|
|
223
223
|
* @throws OciError when an error occurs
|
|
224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/ListHttpMonitors.ts.html |here} to see how to use ListHttpMonitors API.
|
|
225
225
|
*/
|
|
226
226
|
listHttpMonitors(listHttpMonitorsRequest: requests.ListHttpMonitorsRequest): Promise<responses.ListHttpMonitorsResponse>;
|
|
227
227
|
/**
|
|
@@ -265,7 +265,7 @@ export declare class HealthChecksClient {
|
|
|
265
265
|
* @param ListHttpProbeResultsRequest
|
|
266
266
|
* @return ListHttpProbeResultsResponse
|
|
267
267
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/ListHttpProbeResults.ts.html |here} to see how to use ListHttpProbeResults API.
|
|
269
269
|
*/
|
|
270
270
|
listHttpProbeResults(listHttpProbeResultsRequest: requests.ListHttpProbeResultsRequest): Promise<responses.ListHttpProbeResultsResponse>;
|
|
271
271
|
/**
|
|
@@ -310,7 +310,7 @@ export declare class HealthChecksClient {
|
|
|
310
310
|
* @param ListPingMonitorsRequest
|
|
311
311
|
* @return ListPingMonitorsResponse
|
|
312
312
|
* @throws OciError when an error occurs
|
|
313
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/ListPingMonitors.ts.html |here} to see how to use ListPingMonitors API.
|
|
314
314
|
*/
|
|
315
315
|
listPingMonitors(listPingMonitorsRequest: requests.ListPingMonitorsRequest): Promise<responses.ListPingMonitorsResponse>;
|
|
316
316
|
/**
|
|
@@ -358,7 +358,7 @@ export declare class HealthChecksClient {
|
|
|
358
358
|
* @param ListPingProbeResultsRequest
|
|
359
359
|
* @return ListPingProbeResultsResponse
|
|
360
360
|
* @throws OciError when an error occurs
|
|
361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/ListPingProbeResults.ts.html |here} to see how to use ListPingProbeResults API.
|
|
362
362
|
*/
|
|
363
363
|
listPingProbeResults(listPingProbeResultsRequest: requests.ListPingProbeResultsRequest): Promise<responses.ListPingProbeResultsResponse>;
|
|
364
364
|
/**
|
|
@@ -402,7 +402,7 @@ export declare class HealthChecksClient {
|
|
|
402
402
|
* @param UpdateHttpMonitorRequest
|
|
403
403
|
* @return UpdateHttpMonitorResponse
|
|
404
404
|
* @throws OciError when an error occurs
|
|
405
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
405
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/UpdateHttpMonitor.ts.html |here} to see how to use UpdateHttpMonitor API.
|
|
406
406
|
*/
|
|
407
407
|
updateHttpMonitor(updateHttpMonitorRequest: requests.UpdateHttpMonitorRequest): Promise<responses.UpdateHttpMonitorResponse>;
|
|
408
408
|
/**
|
|
@@ -414,7 +414,7 @@ export declare class HealthChecksClient {
|
|
|
414
414
|
* @param UpdatePingMonitorRequest
|
|
415
415
|
* @return UpdatePingMonitorResponse
|
|
416
416
|
* @throws OciError when an error occurs
|
|
417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/UpdatePingMonitor.ts.html |here} to see how to use UpdatePingMonitor API.
|
|
418
418
|
*/
|
|
419
419
|
updatePingMonitor(updatePingMonitorRequest: requests.UpdatePingMonitorRequest): Promise<responses.UpdatePingMonitorResponse>;
|
|
420
420
|
}
|
package/lib/client.js
CHANGED
|
@@ -140,7 +140,7 @@ class HealthChecksClient {
|
|
|
140
140
|
* @param ChangeHttpMonitorCompartmentRequest
|
|
141
141
|
* @return ChangeHttpMonitorCompartmentResponse
|
|
142
142
|
* @throws OciError when an error occurs
|
|
143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/ChangeHttpMonitorCompartment.ts.html |here} to see how to use ChangeHttpMonitorCompartment API.
|
|
144
144
|
*/
|
|
145
145
|
changeHttpMonitorCompartment(changeHttpMonitorCompartmentRequest) {
|
|
146
146
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -199,7 +199,7 @@ class HealthChecksClient {
|
|
|
199
199
|
* @param ChangePingMonitorCompartmentRequest
|
|
200
200
|
* @return ChangePingMonitorCompartmentResponse
|
|
201
201
|
* @throws OciError when an error occurs
|
|
202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/ChangePingMonitorCompartment.ts.html |here} to see how to use ChangePingMonitorCompartment API.
|
|
203
203
|
*/
|
|
204
204
|
changePingMonitorCompartment(changePingMonitorCompartmentRequest) {
|
|
205
205
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -259,7 +259,7 @@ class HealthChecksClient {
|
|
|
259
259
|
* @param CreateHttpMonitorRequest
|
|
260
260
|
* @return CreateHttpMonitorResponse
|
|
261
261
|
* @throws OciError when an error occurs
|
|
262
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
262
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/CreateHttpMonitor.ts.html |here} to see how to use CreateHttpMonitor API.
|
|
263
263
|
*/
|
|
264
264
|
createHttpMonitor(createHttpMonitorRequest) {
|
|
265
265
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -331,7 +331,7 @@ class HealthChecksClient {
|
|
|
331
331
|
* @param CreateOnDemandHttpProbeRequest
|
|
332
332
|
* @return CreateOnDemandHttpProbeResponse
|
|
333
333
|
* @throws OciError when an error occurs
|
|
334
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
334
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/CreateOnDemandHttpProbe.ts.html |here} to see how to use CreateOnDemandHttpProbe API.
|
|
335
335
|
*/
|
|
336
336
|
createOnDemandHttpProbe(createOnDemandHttpProbeRequest) {
|
|
337
337
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -397,7 +397,7 @@ class HealthChecksClient {
|
|
|
397
397
|
* @param CreateOnDemandPingProbeRequest
|
|
398
398
|
* @return CreateOnDemandPingProbeResponse
|
|
399
399
|
* @throws OciError when an error occurs
|
|
400
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
400
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/CreateOnDemandPingProbe.ts.html |here} to see how to use CreateOnDemandPingProbe API.
|
|
401
401
|
*/
|
|
402
402
|
createOnDemandPingProbe(createOnDemandPingProbeRequest) {
|
|
403
403
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -462,7 +462,7 @@ class HealthChecksClient {
|
|
|
462
462
|
* @param CreatePingMonitorRequest
|
|
463
463
|
* @return CreatePingMonitorResponse
|
|
464
464
|
* @throws OciError when an error occurs
|
|
465
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
465
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/CreatePingMonitor.ts.html |here} to see how to use CreatePingMonitor API.
|
|
466
466
|
*/
|
|
467
467
|
createPingMonitor(createPingMonitorRequest) {
|
|
468
468
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -532,7 +532,7 @@ class HealthChecksClient {
|
|
|
532
532
|
* @param DeleteHttpMonitorRequest
|
|
533
533
|
* @return DeleteHttpMonitorResponse
|
|
534
534
|
* @throws OciError when an error occurs
|
|
535
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
535
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/DeleteHttpMonitor.ts.html |here} to see how to use DeleteHttpMonitor API.
|
|
536
536
|
*/
|
|
537
537
|
deleteHttpMonitor(deleteHttpMonitorRequest) {
|
|
538
538
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -589,7 +589,7 @@ class HealthChecksClient {
|
|
|
589
589
|
* @param DeletePingMonitorRequest
|
|
590
590
|
* @return DeletePingMonitorResponse
|
|
591
591
|
* @throws OciError when an error occurs
|
|
592
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
592
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/DeletePingMonitor.ts.html |here} to see how to use DeletePingMonitor API.
|
|
593
593
|
*/
|
|
594
594
|
deletePingMonitor(deletePingMonitorRequest) {
|
|
595
595
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -645,7 +645,7 @@ class HealthChecksClient {
|
|
|
645
645
|
* @param GetHttpMonitorRequest
|
|
646
646
|
* @return GetHttpMonitorResponse
|
|
647
647
|
* @throws OciError when an error occurs
|
|
648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
648
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/GetHttpMonitor.ts.html |here} to see how to use GetHttpMonitor API.
|
|
649
649
|
*/
|
|
650
650
|
getHttpMonitor(getHttpMonitorRequest) {
|
|
651
651
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -710,7 +710,7 @@ class HealthChecksClient {
|
|
|
710
710
|
* @param GetPingMonitorRequest
|
|
711
711
|
* @return GetPingMonitorResponse
|
|
712
712
|
* @throws OciError when an error occurs
|
|
713
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/GetPingMonitor.ts.html |here} to see how to use GetPingMonitor API.
|
|
714
714
|
*/
|
|
715
715
|
getPingMonitor(getPingMonitorRequest) {
|
|
716
716
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -775,7 +775,7 @@ class HealthChecksClient {
|
|
|
775
775
|
* @param ListHealthChecksVantagePointsRequest
|
|
776
776
|
* @return ListHealthChecksVantagePointsResponse
|
|
777
777
|
* @throws OciError when an error occurs
|
|
778
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
778
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/ListHealthChecksVantagePoints.ts.html |here} to see how to use ListHealthChecksVantagePoints API.
|
|
779
779
|
*/
|
|
780
780
|
listHealthChecksVantagePoints(listHealthChecksVantagePointsRequest) {
|
|
781
781
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -884,7 +884,7 @@ class HealthChecksClient {
|
|
|
884
884
|
* @param ListHttpMonitorsRequest
|
|
885
885
|
* @return ListHttpMonitorsResponse
|
|
886
886
|
* @throws OciError when an error occurs
|
|
887
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
887
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/ListHttpMonitors.ts.html |here} to see how to use ListHttpMonitors API.
|
|
888
888
|
*/
|
|
889
889
|
listHttpMonitors(listHttpMonitorsRequest) {
|
|
890
890
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -996,7 +996,7 @@ class HealthChecksClient {
|
|
|
996
996
|
* @param ListHttpProbeResultsRequest
|
|
997
997
|
* @return ListHttpProbeResultsResponse
|
|
998
998
|
* @throws OciError when an error occurs
|
|
999
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
999
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/ListHttpProbeResults.ts.html |here} to see how to use ListHttpProbeResults API.
|
|
1000
1000
|
*/
|
|
1001
1001
|
listHttpProbeResults(listHttpProbeResultsRequest) {
|
|
1002
1002
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1110,7 +1110,7 @@ class HealthChecksClient {
|
|
|
1110
1110
|
* @param ListPingMonitorsRequest
|
|
1111
1111
|
* @return ListPingMonitorsResponse
|
|
1112
1112
|
* @throws OciError when an error occurs
|
|
1113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/ListPingMonitors.ts.html |here} to see how to use ListPingMonitors API.
|
|
1114
1114
|
*/
|
|
1115
1115
|
listPingMonitors(listPingMonitorsRequest) {
|
|
1116
1116
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1226,7 +1226,7 @@ class HealthChecksClient {
|
|
|
1226
1226
|
* @param ListPingProbeResultsRequest
|
|
1227
1227
|
* @return ListPingProbeResultsResponse
|
|
1228
1228
|
* @throws OciError when an error occurs
|
|
1229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/ListPingProbeResults.ts.html |here} to see how to use ListPingProbeResults API.
|
|
1230
1230
|
*/
|
|
1231
1231
|
listPingProbeResults(listPingProbeResultsRequest) {
|
|
1232
1232
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1339,7 +1339,7 @@ class HealthChecksClient {
|
|
|
1339
1339
|
* @param UpdateHttpMonitorRequest
|
|
1340
1340
|
* @return UpdateHttpMonitorResponse
|
|
1341
1341
|
* @throws OciError when an error occurs
|
|
1342
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1342
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/UpdateHttpMonitor.ts.html |here} to see how to use UpdateHttpMonitor API.
|
|
1343
1343
|
*/
|
|
1344
1344
|
updateHttpMonitor(updateHttpMonitorRequest) {
|
|
1345
1345
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1407,7 +1407,7 @@ class HealthChecksClient {
|
|
|
1407
1407
|
* @param UpdatePingMonitorRequest
|
|
1408
1408
|
* @return UpdatePingMonitorResponse
|
|
1409
1409
|
* @throws OciError when an error occurs
|
|
1410
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1410
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/healthchecks/UpdatePingMonitor.ts.html |here} to see how to use UpdatePingMonitor API.
|
|
1411
1411
|
*/
|
|
1412
1412
|
updatePingMonitor(updatePingMonitorRequest) {
|
|
1413
1413
|
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.51.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.51.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.51.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.51.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.51.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.51.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.51.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.51.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.51.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.51.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.51.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.51.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.51.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.51.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.51.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.51.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.51.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.51.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.51.0",
|
|
19
|
+
"oci-workrequests": "2.51.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|