oci-healthchecks 2.14.0 → 2.15.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
|
@@ -64,7 +64,7 @@ export declare class HealthChecksClient {
|
|
|
64
64
|
* @param ChangeHttpMonitorCompartmentRequest
|
|
65
65
|
* @return ChangeHttpMonitorCompartmentResponse
|
|
66
66
|
* @throws OciError when an error occurs
|
|
67
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
67
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/ChangeHttpMonitorCompartment.ts.html |here} to see how to use ChangeHttpMonitorCompartment API.
|
|
68
68
|
*/
|
|
69
69
|
changeHttpMonitorCompartment(changeHttpMonitorCompartmentRequest: requests.ChangeHttpMonitorCompartmentRequest): Promise<responses.ChangeHttpMonitorCompartmentResponse>;
|
|
70
70
|
/**
|
|
@@ -75,7 +75,7 @@ export declare class HealthChecksClient {
|
|
|
75
75
|
* @param ChangePingMonitorCompartmentRequest
|
|
76
76
|
* @return ChangePingMonitorCompartmentResponse
|
|
77
77
|
* @throws OciError when an error occurs
|
|
78
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
78
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/ChangePingMonitorCompartment.ts.html |here} to see how to use ChangePingMonitorCompartment API.
|
|
79
79
|
*/
|
|
80
80
|
changePingMonitorCompartment(changePingMonitorCompartmentRequest: requests.ChangePingMonitorCompartmentRequest): Promise<responses.ChangePingMonitorCompartmentResponse>;
|
|
81
81
|
/**
|
|
@@ -87,7 +87,7 @@ export declare class HealthChecksClient {
|
|
|
87
87
|
* @param CreateHttpMonitorRequest
|
|
88
88
|
* @return CreateHttpMonitorResponse
|
|
89
89
|
* @throws OciError when an error occurs
|
|
90
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
90
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/CreateHttpMonitor.ts.html |here} to see how to use CreateHttpMonitor API.
|
|
91
91
|
*/
|
|
92
92
|
createHttpMonitor(createHttpMonitorRequest: requests.CreateHttpMonitorRequest): Promise<responses.CreateHttpMonitorResponse>;
|
|
93
93
|
/**
|
|
@@ -100,7 +100,7 @@ export declare class HealthChecksClient {
|
|
|
100
100
|
* @param CreateOnDemandHttpProbeRequest
|
|
101
101
|
* @return CreateOnDemandHttpProbeResponse
|
|
102
102
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/CreateOnDemandHttpProbe.ts.html |here} to see how to use CreateOnDemandHttpProbe API.
|
|
104
104
|
*/
|
|
105
105
|
createOnDemandHttpProbe(createOnDemandHttpProbeRequest: requests.CreateOnDemandHttpProbeRequest): Promise<responses.CreateOnDemandHttpProbeResponse>;
|
|
106
106
|
/**
|
|
@@ -113,7 +113,7 @@ export declare class HealthChecksClient {
|
|
|
113
113
|
* @param CreateOnDemandPingProbeRequest
|
|
114
114
|
* @return CreateOnDemandPingProbeResponse
|
|
115
115
|
* @throws OciError when an error occurs
|
|
116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/CreateOnDemandPingProbe.ts.html |here} to see how to use CreateOnDemandPingProbe API.
|
|
117
117
|
*/
|
|
118
118
|
createOnDemandPingProbe(createOnDemandPingProbeRequest: requests.CreateOnDemandPingProbeRequest): Promise<responses.CreateOnDemandPingProbeResponse>;
|
|
119
119
|
/**
|
|
@@ -125,7 +125,7 @@ export declare class HealthChecksClient {
|
|
|
125
125
|
* @param CreatePingMonitorRequest
|
|
126
126
|
* @return CreatePingMonitorResponse
|
|
127
127
|
* @throws OciError when an error occurs
|
|
128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/CreatePingMonitor.ts.html |here} to see how to use CreatePingMonitor API.
|
|
129
129
|
*/
|
|
130
130
|
createPingMonitor(createPingMonitorRequest: requests.CreatePingMonitorRequest): Promise<responses.CreatePingMonitorResponse>;
|
|
131
131
|
/**
|
|
@@ -136,7 +136,7 @@ export declare class HealthChecksClient {
|
|
|
136
136
|
* @param DeleteHttpMonitorRequest
|
|
137
137
|
* @return DeleteHttpMonitorResponse
|
|
138
138
|
* @throws OciError when an error occurs
|
|
139
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/DeleteHttpMonitor.ts.html |here} to see how to use DeleteHttpMonitor API.
|
|
140
140
|
*/
|
|
141
141
|
deleteHttpMonitor(deleteHttpMonitorRequest: requests.DeleteHttpMonitorRequest): Promise<responses.DeleteHttpMonitorResponse>;
|
|
142
142
|
/**
|
|
@@ -147,7 +147,7 @@ export declare class HealthChecksClient {
|
|
|
147
147
|
* @param DeletePingMonitorRequest
|
|
148
148
|
* @return DeletePingMonitorResponse
|
|
149
149
|
* @throws OciError when an error occurs
|
|
150
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/DeletePingMonitor.ts.html |here} to see how to use DeletePingMonitor API.
|
|
151
151
|
*/
|
|
152
152
|
deletePingMonitor(deletePingMonitorRequest: requests.DeletePingMonitorRequest): Promise<responses.DeletePingMonitorResponse>;
|
|
153
153
|
/**
|
|
@@ -157,7 +157,7 @@ export declare class HealthChecksClient {
|
|
|
157
157
|
* @param GetHttpMonitorRequest
|
|
158
158
|
* @return GetHttpMonitorResponse
|
|
159
159
|
* @throws OciError when an error occurs
|
|
160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/GetHttpMonitor.ts.html |here} to see how to use GetHttpMonitor API.
|
|
161
161
|
*/
|
|
162
162
|
getHttpMonitor(getHttpMonitorRequest: requests.GetHttpMonitorRequest): Promise<responses.GetHttpMonitorResponse>;
|
|
163
163
|
/**
|
|
@@ -167,7 +167,7 @@ export declare class HealthChecksClient {
|
|
|
167
167
|
* @param GetPingMonitorRequest
|
|
168
168
|
* @return GetPingMonitorResponse
|
|
169
169
|
* @throws OciError when an error occurs
|
|
170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/GetPingMonitor.ts.html |here} to see how to use GetPingMonitor API.
|
|
171
171
|
*/
|
|
172
172
|
getPingMonitor(getPingMonitorRequest: requests.GetPingMonitorRequest): Promise<responses.GetPingMonitorResponse>;
|
|
173
173
|
/**
|
|
@@ -177,7 +177,7 @@ export declare class HealthChecksClient {
|
|
|
177
177
|
* @param ListHealthChecksVantagePointsRequest
|
|
178
178
|
* @return ListHealthChecksVantagePointsResponse
|
|
179
179
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/ListHealthChecksVantagePoints.ts.html |here} to see how to use ListHealthChecksVantagePoints API.
|
|
181
181
|
*/
|
|
182
182
|
listHealthChecksVantagePoints(listHealthChecksVantagePointsRequest: requests.ListHealthChecksVantagePointsRequest): Promise<responses.ListHealthChecksVantagePointsResponse>;
|
|
183
183
|
/**
|
|
@@ -219,7 +219,7 @@ export declare class HealthChecksClient {
|
|
|
219
219
|
* @param ListHttpMonitorsRequest
|
|
220
220
|
* @return ListHttpMonitorsResponse
|
|
221
221
|
* @throws OciError when an error occurs
|
|
222
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
222
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/ListHttpMonitors.ts.html |here} to see how to use ListHttpMonitors API.
|
|
223
223
|
*/
|
|
224
224
|
listHttpMonitors(listHttpMonitorsRequest: requests.ListHttpMonitorsRequest): Promise<responses.ListHttpMonitorsResponse>;
|
|
225
225
|
/**
|
|
@@ -263,7 +263,7 @@ export declare class HealthChecksClient {
|
|
|
263
263
|
* @param ListHttpProbeResultsRequest
|
|
264
264
|
* @return ListHttpProbeResultsResponse
|
|
265
265
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/ListHttpProbeResults.ts.html |here} to see how to use ListHttpProbeResults API.
|
|
267
267
|
*/
|
|
268
268
|
listHttpProbeResults(listHttpProbeResultsRequest: requests.ListHttpProbeResultsRequest): Promise<responses.ListHttpProbeResultsResponse>;
|
|
269
269
|
/**
|
|
@@ -308,7 +308,7 @@ export declare class HealthChecksClient {
|
|
|
308
308
|
* @param ListPingMonitorsRequest
|
|
309
309
|
* @return ListPingMonitorsResponse
|
|
310
310
|
* @throws OciError when an error occurs
|
|
311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
311
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/ListPingMonitors.ts.html |here} to see how to use ListPingMonitors API.
|
|
312
312
|
*/
|
|
313
313
|
listPingMonitors(listPingMonitorsRequest: requests.ListPingMonitorsRequest): Promise<responses.ListPingMonitorsResponse>;
|
|
314
314
|
/**
|
|
@@ -356,7 +356,7 @@ export declare class HealthChecksClient {
|
|
|
356
356
|
* @param ListPingProbeResultsRequest
|
|
357
357
|
* @return ListPingProbeResultsResponse
|
|
358
358
|
* @throws OciError when an error occurs
|
|
359
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
359
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/ListPingProbeResults.ts.html |here} to see how to use ListPingProbeResults API.
|
|
360
360
|
*/
|
|
361
361
|
listPingProbeResults(listPingProbeResultsRequest: requests.ListPingProbeResultsRequest): Promise<responses.ListPingProbeResultsResponse>;
|
|
362
362
|
/**
|
|
@@ -400,7 +400,7 @@ export declare class HealthChecksClient {
|
|
|
400
400
|
* @param UpdateHttpMonitorRequest
|
|
401
401
|
* @return UpdateHttpMonitorResponse
|
|
402
402
|
* @throws OciError when an error occurs
|
|
403
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
403
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/UpdateHttpMonitor.ts.html |here} to see how to use UpdateHttpMonitor API.
|
|
404
404
|
*/
|
|
405
405
|
updateHttpMonitor(updateHttpMonitorRequest: requests.UpdateHttpMonitorRequest): Promise<responses.UpdateHttpMonitorResponse>;
|
|
406
406
|
/**
|
|
@@ -412,7 +412,7 @@ export declare class HealthChecksClient {
|
|
|
412
412
|
* @param UpdatePingMonitorRequest
|
|
413
413
|
* @return UpdatePingMonitorResponse
|
|
414
414
|
* @throws OciError when an error occurs
|
|
415
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
415
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/UpdatePingMonitor.ts.html |here} to see how to use UpdatePingMonitor API.
|
|
416
416
|
*/
|
|
417
417
|
updatePingMonitor(updatePingMonitorRequest: requests.UpdatePingMonitorRequest): Promise<responses.UpdatePingMonitorResponse>;
|
|
418
418
|
}
|
package/lib/client.js
CHANGED
|
@@ -134,7 +134,7 @@ class HealthChecksClient {
|
|
|
134
134
|
* @param ChangeHttpMonitorCompartmentRequest
|
|
135
135
|
* @return ChangeHttpMonitorCompartmentResponse
|
|
136
136
|
* @throws OciError when an error occurs
|
|
137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/ChangeHttpMonitorCompartment.ts.html |here} to see how to use ChangeHttpMonitorCompartment API.
|
|
138
138
|
*/
|
|
139
139
|
changeHttpMonitorCompartment(changeHttpMonitorCompartmentRequest) {
|
|
140
140
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -191,7 +191,7 @@ class HealthChecksClient {
|
|
|
191
191
|
* @param ChangePingMonitorCompartmentRequest
|
|
192
192
|
* @return ChangePingMonitorCompartmentResponse
|
|
193
193
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/ChangePingMonitorCompartment.ts.html |here} to see how to use ChangePingMonitorCompartment API.
|
|
195
195
|
*/
|
|
196
196
|
changePingMonitorCompartment(changePingMonitorCompartmentRequest) {
|
|
197
197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -249,7 +249,7 @@ class HealthChecksClient {
|
|
|
249
249
|
* @param CreateHttpMonitorRequest
|
|
250
250
|
* @return CreateHttpMonitorResponse
|
|
251
251
|
* @throws OciError when an error occurs
|
|
252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/CreateHttpMonitor.ts.html |here} to see how to use CreateHttpMonitor API.
|
|
253
253
|
*/
|
|
254
254
|
createHttpMonitor(createHttpMonitorRequest) {
|
|
255
255
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -319,7 +319,7 @@ class HealthChecksClient {
|
|
|
319
319
|
* @param CreateOnDemandHttpProbeRequest
|
|
320
320
|
* @return CreateOnDemandHttpProbeResponse
|
|
321
321
|
* @throws OciError when an error occurs
|
|
322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/CreateOnDemandHttpProbe.ts.html |here} to see how to use CreateOnDemandHttpProbe API.
|
|
323
323
|
*/
|
|
324
324
|
createOnDemandHttpProbe(createOnDemandHttpProbeRequest) {
|
|
325
325
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -383,7 +383,7 @@ class HealthChecksClient {
|
|
|
383
383
|
* @param CreateOnDemandPingProbeRequest
|
|
384
384
|
* @return CreateOnDemandPingProbeResponse
|
|
385
385
|
* @throws OciError when an error occurs
|
|
386
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
386
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/CreateOnDemandPingProbe.ts.html |here} to see how to use CreateOnDemandPingProbe API.
|
|
387
387
|
*/
|
|
388
388
|
createOnDemandPingProbe(createOnDemandPingProbeRequest) {
|
|
389
389
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -446,7 +446,7 @@ class HealthChecksClient {
|
|
|
446
446
|
* @param CreatePingMonitorRequest
|
|
447
447
|
* @return CreatePingMonitorResponse
|
|
448
448
|
* @throws OciError when an error occurs
|
|
449
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
449
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/CreatePingMonitor.ts.html |here} to see how to use CreatePingMonitor API.
|
|
450
450
|
*/
|
|
451
451
|
createPingMonitor(createPingMonitorRequest) {
|
|
452
452
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -514,7 +514,7 @@ class HealthChecksClient {
|
|
|
514
514
|
* @param DeleteHttpMonitorRequest
|
|
515
515
|
* @return DeleteHttpMonitorResponse
|
|
516
516
|
* @throws OciError when an error occurs
|
|
517
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
517
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/DeleteHttpMonitor.ts.html |here} to see how to use DeleteHttpMonitor API.
|
|
518
518
|
*/
|
|
519
519
|
deleteHttpMonitor(deleteHttpMonitorRequest) {
|
|
520
520
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -569,7 +569,7 @@ class HealthChecksClient {
|
|
|
569
569
|
* @param DeletePingMonitorRequest
|
|
570
570
|
* @return DeletePingMonitorResponse
|
|
571
571
|
* @throws OciError when an error occurs
|
|
572
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
572
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/DeletePingMonitor.ts.html |here} to see how to use DeletePingMonitor API.
|
|
573
573
|
*/
|
|
574
574
|
deletePingMonitor(deletePingMonitorRequest) {
|
|
575
575
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -623,7 +623,7 @@ class HealthChecksClient {
|
|
|
623
623
|
* @param GetHttpMonitorRequest
|
|
624
624
|
* @return GetHttpMonitorResponse
|
|
625
625
|
* @throws OciError when an error occurs
|
|
626
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
626
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/GetHttpMonitor.ts.html |here} to see how to use GetHttpMonitor API.
|
|
627
627
|
*/
|
|
628
628
|
getHttpMonitor(getHttpMonitorRequest) {
|
|
629
629
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -686,7 +686,7 @@ class HealthChecksClient {
|
|
|
686
686
|
* @param GetPingMonitorRequest
|
|
687
687
|
* @return GetPingMonitorResponse
|
|
688
688
|
* @throws OciError when an error occurs
|
|
689
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
689
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/GetPingMonitor.ts.html |here} to see how to use GetPingMonitor API.
|
|
690
690
|
*/
|
|
691
691
|
getPingMonitor(getPingMonitorRequest) {
|
|
692
692
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -749,7 +749,7 @@ class HealthChecksClient {
|
|
|
749
749
|
* @param ListHealthChecksVantagePointsRequest
|
|
750
750
|
* @return ListHealthChecksVantagePointsResponse
|
|
751
751
|
* @throws OciError when an error occurs
|
|
752
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
752
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/ListHealthChecksVantagePoints.ts.html |here} to see how to use ListHealthChecksVantagePoints API.
|
|
753
753
|
*/
|
|
754
754
|
listHealthChecksVantagePoints(listHealthChecksVantagePointsRequest) {
|
|
755
755
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -856,7 +856,7 @@ class HealthChecksClient {
|
|
|
856
856
|
* @param ListHttpMonitorsRequest
|
|
857
857
|
* @return ListHttpMonitorsResponse
|
|
858
858
|
* @throws OciError when an error occurs
|
|
859
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
859
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/ListHttpMonitors.ts.html |here} to see how to use ListHttpMonitors API.
|
|
860
860
|
*/
|
|
861
861
|
listHttpMonitors(listHttpMonitorsRequest) {
|
|
862
862
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -966,7 +966,7 @@ class HealthChecksClient {
|
|
|
966
966
|
* @param ListHttpProbeResultsRequest
|
|
967
967
|
* @return ListHttpProbeResultsResponse
|
|
968
968
|
* @throws OciError when an error occurs
|
|
969
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
969
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/ListHttpProbeResults.ts.html |here} to see how to use ListHttpProbeResults API.
|
|
970
970
|
*/
|
|
971
971
|
listHttpProbeResults(listHttpProbeResultsRequest) {
|
|
972
972
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1078,7 +1078,7 @@ class HealthChecksClient {
|
|
|
1078
1078
|
* @param ListPingMonitorsRequest
|
|
1079
1079
|
* @return ListPingMonitorsResponse
|
|
1080
1080
|
* @throws OciError when an error occurs
|
|
1081
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1081
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/ListPingMonitors.ts.html |here} to see how to use ListPingMonitors API.
|
|
1082
1082
|
*/
|
|
1083
1083
|
listPingMonitors(listPingMonitorsRequest) {
|
|
1084
1084
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1192,7 +1192,7 @@ class HealthChecksClient {
|
|
|
1192
1192
|
* @param ListPingProbeResultsRequest
|
|
1193
1193
|
* @return ListPingProbeResultsResponse
|
|
1194
1194
|
* @throws OciError when an error occurs
|
|
1195
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/ListPingProbeResults.ts.html |here} to see how to use ListPingProbeResults API.
|
|
1196
1196
|
*/
|
|
1197
1197
|
listPingProbeResults(listPingProbeResultsRequest) {
|
|
1198
1198
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1303,7 +1303,7 @@ class HealthChecksClient {
|
|
|
1303
1303
|
* @param UpdateHttpMonitorRequest
|
|
1304
1304
|
* @return UpdateHttpMonitorResponse
|
|
1305
1305
|
* @throws OciError when an error occurs
|
|
1306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/UpdateHttpMonitor.ts.html |here} to see how to use UpdateHttpMonitor API.
|
|
1307
1307
|
*/
|
|
1308
1308
|
updateHttpMonitor(updateHttpMonitorRequest) {
|
|
1309
1309
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1369,7 +1369,7 @@ class HealthChecksClient {
|
|
|
1369
1369
|
* @param UpdatePingMonitorRequest
|
|
1370
1370
|
* @return UpdatePingMonitorResponse
|
|
1371
1371
|
* @throws OciError when an error occurs
|
|
1372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/healthchecks/UpdatePingMonitor.ts.html |here} to see how to use UpdatePingMonitor API.
|
|
1373
1373
|
*/
|
|
1374
1374
|
updatePingMonitor(updatePingMonitorRequest) {
|
|
1375
1375
|
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.15.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.15.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.15.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.15.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.15.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.15.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.15.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.15.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.15.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.15.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.15.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.15.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.15.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.15.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.15.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.15.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.15.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.15.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.15.0",
|
|
19
|
+
"oci-workrequests": "2.15.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|