oci-healthchecks 2.102.2 → 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
|
@@ -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
|
*
|
|
@@ -93,7 +93,7 @@ export interface HttpMonitor {
|
|
|
93
93
|
/**
|
|
94
94
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
95
95
|
* predefined name, type, or namespace. For more information,
|
|
96
|
-
* see [Resource Tags](https://docs.
|
|
96
|
+
* see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
97
97
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
98
98
|
*
|
|
99
99
|
*/
|
|
@@ -102,7 +102,7 @@ export interface HttpMonitor {
|
|
|
102
102
|
};
|
|
103
103
|
/**
|
|
104
104
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
105
|
-
* For more information, see [Resource Tags](https://docs.
|
|
105
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
106
106
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
107
107
|
*
|
|
108
108
|
*/
|
|
@@ -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
|
*
|
|
@@ -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/http-probe.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/model/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/lib/model/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
|
*
|
|
@@ -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 PingMonitorSummary {
|
|
|
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 PingMonitorSummary {
|
|
|
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
|
*/
|
|
@@ -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
|
*
|
|
@@ -79,7 +79,7 @@ export interface PingMonitor {
|
|
|
79
79
|
/**
|
|
80
80
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
81
81
|
* predefined name, type, or namespace. For more information,
|
|
82
|
-
* see [Resource Tags](https://docs.
|
|
82
|
+
* see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
83
83
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
84
84
|
*
|
|
85
85
|
*/
|
|
@@ -88,7 +88,7 @@ export interface PingMonitor {
|
|
|
88
88
|
};
|
|
89
89
|
/**
|
|
90
90
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
91
|
-
* For more information, see [Resource Tags](https://docs.
|
|
91
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
92
92
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
93
93
|
*
|
|
94
94
|
*/
|
|
@@ -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
|
*
|
package/lib/model/ping-probe.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/model/routing.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/routing.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
|
*
|
|
@@ -70,7 +70,7 @@ export interface UpdateHttpMonitorDetails {
|
|
|
70
70
|
/**
|
|
71
71
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
72
72
|
* predefined name, type, or namespace. For more information,
|
|
73
|
-
* see [Resource Tags](https://docs.
|
|
73
|
+
* see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
74
74
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
75
75
|
*
|
|
76
76
|
*/
|
|
@@ -79,7 +79,7 @@ export interface UpdateHttpMonitorDetails {
|
|
|
79
79
|
};
|
|
80
80
|
/**
|
|
81
81
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
82
|
-
* For more information, see [Resource Tags](https://docs.
|
|
82
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
83
83
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
84
84
|
*
|
|
85
85
|
*/
|
|
@@ -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
|
*
|
|
@@ -56,7 +56,7 @@ export interface UpdatePingMonitorDetails {
|
|
|
56
56
|
/**
|
|
57
57
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
58
58
|
* predefined name, type, or namespace. For more information,
|
|
59
|
-
* see [Resource Tags](https://docs.
|
|
59
|
+
* see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
60
60
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
61
61
|
*
|
|
62
62
|
*/
|
|
@@ -65,7 +65,7 @@ export interface UpdatePingMonitorDetails {
|
|
|
65
65
|
};
|
|
66
66
|
/**
|
|
67
67
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
68
|
-
* For more information, see [Resource Tags](https://docs.
|
|
68
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
69
69
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
70
70
|
*
|
|
71
71
|
*/
|
|
@@ -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
|
*
|
|
@@ -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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
15
|
+
* @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 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.
|
|
15
|
+
* @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 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.
|
|
15
|
+
* @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 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.
|
|
15
|
+
* @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 GetPingMonitorRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPingMonitorRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
package/lib/request/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/lib/request/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
|
*
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @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 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.
|
|
15
|
+
* @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 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.
|
|
15
|
+
* @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 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.
|
|
15
|
+
* @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 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.
|
|
15
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 UpdatePingMonitorRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdatePingMonitorRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/lib/response/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
|
*
|