oci-opsi 2.17.0 → 2.20.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 +167 -101
- package/lib/client.js +551 -102
- package/lib/client.js.map +1 -1
- package/lib/model/change-operations-insights-private-endpoint-compartment-details.d.ts +28 -0
- package/lib/model/change-operations-insights-private-endpoint-compartment-details.js +32 -0
- package/lib/model/change-operations-insights-private-endpoint-compartment-details.js.map +1 -0
- package/lib/model/change-pe-comanaged-database-insight-details.d.ts +34 -0
- package/lib/model/change-pe-comanaged-database-insight-details.js +60 -0
- package/lib/model/change-pe-comanaged-database-insight-details.js.map +1 -0
- package/lib/model/connection-details.d.ts +1 -1
- package/lib/model/create-database-insight-details.js +4 -0
- package/lib/model/create-database-insight-details.js.map +1 -1
- package/lib/model/create-operations-insights-private-endpoint-details.d.ts +71 -0
- package/lib/model/create-operations-insights-private-endpoint-details.js +32 -0
- package/lib/model/create-operations-insights-private-endpoint-details.js.map +1 -0
- package/lib/model/create-pe-comanaged-database-insight-details.d.ts +63 -0
- package/lib/model/create-pe-comanaged-database-insight-details.js +71 -0
- package/lib/model/create-pe-comanaged-database-insight-details.js.map +1 -0
- package/lib/model/credential-by-vault.d.ts +47 -0
- package/lib/model/credential-by-vault.js +64 -0
- package/lib/model/credential-by-vault.js.map +1 -0
- package/lib/model/credential-details.js +4 -0
- package/lib/model/credential-details.js.map +1 -1
- package/lib/model/database-configuration-summary.js +4 -0
- package/lib/model/database-configuration-summary.js.map +1 -1
- package/lib/model/database-entity-source-all.d.ts +1 -0
- package/lib/model/database-entity-source-all.js +1 -0
- package/lib/model/database-entity-source-all.js.map +1 -1
- package/lib/model/database-entity-source.d.ts +2 -1
- package/lib/model/database-entity-source.js +1 -0
- package/lib/model/database-entity-source.js.map +1 -1
- package/lib/model/database-insight-summary.d.ts +4 -0
- package/lib/model/database-insight-summary.js +4 -0
- package/lib/model/database-insight-summary.js.map +1 -1
- package/lib/model/database-insight.d.ts +4 -0
- package/lib/model/database-insight.js +4 -0
- package/lib/model/database-insight.js.map +1 -1
- package/lib/model/enable-database-insight-details.js +4 -0
- package/lib/model/enable-database-insight-details.js.map +1 -1
- package/lib/model/enable-pe-comanaged-database-insight-details.d.ts +68 -0
- package/lib/model/enable-pe-comanaged-database-insight-details.js +65 -0
- package/lib/model/enable-pe-comanaged-database-insight-details.js.map +1 -0
- package/lib/model/exadata-member-summary.d.ts +1 -0
- package/lib/model/exadata-member-summary.js +1 -0
- package/lib/model/exadata-member-summary.js.map +1 -1
- package/lib/model/index.d.ts +34 -0
- package/lib/model/index.js +40 -6
- package/lib/model/index.js.map +1 -1
- package/lib/model/macs-managed-external-database-insight.d.ts +1 -1
- package/lib/model/operation-type.d.ts +4 -0
- package/lib/model/operation-type.js +4 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/operations-insights-private-endpoint-collection.d.ts +29 -0
- package/lib/model/operations-insights-private-endpoint-collection.js +64 -0
- package/lib/model/operations-insights-private-endpoint-collection.js.map +1 -0
- package/lib/model/operations-insights-private-endpoint-lifecycle-state.d.ts +36 -0
- package/lib/model/operations-insights-private-endpoint-lifecycle-state.js +47 -0
- package/lib/model/operations-insights-private-endpoint-lifecycle-state.js.map +1 -0
- package/lib/model/operations-insights-private-endpoint-summary.d.ts +97 -0
- package/lib/model/operations-insights-private-endpoint-summary.js +32 -0
- package/lib/model/operations-insights-private-endpoint-summary.js.map +1 -0
- package/lib/model/operations-insights-private-endpoint.d.ts +107 -0
- package/lib/model/operations-insights-private-endpoint.js +32 -0
- package/lib/model/operations-insights-private-endpoint.js.map +1 -0
- package/lib/model/pe-comanaged-database-connection-details.d.ts +46 -0
- package/lib/model/pe-comanaged-database-connection-details.js +74 -0
- package/lib/model/pe-comanaged-database-connection-details.js.map +1 -0
- package/lib/model/pe-comanaged-database-host-details.d.ts +32 -0
- package/lib/model/pe-comanaged-database-host-details.js +32 -0
- package/lib/model/pe-comanaged-database-host-details.js.map +1 -0
- package/lib/model/pe-comanaged-database-insight-summary.d.ts +35 -0
- package/lib/model/pe-comanaged-database-insight-summary.js +57 -0
- package/lib/model/pe-comanaged-database-insight-summary.js.map +1 -0
- package/lib/model/pe-comanaged-database-insight.d.ts +49 -0
- package/lib/model/pe-comanaged-database-insight.js +71 -0
- package/lib/model/pe-comanaged-database-insight.js.map +1 -0
- package/lib/model/pe-comanaged-managed-external-database-configuration-summary.d.ts +35 -0
- package/lib/model/pe-comanaged-managed-external-database-configuration-summary.js +57 -0
- package/lib/model/pe-comanaged-managed-external-database-configuration-summary.js.map +1 -0
- package/lib/model/update-database-insight-details.js +4 -0
- package/lib/model/update-database-insight-details.js.map +1 -1
- package/lib/model/update-operations-insights-private-endpoint-details.d.ts +54 -0
- package/lib/model/update-operations-insights-private-endpoint-details.js +32 -0
- package/lib/model/update-operations-insights-private-endpoint-details.js.map +1 -0
- package/lib/model/update-pe-comanaged-database-insight-details.d.ts +27 -0
- package/lib/model/update-pe-comanaged-database-insight-details.js +57 -0
- package/lib/model/update-pe-comanaged-database-insight-details.js.map +1 -0
- package/lib/operationsinsights-waiter.d.ts +8 -0
- package/lib/operationsinsights-waiter.js +12 -0
- package/lib/operationsinsights-waiter.js.map +1 -1
- package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
- package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
- package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +50 -0
- package/lib/request/change-operations-insights-private-endpoint-compartment-request.js +15 -0
- package/lib/request/change-operations-insights-private-endpoint-compartment-request.js.map +1 -0
- package/lib/request/change-pe-comanaged-database-insight-request.d.ts +50 -0
- package/lib/request/change-pe-comanaged-database-insight-request.js +15 -0
- package/lib/request/change-pe-comanaged-database-insight-request.js.map +1 -0
- package/lib/request/create-awr-hub-request.d.ts +1 -1
- package/lib/request/create-database-insight-request.d.ts +2 -2
- package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/create-exadata-insight-request.d.ts +1 -1
- package/lib/request/create-host-insight-request.d.ts +1 -1
- package/lib/request/create-operations-insights-private-endpoint-request.d.ts +39 -0
- package/lib/request/create-operations-insights-private-endpoint-request.js +15 -0
- package/lib/request/create-operations-insights-private-endpoint-request.js.map +1 -0
- package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/delete-awr-hub-request.d.ts +1 -1
- package/lib/request/delete-database-insight-request.d.ts +1 -1
- package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/delete-exadata-insight-request.d.ts +1 -1
- package/lib/request/delete-host-insight-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +35 -0
- package/lib/request/delete-operations-insights-private-endpoint-request.js +15 -0
- package/lib/request/delete-operations-insights-private-endpoint-request.js.map +1 -0
- package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/disable-database-insight-request.d.ts +1 -1
- package/lib/request/disable-exadata-insight-request.d.ts +1 -1
- package/lib/request/disable-host-insight-request.d.ts +1 -1
- package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
- package/lib/request/enable-database-insight-request.d.ts +2 -2
- package/lib/request/enable-exadata-insight-request.d.ts +1 -1
- package/lib/request/enable-host-insight-request.d.ts +1 -1
- package/lib/request/get-awr-hub-request.d.ts +1 -1
- package/lib/request/get-awr-report-request.d.ts +1 -1
- package/lib/request/get-database-insight-request.d.ts +1 -1
- package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/get-exadata-insight-request.d.ts +1 -1
- package/lib/request/get-host-insight-request.d.ts +1 -1
- package/lib/request/get-operations-insights-private-endpoint-request.d.ts +28 -0
- package/lib/request/get-operations-insights-private-endpoint-request.js +15 -0
- package/lib/request/get-operations-insights-private-endpoint-request.js.map +1 -0
- package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +14 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/ingest-database-configuration-request.d.ts +1 -1
- package/lib/request/ingest-host-configuration-request.d.ts +1 -1
- package/lib/request/ingest-host-metrics-request.d.ts +1 -1
- package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
- package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
- package/lib/request/ingest-sql-stats-request.d.ts +1 -1
- package/lib/request/ingest-sql-text-request.d.ts +1 -1
- package/lib/request/list-awr-hubs-request.d.ts +1 -1
- package/lib/request/list-awr-snapshots-request.d.ts +1 -1
- package/lib/request/list-database-configurations-request.d.ts +11 -2
- package/lib/request/list-database-configurations-request.js +9 -0
- package/lib/request/list-database-configurations-request.js.map +1 -1
- package/lib/request/list-database-insights-request.d.ts +15 -2
- package/lib/request/list-database-insights-request.js +9 -0
- package/lib/request/list-database-insights-request.js.map +1 -1
- package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
- package/lib/request/list-exadata-configurations-request.d.ts +1 -1
- package/lib/request/list-exadata-insights-request.d.ts +1 -1
- package/lib/request/list-host-configurations-request.d.ts +1 -1
- package/lib/request/list-host-insights-request.d.ts +1 -1
- package/lib/request/list-hosted-entities-request.d.ts +1 -1
- package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
- package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
- package/lib/request/list-operations-insights-private-endpoints-request.d.ts +87 -0
- package/lib/request/list-operations-insights-private-endpoints-request.js +25 -0
- package/lib/request/list-operations-insights-private-endpoints-request.js.map +1 -0
- package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
- package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
- package/lib/request/list-sql-plans-request.d.ts +1 -1
- package/lib/request/list-sql-searches-request.d.ts +1 -1
- package/lib/request/list-sql-texts-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
- package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +11 -2
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.js +9 -0
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +11 -2
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.js +9 -0
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +11 -2
- package/lib/request/summarize-database-insight-resource-statistics-request.js +9 -0
- package/lib/request/summarize-database-insight-resource-statistics-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-usage-request.d.ts +11 -2
- package/lib/request/summarize-database-insight-resource-usage-request.js +9 -0
- package/lib/request/summarize-database-insight-resource-usage-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +11 -2
- package/lib/request/summarize-database-insight-resource-usage-trend-request.js +9 -0
- package/lib/request/summarize-database-insight-resource-usage-trend-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +11 -2
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.js +9 -0
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.js.map +1 -1
- package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-exadata-members-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-sql-insights-request.d.ts +11 -2
- package/lib/request/summarize-sql-insights-request.js +9 -0
- package/lib/request/summarize-sql-insights-request.js.map +1 -1
- package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
- package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
- package/lib/request/summarize-sql-statistics-request.d.ts +11 -2
- package/lib/request/summarize-sql-statistics-request.js +9 -0
- package/lib/request/summarize-sql-statistics-request.js.map +1 -1
- package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
- package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
- package/lib/request/update-awr-hub-request.d.ts +1 -1
- package/lib/request/update-database-insight-request.d.ts +2 -2
- package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/update-exadata-insight-request.d.ts +1 -1
- package/lib/request/update-host-insight-request.d.ts +1 -1
- package/lib/request/update-operations-insights-private-endpoint-request.d.ts +40 -0
- package/lib/request/update-operations-insights-private-endpoint-request.js +15 -0
- package/lib/request/update-operations-insights-private-endpoint-request.js.map +1 -0
- package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/response/change-operations-insights-private-endpoint-compartment-response.d.ts +25 -0
- package/lib/response/change-operations-insights-private-endpoint-compartment-response.js +15 -0
- package/lib/response/change-operations-insights-private-endpoint-compartment-response.js.map +1 -0
- package/lib/response/change-pe-comanaged-database-insight-response.d.ts +25 -0
- package/lib/response/change-pe-comanaged-database-insight-response.js +15 -0
- package/lib/response/change-pe-comanaged-database-insight-response.js.map +1 -0
- package/lib/response/create-operations-insights-private-endpoint-response.d.ts +43 -0
- package/lib/response/create-operations-insights-private-endpoint-response.js +15 -0
- package/lib/response/create-operations-insights-private-endpoint-response.js.map +1 -0
- package/lib/response/delete-operations-insights-private-endpoint-response.d.ts +25 -0
- package/lib/response/delete-operations-insights-private-endpoint-response.js +15 -0
- package/lib/response/delete-operations-insights-private-endpoint-response.js.map +1 -0
- package/lib/response/get-operations-insights-private-endpoint-response.d.ts +30 -0
- package/lib/response/get-operations-insights-private-endpoint-response.js +15 -0
- package/lib/response/get-operations-insights-private-endpoint-response.js.map +1 -0
- package/lib/response/index.d.ts +14 -0
- package/lib/response/list-operations-insights-private-endpoints-response.d.ts +32 -0
- package/lib/response/list-operations-insights-private-endpoints-response.js +15 -0
- package/lib/response/list-operations-insights-private-endpoints-response.js.map +1 -0
- package/lib/response/update-operations-insights-private-endpoint-response.d.ts +25 -0
- package/lib/response/update-operations-insights-private-endpoint-response.js +15 -0
- package/lib/response/update-operations-insights-private-endpoint-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -153,7 +153,7 @@ class OperationsInsightsClient {
|
|
|
153
153
|
* @param AddExadataInsightMembersRequest
|
|
154
154
|
* @return AddExadataInsightMembersResponse
|
|
155
155
|
* @throws OciError when an error occurs
|
|
156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
|
|
157
157
|
*/
|
|
158
158
|
addExadataInsightMembers(addExadataInsightMembersRequest) {
|
|
159
159
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -213,7 +213,7 @@ class OperationsInsightsClient {
|
|
|
213
213
|
* @param ChangeDatabaseInsightCompartmentRequest
|
|
214
214
|
* @return ChangeDatabaseInsightCompartmentResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
|
|
217
217
|
*/
|
|
218
218
|
changeDatabaseInsightCompartment(changeDatabaseInsightCompartmentRequest) {
|
|
219
219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -273,7 +273,7 @@ class OperationsInsightsClient {
|
|
|
273
273
|
* @param ChangeEnterpriseManagerBridgeCompartmentRequest
|
|
274
274
|
* @return ChangeEnterpriseManagerBridgeCompartmentResponse
|
|
275
275
|
* @throws OciError when an error occurs
|
|
276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
|
|
277
277
|
*/
|
|
278
278
|
changeEnterpriseManagerBridgeCompartment(changeEnterpriseManagerBridgeCompartmentRequest) {
|
|
279
279
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -332,7 +332,7 @@ class OperationsInsightsClient {
|
|
|
332
332
|
* @param ChangeExadataInsightCompartmentRequest
|
|
333
333
|
* @return ChangeExadataInsightCompartmentResponse
|
|
334
334
|
* @throws OciError when an error occurs
|
|
335
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
|
|
336
336
|
*/
|
|
337
337
|
changeExadataInsightCompartment(changeExadataInsightCompartmentRequest) {
|
|
338
338
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -392,7 +392,7 @@ class OperationsInsightsClient {
|
|
|
392
392
|
* @param ChangeHostInsightCompartmentRequest
|
|
393
393
|
* @return ChangeHostInsightCompartmentResponse
|
|
394
394
|
* @throws OciError when an error occurs
|
|
395
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
395
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
|
|
396
396
|
*/
|
|
397
397
|
changeHostInsightCompartment(changeHostInsightCompartmentRequest) {
|
|
398
398
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -446,6 +446,126 @@ class OperationsInsightsClient {
|
|
|
446
446
|
}
|
|
447
447
|
});
|
|
448
448
|
}
|
|
449
|
+
/**
|
|
450
|
+
* Moves a private endpoint from one compartment to another. When provided, If-Match is checked against ETag values of the resource.
|
|
451
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
452
|
+
* @param ChangeOperationsInsightsPrivateEndpointCompartmentRequest
|
|
453
|
+
* @return ChangeOperationsInsightsPrivateEndpointCompartmentResponse
|
|
454
|
+
* @throws OciError when an error occurs
|
|
455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
|
|
456
|
+
*/
|
|
457
|
+
changeOperationsInsightsPrivateEndpointCompartment(changeOperationsInsightsPrivateEndpointCompartmentRequest) {
|
|
458
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
459
|
+
if (this.logger)
|
|
460
|
+
this.logger.debug("Calling operation OperationsInsightsClient#changeOperationsInsightsPrivateEndpointCompartment.");
|
|
461
|
+
const pathParams = {
|
|
462
|
+
"{operationsInsightsPrivateEndpointId}": changeOperationsInsightsPrivateEndpointCompartmentRequest.operationsInsightsPrivateEndpointId
|
|
463
|
+
};
|
|
464
|
+
const queryParams = {};
|
|
465
|
+
let headerParams = {
|
|
466
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
467
|
+
"if-match": changeOperationsInsightsPrivateEndpointCompartmentRequest.ifMatch,
|
|
468
|
+
"opc-request-id": changeOperationsInsightsPrivateEndpointCompartmentRequest.opcRequestId,
|
|
469
|
+
"opc-retry-token": changeOperationsInsightsPrivateEndpointCompartmentRequest.opcRetryToken
|
|
470
|
+
};
|
|
471
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
472
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeOperationsInsightsPrivateEndpointCompartmentRequest.retryConfiguration, specRetryConfiguration);
|
|
473
|
+
if (this.logger)
|
|
474
|
+
retrier.logger = this.logger;
|
|
475
|
+
const request = yield oci_common_1.composeRequest({
|
|
476
|
+
baseEndpoint: this._endpoint,
|
|
477
|
+
defaultHeaders: this._defaultHeaders,
|
|
478
|
+
path: "/operationsInsightsPrivateEndpoints/{operationsInsightsPrivateEndpointId}/actions/changeCompartment",
|
|
479
|
+
method: "POST",
|
|
480
|
+
bodyContent: common.ObjectSerializer.serialize(changeOperationsInsightsPrivateEndpointCompartmentRequest.changeOperationsInsightsPrivateEndpointCompartmentDetails, "ChangeOperationsInsightsPrivateEndpointCompartmentDetails", model.ChangeOperationsInsightsPrivateEndpointCompartmentDetails.getJsonObj),
|
|
481
|
+
pathParams: pathParams,
|
|
482
|
+
headerParams: headerParams,
|
|
483
|
+
queryParams: queryParams
|
|
484
|
+
});
|
|
485
|
+
try {
|
|
486
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
487
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
488
|
+
responseObject: {},
|
|
489
|
+
responseHeaders: [
|
|
490
|
+
{
|
|
491
|
+
value: response.headers.get("opc-work-request-id"),
|
|
492
|
+
key: "opcWorkRequestId",
|
|
493
|
+
dataType: "string"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
value: response.headers.get("opc-request-id"),
|
|
497
|
+
key: "opcRequestId",
|
|
498
|
+
dataType: "string"
|
|
499
|
+
}
|
|
500
|
+
]
|
|
501
|
+
});
|
|
502
|
+
return sdkResponse;
|
|
503
|
+
}
|
|
504
|
+
catch (err) {
|
|
505
|
+
throw err;
|
|
506
|
+
}
|
|
507
|
+
});
|
|
508
|
+
}
|
|
509
|
+
/**
|
|
510
|
+
* Change the connection details of a co-managed database insight. When provided, If-Match is checked against ETag values of the resource.
|
|
511
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
512
|
+
* @param ChangePeComanagedDatabaseInsightRequest
|
|
513
|
+
* @return ChangePeComanagedDatabaseInsightResponse
|
|
514
|
+
* @throws OciError when an error occurs
|
|
515
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
|
|
516
|
+
*/
|
|
517
|
+
changePeComanagedDatabaseInsight(changePeComanagedDatabaseInsightRequest) {
|
|
518
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
519
|
+
if (this.logger)
|
|
520
|
+
this.logger.debug("Calling operation OperationsInsightsClient#changePeComanagedDatabaseInsight.");
|
|
521
|
+
const pathParams = {
|
|
522
|
+
"{databaseInsightId}": changePeComanagedDatabaseInsightRequest.databaseInsightId
|
|
523
|
+
};
|
|
524
|
+
const queryParams = {};
|
|
525
|
+
let headerParams = {
|
|
526
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
527
|
+
"if-match": changePeComanagedDatabaseInsightRequest.ifMatch,
|
|
528
|
+
"opc-request-id": changePeComanagedDatabaseInsightRequest.opcRequestId,
|
|
529
|
+
"opc-retry-token": changePeComanagedDatabaseInsightRequest.opcRetryToken
|
|
530
|
+
};
|
|
531
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
532
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changePeComanagedDatabaseInsightRequest.retryConfiguration, specRetryConfiguration);
|
|
533
|
+
if (this.logger)
|
|
534
|
+
retrier.logger = this.logger;
|
|
535
|
+
const request = yield oci_common_1.composeRequest({
|
|
536
|
+
baseEndpoint: this._endpoint,
|
|
537
|
+
defaultHeaders: this._defaultHeaders,
|
|
538
|
+
path: "/databaseInsights/{databaseInsightId}/actions/changePeComanagedDatabaseInsightDetails",
|
|
539
|
+
method: "POST",
|
|
540
|
+
bodyContent: common.ObjectSerializer.serialize(changePeComanagedDatabaseInsightRequest.changePeComanagedDatabaseInsightDetails, "ChangePeComanagedDatabaseInsightDetails", model.ChangePeComanagedDatabaseInsightDetails.getJsonObj),
|
|
541
|
+
pathParams: pathParams,
|
|
542
|
+
headerParams: headerParams,
|
|
543
|
+
queryParams: queryParams
|
|
544
|
+
});
|
|
545
|
+
try {
|
|
546
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
547
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
548
|
+
responseObject: {},
|
|
549
|
+
responseHeaders: [
|
|
550
|
+
{
|
|
551
|
+
value: response.headers.get("opc-work-request-id"),
|
|
552
|
+
key: "opcWorkRequestId",
|
|
553
|
+
dataType: "string"
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
value: response.headers.get("opc-request-id"),
|
|
557
|
+
key: "opcRequestId",
|
|
558
|
+
dataType: "string"
|
|
559
|
+
}
|
|
560
|
+
]
|
|
561
|
+
});
|
|
562
|
+
return sdkResponse;
|
|
563
|
+
}
|
|
564
|
+
catch (err) {
|
|
565
|
+
throw err;
|
|
566
|
+
}
|
|
567
|
+
});
|
|
568
|
+
}
|
|
449
569
|
/**
|
|
450
570
|
* Create a AWR hub resource for the tenant in Operations Insights.
|
|
451
571
|
* This resource will be created in root compartment.
|
|
@@ -454,7 +574,7 @@ class OperationsInsightsClient {
|
|
|
454
574
|
* @param CreateAwrHubRequest
|
|
455
575
|
* @return CreateAwrHubResponse
|
|
456
576
|
* @throws OciError when an error occurs
|
|
457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
577
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
|
|
458
578
|
*/
|
|
459
579
|
createAwrHub(createAwrHubRequest) {
|
|
460
580
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -531,7 +651,7 @@ class OperationsInsightsClient {
|
|
|
531
651
|
* @param CreateDatabaseInsightRequest
|
|
532
652
|
* @return CreateDatabaseInsightResponse
|
|
533
653
|
* @throws OciError when an error occurs
|
|
534
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
654
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
|
|
535
655
|
*/
|
|
536
656
|
createDatabaseInsight(createDatabaseInsightRequest) {
|
|
537
657
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -608,7 +728,7 @@ class OperationsInsightsClient {
|
|
|
608
728
|
* @param CreateEnterpriseManagerBridgeRequest
|
|
609
729
|
* @return CreateEnterpriseManagerBridgeResponse
|
|
610
730
|
* @throws OciError when an error occurs
|
|
611
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
731
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
|
|
612
732
|
*/
|
|
613
733
|
createEnterpriseManagerBridge(createEnterpriseManagerBridgeRequest) {
|
|
614
734
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -685,7 +805,7 @@ class OperationsInsightsClient {
|
|
|
685
805
|
* @param CreateExadataInsightRequest
|
|
686
806
|
* @return CreateExadataInsightResponse
|
|
687
807
|
* @throws OciError when an error occurs
|
|
688
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
808
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
|
|
689
809
|
*/
|
|
690
810
|
createExadataInsight(createExadataInsightRequest) {
|
|
691
811
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -762,7 +882,7 @@ class OperationsInsightsClient {
|
|
|
762
882
|
* @param CreateHostInsightRequest
|
|
763
883
|
* @return CreateHostInsightResponse
|
|
764
884
|
* @throws OciError when an error occurs
|
|
765
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
885
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
|
|
766
886
|
*/
|
|
767
887
|
createHostInsight(createHostInsightRequest) {
|
|
768
888
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -832,15 +952,94 @@ class OperationsInsightsClient {
|
|
|
832
952
|
}
|
|
833
953
|
});
|
|
834
954
|
}
|
|
955
|
+
/**
|
|
956
|
+
* Create a private endpoint resource for the tenant in Operations Insights.
|
|
957
|
+
* This resource will be created in customer compartment.
|
|
958
|
+
*
|
|
959
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
960
|
+
* @param CreateOperationsInsightsPrivateEndpointRequest
|
|
961
|
+
* @return CreateOperationsInsightsPrivateEndpointResponse
|
|
962
|
+
* @throws OciError when an error occurs
|
|
963
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
|
|
964
|
+
*/
|
|
965
|
+
createOperationsInsightsPrivateEndpoint(createOperationsInsightsPrivateEndpointRequest) {
|
|
966
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
967
|
+
if (this.logger)
|
|
968
|
+
this.logger.debug("Calling operation OperationsInsightsClient#createOperationsInsightsPrivateEndpoint.");
|
|
969
|
+
const pathParams = {};
|
|
970
|
+
const queryParams = {};
|
|
971
|
+
let headerParams = {
|
|
972
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
973
|
+
"opc-retry-token": createOperationsInsightsPrivateEndpointRequest.opcRetryToken,
|
|
974
|
+
"opc-request-id": createOperationsInsightsPrivateEndpointRequest.opcRequestId
|
|
975
|
+
};
|
|
976
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
977
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createOperationsInsightsPrivateEndpointRequest.retryConfiguration, specRetryConfiguration);
|
|
978
|
+
if (this.logger)
|
|
979
|
+
retrier.logger = this.logger;
|
|
980
|
+
const request = yield oci_common_1.composeRequest({
|
|
981
|
+
baseEndpoint: this._endpoint,
|
|
982
|
+
defaultHeaders: this._defaultHeaders,
|
|
983
|
+
path: "/operationsInsightsPrivateEndpoints",
|
|
984
|
+
method: "POST",
|
|
985
|
+
bodyContent: common.ObjectSerializer.serialize(createOperationsInsightsPrivateEndpointRequest.createOperationsInsightsPrivateEndpointDetails, "CreateOperationsInsightsPrivateEndpointDetails", model.CreateOperationsInsightsPrivateEndpointDetails.getJsonObj),
|
|
986
|
+
pathParams: pathParams,
|
|
987
|
+
headerParams: headerParams,
|
|
988
|
+
queryParams: queryParams
|
|
989
|
+
});
|
|
990
|
+
try {
|
|
991
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
992
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
993
|
+
responseObject: {},
|
|
994
|
+
body: yield response.json(),
|
|
995
|
+
bodyKey: "operationsInsightsPrivateEndpoint",
|
|
996
|
+
bodyModel: model.OperationsInsightsPrivateEndpoint,
|
|
997
|
+
type: "model.OperationsInsightsPrivateEndpoint",
|
|
998
|
+
responseHeaders: [
|
|
999
|
+
{
|
|
1000
|
+
value: response.headers.get("opc-work-request-id"),
|
|
1001
|
+
key: "opcWorkRequestId",
|
|
1002
|
+
dataType: "string"
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
value: response.headers.get("opc-request-id"),
|
|
1006
|
+
key: "opcRequestId",
|
|
1007
|
+
dataType: "string"
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
value: response.headers.get("location"),
|
|
1011
|
+
key: "location",
|
|
1012
|
+
dataType: "string"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
value: response.headers.get("content-location"),
|
|
1016
|
+
key: "contentLocation",
|
|
1017
|
+
dataType: "string"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
value: response.headers.get("etag"),
|
|
1021
|
+
key: "etag",
|
|
1022
|
+
dataType: "string"
|
|
1023
|
+
}
|
|
1024
|
+
]
|
|
1025
|
+
});
|
|
1026
|
+
return sdkResponse;
|
|
1027
|
+
}
|
|
1028
|
+
catch (err) {
|
|
1029
|
+
throw err;
|
|
1030
|
+
}
|
|
1031
|
+
});
|
|
1032
|
+
}
|
|
835
1033
|
/**
|
|
836
1034
|
* Create a Operations Insights Warehouse resource for the tenant in Operations Insights. New ADW will be provisioned for this tenant.
|
|
837
|
-
* There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
|
|
1035
|
+
* There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment. If the 'opsi-warehouse-type'
|
|
1036
|
+
* header is passed to the API, a warehouse resource without ADW or Schema provisioning is created.
|
|
838
1037
|
*
|
|
839
1038
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
840
1039
|
* @param CreateOperationsInsightsWarehouseRequest
|
|
841
1040
|
* @return CreateOperationsInsightsWarehouseResponse
|
|
842
1041
|
* @throws OciError when an error occurs
|
|
843
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1042
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
|
|
844
1043
|
*/
|
|
845
1044
|
createOperationsInsightsWarehouse(createOperationsInsightsWarehouseRequest) {
|
|
846
1045
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -918,7 +1117,7 @@ class OperationsInsightsClient {
|
|
|
918
1117
|
* @param CreateOperationsInsightsWarehouseUserRequest
|
|
919
1118
|
* @return CreateOperationsInsightsWarehouseUserResponse
|
|
920
1119
|
* @throws OciError when an error occurs
|
|
921
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
|
|
922
1121
|
*/
|
|
923
1122
|
createOperationsInsightsWarehouseUser(createOperationsInsightsWarehouseUserRequest) {
|
|
924
1123
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -994,7 +1193,7 @@ class OperationsInsightsClient {
|
|
|
994
1193
|
* @param DeleteAwrHubRequest
|
|
995
1194
|
* @return DeleteAwrHubResponse
|
|
996
1195
|
* @throws OciError when an error occurs
|
|
997
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
|
|
998
1197
|
*/
|
|
999
1198
|
deleteAwrHub(deleteAwrHubRequest) {
|
|
1000
1199
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1052,7 +1251,7 @@ class OperationsInsightsClient {
|
|
|
1052
1251
|
* @param DeleteDatabaseInsightRequest
|
|
1053
1252
|
* @return DeleteDatabaseInsightResponse
|
|
1054
1253
|
* @throws OciError when an error occurs
|
|
1055
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
|
|
1056
1255
|
*/
|
|
1057
1256
|
deleteDatabaseInsight(deleteDatabaseInsightRequest) {
|
|
1058
1257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1110,7 +1309,7 @@ class OperationsInsightsClient {
|
|
|
1110
1309
|
* @param DeleteEnterpriseManagerBridgeRequest
|
|
1111
1310
|
* @return DeleteEnterpriseManagerBridgeResponse
|
|
1112
1311
|
* @throws OciError when an error occurs
|
|
1113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1312
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
|
|
1114
1313
|
*/
|
|
1115
1314
|
deleteEnterpriseManagerBridge(deleteEnterpriseManagerBridgeRequest) {
|
|
1116
1315
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1168,7 +1367,7 @@ class OperationsInsightsClient {
|
|
|
1168
1367
|
* @param DeleteExadataInsightRequest
|
|
1169
1368
|
* @return DeleteExadataInsightResponse
|
|
1170
1369
|
* @throws OciError when an error occurs
|
|
1171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1370
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
|
|
1172
1371
|
*/
|
|
1173
1372
|
deleteExadataInsight(deleteExadataInsightRequest) {
|
|
1174
1373
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1226,7 +1425,7 @@ class OperationsInsightsClient {
|
|
|
1226
1425
|
* @param DeleteHostInsightRequest
|
|
1227
1426
|
* @return DeleteHostInsightResponse
|
|
1228
1427
|
* @throws OciError when an error occurs
|
|
1229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1428
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
|
|
1230
1429
|
*/
|
|
1231
1430
|
deleteHostInsight(deleteHostInsightRequest) {
|
|
1232
1431
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1278,6 +1477,64 @@ class OperationsInsightsClient {
|
|
|
1278
1477
|
}
|
|
1279
1478
|
});
|
|
1280
1479
|
}
|
|
1480
|
+
/**
|
|
1481
|
+
* Deletes a private endpoint.
|
|
1482
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1483
|
+
* @param DeleteOperationsInsightsPrivateEndpointRequest
|
|
1484
|
+
* @return DeleteOperationsInsightsPrivateEndpointResponse
|
|
1485
|
+
* @throws OciError when an error occurs
|
|
1486
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
|
|
1487
|
+
*/
|
|
1488
|
+
deleteOperationsInsightsPrivateEndpoint(deleteOperationsInsightsPrivateEndpointRequest) {
|
|
1489
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1490
|
+
if (this.logger)
|
|
1491
|
+
this.logger.debug("Calling operation OperationsInsightsClient#deleteOperationsInsightsPrivateEndpoint.");
|
|
1492
|
+
const pathParams = {
|
|
1493
|
+
"{operationsInsightsPrivateEndpointId}": deleteOperationsInsightsPrivateEndpointRequest.operationsInsightsPrivateEndpointId
|
|
1494
|
+
};
|
|
1495
|
+
const queryParams = {};
|
|
1496
|
+
let headerParams = {
|
|
1497
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
1498
|
+
"if-match": deleteOperationsInsightsPrivateEndpointRequest.ifMatch,
|
|
1499
|
+
"opc-request-id": deleteOperationsInsightsPrivateEndpointRequest.opcRequestId
|
|
1500
|
+
};
|
|
1501
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
1502
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteOperationsInsightsPrivateEndpointRequest.retryConfiguration, specRetryConfiguration);
|
|
1503
|
+
if (this.logger)
|
|
1504
|
+
retrier.logger = this.logger;
|
|
1505
|
+
const request = yield oci_common_1.composeRequest({
|
|
1506
|
+
baseEndpoint: this._endpoint,
|
|
1507
|
+
defaultHeaders: this._defaultHeaders,
|
|
1508
|
+
path: "/operationsInsightsPrivateEndpoints/{operationsInsightsPrivateEndpointId}",
|
|
1509
|
+
method: "DELETE",
|
|
1510
|
+
pathParams: pathParams,
|
|
1511
|
+
headerParams: headerParams,
|
|
1512
|
+
queryParams: queryParams
|
|
1513
|
+
});
|
|
1514
|
+
try {
|
|
1515
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1516
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
1517
|
+
responseObject: {},
|
|
1518
|
+
responseHeaders: [
|
|
1519
|
+
{
|
|
1520
|
+
value: response.headers.get("opc-work-request-id"),
|
|
1521
|
+
key: "opcWorkRequestId",
|
|
1522
|
+
dataType: "string"
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
value: response.headers.get("opc-request-id"),
|
|
1526
|
+
key: "opcRequestId",
|
|
1527
|
+
dataType: "string"
|
|
1528
|
+
}
|
|
1529
|
+
]
|
|
1530
|
+
});
|
|
1531
|
+
return sdkResponse;
|
|
1532
|
+
}
|
|
1533
|
+
catch (err) {
|
|
1534
|
+
throw err;
|
|
1535
|
+
}
|
|
1536
|
+
});
|
|
1537
|
+
}
|
|
1281
1538
|
/**
|
|
1282
1539
|
* Deletes an Operations Insights Warehouse. There is only expected to be 1 warehouse per tenant.
|
|
1283
1540
|
* The warehouse is expected to be in the root compartment.
|
|
@@ -1288,7 +1545,7 @@ class OperationsInsightsClient {
|
|
|
1288
1545
|
* @param DeleteOperationsInsightsWarehouseRequest
|
|
1289
1546
|
* @return DeleteOperationsInsightsWarehouseResponse
|
|
1290
1547
|
* @throws OciError when an error occurs
|
|
1291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1548
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
|
|
1292
1549
|
*/
|
|
1293
1550
|
deleteOperationsInsightsWarehouse(deleteOperationsInsightsWarehouseRequest) {
|
|
1294
1551
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1346,7 +1603,7 @@ class OperationsInsightsClient {
|
|
|
1346
1603
|
* @param DeleteOperationsInsightsWarehouseUserRequest
|
|
1347
1604
|
* @return DeleteOperationsInsightsWarehouseUserResponse
|
|
1348
1605
|
* @throws OciError when an error occurs
|
|
1349
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1606
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
|
|
1350
1607
|
*/
|
|
1351
1608
|
deleteOperationsInsightsWarehouseUser(deleteOperationsInsightsWarehouseUserRequest) {
|
|
1352
1609
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1404,7 +1661,7 @@ class OperationsInsightsClient {
|
|
|
1404
1661
|
* @param DisableDatabaseInsightRequest
|
|
1405
1662
|
* @return DisableDatabaseInsightResponse
|
|
1406
1663
|
* @throws OciError when an error occurs
|
|
1407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1664
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
|
|
1408
1665
|
*/
|
|
1409
1666
|
disableDatabaseInsight(disableDatabaseInsightRequest) {
|
|
1410
1667
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1463,7 +1720,7 @@ class OperationsInsightsClient {
|
|
|
1463
1720
|
* @param DisableExadataInsightRequest
|
|
1464
1721
|
* @return DisableExadataInsightResponse
|
|
1465
1722
|
* @throws OciError when an error occurs
|
|
1466
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1723
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
|
|
1467
1724
|
*/
|
|
1468
1725
|
disableExadataInsight(disableExadataInsightRequest) {
|
|
1469
1726
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1522,7 +1779,7 @@ class OperationsInsightsClient {
|
|
|
1522
1779
|
* @param DisableHostInsightRequest
|
|
1523
1780
|
* @return DisableHostInsightResponse
|
|
1524
1781
|
* @throws OciError when an error occurs
|
|
1525
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1782
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
|
|
1526
1783
|
*/
|
|
1527
1784
|
disableHostInsight(disableHostInsightRequest) {
|
|
1528
1785
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1581,7 +1838,7 @@ class OperationsInsightsClient {
|
|
|
1581
1838
|
* @param DownloadOperationsInsightsWarehouseWalletRequest
|
|
1582
1839
|
* @return DownloadOperationsInsightsWarehouseWalletResponse
|
|
1583
1840
|
* @throws OciError when an error occurs
|
|
1584
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1841
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
|
|
1585
1842
|
*/
|
|
1586
1843
|
downloadOperationsInsightsWarehouseWallet(downloadOperationsInsightsWarehouseWalletRequest) {
|
|
1587
1844
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1653,7 +1910,7 @@ class OperationsInsightsClient {
|
|
|
1653
1910
|
* @param EnableDatabaseInsightRequest
|
|
1654
1911
|
* @return EnableDatabaseInsightResponse
|
|
1655
1912
|
* @throws OciError when an error occurs
|
|
1656
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1913
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
|
|
1657
1914
|
*/
|
|
1658
1915
|
enableDatabaseInsight(enableDatabaseInsightRequest) {
|
|
1659
1916
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1713,7 +1970,7 @@ class OperationsInsightsClient {
|
|
|
1713
1970
|
* @param EnableExadataInsightRequest
|
|
1714
1971
|
* @return EnableExadataInsightResponse
|
|
1715
1972
|
* @throws OciError when an error occurs
|
|
1716
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1973
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
|
|
1717
1974
|
*/
|
|
1718
1975
|
enableExadataInsight(enableExadataInsightRequest) {
|
|
1719
1976
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1773,7 +2030,7 @@ class OperationsInsightsClient {
|
|
|
1773
2030
|
* @param EnableHostInsightRequest
|
|
1774
2031
|
* @return EnableHostInsightResponse
|
|
1775
2032
|
* @throws OciError when an error occurs
|
|
1776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2033
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
|
|
1777
2034
|
*/
|
|
1778
2035
|
enableHostInsight(enableHostInsightRequest) {
|
|
1779
2036
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1833,7 +2090,7 @@ class OperationsInsightsClient {
|
|
|
1833
2090
|
* @param GetAwrHubRequest
|
|
1834
2091
|
* @return GetAwrHubResponse
|
|
1835
2092
|
* @throws OciError when an error occurs
|
|
1836
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2093
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
|
|
1837
2094
|
*/
|
|
1838
2095
|
getAwrHub(getAwrHubRequest) {
|
|
1839
2096
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1896,7 +2153,7 @@ class OperationsInsightsClient {
|
|
|
1896
2153
|
* @param GetAwrReportRequest
|
|
1897
2154
|
* @return GetAwrReportResponse
|
|
1898
2155
|
* @throws OciError when an error occurs
|
|
1899
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
|
|
1900
2157
|
*/
|
|
1901
2158
|
getAwrReport(getAwrReportRequest) {
|
|
1902
2159
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1960,7 +2217,7 @@ class OperationsInsightsClient {
|
|
|
1960
2217
|
* @param GetDatabaseInsightRequest
|
|
1961
2218
|
* @return GetDatabaseInsightResponse
|
|
1962
2219
|
* @throws OciError when an error occurs
|
|
1963
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
|
|
1964
2221
|
*/
|
|
1965
2222
|
getDatabaseInsight(getDatabaseInsightRequest) {
|
|
1966
2223
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2021,7 +2278,7 @@ class OperationsInsightsClient {
|
|
|
2021
2278
|
* @param GetEnterpriseManagerBridgeRequest
|
|
2022
2279
|
* @return GetEnterpriseManagerBridgeResponse
|
|
2023
2280
|
* @throws OciError when an error occurs
|
|
2024
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2281
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
|
|
2025
2282
|
*/
|
|
2026
2283
|
getEnterpriseManagerBridge(getEnterpriseManagerBridgeRequest) {
|
|
2027
2284
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2082,7 +2339,7 @@ class OperationsInsightsClient {
|
|
|
2082
2339
|
* @param GetExadataInsightRequest
|
|
2083
2340
|
* @return GetExadataInsightResponse
|
|
2084
2341
|
* @throws OciError when an error occurs
|
|
2085
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2342
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
|
|
2086
2343
|
*/
|
|
2087
2344
|
getExadataInsight(getExadataInsightRequest) {
|
|
2088
2345
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2143,7 +2400,7 @@ class OperationsInsightsClient {
|
|
|
2143
2400
|
* @param GetHostInsightRequest
|
|
2144
2401
|
* @return GetHostInsightResponse
|
|
2145
2402
|
* @throws OciError when an error occurs
|
|
2146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2403
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
|
|
2147
2404
|
*/
|
|
2148
2405
|
getHostInsight(getHostInsightRequest) {
|
|
2149
2406
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2198,6 +2455,67 @@ class OperationsInsightsClient {
|
|
|
2198
2455
|
}
|
|
2199
2456
|
});
|
|
2200
2457
|
}
|
|
2458
|
+
/**
|
|
2459
|
+
* Gets the details of the specified private endpoint.
|
|
2460
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
2461
|
+
* @param GetOperationsInsightsPrivateEndpointRequest
|
|
2462
|
+
* @return GetOperationsInsightsPrivateEndpointResponse
|
|
2463
|
+
* @throws OciError when an error occurs
|
|
2464
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
|
|
2465
|
+
*/
|
|
2466
|
+
getOperationsInsightsPrivateEndpoint(getOperationsInsightsPrivateEndpointRequest) {
|
|
2467
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2468
|
+
if (this.logger)
|
|
2469
|
+
this.logger.debug("Calling operation OperationsInsightsClient#getOperationsInsightsPrivateEndpoint.");
|
|
2470
|
+
const pathParams = {
|
|
2471
|
+
"{operationsInsightsPrivateEndpointId}": getOperationsInsightsPrivateEndpointRequest.operationsInsightsPrivateEndpointId
|
|
2472
|
+
};
|
|
2473
|
+
const queryParams = {};
|
|
2474
|
+
let headerParams = {
|
|
2475
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
2476
|
+
"opc-request-id": getOperationsInsightsPrivateEndpointRequest.opcRequestId
|
|
2477
|
+
};
|
|
2478
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
2479
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getOperationsInsightsPrivateEndpointRequest.retryConfiguration, specRetryConfiguration);
|
|
2480
|
+
if (this.logger)
|
|
2481
|
+
retrier.logger = this.logger;
|
|
2482
|
+
const request = yield oci_common_1.composeRequest({
|
|
2483
|
+
baseEndpoint: this._endpoint,
|
|
2484
|
+
defaultHeaders: this._defaultHeaders,
|
|
2485
|
+
path: "/operationsInsightsPrivateEndpoints/{operationsInsightsPrivateEndpointId}",
|
|
2486
|
+
method: "GET",
|
|
2487
|
+
pathParams: pathParams,
|
|
2488
|
+
headerParams: headerParams,
|
|
2489
|
+
queryParams: queryParams
|
|
2490
|
+
});
|
|
2491
|
+
try {
|
|
2492
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
2493
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
2494
|
+
responseObject: {},
|
|
2495
|
+
body: yield response.json(),
|
|
2496
|
+
bodyKey: "operationsInsightsPrivateEndpoint",
|
|
2497
|
+
bodyModel: model.OperationsInsightsPrivateEndpoint,
|
|
2498
|
+
type: "model.OperationsInsightsPrivateEndpoint",
|
|
2499
|
+
responseHeaders: [
|
|
2500
|
+
{
|
|
2501
|
+
value: response.headers.get("etag"),
|
|
2502
|
+
key: "etag",
|
|
2503
|
+
dataType: "string"
|
|
2504
|
+
},
|
|
2505
|
+
{
|
|
2506
|
+
value: response.headers.get("opc-request-id"),
|
|
2507
|
+
key: "opcRequestId",
|
|
2508
|
+
dataType: "string"
|
|
2509
|
+
}
|
|
2510
|
+
]
|
|
2511
|
+
});
|
|
2512
|
+
return sdkResponse;
|
|
2513
|
+
}
|
|
2514
|
+
catch (err) {
|
|
2515
|
+
throw err;
|
|
2516
|
+
}
|
|
2517
|
+
});
|
|
2518
|
+
}
|
|
2201
2519
|
/**
|
|
2202
2520
|
* Gets details of an Operations Insights Warehouse.
|
|
2203
2521
|
* There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
|
|
@@ -2206,7 +2524,7 @@ class OperationsInsightsClient {
|
|
|
2206
2524
|
* @param GetOperationsInsightsWarehouseRequest
|
|
2207
2525
|
* @return GetOperationsInsightsWarehouseResponse
|
|
2208
2526
|
* @throws OciError when an error occurs
|
|
2209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2527
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
|
|
2210
2528
|
*/
|
|
2211
2529
|
getOperationsInsightsWarehouse(getOperationsInsightsWarehouseRequest) {
|
|
2212
2530
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2267,7 +2585,7 @@ class OperationsInsightsClient {
|
|
|
2267
2585
|
* @param GetOperationsInsightsWarehouseUserRequest
|
|
2268
2586
|
* @return GetOperationsInsightsWarehouseUserResponse
|
|
2269
2587
|
* @throws OciError when an error occurs
|
|
2270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2588
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
|
|
2271
2589
|
*/
|
|
2272
2590
|
getOperationsInsightsWarehouseUser(getOperationsInsightsWarehouseUserRequest) {
|
|
2273
2591
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2328,7 +2646,7 @@ class OperationsInsightsClient {
|
|
|
2328
2646
|
* @param GetWorkRequestRequest
|
|
2329
2647
|
* @return GetWorkRequestResponse
|
|
2330
2648
|
* @throws OciError when an error occurs
|
|
2331
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2649
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2332
2650
|
*/
|
|
2333
2651
|
getWorkRequest(getWorkRequestRequest) {
|
|
2334
2652
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2394,7 +2712,7 @@ class OperationsInsightsClient {
|
|
|
2394
2712
|
* @param IngestDatabaseConfigurationRequest
|
|
2395
2713
|
* @return IngestDatabaseConfigurationResponse
|
|
2396
2714
|
* @throws OciError when an error occurs
|
|
2397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
|
|
2398
2716
|
*/
|
|
2399
2717
|
ingestDatabaseConfiguration(ingestDatabaseConfigurationRequest) {
|
|
2400
2718
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2459,7 +2777,7 @@ class OperationsInsightsClient {
|
|
|
2459
2777
|
* @param IngestHostConfigurationRequest
|
|
2460
2778
|
* @return IngestHostConfigurationResponse
|
|
2461
2779
|
* @throws OciError when an error occurs
|
|
2462
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2780
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
|
|
2463
2781
|
*/
|
|
2464
2782
|
ingestHostConfiguration(ingestHostConfigurationRequest) {
|
|
2465
2783
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2523,7 +2841,7 @@ class OperationsInsightsClient {
|
|
|
2523
2841
|
* @param IngestHostMetricsRequest
|
|
2524
2842
|
* @return IngestHostMetricsResponse
|
|
2525
2843
|
* @throws OciError when an error occurs
|
|
2526
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2844
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
|
|
2527
2845
|
*/
|
|
2528
2846
|
ingestHostMetrics(ingestHostMetricsRequest) {
|
|
2529
2847
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2589,7 +2907,7 @@ class OperationsInsightsClient {
|
|
|
2589
2907
|
* @param IngestSqlBucketRequest
|
|
2590
2908
|
* @return IngestSqlBucketResponse
|
|
2591
2909
|
* @throws OciError when an error occurs
|
|
2592
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2910
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
|
|
2593
2911
|
*/
|
|
2594
2912
|
ingestSqlBucket(ingestSqlBucketRequest) {
|
|
2595
2913
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2657,7 +2975,7 @@ class OperationsInsightsClient {
|
|
|
2657
2975
|
* @param IngestSqlPlanLinesRequest
|
|
2658
2976
|
* @return IngestSqlPlanLinesResponse
|
|
2659
2977
|
* @throws OciError when an error occurs
|
|
2660
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2978
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
|
|
2661
2979
|
*/
|
|
2662
2980
|
ingestSqlPlanLines(ingestSqlPlanLinesRequest) {
|
|
2663
2981
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2725,7 +3043,7 @@ class OperationsInsightsClient {
|
|
|
2725
3043
|
* @param IngestSqlStatsRequest
|
|
2726
3044
|
* @return IngestSqlStatsResponse
|
|
2727
3045
|
* @throws OciError when an error occurs
|
|
2728
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3046
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
|
|
2729
3047
|
*/
|
|
2730
3048
|
ingestSqlStats(ingestSqlStatsRequest) {
|
|
2731
3049
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2793,7 +3111,7 @@ class OperationsInsightsClient {
|
|
|
2793
3111
|
* @param IngestSqlTextRequest
|
|
2794
3112
|
* @return IngestSqlTextResponse
|
|
2795
3113
|
* @throws OciError when an error occurs
|
|
2796
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
|
|
2797
3115
|
*/
|
|
2798
3116
|
ingestSqlText(ingestSqlTextRequest) {
|
|
2799
3117
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2860,7 +3178,7 @@ class OperationsInsightsClient {
|
|
|
2860
3178
|
* @param ListAwrHubsRequest
|
|
2861
3179
|
* @return ListAwrHubsResponse
|
|
2862
3180
|
* @throws OciError when an error occurs
|
|
2863
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3181
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
|
|
2864
3182
|
*/
|
|
2865
3183
|
listAwrHubs(listAwrHubsRequest) {
|
|
2866
3184
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2931,7 +3249,7 @@ class OperationsInsightsClient {
|
|
|
2931
3249
|
* @param ListAwrSnapshotsRequest
|
|
2932
3250
|
* @return ListAwrSnapshotsResponse
|
|
2933
3251
|
* @throws OciError when an error occurs
|
|
2934
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
|
|
2935
3253
|
*/
|
|
2936
3254
|
listAwrSnapshots(listAwrSnapshotsRequest) {
|
|
2937
3255
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3002,7 +3320,7 @@ class OperationsInsightsClient {
|
|
|
3002
3320
|
* @param ListDatabaseConfigurationsRequest
|
|
3003
3321
|
* @return ListDatabaseConfigurationsResponse
|
|
3004
3322
|
* @throws OciError when an error occurs
|
|
3005
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
|
|
3006
3324
|
*/
|
|
3007
3325
|
listDatabaseConfigurations(listDatabaseConfigurationsRequest) {
|
|
3008
3326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3086,7 +3404,7 @@ class OperationsInsightsClient {
|
|
|
3086
3404
|
* @param ListDatabaseInsightsRequest
|
|
3087
3405
|
* @return ListDatabaseInsightsResponse
|
|
3088
3406
|
* @throws OciError when an error occurs
|
|
3089
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
|
|
3090
3408
|
*/
|
|
3091
3409
|
listDatabaseInsights(listDatabaseInsightsRequest) {
|
|
3092
3410
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3107,7 +3425,8 @@ class OperationsInsightsClient {
|
|
|
3107
3425
|
"sortOrder": listDatabaseInsightsRequest.sortOrder,
|
|
3108
3426
|
"sortBy": listDatabaseInsightsRequest.sortBy,
|
|
3109
3427
|
"exadataInsightId": listDatabaseInsightsRequest.exadataInsightId,
|
|
3110
|
-
"compartmentIdInSubtree": listDatabaseInsightsRequest.compartmentIdInSubtree
|
|
3428
|
+
"compartmentIdInSubtree": listDatabaseInsightsRequest.compartmentIdInSubtree,
|
|
3429
|
+
"opsiPrivateEndpointId": listDatabaseInsightsRequest.opsiPrivateEndpointId
|
|
3111
3430
|
};
|
|
3112
3431
|
let headerParams = {
|
|
3113
3432
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -3167,7 +3486,7 @@ class OperationsInsightsClient {
|
|
|
3167
3486
|
* @param ListEnterpriseManagerBridgesRequest
|
|
3168
3487
|
* @return ListEnterpriseManagerBridgesResponse
|
|
3169
3488
|
* @throws OciError when an error occurs
|
|
3170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
|
|
3171
3490
|
*/
|
|
3172
3491
|
listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest) {
|
|
3173
3492
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3236,7 +3555,7 @@ class OperationsInsightsClient {
|
|
|
3236
3555
|
* @param ListExadataConfigurationsRequest
|
|
3237
3556
|
* @return ListExadataConfigurationsResponse
|
|
3238
3557
|
* @throws OciError when an error occurs
|
|
3239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3558
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
|
|
3240
3559
|
*/
|
|
3241
3560
|
listExadataConfigurations(listExadataConfigurationsRequest) {
|
|
3242
3561
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3314,7 +3633,7 @@ class OperationsInsightsClient {
|
|
|
3314
3633
|
* @param ListExadataInsightsRequest
|
|
3315
3634
|
* @return ListExadataInsightsResponse
|
|
3316
3635
|
* @throws OciError when an error occurs
|
|
3317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3636
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
|
|
3318
3637
|
*/
|
|
3319
3638
|
listExadataInsights(listExadataInsightsRequest) {
|
|
3320
3639
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3392,7 +3711,7 @@ class OperationsInsightsClient {
|
|
|
3392
3711
|
* @param ListHostConfigurationsRequest
|
|
3393
3712
|
* @return ListHostConfigurationsResponse
|
|
3394
3713
|
* @throws OciError when an error occurs
|
|
3395
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3714
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
|
|
3396
3715
|
*/
|
|
3397
3716
|
listHostConfigurations(listHostConfigurationsRequest) {
|
|
3398
3717
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3473,7 +3792,7 @@ class OperationsInsightsClient {
|
|
|
3473
3792
|
* @param ListHostInsightsRequest
|
|
3474
3793
|
* @return ListHostInsightsResponse
|
|
3475
3794
|
* @throws OciError when an error occurs
|
|
3476
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3795
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
|
|
3477
3796
|
*/
|
|
3478
3797
|
listHostInsights(listHostInsightsRequest) {
|
|
3479
3798
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3552,7 +3871,7 @@ class OperationsInsightsClient {
|
|
|
3552
3871
|
* @param ListHostedEntitiesRequest
|
|
3553
3872
|
* @return ListHostedEntitiesResponse
|
|
3554
3873
|
* @throws OciError when an error occurs
|
|
3555
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3874
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
|
|
3556
3875
|
*/
|
|
3557
3876
|
listHostedEntities(listHostedEntitiesRequest) {
|
|
3558
3877
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3628,7 +3947,7 @@ class OperationsInsightsClient {
|
|
|
3628
3947
|
* @param ListImportableAgentEntitiesRequest
|
|
3629
3948
|
* @return ListImportableAgentEntitiesResponse
|
|
3630
3949
|
* @throws OciError when an error occurs
|
|
3631
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3950
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
|
|
3632
3951
|
*/
|
|
3633
3952
|
listImportableAgentEntities(listImportableAgentEntitiesRequest) {
|
|
3634
3953
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3694,7 +4013,7 @@ class OperationsInsightsClient {
|
|
|
3694
4013
|
* @param ListImportableEnterpriseManagerEntitiesRequest
|
|
3695
4014
|
* @return ListImportableEnterpriseManagerEntitiesResponse
|
|
3696
4015
|
* @throws OciError when an error occurs
|
|
3697
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4016
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
|
|
3698
4017
|
*/
|
|
3699
4018
|
listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest) {
|
|
3700
4019
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3755,6 +4074,77 @@ class OperationsInsightsClient {
|
|
|
3755
4074
|
}
|
|
3756
4075
|
});
|
|
3757
4076
|
}
|
|
4077
|
+
/**
|
|
4078
|
+
* Gets a list of Operation Insights private endpoints.
|
|
4079
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
4080
|
+
* @param ListOperationsInsightsPrivateEndpointsRequest
|
|
4081
|
+
* @return ListOperationsInsightsPrivateEndpointsResponse
|
|
4082
|
+
* @throws OciError when an error occurs
|
|
4083
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
|
|
4084
|
+
*/
|
|
4085
|
+
listOperationsInsightsPrivateEndpoints(listOperationsInsightsPrivateEndpointsRequest) {
|
|
4086
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4087
|
+
if (this.logger)
|
|
4088
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listOperationsInsightsPrivateEndpoints.");
|
|
4089
|
+
const pathParams = {};
|
|
4090
|
+
const queryParams = {
|
|
4091
|
+
"compartmentId": listOperationsInsightsPrivateEndpointsRequest.compartmentId,
|
|
4092
|
+
"displayName": listOperationsInsightsPrivateEndpointsRequest.displayName,
|
|
4093
|
+
"opsiPrivateEndpointId": listOperationsInsightsPrivateEndpointsRequest.opsiPrivateEndpointId,
|
|
4094
|
+
"isUsedForRacDbs": listOperationsInsightsPrivateEndpointsRequest.isUsedForRacDbs,
|
|
4095
|
+
"vcnId": listOperationsInsightsPrivateEndpointsRequest.vcnId,
|
|
4096
|
+
"lifecycleState": listOperationsInsightsPrivateEndpointsRequest.lifecycleState,
|
|
4097
|
+
"limit": listOperationsInsightsPrivateEndpointsRequest.limit,
|
|
4098
|
+
"page": listOperationsInsightsPrivateEndpointsRequest.page,
|
|
4099
|
+
"sortOrder": listOperationsInsightsPrivateEndpointsRequest.sortOrder,
|
|
4100
|
+
"sortBy": listOperationsInsightsPrivateEndpointsRequest.sortBy,
|
|
4101
|
+
"compartmentIdInSubtree": listOperationsInsightsPrivateEndpointsRequest.compartmentIdInSubtree
|
|
4102
|
+
};
|
|
4103
|
+
let headerParams = {
|
|
4104
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4105
|
+
"opc-request-id": listOperationsInsightsPrivateEndpointsRequest.opcRequestId
|
|
4106
|
+
};
|
|
4107
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
4108
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOperationsInsightsPrivateEndpointsRequest.retryConfiguration, specRetryConfiguration);
|
|
4109
|
+
if (this.logger)
|
|
4110
|
+
retrier.logger = this.logger;
|
|
4111
|
+
const request = yield oci_common_1.composeRequest({
|
|
4112
|
+
baseEndpoint: this._endpoint,
|
|
4113
|
+
defaultHeaders: this._defaultHeaders,
|
|
4114
|
+
path: "/operationsInsightsPrivateEndpoints",
|
|
4115
|
+
method: "GET",
|
|
4116
|
+
pathParams: pathParams,
|
|
4117
|
+
headerParams: headerParams,
|
|
4118
|
+
queryParams: queryParams
|
|
4119
|
+
});
|
|
4120
|
+
try {
|
|
4121
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
4122
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
4123
|
+
responseObject: {},
|
|
4124
|
+
body: yield response.json(),
|
|
4125
|
+
bodyKey: "operationsInsightsPrivateEndpointCollection",
|
|
4126
|
+
bodyModel: model.OperationsInsightsPrivateEndpointCollection,
|
|
4127
|
+
type: "model.OperationsInsightsPrivateEndpointCollection",
|
|
4128
|
+
responseHeaders: [
|
|
4129
|
+
{
|
|
4130
|
+
value: response.headers.get("opc-request-id"),
|
|
4131
|
+
key: "opcRequestId",
|
|
4132
|
+
dataType: "string"
|
|
4133
|
+
},
|
|
4134
|
+
{
|
|
4135
|
+
value: response.headers.get("opc-next-page"),
|
|
4136
|
+
key: "opcNextPage",
|
|
4137
|
+
dataType: "string"
|
|
4138
|
+
}
|
|
4139
|
+
]
|
|
4140
|
+
});
|
|
4141
|
+
return sdkResponse;
|
|
4142
|
+
}
|
|
4143
|
+
catch (err) {
|
|
4144
|
+
throw err;
|
|
4145
|
+
}
|
|
4146
|
+
});
|
|
4147
|
+
}
|
|
3758
4148
|
/**
|
|
3759
4149
|
* Gets a list of Operations Insights Warehouse users. Either compartmentId or id must be specified. All these resources are expected to be in root compartment.
|
|
3760
4150
|
*
|
|
@@ -3762,7 +4152,7 @@ class OperationsInsightsClient {
|
|
|
3762
4152
|
* @param ListOperationsInsightsWarehouseUsersRequest
|
|
3763
4153
|
* @return ListOperationsInsightsWarehouseUsersResponse
|
|
3764
4154
|
* @throws OciError when an error occurs
|
|
3765
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
|
|
3766
4156
|
*/
|
|
3767
4157
|
listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest) {
|
|
3768
4158
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3833,7 +4223,7 @@ class OperationsInsightsClient {
|
|
|
3833
4223
|
* @param ListOperationsInsightsWarehousesRequest
|
|
3834
4224
|
* @return ListOperationsInsightsWarehousesResponse
|
|
3835
4225
|
* @throws OciError when an error occurs
|
|
3836
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
|
|
3837
4227
|
*/
|
|
3838
4228
|
listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest) {
|
|
3839
4229
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3903,7 +4293,7 @@ class OperationsInsightsClient {
|
|
|
3903
4293
|
* @param ListSqlPlansRequest
|
|
3904
4294
|
* @return ListSqlPlansResponse
|
|
3905
4295
|
* @throws OciError when an error occurs
|
|
3906
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
|
|
3907
4297
|
*/
|
|
3908
4298
|
listSqlPlans(listSqlPlansRequest) {
|
|
3909
4299
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3971,7 +4361,7 @@ class OperationsInsightsClient {
|
|
|
3971
4361
|
* @param ListSqlSearchesRequest
|
|
3972
4362
|
* @return ListSqlSearchesResponse
|
|
3973
4363
|
* @throws OciError when an error occurs
|
|
3974
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
|
|
3975
4365
|
*/
|
|
3976
4366
|
listSqlSearches(listSqlSearchesRequest) {
|
|
3977
4367
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4043,7 +4433,7 @@ class OperationsInsightsClient {
|
|
|
4043
4433
|
* @param ListSqlTextsRequest
|
|
4044
4434
|
* @return ListSqlTextsResponse
|
|
4045
4435
|
* @throws OciError when an error occurs
|
|
4046
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4436
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
|
|
4047
4437
|
*/
|
|
4048
4438
|
listSqlTexts(listSqlTextsRequest) {
|
|
4049
4439
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4114,7 +4504,7 @@ class OperationsInsightsClient {
|
|
|
4114
4504
|
* @param ListWorkRequestErrorsRequest
|
|
4115
4505
|
* @return ListWorkRequestErrorsResponse
|
|
4116
4506
|
* @throws OciError when an error occurs
|
|
4117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
4118
4508
|
*/
|
|
4119
4509
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
4120
4510
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4181,7 +4571,7 @@ class OperationsInsightsClient {
|
|
|
4181
4571
|
* @param ListWorkRequestLogsRequest
|
|
4182
4572
|
* @return ListWorkRequestLogsResponse
|
|
4183
4573
|
* @throws OciError when an error occurs
|
|
4184
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4574
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
4185
4575
|
*/
|
|
4186
4576
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
4187
4577
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4248,7 +4638,7 @@ class OperationsInsightsClient {
|
|
|
4248
4638
|
* @param ListWorkRequestsRequest
|
|
4249
4639
|
* @return ListWorkRequestsResponse
|
|
4250
4640
|
* @throws OciError when an error occurs
|
|
4251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4641
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
4252
4642
|
*/
|
|
4253
4643
|
listWorkRequests(listWorkRequestsRequest) {
|
|
4254
4644
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4317,7 +4707,7 @@ class OperationsInsightsClient {
|
|
|
4317
4707
|
* @param RotateOperationsInsightsWarehouseWalletRequest
|
|
4318
4708
|
* @return RotateOperationsInsightsWarehouseWalletResponse
|
|
4319
4709
|
* @throws OciError when an error occurs
|
|
4320
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4710
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
|
|
4321
4711
|
*/
|
|
4322
4712
|
rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest) {
|
|
4323
4713
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4376,7 +4766,7 @@ class OperationsInsightsClient {
|
|
|
4376
4766
|
* @param SummarizeAwrSourcesSummariesRequest
|
|
4377
4767
|
* @return SummarizeAwrSourcesSummariesResponse
|
|
4378
4768
|
* @throws OciError when an error occurs
|
|
4379
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4769
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
|
|
4380
4770
|
*/
|
|
4381
4771
|
summarizeAwrSourcesSummaries(summarizeAwrSourcesSummariesRequest) {
|
|
4382
4772
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4447,7 +4837,7 @@ class OperationsInsightsClient {
|
|
|
4447
4837
|
* @param SummarizeDatabaseInsightResourceCapacityTrendRequest
|
|
4448
4838
|
* @return SummarizeDatabaseInsightResourceCapacityTrendResponse
|
|
4449
4839
|
* @throws OciError when an error occurs
|
|
4450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4840
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
|
|
4451
4841
|
*/
|
|
4452
4842
|
summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest) {
|
|
4453
4843
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4531,7 +4921,7 @@ class OperationsInsightsClient {
|
|
|
4531
4921
|
* @param SummarizeDatabaseInsightResourceForecastTrendRequest
|
|
4532
4922
|
* @return SummarizeDatabaseInsightResourceForecastTrendResponse
|
|
4533
4923
|
* @throws OciError when an error occurs
|
|
4534
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4924
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
|
|
4535
4925
|
*/
|
|
4536
4926
|
summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest) {
|
|
4537
4927
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4617,7 +5007,7 @@ class OperationsInsightsClient {
|
|
|
4617
5007
|
* @param SummarizeDatabaseInsightResourceStatisticsRequest
|
|
4618
5008
|
* @return SummarizeDatabaseInsightResourceStatisticsResponse
|
|
4619
5009
|
* @throws OciError when an error occurs
|
|
4620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5010
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
|
|
4621
5011
|
*/
|
|
4622
5012
|
summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest) {
|
|
4623
5013
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4705,7 +5095,7 @@ class OperationsInsightsClient {
|
|
|
4705
5095
|
* @param SummarizeDatabaseInsightResourceUsageRequest
|
|
4706
5096
|
* @return SummarizeDatabaseInsightResourceUsageResponse
|
|
4707
5097
|
* @throws OciError when an error occurs
|
|
4708
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5098
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
|
|
4709
5099
|
*/
|
|
4710
5100
|
summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest) {
|
|
4711
5101
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4786,7 +5176,7 @@ class OperationsInsightsClient {
|
|
|
4786
5176
|
* @param SummarizeDatabaseInsightResourceUsageTrendRequest
|
|
4787
5177
|
* @return SummarizeDatabaseInsightResourceUsageTrendResponse
|
|
4788
5178
|
* @throws OciError when an error occurs
|
|
4789
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
|
|
4790
5180
|
*/
|
|
4791
5181
|
summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest) {
|
|
4792
5182
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4867,7 +5257,7 @@ class OperationsInsightsClient {
|
|
|
4867
5257
|
* @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
|
|
4868
5258
|
* @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
|
|
4869
5259
|
* @throws OciError when an error occurs
|
|
4870
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
|
|
4871
5261
|
*/
|
|
4872
5262
|
summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest) {
|
|
4873
5263
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4948,7 +5338,7 @@ class OperationsInsightsClient {
|
|
|
4948
5338
|
* @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
|
|
4949
5339
|
* @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
|
|
4950
5340
|
* @throws OciError when an error occurs
|
|
4951
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5341
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
|
|
4952
5342
|
*/
|
|
4953
5343
|
summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest) {
|
|
4954
5344
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5024,7 +5414,7 @@ class OperationsInsightsClient {
|
|
|
5024
5414
|
* @param SummarizeExadataInsightResourceCapacityTrendRequest
|
|
5025
5415
|
* @return SummarizeExadataInsightResourceCapacityTrendResponse
|
|
5026
5416
|
* @throws OciError when an error occurs
|
|
5027
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
|
|
5028
5418
|
*/
|
|
5029
5419
|
summarizeExadataInsightResourceCapacityTrend(summarizeExadataInsightResourceCapacityTrendRequest) {
|
|
5030
5420
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5106,7 +5496,7 @@ class OperationsInsightsClient {
|
|
|
5106
5496
|
* @param SummarizeExadataInsightResourceCapacityTrendAggregatedRequest
|
|
5107
5497
|
* @return SummarizeExadataInsightResourceCapacityTrendAggregatedResponse
|
|
5108
5498
|
* @throws OciError when an error occurs
|
|
5109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5499
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
|
|
5110
5500
|
*/
|
|
5111
5501
|
summarizeExadataInsightResourceCapacityTrendAggregated(summarizeExadataInsightResourceCapacityTrendAggregatedRequest) {
|
|
5112
5502
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5191,7 +5581,7 @@ class OperationsInsightsClient {
|
|
|
5191
5581
|
* @param SummarizeExadataInsightResourceForecastTrendRequest
|
|
5192
5582
|
* @return SummarizeExadataInsightResourceForecastTrendResponse
|
|
5193
5583
|
* @throws OciError when an error occurs
|
|
5194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5584
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
|
|
5195
5585
|
*/
|
|
5196
5586
|
summarizeExadataInsightResourceForecastTrend(summarizeExadataInsightResourceForecastTrendRequest) {
|
|
5197
5587
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5276,7 +5666,7 @@ class OperationsInsightsClient {
|
|
|
5276
5666
|
* @param SummarizeExadataInsightResourceForecastTrendAggregatedRequest
|
|
5277
5667
|
* @return SummarizeExadataInsightResourceForecastTrendAggregatedResponse
|
|
5278
5668
|
* @throws OciError when an error occurs
|
|
5279
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5669
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
|
|
5280
5670
|
*/
|
|
5281
5671
|
summarizeExadataInsightResourceForecastTrendAggregated(summarizeExadataInsightResourceForecastTrendAggregatedRequest) {
|
|
5282
5672
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5361,7 +5751,7 @@ class OperationsInsightsClient {
|
|
|
5361
5751
|
* @param SummarizeExadataInsightResourceStatisticsRequest
|
|
5362
5752
|
* @return SummarizeExadataInsightResourceStatisticsResponse
|
|
5363
5753
|
* @throws OciError when an error occurs
|
|
5364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5754
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
|
|
5365
5755
|
*/
|
|
5366
5756
|
summarizeExadataInsightResourceStatistics(summarizeExadataInsightResourceStatisticsRequest) {
|
|
5367
5757
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5446,7 +5836,7 @@ class OperationsInsightsClient {
|
|
|
5446
5836
|
* @param SummarizeExadataInsightResourceUsageRequest
|
|
5447
5837
|
* @return SummarizeExadataInsightResourceUsageResponse
|
|
5448
5838
|
* @throws OciError when an error occurs
|
|
5449
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5839
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
|
|
5450
5840
|
*/
|
|
5451
5841
|
summarizeExadataInsightResourceUsage(summarizeExadataInsightResourceUsageRequest) {
|
|
5452
5842
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5531,7 +5921,7 @@ class OperationsInsightsClient {
|
|
|
5531
5921
|
* @param SummarizeExadataInsightResourceUsageAggregatedRequest
|
|
5532
5922
|
* @return SummarizeExadataInsightResourceUsageAggregatedResponse
|
|
5533
5923
|
* @throws OciError when an error occurs
|
|
5534
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5924
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
|
|
5535
5925
|
*/
|
|
5536
5926
|
summarizeExadataInsightResourceUsageAggregated(summarizeExadataInsightResourceUsageAggregatedRequest) {
|
|
5537
5927
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5607,7 +5997,7 @@ class OperationsInsightsClient {
|
|
|
5607
5997
|
* @param SummarizeExadataInsightResourceUtilizationInsightRequest
|
|
5608
5998
|
* @return SummarizeExadataInsightResourceUtilizationInsightResponse
|
|
5609
5999
|
* @throws OciError when an error occurs
|
|
5610
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6000
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
|
|
5611
6001
|
*/
|
|
5612
6002
|
summarizeExadataInsightResourceUtilizationInsight(summarizeExadataInsightResourceUtilizationInsightRequest) {
|
|
5613
6003
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5690,7 +6080,7 @@ class OperationsInsightsClient {
|
|
|
5690
6080
|
* @param SummarizeExadataMembersRequest
|
|
5691
6081
|
* @return SummarizeExadataMembersResponse
|
|
5692
6082
|
* @throws OciError when an error occurs
|
|
5693
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6083
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
|
|
5694
6084
|
*/
|
|
5695
6085
|
summarizeExadataMembers(summarizeExadataMembersRequest) {
|
|
5696
6086
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5764,7 +6154,7 @@ class OperationsInsightsClient {
|
|
|
5764
6154
|
* @param SummarizeHostInsightResourceCapacityTrendRequest
|
|
5765
6155
|
* @return SummarizeHostInsightResourceCapacityTrendResponse
|
|
5766
6156
|
* @throws OciError when an error occurs
|
|
5767
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
|
|
5768
6158
|
*/
|
|
5769
6159
|
summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest) {
|
|
5770
6160
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5843,7 +6233,7 @@ class OperationsInsightsClient {
|
|
|
5843
6233
|
* @param SummarizeHostInsightResourceForecastTrendRequest
|
|
5844
6234
|
* @return SummarizeHostInsightResourceForecastTrendResponse
|
|
5845
6235
|
* @throws OciError when an error occurs
|
|
5846
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6236
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
|
|
5847
6237
|
*/
|
|
5848
6238
|
summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest) {
|
|
5849
6239
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5919,7 +6309,7 @@ class OperationsInsightsClient {
|
|
|
5919
6309
|
* @param SummarizeHostInsightResourceStatisticsRequest
|
|
5920
6310
|
* @return SummarizeHostInsightResourceStatisticsResponse
|
|
5921
6311
|
* @throws OciError when an error occurs
|
|
5922
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6312
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
|
|
5923
6313
|
*/
|
|
5924
6314
|
summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest) {
|
|
5925
6315
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6003,7 +6393,7 @@ class OperationsInsightsClient {
|
|
|
6003
6393
|
* @param SummarizeHostInsightResourceUsageRequest
|
|
6004
6394
|
* @return SummarizeHostInsightResourceUsageResponse
|
|
6005
6395
|
* @throws OciError when an error occurs
|
|
6006
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6396
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
|
|
6007
6397
|
*/
|
|
6008
6398
|
summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest) {
|
|
6009
6399
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6076,7 +6466,7 @@ class OperationsInsightsClient {
|
|
|
6076
6466
|
* @param SummarizeHostInsightResourceUsageTrendRequest
|
|
6077
6467
|
* @return SummarizeHostInsightResourceUsageTrendResponse
|
|
6078
6468
|
* @throws OciError when an error occurs
|
|
6079
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6469
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
|
|
6080
6470
|
*/
|
|
6081
6471
|
summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest) {
|
|
6082
6472
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6154,7 +6544,7 @@ class OperationsInsightsClient {
|
|
|
6154
6544
|
* @param SummarizeHostInsightResourceUtilizationInsightRequest
|
|
6155
6545
|
* @return SummarizeHostInsightResourceUtilizationInsightResponse
|
|
6156
6546
|
* @throws OciError when an error occurs
|
|
6157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
|
|
6158
6548
|
*/
|
|
6159
6549
|
summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest) {
|
|
6160
6550
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6226,7 +6616,7 @@ class OperationsInsightsClient {
|
|
|
6226
6616
|
* @param SummarizeOperationsInsightsWarehouseResourceUsageRequest
|
|
6227
6617
|
* @return SummarizeOperationsInsightsWarehouseResourceUsageResponse
|
|
6228
6618
|
* @throws OciError when an error occurs
|
|
6229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6619
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
|
|
6230
6620
|
*/
|
|
6231
6621
|
summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest) {
|
|
6232
6622
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6289,7 +6679,7 @@ class OperationsInsightsClient {
|
|
|
6289
6679
|
* @param SummarizeSqlInsightsRequest
|
|
6290
6680
|
* @return SummarizeSqlInsightsResponse
|
|
6291
6681
|
* @throws OciError when an error occurs
|
|
6292
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6682
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
|
|
6293
6683
|
*/
|
|
6294
6684
|
summarizeSqlInsights(summarizeSqlInsightsRequest) {
|
|
6295
6685
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6368,7 +6758,7 @@ class OperationsInsightsClient {
|
|
|
6368
6758
|
* @param SummarizeSqlPlanInsightsRequest
|
|
6369
6759
|
* @return SummarizeSqlPlanInsightsResponse
|
|
6370
6760
|
* @throws OciError when an error occurs
|
|
6371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6761
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
|
|
6372
6762
|
*/
|
|
6373
6763
|
summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest) {
|
|
6374
6764
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6438,7 +6828,7 @@ class OperationsInsightsClient {
|
|
|
6438
6828
|
* @param SummarizeSqlResponseTimeDistributionsRequest
|
|
6439
6829
|
* @return SummarizeSqlResponseTimeDistributionsResponse
|
|
6440
6830
|
* @throws OciError when an error occurs
|
|
6441
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6831
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
|
|
6442
6832
|
*/
|
|
6443
6833
|
summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest) {
|
|
6444
6834
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6508,7 +6898,7 @@ class OperationsInsightsClient {
|
|
|
6508
6898
|
* @param SummarizeSqlStatisticsRequest
|
|
6509
6899
|
* @return SummarizeSqlStatisticsResponse
|
|
6510
6900
|
* @throws OciError when an error occurs
|
|
6511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6901
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
|
|
6512
6902
|
*/
|
|
6513
6903
|
summarizeSqlStatistics(summarizeSqlStatisticsRequest) {
|
|
6514
6904
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6592,7 +6982,7 @@ class OperationsInsightsClient {
|
|
|
6592
6982
|
* @param SummarizeSqlStatisticsTimeSeriesRequest
|
|
6593
6983
|
* @return SummarizeSqlStatisticsTimeSeriesResponse
|
|
6594
6984
|
* @throws OciError when an error occurs
|
|
6595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6985
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
|
|
6596
6986
|
*/
|
|
6597
6987
|
summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest) {
|
|
6598
6988
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6670,7 +7060,7 @@ class OperationsInsightsClient {
|
|
|
6670
7060
|
* @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
|
|
6671
7061
|
* @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
|
|
6672
7062
|
* @throws OciError when an error occurs
|
|
6673
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7063
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
|
|
6674
7064
|
*/
|
|
6675
7065
|
summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest) {
|
|
6676
7066
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6738,7 +7128,7 @@ class OperationsInsightsClient {
|
|
|
6738
7128
|
* @param UpdateAwrHubRequest
|
|
6739
7129
|
* @return UpdateAwrHubResponse
|
|
6740
7130
|
* @throws OciError when an error occurs
|
|
6741
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
|
|
6742
7132
|
*/
|
|
6743
7133
|
updateAwrHub(updateAwrHubRequest) {
|
|
6744
7134
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6797,7 +7187,7 @@ class OperationsInsightsClient {
|
|
|
6797
7187
|
* @param UpdateDatabaseInsightRequest
|
|
6798
7188
|
* @return UpdateDatabaseInsightResponse
|
|
6799
7189
|
* @throws OciError when an error occurs
|
|
6800
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
|
|
6801
7191
|
*/
|
|
6802
7192
|
updateDatabaseInsight(updateDatabaseInsightRequest) {
|
|
6803
7193
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6856,7 +7246,7 @@ class OperationsInsightsClient {
|
|
|
6856
7246
|
* @param UpdateEnterpriseManagerBridgeRequest
|
|
6857
7247
|
* @return UpdateEnterpriseManagerBridgeResponse
|
|
6858
7248
|
* @throws OciError when an error occurs
|
|
6859
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
|
|
6860
7250
|
*/
|
|
6861
7251
|
updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest) {
|
|
6862
7252
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6915,7 +7305,7 @@ class OperationsInsightsClient {
|
|
|
6915
7305
|
* @param UpdateExadataInsightRequest
|
|
6916
7306
|
* @return UpdateExadataInsightResponse
|
|
6917
7307
|
* @throws OciError when an error occurs
|
|
6918
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
|
|
6919
7309
|
*/
|
|
6920
7310
|
updateExadataInsight(updateExadataInsightRequest) {
|
|
6921
7311
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6974,7 +7364,7 @@ class OperationsInsightsClient {
|
|
|
6974
7364
|
* @param UpdateHostInsightRequest
|
|
6975
7365
|
* @return UpdateHostInsightResponse
|
|
6976
7366
|
* @throws OciError when an error occurs
|
|
6977
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
|
|
6978
7368
|
*/
|
|
6979
7369
|
updateHostInsight(updateHostInsightRequest) {
|
|
6980
7370
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7027,6 +7417,65 @@ class OperationsInsightsClient {
|
|
|
7027
7417
|
}
|
|
7028
7418
|
});
|
|
7029
7419
|
}
|
|
7420
|
+
/**
|
|
7421
|
+
* Updates one or more attributes of the specified private endpoint.
|
|
7422
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
7423
|
+
* @param UpdateOperationsInsightsPrivateEndpointRequest
|
|
7424
|
+
* @return UpdateOperationsInsightsPrivateEndpointResponse
|
|
7425
|
+
* @throws OciError when an error occurs
|
|
7426
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
|
|
7427
|
+
*/
|
|
7428
|
+
updateOperationsInsightsPrivateEndpoint(updateOperationsInsightsPrivateEndpointRequest) {
|
|
7429
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
7430
|
+
if (this.logger)
|
|
7431
|
+
this.logger.debug("Calling operation OperationsInsightsClient#updateOperationsInsightsPrivateEndpoint.");
|
|
7432
|
+
const pathParams = {
|
|
7433
|
+
"{operationsInsightsPrivateEndpointId}": updateOperationsInsightsPrivateEndpointRequest.operationsInsightsPrivateEndpointId
|
|
7434
|
+
};
|
|
7435
|
+
const queryParams = {};
|
|
7436
|
+
let headerParams = {
|
|
7437
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
7438
|
+
"if-match": updateOperationsInsightsPrivateEndpointRequest.ifMatch,
|
|
7439
|
+
"opc-request-id": updateOperationsInsightsPrivateEndpointRequest.opcRequestId
|
|
7440
|
+
};
|
|
7441
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
7442
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateOperationsInsightsPrivateEndpointRequest.retryConfiguration, specRetryConfiguration);
|
|
7443
|
+
if (this.logger)
|
|
7444
|
+
retrier.logger = this.logger;
|
|
7445
|
+
const request = yield oci_common_1.composeRequest({
|
|
7446
|
+
baseEndpoint: this._endpoint,
|
|
7447
|
+
defaultHeaders: this._defaultHeaders,
|
|
7448
|
+
path: "/operationsInsightsPrivateEndpoints/{operationsInsightsPrivateEndpointId}",
|
|
7449
|
+
method: "PUT",
|
|
7450
|
+
bodyContent: common.ObjectSerializer.serialize(updateOperationsInsightsPrivateEndpointRequest.updateOperationsInsightsPrivateEndpointDetails, "UpdateOperationsInsightsPrivateEndpointDetails", model.UpdateOperationsInsightsPrivateEndpointDetails.getJsonObj),
|
|
7451
|
+
pathParams: pathParams,
|
|
7452
|
+
headerParams: headerParams,
|
|
7453
|
+
queryParams: queryParams
|
|
7454
|
+
});
|
|
7455
|
+
try {
|
|
7456
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
7457
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
7458
|
+
responseObject: {},
|
|
7459
|
+
responseHeaders: [
|
|
7460
|
+
{
|
|
7461
|
+
value: response.headers.get("opc-work-request-id"),
|
|
7462
|
+
key: "opcWorkRequestId",
|
|
7463
|
+
dataType: "string"
|
|
7464
|
+
},
|
|
7465
|
+
{
|
|
7466
|
+
value: response.headers.get("opc-request-id"),
|
|
7467
|
+
key: "opcRequestId",
|
|
7468
|
+
dataType: "string"
|
|
7469
|
+
}
|
|
7470
|
+
]
|
|
7471
|
+
});
|
|
7472
|
+
return sdkResponse;
|
|
7473
|
+
}
|
|
7474
|
+
catch (err) {
|
|
7475
|
+
throw err;
|
|
7476
|
+
}
|
|
7477
|
+
});
|
|
7478
|
+
}
|
|
7030
7479
|
/**
|
|
7031
7480
|
* Updates the configuration of an Operations Insights Warehouse.
|
|
7032
7481
|
* There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
|
|
@@ -7035,7 +7484,7 @@ class OperationsInsightsClient {
|
|
|
7035
7484
|
* @param UpdateOperationsInsightsWarehouseRequest
|
|
7036
7485
|
* @return UpdateOperationsInsightsWarehouseResponse
|
|
7037
7486
|
* @throws OciError when an error occurs
|
|
7038
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
|
|
7039
7488
|
*/
|
|
7040
7489
|
updateOperationsInsightsWarehouse(updateOperationsInsightsWarehouseRequest) {
|
|
7041
7490
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7094,7 +7543,7 @@ class OperationsInsightsClient {
|
|
|
7094
7543
|
* @param UpdateOperationsInsightsWarehouseUserRequest
|
|
7095
7544
|
* @return UpdateOperationsInsightsWarehouseUserResponse
|
|
7096
7545
|
* @throws OciError when an error occurs
|
|
7097
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7546
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
|
|
7098
7547
|
*/
|
|
7099
7548
|
updateOperationsInsightsWarehouseUser(updateOperationsInsightsWarehouseUserRequest) {
|
|
7100
7549
|
return __awaiter(this, void 0, void 0, function* () {
|