oci-healthchecks 2.102.1 → 2.103.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/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +18 -18
- package/lib/client.js +18 -18
- package/lib/model/change-http-monitor-compartment-details.d.ts +2 -2
- package/lib/model/change-http-monitor-compartment-details.js +1 -1
- package/lib/model/change-ping-monitor-compartment-details.d.ts +2 -2
- package/lib/model/change-ping-monitor-compartment-details.js +1 -1
- package/lib/model/connection.d.ts +1 -1
- package/lib/model/connection.js +1 -1
- package/lib/model/create-http-monitor-details.d.ts +3 -3
- package/lib/model/create-http-monitor-details.js +1 -1
- package/lib/model/create-on-demand-http-probe-details.d.ts +1 -1
- package/lib/model/create-on-demand-http-probe-details.js +1 -1
- package/lib/model/create-on-demand-ping-probe-details.d.ts +1 -1
- package/lib/model/create-on-demand-ping-probe-details.js +1 -1
- package/lib/model/create-ping-monitor-details.d.ts +3 -3
- package/lib/model/create-ping-monitor-details.js +1 -1
- package/lib/model/d-ns.d.ts +1 -1
- package/lib/model/d-ns.js +1 -1
- package/lib/model/geolocation.d.ts +1 -1
- package/lib/model/geolocation.js +1 -1
- package/lib/model/health-checks-vantage-point-summary.d.ts +1 -1
- package/lib/model/health-checks-vantage-point-summary.js +1 -1
- package/lib/model/http-monitor-summary.d.ts +3 -3
- package/lib/model/http-monitor-summary.js +1 -1
- package/lib/model/http-monitor.d.ts +3 -3
- package/lib/model/http-monitor.js +1 -1
- package/lib/model/http-probe-method.d.ts +1 -1
- package/lib/model/http-probe-method.js +1 -1
- package/lib/model/http-probe-protocol.d.ts +1 -1
- package/lib/model/http-probe-protocol.js +1 -1
- package/lib/model/http-probe-result-summary.d.ts +1 -1
- package/lib/model/http-probe-result-summary.js +1 -1
- package/lib/model/http-probe.d.ts +1 -1
- package/lib/model/http-probe.js +1 -1
- package/lib/model/index.d.ts +1 -1
- package/lib/model/index.js +1 -1
- package/lib/model/ping-monitor-summary.d.ts +3 -3
- package/lib/model/ping-monitor-summary.js +1 -1
- package/lib/model/ping-monitor.d.ts +3 -3
- package/lib/model/ping-monitor.js +1 -1
- package/lib/model/ping-probe-protocol.d.ts +1 -1
- package/lib/model/ping-probe-protocol.js +1 -1
- package/lib/model/ping-probe-result-summary.d.ts +1 -1
- package/lib/model/ping-probe-result-summary.js +1 -1
- package/lib/model/ping-probe.d.ts +1 -1
- package/lib/model/ping-probe.js +1 -1
- package/lib/model/routing.d.ts +1 -1
- package/lib/model/routing.js +1 -1
- package/lib/model/tcp-connection.d.ts +1 -1
- package/lib/model/tcp-connection.js +1 -1
- package/lib/model/update-http-monitor-details.d.ts +3 -3
- package/lib/model/update-http-monitor-details.js +1 -1
- package/lib/model/update-ping-monitor-details.d.ts +3 -3
- package/lib/model/update-ping-monitor-details.js +1 -1
- 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/index.d.ts +1 -1
- package/lib/request/index.js +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/lib/response/index.d.ts +1 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-health-checks-vantage-points-response.d.ts +1 -1
- package/lib/response/list-ping-probe-results-response.d.ts +1 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Health Checks API
|
|
3
3
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
4
4
|
For more information, see
|
|
5
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
5
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20180501
|
|
8
8
|
*
|
package/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Health Checks API
|
|
4
4
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
5
5
|
For more information, see
|
|
6
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
7
7
|
|
|
8
8
|
* OpenAPI spec version: 20180501
|
|
9
9
|
*
|
package/lib/client.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Health Checks API
|
|
3
3
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
4
4
|
For more information, see
|
|
5
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
5
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20180501
|
|
8
8
|
*
|
|
@@ -91,7 +91,7 @@ export declare class HealthChecksClient {
|
|
|
91
91
|
* @param ChangeHttpMonitorCompartmentRequest
|
|
92
92
|
* @return ChangeHttpMonitorCompartmentResponse
|
|
93
93
|
* @throws OciError when an error occurs
|
|
94
|
-
* @example Click {@link https://docs.
|
|
94
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/ChangeHttpMonitorCompartment.ts.html |here} to see how to use ChangeHttpMonitorCompartment API.
|
|
95
95
|
*/
|
|
96
96
|
changeHttpMonitorCompartment(changeHttpMonitorCompartmentRequest: requests.ChangeHttpMonitorCompartmentRequest): Promise<responses.ChangeHttpMonitorCompartmentResponse>;
|
|
97
97
|
/**
|
|
@@ -102,7 +102,7 @@ export declare class HealthChecksClient {
|
|
|
102
102
|
* @param ChangePingMonitorCompartmentRequest
|
|
103
103
|
* @return ChangePingMonitorCompartmentResponse
|
|
104
104
|
* @throws OciError when an error occurs
|
|
105
|
-
* @example Click {@link https://docs.
|
|
105
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/ChangePingMonitorCompartment.ts.html |here} to see how to use ChangePingMonitorCompartment API.
|
|
106
106
|
*/
|
|
107
107
|
changePingMonitorCompartment(changePingMonitorCompartmentRequest: requests.ChangePingMonitorCompartmentRequest): Promise<responses.ChangePingMonitorCompartmentResponse>;
|
|
108
108
|
/**
|
|
@@ -114,7 +114,7 @@ export declare class HealthChecksClient {
|
|
|
114
114
|
* @param CreateHttpMonitorRequest
|
|
115
115
|
* @return CreateHttpMonitorResponse
|
|
116
116
|
* @throws OciError when an error occurs
|
|
117
|
-
* @example Click {@link https://docs.
|
|
117
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/CreateHttpMonitor.ts.html |here} to see how to use CreateHttpMonitor API.
|
|
118
118
|
*/
|
|
119
119
|
createHttpMonitor(createHttpMonitorRequest: requests.CreateHttpMonitorRequest): Promise<responses.CreateHttpMonitorResponse>;
|
|
120
120
|
/**
|
|
@@ -127,7 +127,7 @@ export declare class HealthChecksClient {
|
|
|
127
127
|
* @param CreateOnDemandHttpProbeRequest
|
|
128
128
|
* @return CreateOnDemandHttpProbeResponse
|
|
129
129
|
* @throws OciError when an error occurs
|
|
130
|
-
* @example Click {@link https://docs.
|
|
130
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/CreateOnDemandHttpProbe.ts.html |here} to see how to use CreateOnDemandHttpProbe API.
|
|
131
131
|
*/
|
|
132
132
|
createOnDemandHttpProbe(createOnDemandHttpProbeRequest: requests.CreateOnDemandHttpProbeRequest): Promise<responses.CreateOnDemandHttpProbeResponse>;
|
|
133
133
|
/**
|
|
@@ -140,7 +140,7 @@ export declare class HealthChecksClient {
|
|
|
140
140
|
* @param CreateOnDemandPingProbeRequest
|
|
141
141
|
* @return CreateOnDemandPingProbeResponse
|
|
142
142
|
* @throws OciError when an error occurs
|
|
143
|
-
* @example Click {@link https://docs.
|
|
143
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/CreateOnDemandPingProbe.ts.html |here} to see how to use CreateOnDemandPingProbe API.
|
|
144
144
|
*/
|
|
145
145
|
createOnDemandPingProbe(createOnDemandPingProbeRequest: requests.CreateOnDemandPingProbeRequest): Promise<responses.CreateOnDemandPingProbeResponse>;
|
|
146
146
|
/**
|
|
@@ -152,7 +152,7 @@ export declare class HealthChecksClient {
|
|
|
152
152
|
* @param CreatePingMonitorRequest
|
|
153
153
|
* @return CreatePingMonitorResponse
|
|
154
154
|
* @throws OciError when an error occurs
|
|
155
|
-
* @example Click {@link https://docs.
|
|
155
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/CreatePingMonitor.ts.html |here} to see how to use CreatePingMonitor API.
|
|
156
156
|
*/
|
|
157
157
|
createPingMonitor(createPingMonitorRequest: requests.CreatePingMonitorRequest): Promise<responses.CreatePingMonitorResponse>;
|
|
158
158
|
/**
|
|
@@ -163,7 +163,7 @@ export declare class HealthChecksClient {
|
|
|
163
163
|
* @param DeleteHttpMonitorRequest
|
|
164
164
|
* @return DeleteHttpMonitorResponse
|
|
165
165
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.
|
|
166
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/DeleteHttpMonitor.ts.html |here} to see how to use DeleteHttpMonitor API.
|
|
167
167
|
*/
|
|
168
168
|
deleteHttpMonitor(deleteHttpMonitorRequest: requests.DeleteHttpMonitorRequest): Promise<responses.DeleteHttpMonitorResponse>;
|
|
169
169
|
/**
|
|
@@ -174,7 +174,7 @@ export declare class HealthChecksClient {
|
|
|
174
174
|
* @param DeletePingMonitorRequest
|
|
175
175
|
* @return DeletePingMonitorResponse
|
|
176
176
|
* @throws OciError when an error occurs
|
|
177
|
-
* @example Click {@link https://docs.
|
|
177
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/DeletePingMonitor.ts.html |here} to see how to use DeletePingMonitor API.
|
|
178
178
|
*/
|
|
179
179
|
deletePingMonitor(deletePingMonitorRequest: requests.DeletePingMonitorRequest): Promise<responses.DeletePingMonitorResponse>;
|
|
180
180
|
/**
|
|
@@ -184,7 +184,7 @@ export declare class HealthChecksClient {
|
|
|
184
184
|
* @param GetHttpMonitorRequest
|
|
185
185
|
* @return GetHttpMonitorResponse
|
|
186
186
|
* @throws OciError when an error occurs
|
|
187
|
-
* @example Click {@link https://docs.
|
|
187
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/GetHttpMonitor.ts.html |here} to see how to use GetHttpMonitor API.
|
|
188
188
|
*/
|
|
189
189
|
getHttpMonitor(getHttpMonitorRequest: requests.GetHttpMonitorRequest): Promise<responses.GetHttpMonitorResponse>;
|
|
190
190
|
/**
|
|
@@ -194,7 +194,7 @@ export declare class HealthChecksClient {
|
|
|
194
194
|
* @param GetPingMonitorRequest
|
|
195
195
|
* @return GetPingMonitorResponse
|
|
196
196
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.
|
|
197
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/GetPingMonitor.ts.html |here} to see how to use GetPingMonitor API.
|
|
198
198
|
*/
|
|
199
199
|
getPingMonitor(getPingMonitorRequest: requests.GetPingMonitorRequest): Promise<responses.GetPingMonitorResponse>;
|
|
200
200
|
/**
|
|
@@ -204,7 +204,7 @@ export declare class HealthChecksClient {
|
|
|
204
204
|
* @param ListHealthChecksVantagePointsRequest
|
|
205
205
|
* @return ListHealthChecksVantagePointsResponse
|
|
206
206
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.
|
|
207
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/ListHealthChecksVantagePoints.ts.html |here} to see how to use ListHealthChecksVantagePoints API.
|
|
208
208
|
*/
|
|
209
209
|
listHealthChecksVantagePoints(listHealthChecksVantagePointsRequest: requests.ListHealthChecksVantagePointsRequest): Promise<responses.ListHealthChecksVantagePointsResponse>;
|
|
210
210
|
/**
|
|
@@ -246,7 +246,7 @@ export declare class HealthChecksClient {
|
|
|
246
246
|
* @param ListHttpMonitorsRequest
|
|
247
247
|
* @return ListHttpMonitorsResponse
|
|
248
248
|
* @throws OciError when an error occurs
|
|
249
|
-
* @example Click {@link https://docs.
|
|
249
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/ListHttpMonitors.ts.html |here} to see how to use ListHttpMonitors API.
|
|
250
250
|
*/
|
|
251
251
|
listHttpMonitors(listHttpMonitorsRequest: requests.ListHttpMonitorsRequest): Promise<responses.ListHttpMonitorsResponse>;
|
|
252
252
|
/**
|
|
@@ -290,7 +290,7 @@ export declare class HealthChecksClient {
|
|
|
290
290
|
* @param ListHttpProbeResultsRequest
|
|
291
291
|
* @return ListHttpProbeResultsResponse
|
|
292
292
|
* @throws OciError when an error occurs
|
|
293
|
-
* @example Click {@link https://docs.
|
|
293
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/ListHttpProbeResults.ts.html |here} to see how to use ListHttpProbeResults API.
|
|
294
294
|
*/
|
|
295
295
|
listHttpProbeResults(listHttpProbeResultsRequest: requests.ListHttpProbeResultsRequest): Promise<responses.ListHttpProbeResultsResponse>;
|
|
296
296
|
/**
|
|
@@ -335,7 +335,7 @@ export declare class HealthChecksClient {
|
|
|
335
335
|
* @param ListPingMonitorsRequest
|
|
336
336
|
* @return ListPingMonitorsResponse
|
|
337
337
|
* @throws OciError when an error occurs
|
|
338
|
-
* @example Click {@link https://docs.
|
|
338
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/ListPingMonitors.ts.html |here} to see how to use ListPingMonitors API.
|
|
339
339
|
*/
|
|
340
340
|
listPingMonitors(listPingMonitorsRequest: requests.ListPingMonitorsRequest): Promise<responses.ListPingMonitorsResponse>;
|
|
341
341
|
/**
|
|
@@ -383,7 +383,7 @@ export declare class HealthChecksClient {
|
|
|
383
383
|
* @param ListPingProbeResultsRequest
|
|
384
384
|
* @return ListPingProbeResultsResponse
|
|
385
385
|
* @throws OciError when an error occurs
|
|
386
|
-
* @example Click {@link https://docs.
|
|
386
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/ListPingProbeResults.ts.html |here} to see how to use ListPingProbeResults API.
|
|
387
387
|
*/
|
|
388
388
|
listPingProbeResults(listPingProbeResultsRequest: requests.ListPingProbeResultsRequest): Promise<responses.ListPingProbeResultsResponse>;
|
|
389
389
|
/**
|
|
@@ -427,7 +427,7 @@ export declare class HealthChecksClient {
|
|
|
427
427
|
* @param UpdateHttpMonitorRequest
|
|
428
428
|
* @return UpdateHttpMonitorResponse
|
|
429
429
|
* @throws OciError when an error occurs
|
|
430
|
-
* @example Click {@link https://docs.
|
|
430
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/UpdateHttpMonitor.ts.html |here} to see how to use UpdateHttpMonitor API.
|
|
431
431
|
*/
|
|
432
432
|
updateHttpMonitor(updateHttpMonitorRequest: requests.UpdateHttpMonitorRequest): Promise<responses.UpdateHttpMonitorResponse>;
|
|
433
433
|
/**
|
|
@@ -439,7 +439,7 @@ export declare class HealthChecksClient {
|
|
|
439
439
|
* @param UpdatePingMonitorRequest
|
|
440
440
|
* @return UpdatePingMonitorResponse
|
|
441
441
|
* @throws OciError when an error occurs
|
|
442
|
-
* @example Click {@link https://docs.
|
|
442
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/UpdatePingMonitor.ts.html |here} to see how to use UpdatePingMonitor API.
|
|
443
443
|
*/
|
|
444
444
|
updatePingMonitor(updatePingMonitorRequest: requests.UpdatePingMonitorRequest): Promise<responses.UpdatePingMonitorResponse>;
|
|
445
445
|
}
|
package/lib/client.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Health Checks API
|
|
4
4
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
5
5
|
For more information, see
|
|
6
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
7
7
|
|
|
8
8
|
* OpenAPI spec version: 20180501
|
|
9
9
|
*
|
|
@@ -197,7 +197,7 @@ class HealthChecksClient {
|
|
|
197
197
|
* @param ChangeHttpMonitorCompartmentRequest
|
|
198
198
|
* @return ChangeHttpMonitorCompartmentResponse
|
|
199
199
|
* @throws OciError when an error occurs
|
|
200
|
-
* @example Click {@link https://docs.
|
|
200
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/ChangeHttpMonitorCompartment.ts.html |here} to see how to use ChangeHttpMonitorCompartment API.
|
|
201
201
|
*/
|
|
202
202
|
changeHttpMonitorCompartment(changeHttpMonitorCompartmentRequest) {
|
|
203
203
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -256,7 +256,7 @@ class HealthChecksClient {
|
|
|
256
256
|
* @param ChangePingMonitorCompartmentRequest
|
|
257
257
|
* @return ChangePingMonitorCompartmentResponse
|
|
258
258
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.
|
|
259
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/ChangePingMonitorCompartment.ts.html |here} to see how to use ChangePingMonitorCompartment API.
|
|
260
260
|
*/
|
|
261
261
|
changePingMonitorCompartment(changePingMonitorCompartmentRequest) {
|
|
262
262
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -316,7 +316,7 @@ class HealthChecksClient {
|
|
|
316
316
|
* @param CreateHttpMonitorRequest
|
|
317
317
|
* @return CreateHttpMonitorResponse
|
|
318
318
|
* @throws OciError when an error occurs
|
|
319
|
-
* @example Click {@link https://docs.
|
|
319
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/CreateHttpMonitor.ts.html |here} to see how to use CreateHttpMonitor API.
|
|
320
320
|
*/
|
|
321
321
|
createHttpMonitor(createHttpMonitorRequest) {
|
|
322
322
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -388,7 +388,7 @@ class HealthChecksClient {
|
|
|
388
388
|
* @param CreateOnDemandHttpProbeRequest
|
|
389
389
|
* @return CreateOnDemandHttpProbeResponse
|
|
390
390
|
* @throws OciError when an error occurs
|
|
391
|
-
* @example Click {@link https://docs.
|
|
391
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/CreateOnDemandHttpProbe.ts.html |here} to see how to use CreateOnDemandHttpProbe API.
|
|
392
392
|
*/
|
|
393
393
|
createOnDemandHttpProbe(createOnDemandHttpProbeRequest) {
|
|
394
394
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -454,7 +454,7 @@ class HealthChecksClient {
|
|
|
454
454
|
* @param CreateOnDemandPingProbeRequest
|
|
455
455
|
* @return CreateOnDemandPingProbeResponse
|
|
456
456
|
* @throws OciError when an error occurs
|
|
457
|
-
* @example Click {@link https://docs.
|
|
457
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/CreateOnDemandPingProbe.ts.html |here} to see how to use CreateOnDemandPingProbe API.
|
|
458
458
|
*/
|
|
459
459
|
createOnDemandPingProbe(createOnDemandPingProbeRequest) {
|
|
460
460
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -519,7 +519,7 @@ class HealthChecksClient {
|
|
|
519
519
|
* @param CreatePingMonitorRequest
|
|
520
520
|
* @return CreatePingMonitorResponse
|
|
521
521
|
* @throws OciError when an error occurs
|
|
522
|
-
* @example Click {@link https://docs.
|
|
522
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/CreatePingMonitor.ts.html |here} to see how to use CreatePingMonitor API.
|
|
523
523
|
*/
|
|
524
524
|
createPingMonitor(createPingMonitorRequest) {
|
|
525
525
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -589,7 +589,7 @@ class HealthChecksClient {
|
|
|
589
589
|
* @param DeleteHttpMonitorRequest
|
|
590
590
|
* @return DeleteHttpMonitorResponse
|
|
591
591
|
* @throws OciError when an error occurs
|
|
592
|
-
* @example Click {@link https://docs.
|
|
592
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/DeleteHttpMonitor.ts.html |here} to see how to use DeleteHttpMonitor API.
|
|
593
593
|
*/
|
|
594
594
|
deleteHttpMonitor(deleteHttpMonitorRequest) {
|
|
595
595
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -646,7 +646,7 @@ class HealthChecksClient {
|
|
|
646
646
|
* @param DeletePingMonitorRequest
|
|
647
647
|
* @return DeletePingMonitorResponse
|
|
648
648
|
* @throws OciError when an error occurs
|
|
649
|
-
* @example Click {@link https://docs.
|
|
649
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/DeletePingMonitor.ts.html |here} to see how to use DeletePingMonitor API.
|
|
650
650
|
*/
|
|
651
651
|
deletePingMonitor(deletePingMonitorRequest) {
|
|
652
652
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -702,7 +702,7 @@ class HealthChecksClient {
|
|
|
702
702
|
* @param GetHttpMonitorRequest
|
|
703
703
|
* @return GetHttpMonitorResponse
|
|
704
704
|
* @throws OciError when an error occurs
|
|
705
|
-
* @example Click {@link https://docs.
|
|
705
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/GetHttpMonitor.ts.html |here} to see how to use GetHttpMonitor API.
|
|
706
706
|
*/
|
|
707
707
|
getHttpMonitor(getHttpMonitorRequest) {
|
|
708
708
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -767,7 +767,7 @@ class HealthChecksClient {
|
|
|
767
767
|
* @param GetPingMonitorRequest
|
|
768
768
|
* @return GetPingMonitorResponse
|
|
769
769
|
* @throws OciError when an error occurs
|
|
770
|
-
* @example Click {@link https://docs.
|
|
770
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/GetPingMonitor.ts.html |here} to see how to use GetPingMonitor API.
|
|
771
771
|
*/
|
|
772
772
|
getPingMonitor(getPingMonitorRequest) {
|
|
773
773
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -832,7 +832,7 @@ class HealthChecksClient {
|
|
|
832
832
|
* @param ListHealthChecksVantagePointsRequest
|
|
833
833
|
* @return ListHealthChecksVantagePointsResponse
|
|
834
834
|
* @throws OciError when an error occurs
|
|
835
|
-
* @example Click {@link https://docs.
|
|
835
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/ListHealthChecksVantagePoints.ts.html |here} to see how to use ListHealthChecksVantagePoints API.
|
|
836
836
|
*/
|
|
837
837
|
listHealthChecksVantagePoints(listHealthChecksVantagePointsRequest) {
|
|
838
838
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -941,7 +941,7 @@ class HealthChecksClient {
|
|
|
941
941
|
* @param ListHttpMonitorsRequest
|
|
942
942
|
* @return ListHttpMonitorsResponse
|
|
943
943
|
* @throws OciError when an error occurs
|
|
944
|
-
* @example Click {@link https://docs.
|
|
944
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/ListHttpMonitors.ts.html |here} to see how to use ListHttpMonitors API.
|
|
945
945
|
*/
|
|
946
946
|
listHttpMonitors(listHttpMonitorsRequest) {
|
|
947
947
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1053,7 +1053,7 @@ class HealthChecksClient {
|
|
|
1053
1053
|
* @param ListHttpProbeResultsRequest
|
|
1054
1054
|
* @return ListHttpProbeResultsResponse
|
|
1055
1055
|
* @throws OciError when an error occurs
|
|
1056
|
-
* @example Click {@link https://docs.
|
|
1056
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/ListHttpProbeResults.ts.html |here} to see how to use ListHttpProbeResults API.
|
|
1057
1057
|
*/
|
|
1058
1058
|
listHttpProbeResults(listHttpProbeResultsRequest) {
|
|
1059
1059
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1167,7 +1167,7 @@ class HealthChecksClient {
|
|
|
1167
1167
|
* @param ListPingMonitorsRequest
|
|
1168
1168
|
* @return ListPingMonitorsResponse
|
|
1169
1169
|
* @throws OciError when an error occurs
|
|
1170
|
-
* @example Click {@link https://docs.
|
|
1170
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/ListPingMonitors.ts.html |here} to see how to use ListPingMonitors API.
|
|
1171
1171
|
*/
|
|
1172
1172
|
listPingMonitors(listPingMonitorsRequest) {
|
|
1173
1173
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1283,7 +1283,7 @@ class HealthChecksClient {
|
|
|
1283
1283
|
* @param ListPingProbeResultsRequest
|
|
1284
1284
|
* @return ListPingProbeResultsResponse
|
|
1285
1285
|
* @throws OciError when an error occurs
|
|
1286
|
-
* @example Click {@link https://docs.
|
|
1286
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/ListPingProbeResults.ts.html |here} to see how to use ListPingProbeResults API.
|
|
1287
1287
|
*/
|
|
1288
1288
|
listPingProbeResults(listPingProbeResultsRequest) {
|
|
1289
1289
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1396,7 +1396,7 @@ class HealthChecksClient {
|
|
|
1396
1396
|
* @param UpdateHttpMonitorRequest
|
|
1397
1397
|
* @return UpdateHttpMonitorResponse
|
|
1398
1398
|
* @throws OciError when an error occurs
|
|
1399
|
-
* @example Click {@link https://docs.
|
|
1399
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/UpdateHttpMonitor.ts.html |here} to see how to use UpdateHttpMonitor API.
|
|
1400
1400
|
*/
|
|
1401
1401
|
updateHttpMonitor(updateHttpMonitorRequest) {
|
|
1402
1402
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1464,7 +1464,7 @@ class HealthChecksClient {
|
|
|
1464
1464
|
* @param UpdatePingMonitorRequest
|
|
1465
1465
|
* @return UpdatePingMonitorResponse
|
|
1466
1466
|
* @throws OciError when an error occurs
|
|
1467
|
-
* @example Click {@link https://docs.
|
|
1467
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/healthchecks/UpdatePingMonitor.ts.html |here} to see how to use UpdatePingMonitor API.
|
|
1468
1468
|
*/
|
|
1469
1469
|
updatePingMonitor(updatePingMonitorRequest) {
|
|
1470
1470
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Health Checks API
|
|
3
3
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
4
4
|
For more information, see
|
|
5
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
5
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20180501
|
|
8
8
|
*
|
|
@@ -18,7 +18,7 @@ For more information, see
|
|
|
18
18
|
*/
|
|
19
19
|
export interface ChangeHttpMonitorCompartmentDetails {
|
|
20
20
|
/**
|
|
21
|
-
* The [OCID](https://docs.
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
|
22
22
|
* into which the resource should be moved.
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Health Checks API
|
|
4
4
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
5
5
|
For more information, see
|
|
6
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
7
7
|
|
|
8
8
|
* OpenAPI spec version: 20180501
|
|
9
9
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Health Checks API
|
|
3
3
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
4
4
|
For more information, see
|
|
5
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
5
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20180501
|
|
8
8
|
*
|
|
@@ -18,7 +18,7 @@ For more information, see
|
|
|
18
18
|
*/
|
|
19
19
|
export interface ChangePingMonitorCompartmentDetails {
|
|
20
20
|
/**
|
|
21
|
-
* The [OCID](https://docs.
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
|
22
22
|
* into which the resource should be moved.
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Health Checks API
|
|
4
4
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
5
5
|
For more information, see
|
|
6
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
7
7
|
|
|
8
8
|
* OpenAPI spec version: 20180501
|
|
9
9
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Health Checks API
|
|
3
3
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
4
4
|
For more information, see
|
|
5
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
5
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20180501
|
|
8
8
|
*
|
package/lib/model/connection.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Health Checks API
|
|
4
4
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
5
5
|
For more information, see
|
|
6
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
7
7
|
|
|
8
8
|
* OpenAPI spec version: 20180501
|
|
9
9
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Health Checks API
|
|
3
3
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
4
4
|
For more information, see
|
|
5
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
5
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20180501
|
|
8
8
|
*
|
|
@@ -74,7 +74,7 @@ export interface CreateHttpMonitorDetails {
|
|
|
74
74
|
/**
|
|
75
75
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
76
76
|
* predefined name, type, or namespace. For more information,
|
|
77
|
-
* see [Resource Tags](https://docs.
|
|
77
|
+
* see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
78
78
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
79
79
|
*
|
|
80
80
|
*/
|
|
@@ -83,7 +83,7 @@ export interface CreateHttpMonitorDetails {
|
|
|
83
83
|
};
|
|
84
84
|
/**
|
|
85
85
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
86
|
-
* For more information, see [Resource Tags](https://docs.
|
|
86
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
87
87
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
88
88
|
*
|
|
89
89
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Health Checks API
|
|
4
4
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
5
5
|
For more information, see
|
|
6
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
7
7
|
|
|
8
8
|
* OpenAPI spec version: 20180501
|
|
9
9
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Health Checks API
|
|
3
3
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
4
4
|
For more information, see
|
|
5
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
5
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20180501
|
|
8
8
|
*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Health Checks API
|
|
4
4
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
5
5
|
For more information, see
|
|
6
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
7
7
|
|
|
8
8
|
* OpenAPI spec version: 20180501
|
|
9
9
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Health Checks API
|
|
3
3
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
4
4
|
For more information, see
|
|
5
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
5
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20180501
|
|
8
8
|
*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Health Checks API
|
|
4
4
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
5
5
|
For more information, see
|
|
6
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
7
7
|
|
|
8
8
|
* OpenAPI spec version: 20180501
|
|
9
9
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Health Checks API
|
|
3
3
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
4
4
|
For more information, see
|
|
5
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
5
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20180501
|
|
8
8
|
*
|
|
@@ -60,7 +60,7 @@ export interface CreatePingMonitorDetails {
|
|
|
60
60
|
/**
|
|
61
61
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
62
62
|
* predefined name, type, or namespace. For more information,
|
|
63
|
-
* see [Resource Tags](https://docs.
|
|
63
|
+
* see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
64
64
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
65
65
|
*
|
|
66
66
|
*/
|
|
@@ -69,7 +69,7 @@ export interface CreatePingMonitorDetails {
|
|
|
69
69
|
};
|
|
70
70
|
/**
|
|
71
71
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
72
|
-
* For more information, see [Resource Tags](https://docs.
|
|
72
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
73
73
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
74
74
|
*
|
|
75
75
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Health Checks API
|
|
4
4
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
5
5
|
For more information, see
|
|
6
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
7
7
|
|
|
8
8
|
* OpenAPI spec version: 20180501
|
|
9
9
|
*
|
package/lib/model/d-ns.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Health Checks API
|
|
3
3
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
4
4
|
For more information, see
|
|
5
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
5
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20180501
|
|
8
8
|
*
|
package/lib/model/d-ns.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Health Checks API
|
|
4
4
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
5
5
|
For more information, see
|
|
6
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
7
7
|
|
|
8
8
|
* OpenAPI spec version: 20180501
|
|
9
9
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Health Checks API
|
|
3
3
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
4
4
|
For more information, see
|
|
5
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
5
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20180501
|
|
8
8
|
*
|
package/lib/model/geolocation.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Health Checks API
|
|
4
4
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
5
5
|
For more information, see
|
|
6
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
7
7
|
|
|
8
8
|
* OpenAPI spec version: 20180501
|
|
9
9
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Health Checks API
|
|
3
3
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
4
4
|
For more information, see
|
|
5
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
5
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20180501
|
|
8
8
|
*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Health Checks API
|
|
4
4
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
5
5
|
For more information, see
|
|
6
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
7
7
|
|
|
8
8
|
* OpenAPI spec version: 20180501
|
|
9
9
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Health Checks API
|
|
3
3
|
* API for the Health Checks service. Use this API to manage endpoint probes and monitors.
|
|
4
4
|
For more information, see
|
|
5
|
-
[Overview of the Health Checks Service](/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
5
|
+
[Overview of the Health Checks Service](https://docs.oracle.com/iaas/Content/HealthChecks/Concepts/healthchecks.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20180501
|
|
8
8
|
*
|
|
@@ -58,7 +58,7 @@ export interface HttpMonitorSummary {
|
|
|
58
58
|
/**
|
|
59
59
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
60
60
|
* predefined name, type, or namespace. For more information,
|
|
61
|
-
* see [Resource Tags](https://docs.
|
|
61
|
+
* see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
62
62
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
63
63
|
*
|
|
64
64
|
*/
|
|
@@ -67,7 +67,7 @@ export interface HttpMonitorSummary {
|
|
|
67
67
|
};
|
|
68
68
|
/**
|
|
69
69
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
70
|
-
* For more information, see [Resource Tags](https://docs.
|
|
70
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
71
71
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
72
72
|
*
|
|
73
73
|
*/
|