oci-opsi 2.16.0 → 2.19.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.d.ts
CHANGED
|
@@ -76,7 +76,7 @@ export declare class OperationsInsightsClient {
|
|
|
76
76
|
* @param AddExadataInsightMembersRequest
|
|
77
77
|
* @return AddExadataInsightMembersResponse
|
|
78
78
|
* @throws OciError when an error occurs
|
|
79
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
79
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
|
|
80
80
|
*/
|
|
81
81
|
addExadataInsightMembers(addExadataInsightMembersRequest: requests.AddExadataInsightMembersRequest): Promise<responses.AddExadataInsightMembersResponse>;
|
|
82
82
|
/**
|
|
@@ -85,7 +85,7 @@ export declare class OperationsInsightsClient {
|
|
|
85
85
|
* @param ChangeDatabaseInsightCompartmentRequest
|
|
86
86
|
* @return ChangeDatabaseInsightCompartmentResponse
|
|
87
87
|
* @throws OciError when an error occurs
|
|
88
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
88
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
|
|
89
89
|
*/
|
|
90
90
|
changeDatabaseInsightCompartment(changeDatabaseInsightCompartmentRequest: requests.ChangeDatabaseInsightCompartmentRequest): Promise<responses.ChangeDatabaseInsightCompartmentResponse>;
|
|
91
91
|
/**
|
|
@@ -94,7 +94,7 @@ export declare class OperationsInsightsClient {
|
|
|
94
94
|
* @param ChangeEnterpriseManagerBridgeCompartmentRequest
|
|
95
95
|
* @return ChangeEnterpriseManagerBridgeCompartmentResponse
|
|
96
96
|
* @throws OciError when an error occurs
|
|
97
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
97
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
|
|
98
98
|
*/
|
|
99
99
|
changeEnterpriseManagerBridgeCompartment(changeEnterpriseManagerBridgeCompartmentRequest: requests.ChangeEnterpriseManagerBridgeCompartmentRequest): Promise<responses.ChangeEnterpriseManagerBridgeCompartmentResponse>;
|
|
100
100
|
/**
|
|
@@ -103,7 +103,7 @@ export declare class OperationsInsightsClient {
|
|
|
103
103
|
* @param ChangeExadataInsightCompartmentRequest
|
|
104
104
|
* @return ChangeExadataInsightCompartmentResponse
|
|
105
105
|
* @throws OciError when an error occurs
|
|
106
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
|
|
107
107
|
*/
|
|
108
108
|
changeExadataInsightCompartment(changeExadataInsightCompartmentRequest: requests.ChangeExadataInsightCompartmentRequest): Promise<responses.ChangeExadataInsightCompartmentResponse>;
|
|
109
109
|
/**
|
|
@@ -112,9 +112,27 @@ export declare class OperationsInsightsClient {
|
|
|
112
112
|
* @param ChangeHostInsightCompartmentRequest
|
|
113
113
|
* @return ChangeHostInsightCompartmentResponse
|
|
114
114
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
|
|
116
116
|
*/
|
|
117
117
|
changeHostInsightCompartment(changeHostInsightCompartmentRequest: requests.ChangeHostInsightCompartmentRequest): Promise<responses.ChangeHostInsightCompartmentResponse>;
|
|
118
|
+
/**
|
|
119
|
+
* Moves a private endpoint from one compartment to another. When provided, If-Match is checked against ETag values of the resource.
|
|
120
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
121
|
+
* @param ChangeOperationsInsightsPrivateEndpointCompartmentRequest
|
|
122
|
+
* @return ChangeOperationsInsightsPrivateEndpointCompartmentResponse
|
|
123
|
+
* @throws OciError when an error occurs
|
|
124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
|
|
125
|
+
*/
|
|
126
|
+
changeOperationsInsightsPrivateEndpointCompartment(changeOperationsInsightsPrivateEndpointCompartmentRequest: requests.ChangeOperationsInsightsPrivateEndpointCompartmentRequest): Promise<responses.ChangeOperationsInsightsPrivateEndpointCompartmentResponse>;
|
|
127
|
+
/**
|
|
128
|
+
* Change the connection details of a co-managed database insight. When provided, If-Match is checked against ETag values of the resource.
|
|
129
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
130
|
+
* @param ChangePeComanagedDatabaseInsightRequest
|
|
131
|
+
* @return ChangePeComanagedDatabaseInsightResponse
|
|
132
|
+
* @throws OciError when an error occurs
|
|
133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
|
|
134
|
+
*/
|
|
135
|
+
changePeComanagedDatabaseInsight(changePeComanagedDatabaseInsightRequest: requests.ChangePeComanagedDatabaseInsightRequest): Promise<responses.ChangePeComanagedDatabaseInsightResponse>;
|
|
118
136
|
/**
|
|
119
137
|
* Create a AWR hub resource for the tenant in Operations Insights.
|
|
120
138
|
* This resource will be created in root compartment.
|
|
@@ -123,7 +141,7 @@ export declare class OperationsInsightsClient {
|
|
|
123
141
|
* @param CreateAwrHubRequest
|
|
124
142
|
* @return CreateAwrHubResponse
|
|
125
143
|
* @throws OciError when an error occurs
|
|
126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
|
|
127
145
|
*/
|
|
128
146
|
createAwrHub(createAwrHubRequest: requests.CreateAwrHubRequest): Promise<responses.CreateAwrHubResponse>;
|
|
129
147
|
/**
|
|
@@ -133,7 +151,7 @@ export declare class OperationsInsightsClient {
|
|
|
133
151
|
* @param CreateDatabaseInsightRequest
|
|
134
152
|
* @return CreateDatabaseInsightResponse
|
|
135
153
|
* @throws OciError when an error occurs
|
|
136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
|
|
137
155
|
*/
|
|
138
156
|
createDatabaseInsight(createDatabaseInsightRequest: requests.CreateDatabaseInsightRequest): Promise<responses.CreateDatabaseInsightResponse>;
|
|
139
157
|
/**
|
|
@@ -143,7 +161,7 @@ export declare class OperationsInsightsClient {
|
|
|
143
161
|
* @param CreateEnterpriseManagerBridgeRequest
|
|
144
162
|
* @return CreateEnterpriseManagerBridgeResponse
|
|
145
163
|
* @throws OciError when an error occurs
|
|
146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
|
|
147
165
|
*/
|
|
148
166
|
createEnterpriseManagerBridge(createEnterpriseManagerBridgeRequest: requests.CreateEnterpriseManagerBridgeRequest): Promise<responses.CreateEnterpriseManagerBridgeResponse>;
|
|
149
167
|
/**
|
|
@@ -153,7 +171,7 @@ export declare class OperationsInsightsClient {
|
|
|
153
171
|
* @param CreateExadataInsightRequest
|
|
154
172
|
* @return CreateExadataInsightResponse
|
|
155
173
|
* @throws OciError when an error occurs
|
|
156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
|
|
157
175
|
*/
|
|
158
176
|
createExadataInsight(createExadataInsightRequest: requests.CreateExadataInsightRequest): Promise<responses.CreateExadataInsightResponse>;
|
|
159
177
|
/**
|
|
@@ -163,18 +181,30 @@ export declare class OperationsInsightsClient {
|
|
|
163
181
|
* @param CreateHostInsightRequest
|
|
164
182
|
* @return CreateHostInsightResponse
|
|
165
183
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
|
|
167
185
|
*/
|
|
168
186
|
createHostInsight(createHostInsightRequest: requests.CreateHostInsightRequest): Promise<responses.CreateHostInsightResponse>;
|
|
187
|
+
/**
|
|
188
|
+
* Create a private endpoint resource for the tenant in Operations Insights.
|
|
189
|
+
* This resource will be created in customer compartment.
|
|
190
|
+
*
|
|
191
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
192
|
+
* @param CreateOperationsInsightsPrivateEndpointRequest
|
|
193
|
+
* @return CreateOperationsInsightsPrivateEndpointResponse
|
|
194
|
+
* @throws OciError when an error occurs
|
|
195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
|
|
196
|
+
*/
|
|
197
|
+
createOperationsInsightsPrivateEndpoint(createOperationsInsightsPrivateEndpointRequest: requests.CreateOperationsInsightsPrivateEndpointRequest): Promise<responses.CreateOperationsInsightsPrivateEndpointResponse>;
|
|
169
198
|
/**
|
|
170
199
|
* Create a Operations Insights Warehouse resource for the tenant in Operations Insights. New ADW will be provisioned for this tenant.
|
|
171
|
-
* There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
|
|
200
|
+
* 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'
|
|
201
|
+
* header is passed to the API, a warehouse resource without ADW or Schema provisioning is created.
|
|
172
202
|
*
|
|
173
203
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
174
204
|
* @param CreateOperationsInsightsWarehouseRequest
|
|
175
205
|
* @return CreateOperationsInsightsWarehouseResponse
|
|
176
206
|
* @throws OciError when an error occurs
|
|
177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
|
|
178
208
|
*/
|
|
179
209
|
createOperationsInsightsWarehouse(createOperationsInsightsWarehouseRequest: requests.CreateOperationsInsightsWarehouseRequest): Promise<responses.CreateOperationsInsightsWarehouseResponse>;
|
|
180
210
|
/**
|
|
@@ -185,7 +215,7 @@ export declare class OperationsInsightsClient {
|
|
|
185
215
|
* @param CreateOperationsInsightsWarehouseUserRequest
|
|
186
216
|
* @return CreateOperationsInsightsWarehouseUserResponse
|
|
187
217
|
* @throws OciError when an error occurs
|
|
188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
218
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
|
|
189
219
|
*/
|
|
190
220
|
createOperationsInsightsWarehouseUser(createOperationsInsightsWarehouseUserRequest: requests.CreateOperationsInsightsWarehouseUserRequest): Promise<responses.CreateOperationsInsightsWarehouseUserResponse>;
|
|
191
221
|
/**
|
|
@@ -194,7 +224,7 @@ export declare class OperationsInsightsClient {
|
|
|
194
224
|
* @param DeleteAwrHubRequest
|
|
195
225
|
* @return DeleteAwrHubResponse
|
|
196
226
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
|
|
198
228
|
*/
|
|
199
229
|
deleteAwrHub(deleteAwrHubRequest: requests.DeleteAwrHubRequest): Promise<responses.DeleteAwrHubResponse>;
|
|
200
230
|
/**
|
|
@@ -203,7 +233,7 @@ export declare class OperationsInsightsClient {
|
|
|
203
233
|
* @param DeleteDatabaseInsightRequest
|
|
204
234
|
* @return DeleteDatabaseInsightResponse
|
|
205
235
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
236
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
|
|
207
237
|
*/
|
|
208
238
|
deleteDatabaseInsight(deleteDatabaseInsightRequest: requests.DeleteDatabaseInsightRequest): Promise<responses.DeleteDatabaseInsightResponse>;
|
|
209
239
|
/**
|
|
@@ -212,7 +242,7 @@ export declare class OperationsInsightsClient {
|
|
|
212
242
|
* @param DeleteEnterpriseManagerBridgeRequest
|
|
213
243
|
* @return DeleteEnterpriseManagerBridgeResponse
|
|
214
244
|
* @throws OciError when an error occurs
|
|
215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
|
|
216
246
|
*/
|
|
217
247
|
deleteEnterpriseManagerBridge(deleteEnterpriseManagerBridgeRequest: requests.DeleteEnterpriseManagerBridgeRequest): Promise<responses.DeleteEnterpriseManagerBridgeResponse>;
|
|
218
248
|
/**
|
|
@@ -221,7 +251,7 @@ export declare class OperationsInsightsClient {
|
|
|
221
251
|
* @param DeleteExadataInsightRequest
|
|
222
252
|
* @return DeleteExadataInsightResponse
|
|
223
253
|
* @throws OciError when an error occurs
|
|
224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
|
|
225
255
|
*/
|
|
226
256
|
deleteExadataInsight(deleteExadataInsightRequest: requests.DeleteExadataInsightRequest): Promise<responses.DeleteExadataInsightResponse>;
|
|
227
257
|
/**
|
|
@@ -230,9 +260,18 @@ export declare class OperationsInsightsClient {
|
|
|
230
260
|
* @param DeleteHostInsightRequest
|
|
231
261
|
* @return DeleteHostInsightResponse
|
|
232
262
|
* @throws OciError when an error occurs
|
|
233
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
|
|
234
264
|
*/
|
|
235
265
|
deleteHostInsight(deleteHostInsightRequest: requests.DeleteHostInsightRequest): Promise<responses.DeleteHostInsightResponse>;
|
|
266
|
+
/**
|
|
267
|
+
* Deletes a private endpoint.
|
|
268
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
269
|
+
* @param DeleteOperationsInsightsPrivateEndpointRequest
|
|
270
|
+
* @return DeleteOperationsInsightsPrivateEndpointResponse
|
|
271
|
+
* @throws OciError when an error occurs
|
|
272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
|
|
273
|
+
*/
|
|
274
|
+
deleteOperationsInsightsPrivateEndpoint(deleteOperationsInsightsPrivateEndpointRequest: requests.DeleteOperationsInsightsPrivateEndpointRequest): Promise<responses.DeleteOperationsInsightsPrivateEndpointResponse>;
|
|
236
275
|
/**
|
|
237
276
|
* Deletes an Operations Insights Warehouse. There is only expected to be 1 warehouse per tenant.
|
|
238
277
|
* The warehouse is expected to be in the root compartment.
|
|
@@ -243,7 +282,7 @@ export declare class OperationsInsightsClient {
|
|
|
243
282
|
* @param DeleteOperationsInsightsWarehouseRequest
|
|
244
283
|
* @return DeleteOperationsInsightsWarehouseResponse
|
|
245
284
|
* @throws OciError when an error occurs
|
|
246
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
285
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
|
|
247
286
|
*/
|
|
248
287
|
deleteOperationsInsightsWarehouse(deleteOperationsInsightsWarehouseRequest: requests.DeleteOperationsInsightsWarehouseRequest): Promise<responses.DeleteOperationsInsightsWarehouseResponse>;
|
|
249
288
|
/**
|
|
@@ -252,7 +291,7 @@ export declare class OperationsInsightsClient {
|
|
|
252
291
|
* @param DeleteOperationsInsightsWarehouseUserRequest
|
|
253
292
|
* @return DeleteOperationsInsightsWarehouseUserResponse
|
|
254
293
|
* @throws OciError when an error occurs
|
|
255
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
294
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
|
|
256
295
|
*/
|
|
257
296
|
deleteOperationsInsightsWarehouseUser(deleteOperationsInsightsWarehouseUserRequest: requests.DeleteOperationsInsightsWarehouseUserRequest): Promise<responses.DeleteOperationsInsightsWarehouseUserResponse>;
|
|
258
297
|
/**
|
|
@@ -261,7 +300,7 @@ export declare class OperationsInsightsClient {
|
|
|
261
300
|
* @param DisableDatabaseInsightRequest
|
|
262
301
|
* @return DisableDatabaseInsightResponse
|
|
263
302
|
* @throws OciError when an error occurs
|
|
264
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
303
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
|
|
265
304
|
*/
|
|
266
305
|
disableDatabaseInsight(disableDatabaseInsightRequest: requests.DisableDatabaseInsightRequest): Promise<responses.DisableDatabaseInsightResponse>;
|
|
267
306
|
/**
|
|
@@ -270,7 +309,7 @@ export declare class OperationsInsightsClient {
|
|
|
270
309
|
* @param DisableExadataInsightRequest
|
|
271
310
|
* @return DisableExadataInsightResponse
|
|
272
311
|
* @throws OciError when an error occurs
|
|
273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
312
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
|
|
274
313
|
*/
|
|
275
314
|
disableExadataInsight(disableExadataInsightRequest: requests.DisableExadataInsightRequest): Promise<responses.DisableExadataInsightResponse>;
|
|
276
315
|
/**
|
|
@@ -279,7 +318,7 @@ export declare class OperationsInsightsClient {
|
|
|
279
318
|
* @param DisableHostInsightRequest
|
|
280
319
|
* @return DisableHostInsightResponse
|
|
281
320
|
* @throws OciError when an error occurs
|
|
282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
|
|
283
322
|
*/
|
|
284
323
|
disableHostInsight(disableHostInsightRequest: requests.DisableHostInsightRequest): Promise<responses.DisableHostInsightResponse>;
|
|
285
324
|
/**
|
|
@@ -288,7 +327,7 @@ export declare class OperationsInsightsClient {
|
|
|
288
327
|
* @param DownloadOperationsInsightsWarehouseWalletRequest
|
|
289
328
|
* @return DownloadOperationsInsightsWarehouseWalletResponse
|
|
290
329
|
* @throws OciError when an error occurs
|
|
291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
|
|
292
331
|
*/
|
|
293
332
|
downloadOperationsInsightsWarehouseWallet(downloadOperationsInsightsWarehouseWalletRequest: requests.DownloadOperationsInsightsWarehouseWalletRequest): Promise<responses.DownloadOperationsInsightsWarehouseWalletResponse>;
|
|
294
333
|
/**
|
|
@@ -297,7 +336,7 @@ export declare class OperationsInsightsClient {
|
|
|
297
336
|
* @param EnableDatabaseInsightRequest
|
|
298
337
|
* @return EnableDatabaseInsightResponse
|
|
299
338
|
* @throws OciError when an error occurs
|
|
300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
339
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
|
|
301
340
|
*/
|
|
302
341
|
enableDatabaseInsight(enableDatabaseInsightRequest: requests.EnableDatabaseInsightRequest): Promise<responses.EnableDatabaseInsightResponse>;
|
|
303
342
|
/**
|
|
@@ -306,7 +345,7 @@ export declare class OperationsInsightsClient {
|
|
|
306
345
|
* @param EnableExadataInsightRequest
|
|
307
346
|
* @return EnableExadataInsightResponse
|
|
308
347
|
* @throws OciError when an error occurs
|
|
309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
|
|
310
349
|
*/
|
|
311
350
|
enableExadataInsight(enableExadataInsightRequest: requests.EnableExadataInsightRequest): Promise<responses.EnableExadataInsightResponse>;
|
|
312
351
|
/**
|
|
@@ -315,7 +354,7 @@ export declare class OperationsInsightsClient {
|
|
|
315
354
|
* @param EnableHostInsightRequest
|
|
316
355
|
* @return EnableHostInsightResponse
|
|
317
356
|
* @throws OciError when an error occurs
|
|
318
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
|
|
319
358
|
*/
|
|
320
359
|
enableHostInsight(enableHostInsightRequest: requests.EnableHostInsightRequest): Promise<responses.EnableHostInsightResponse>;
|
|
321
360
|
/**
|
|
@@ -324,7 +363,7 @@ export declare class OperationsInsightsClient {
|
|
|
324
363
|
* @param GetAwrHubRequest
|
|
325
364
|
* @return GetAwrHubResponse
|
|
326
365
|
* @throws OciError when an error occurs
|
|
327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
|
|
328
367
|
*/
|
|
329
368
|
getAwrHub(getAwrHubRequest: requests.GetAwrHubRequest): Promise<responses.GetAwrHubResponse>;
|
|
330
369
|
/**
|
|
@@ -335,7 +374,7 @@ export declare class OperationsInsightsClient {
|
|
|
335
374
|
* @param GetAwrReportRequest
|
|
336
375
|
* @return GetAwrReportResponse
|
|
337
376
|
* @throws OciError when an error occurs
|
|
338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
377
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
|
|
339
378
|
*/
|
|
340
379
|
getAwrReport(getAwrReportRequest: requests.GetAwrReportRequest): Promise<responses.GetAwrReportResponse>;
|
|
341
380
|
/**
|
|
@@ -344,7 +383,7 @@ export declare class OperationsInsightsClient {
|
|
|
344
383
|
* @param GetDatabaseInsightRequest
|
|
345
384
|
* @return GetDatabaseInsightResponse
|
|
346
385
|
* @throws OciError when an error occurs
|
|
347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
386
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
|
|
348
387
|
*/
|
|
349
388
|
getDatabaseInsight(getDatabaseInsightRequest: requests.GetDatabaseInsightRequest): Promise<responses.GetDatabaseInsightResponse>;
|
|
350
389
|
/**
|
|
@@ -353,7 +392,7 @@ export declare class OperationsInsightsClient {
|
|
|
353
392
|
* @param GetEnterpriseManagerBridgeRequest
|
|
354
393
|
* @return GetEnterpriseManagerBridgeResponse
|
|
355
394
|
* @throws OciError when an error occurs
|
|
356
|
-
* @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.19.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
|
|
357
396
|
*/
|
|
358
397
|
getEnterpriseManagerBridge(getEnterpriseManagerBridgeRequest: requests.GetEnterpriseManagerBridgeRequest): Promise<responses.GetEnterpriseManagerBridgeResponse>;
|
|
359
398
|
/**
|
|
@@ -362,7 +401,7 @@ export declare class OperationsInsightsClient {
|
|
|
362
401
|
* @param GetExadataInsightRequest
|
|
363
402
|
* @return GetExadataInsightResponse
|
|
364
403
|
* @throws OciError when an error occurs
|
|
365
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
404
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
|
|
366
405
|
*/
|
|
367
406
|
getExadataInsight(getExadataInsightRequest: requests.GetExadataInsightRequest): Promise<responses.GetExadataInsightResponse>;
|
|
368
407
|
/**
|
|
@@ -371,9 +410,18 @@ export declare class OperationsInsightsClient {
|
|
|
371
410
|
* @param GetHostInsightRequest
|
|
372
411
|
* @return GetHostInsightResponse
|
|
373
412
|
* @throws OciError when an error occurs
|
|
374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
413
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
|
|
375
414
|
*/
|
|
376
415
|
getHostInsight(getHostInsightRequest: requests.GetHostInsightRequest): Promise<responses.GetHostInsightResponse>;
|
|
416
|
+
/**
|
|
417
|
+
* Gets the details of the specified private endpoint.
|
|
418
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
419
|
+
* @param GetOperationsInsightsPrivateEndpointRequest
|
|
420
|
+
* @return GetOperationsInsightsPrivateEndpointResponse
|
|
421
|
+
* @throws OciError when an error occurs
|
|
422
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
|
|
423
|
+
*/
|
|
424
|
+
getOperationsInsightsPrivateEndpoint(getOperationsInsightsPrivateEndpointRequest: requests.GetOperationsInsightsPrivateEndpointRequest): Promise<responses.GetOperationsInsightsPrivateEndpointResponse>;
|
|
377
425
|
/**
|
|
378
426
|
* Gets details of an Operations Insights Warehouse.
|
|
379
427
|
* There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
|
|
@@ -382,7 +430,7 @@ export declare class OperationsInsightsClient {
|
|
|
382
430
|
* @param GetOperationsInsightsWarehouseRequest
|
|
383
431
|
* @return GetOperationsInsightsWarehouseResponse
|
|
384
432
|
* @throws OciError when an error occurs
|
|
385
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
433
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
|
|
386
434
|
*/
|
|
387
435
|
getOperationsInsightsWarehouse(getOperationsInsightsWarehouseRequest: requests.GetOperationsInsightsWarehouseRequest): Promise<responses.GetOperationsInsightsWarehouseResponse>;
|
|
388
436
|
/**
|
|
@@ -391,7 +439,7 @@ export declare class OperationsInsightsClient {
|
|
|
391
439
|
* @param GetOperationsInsightsWarehouseUserRequest
|
|
392
440
|
* @return GetOperationsInsightsWarehouseUserResponse
|
|
393
441
|
* @throws OciError when an error occurs
|
|
394
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
442
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
|
|
395
443
|
*/
|
|
396
444
|
getOperationsInsightsWarehouseUser(getOperationsInsightsWarehouseUserRequest: requests.GetOperationsInsightsWarehouseUserRequest): Promise<responses.GetOperationsInsightsWarehouseUserResponse>;
|
|
397
445
|
/**
|
|
@@ -400,7 +448,7 @@ export declare class OperationsInsightsClient {
|
|
|
400
448
|
* @param GetWorkRequestRequest
|
|
401
449
|
* @return GetWorkRequestResponse
|
|
402
450
|
* @throws OciError when an error occurs
|
|
403
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
404
452
|
*/
|
|
405
453
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
406
454
|
/**
|
|
@@ -409,7 +457,7 @@ export declare class OperationsInsightsClient {
|
|
|
409
457
|
* @param IngestDatabaseConfigurationRequest
|
|
410
458
|
* @return IngestDatabaseConfigurationResponse
|
|
411
459
|
* @throws OciError when an error occurs
|
|
412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
460
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
|
|
413
461
|
*/
|
|
414
462
|
ingestDatabaseConfiguration(ingestDatabaseConfigurationRequest: requests.IngestDatabaseConfigurationRequest): Promise<responses.IngestDatabaseConfigurationResponse>;
|
|
415
463
|
/**
|
|
@@ -418,7 +466,7 @@ export declare class OperationsInsightsClient {
|
|
|
418
466
|
* @param IngestHostConfigurationRequest
|
|
419
467
|
* @return IngestHostConfigurationResponse
|
|
420
468
|
* @throws OciError when an error occurs
|
|
421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
469
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
|
|
422
470
|
*/
|
|
423
471
|
ingestHostConfiguration(ingestHostConfigurationRequest: requests.IngestHostConfigurationRequest): Promise<responses.IngestHostConfigurationResponse>;
|
|
424
472
|
/**
|
|
@@ -427,7 +475,7 @@ export declare class OperationsInsightsClient {
|
|
|
427
475
|
* @param IngestHostMetricsRequest
|
|
428
476
|
* @return IngestHostMetricsResponse
|
|
429
477
|
* @throws OciError when an error occurs
|
|
430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
478
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
|
|
431
479
|
*/
|
|
432
480
|
ingestHostMetrics(ingestHostMetricsRequest: requests.IngestHostMetricsRequest): Promise<responses.IngestHostMetricsResponse>;
|
|
433
481
|
/**
|
|
@@ -438,7 +486,7 @@ export declare class OperationsInsightsClient {
|
|
|
438
486
|
* @param IngestSqlBucketRequest
|
|
439
487
|
* @return IngestSqlBucketResponse
|
|
440
488
|
* @throws OciError when an error occurs
|
|
441
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
|
|
442
490
|
*/
|
|
443
491
|
ingestSqlBucket(ingestSqlBucketRequest: requests.IngestSqlBucketRequest): Promise<responses.IngestSqlBucketResponse>;
|
|
444
492
|
/**
|
|
@@ -449,7 +497,7 @@ export declare class OperationsInsightsClient {
|
|
|
449
497
|
* @param IngestSqlPlanLinesRequest
|
|
450
498
|
* @return IngestSqlPlanLinesResponse
|
|
451
499
|
* @throws OciError when an error occurs
|
|
452
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
500
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
|
|
453
501
|
*/
|
|
454
502
|
ingestSqlPlanLines(ingestSqlPlanLinesRequest: requests.IngestSqlPlanLinesRequest): Promise<responses.IngestSqlPlanLinesResponse>;
|
|
455
503
|
/**
|
|
@@ -460,7 +508,7 @@ export declare class OperationsInsightsClient {
|
|
|
460
508
|
* @param IngestSqlStatsRequest
|
|
461
509
|
* @return IngestSqlStatsResponse
|
|
462
510
|
* @throws OciError when an error occurs
|
|
463
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
|
|
464
512
|
*/
|
|
465
513
|
ingestSqlStats(ingestSqlStatsRequest: requests.IngestSqlStatsRequest): Promise<responses.IngestSqlStatsResponse>;
|
|
466
514
|
/**
|
|
@@ -472,7 +520,7 @@ export declare class OperationsInsightsClient {
|
|
|
472
520
|
* @param IngestSqlTextRequest
|
|
473
521
|
* @return IngestSqlTextResponse
|
|
474
522
|
* @throws OciError when an error occurs
|
|
475
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
523
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
|
|
476
524
|
*/
|
|
477
525
|
ingestSqlText(ingestSqlTextRequest: requests.IngestSqlTextRequest): Promise<responses.IngestSqlTextResponse>;
|
|
478
526
|
/**
|
|
@@ -482,7 +530,7 @@ export declare class OperationsInsightsClient {
|
|
|
482
530
|
* @param ListAwrHubsRequest
|
|
483
531
|
* @return ListAwrHubsResponse
|
|
484
532
|
* @throws OciError when an error occurs
|
|
485
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
533
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
|
|
486
534
|
*/
|
|
487
535
|
listAwrHubs(listAwrHubsRequest: requests.ListAwrHubsRequest): Promise<responses.ListAwrHubsResponse>;
|
|
488
536
|
/**
|
|
@@ -493,7 +541,7 @@ export declare class OperationsInsightsClient {
|
|
|
493
541
|
* @param ListAwrSnapshotsRequest
|
|
494
542
|
* @return ListAwrSnapshotsResponse
|
|
495
543
|
* @throws OciError when an error occurs
|
|
496
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
544
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
|
|
497
545
|
*/
|
|
498
546
|
listAwrSnapshots(listAwrSnapshotsRequest: requests.ListAwrSnapshotsRequest): Promise<responses.ListAwrSnapshotsResponse>;
|
|
499
547
|
/**
|
|
@@ -504,7 +552,7 @@ export declare class OperationsInsightsClient {
|
|
|
504
552
|
* @param ListDatabaseConfigurationsRequest
|
|
505
553
|
* @return ListDatabaseConfigurationsResponse
|
|
506
554
|
* @throws OciError when an error occurs
|
|
507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
555
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
|
|
508
556
|
*/
|
|
509
557
|
listDatabaseConfigurations(listDatabaseConfigurationsRequest: requests.ListDatabaseConfigurationsRequest): Promise<responses.ListDatabaseConfigurationsResponse>;
|
|
510
558
|
/**
|
|
@@ -515,7 +563,7 @@ export declare class OperationsInsightsClient {
|
|
|
515
563
|
* @param ListDatabaseInsightsRequest
|
|
516
564
|
* @return ListDatabaseInsightsResponse
|
|
517
565
|
* @throws OciError when an error occurs
|
|
518
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
566
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
|
|
519
567
|
*/
|
|
520
568
|
listDatabaseInsights(listDatabaseInsightsRequest: requests.ListDatabaseInsightsRequest): Promise<responses.ListDatabaseInsightsResponse>;
|
|
521
569
|
/**
|
|
@@ -526,7 +574,7 @@ export declare class OperationsInsightsClient {
|
|
|
526
574
|
* @param ListEnterpriseManagerBridgesRequest
|
|
527
575
|
* @return ListEnterpriseManagerBridgesResponse
|
|
528
576
|
* @throws OciError when an error occurs
|
|
529
|
-
* @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.19.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
|
|
530
578
|
*/
|
|
531
579
|
listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest: requests.ListEnterpriseManagerBridgesRequest): Promise<responses.ListEnterpriseManagerBridgesResponse>;
|
|
532
580
|
/**
|
|
@@ -535,7 +583,7 @@ export declare class OperationsInsightsClient {
|
|
|
535
583
|
* @param ListExadataConfigurationsRequest
|
|
536
584
|
* @return ListExadataConfigurationsResponse
|
|
537
585
|
* @throws OciError when an error occurs
|
|
538
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
586
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
|
|
539
587
|
*/
|
|
540
588
|
listExadataConfigurations(listExadataConfigurationsRequest: requests.ListExadataConfigurationsRequest): Promise<responses.ListExadataConfigurationsResponse>;
|
|
541
589
|
/**
|
|
@@ -546,7 +594,7 @@ export declare class OperationsInsightsClient {
|
|
|
546
594
|
* @param ListExadataInsightsRequest
|
|
547
595
|
* @return ListExadataInsightsResponse
|
|
548
596
|
* @throws OciError when an error occurs
|
|
549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
|
|
550
598
|
*/
|
|
551
599
|
listExadataInsights(listExadataInsightsRequest: requests.ListExadataInsightsRequest): Promise<responses.ListExadataInsightsResponse>;
|
|
552
600
|
/**
|
|
@@ -557,7 +605,7 @@ export declare class OperationsInsightsClient {
|
|
|
557
605
|
* @param ListHostConfigurationsRequest
|
|
558
606
|
* @return ListHostConfigurationsResponse
|
|
559
607
|
* @throws OciError when an error occurs
|
|
560
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
608
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
|
|
561
609
|
*/
|
|
562
610
|
listHostConfigurations(listHostConfigurationsRequest: requests.ListHostConfigurationsRequest): Promise<responses.ListHostConfigurationsResponse>;
|
|
563
611
|
/**
|
|
@@ -568,7 +616,7 @@ export declare class OperationsInsightsClient {
|
|
|
568
616
|
* @param ListHostInsightsRequest
|
|
569
617
|
* @return ListHostInsightsResponse
|
|
570
618
|
* @throws OciError when an error occurs
|
|
571
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
619
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
|
|
572
620
|
*/
|
|
573
621
|
listHostInsights(listHostInsightsRequest: requests.ListHostInsightsRequest): Promise<responses.ListHostInsightsResponse>;
|
|
574
622
|
/**
|
|
@@ -578,7 +626,7 @@ export declare class OperationsInsightsClient {
|
|
|
578
626
|
* @param ListHostedEntitiesRequest
|
|
579
627
|
* @return ListHostedEntitiesResponse
|
|
580
628
|
* @throws OciError when an error occurs
|
|
581
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
629
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
|
|
582
630
|
*/
|
|
583
631
|
listHostedEntities(listHostedEntitiesRequest: requests.ListHostedEntitiesRequest): Promise<responses.ListHostedEntitiesResponse>;
|
|
584
632
|
/**
|
|
@@ -592,7 +640,7 @@ export declare class OperationsInsightsClient {
|
|
|
592
640
|
* @param ListImportableAgentEntitiesRequest
|
|
593
641
|
* @return ListImportableAgentEntitiesResponse
|
|
594
642
|
* @throws OciError when an error occurs
|
|
595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
643
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
|
|
596
644
|
*/
|
|
597
645
|
listImportableAgentEntities(listImportableAgentEntitiesRequest: requests.ListImportableAgentEntitiesRequest): Promise<responses.ListImportableAgentEntitiesResponse>;
|
|
598
646
|
/**
|
|
@@ -602,9 +650,18 @@ export declare class OperationsInsightsClient {
|
|
|
602
650
|
* @param ListImportableEnterpriseManagerEntitiesRequest
|
|
603
651
|
* @return ListImportableEnterpriseManagerEntitiesResponse
|
|
604
652
|
* @throws OciError when an error occurs
|
|
605
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
653
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
|
|
606
654
|
*/
|
|
607
655
|
listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest: requests.ListImportableEnterpriseManagerEntitiesRequest): Promise<responses.ListImportableEnterpriseManagerEntitiesResponse>;
|
|
656
|
+
/**
|
|
657
|
+
* Gets a list of Operation Insights private endpoints.
|
|
658
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
659
|
+
* @param ListOperationsInsightsPrivateEndpointsRequest
|
|
660
|
+
* @return ListOperationsInsightsPrivateEndpointsResponse
|
|
661
|
+
* @throws OciError when an error occurs
|
|
662
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
|
|
663
|
+
*/
|
|
664
|
+
listOperationsInsightsPrivateEndpoints(listOperationsInsightsPrivateEndpointsRequest: requests.ListOperationsInsightsPrivateEndpointsRequest): Promise<responses.ListOperationsInsightsPrivateEndpointsResponse>;
|
|
608
665
|
/**
|
|
609
666
|
* 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.
|
|
610
667
|
*
|
|
@@ -612,7 +669,7 @@ export declare class OperationsInsightsClient {
|
|
|
612
669
|
* @param ListOperationsInsightsWarehouseUsersRequest
|
|
613
670
|
* @return ListOperationsInsightsWarehouseUsersResponse
|
|
614
671
|
* @throws OciError when an error occurs
|
|
615
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
672
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
|
|
616
673
|
*/
|
|
617
674
|
listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest: requests.ListOperationsInsightsWarehouseUsersRequest): Promise<responses.ListOperationsInsightsWarehouseUsersResponse>;
|
|
618
675
|
/**
|
|
@@ -623,7 +680,7 @@ export declare class OperationsInsightsClient {
|
|
|
623
680
|
* @param ListOperationsInsightsWarehousesRequest
|
|
624
681
|
* @return ListOperationsInsightsWarehousesResponse
|
|
625
682
|
* @throws OciError when an error occurs
|
|
626
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
683
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
|
|
627
684
|
*/
|
|
628
685
|
listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest: requests.ListOperationsInsightsWarehousesRequest): Promise<responses.ListOperationsInsightsWarehousesResponse>;
|
|
629
686
|
/**
|
|
@@ -634,7 +691,7 @@ export declare class OperationsInsightsClient {
|
|
|
634
691
|
* @param ListSqlPlansRequest
|
|
635
692
|
* @return ListSqlPlansResponse
|
|
636
693
|
* @throws OciError when an error occurs
|
|
637
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
694
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
|
|
638
695
|
*/
|
|
639
696
|
listSqlPlans(listSqlPlansRequest: requests.ListSqlPlansRequest): Promise<responses.ListSqlPlansResponse>;
|
|
640
697
|
/**
|
|
@@ -645,7 +702,7 @@ export declare class OperationsInsightsClient {
|
|
|
645
702
|
* @param ListSqlSearchesRequest
|
|
646
703
|
* @return ListSqlSearchesResponse
|
|
647
704
|
* @throws OciError when an error occurs
|
|
648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
705
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
|
|
649
706
|
*/
|
|
650
707
|
listSqlSearches(listSqlSearchesRequest: requests.ListSqlSearchesRequest): Promise<responses.ListSqlSearchesResponse>;
|
|
651
708
|
/**
|
|
@@ -655,7 +712,7 @@ export declare class OperationsInsightsClient {
|
|
|
655
712
|
* @param ListSqlTextsRequest
|
|
656
713
|
* @return ListSqlTextsResponse
|
|
657
714
|
* @throws OciError when an error occurs
|
|
658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
|
|
659
716
|
*/
|
|
660
717
|
listSqlTexts(listSqlTextsRequest: requests.ListSqlTextsRequest): Promise<responses.ListSqlTextsResponse>;
|
|
661
718
|
/**
|
|
@@ -665,7 +722,7 @@ export declare class OperationsInsightsClient {
|
|
|
665
722
|
* @param ListWorkRequestErrorsRequest
|
|
666
723
|
* @return ListWorkRequestErrorsResponse
|
|
667
724
|
* @throws OciError when an error occurs
|
|
668
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
725
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
669
726
|
*/
|
|
670
727
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
671
728
|
/**
|
|
@@ -675,7 +732,7 @@ export declare class OperationsInsightsClient {
|
|
|
675
732
|
* @param ListWorkRequestLogsRequest
|
|
676
733
|
* @return ListWorkRequestLogsResponse
|
|
677
734
|
* @throws OciError when an error occurs
|
|
678
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
735
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
679
736
|
*/
|
|
680
737
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
681
738
|
/**
|
|
@@ -685,7 +742,7 @@ export declare class OperationsInsightsClient {
|
|
|
685
742
|
* @param ListWorkRequestsRequest
|
|
686
743
|
* @return ListWorkRequestsResponse
|
|
687
744
|
* @throws OciError when an error occurs
|
|
688
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
745
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
689
746
|
*/
|
|
690
747
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
691
748
|
/**
|
|
@@ -694,7 +751,7 @@ export declare class OperationsInsightsClient {
|
|
|
694
751
|
* @param RotateOperationsInsightsWarehouseWalletRequest
|
|
695
752
|
* @return RotateOperationsInsightsWarehouseWalletResponse
|
|
696
753
|
* @throws OciError when an error occurs
|
|
697
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
754
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
|
|
698
755
|
*/
|
|
699
756
|
rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest: requests.RotateOperationsInsightsWarehouseWalletRequest): Promise<responses.RotateOperationsInsightsWarehouseWalletResponse>;
|
|
700
757
|
/**
|
|
@@ -704,7 +761,7 @@ export declare class OperationsInsightsClient {
|
|
|
704
761
|
* @param SummarizeAwrSourcesSummariesRequest
|
|
705
762
|
* @return SummarizeAwrSourcesSummariesResponse
|
|
706
763
|
* @throws OciError when an error occurs
|
|
707
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
764
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
|
|
708
765
|
*/
|
|
709
766
|
summarizeAwrSourcesSummaries(summarizeAwrSourcesSummariesRequest: requests.SummarizeAwrSourcesSummariesRequest): Promise<responses.SummarizeAwrSourcesSummariesResponse>;
|
|
710
767
|
/**
|
|
@@ -716,7 +773,7 @@ export declare class OperationsInsightsClient {
|
|
|
716
773
|
* @param SummarizeDatabaseInsightResourceCapacityTrendRequest
|
|
717
774
|
* @return SummarizeDatabaseInsightResourceCapacityTrendResponse
|
|
718
775
|
* @throws OciError when an error occurs
|
|
719
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
776
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
|
|
720
777
|
*/
|
|
721
778
|
summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest: requests.SummarizeDatabaseInsightResourceCapacityTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceCapacityTrendResponse>;
|
|
722
779
|
/**
|
|
@@ -727,7 +784,7 @@ export declare class OperationsInsightsClient {
|
|
|
727
784
|
* @param SummarizeDatabaseInsightResourceForecastTrendRequest
|
|
728
785
|
* @return SummarizeDatabaseInsightResourceForecastTrendResponse
|
|
729
786
|
* @throws OciError when an error occurs
|
|
730
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
787
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
|
|
731
788
|
*/
|
|
732
789
|
summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest: requests.SummarizeDatabaseInsightResourceForecastTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceForecastTrendResponse>;
|
|
733
790
|
/**
|
|
@@ -738,7 +795,7 @@ export declare class OperationsInsightsClient {
|
|
|
738
795
|
* @param SummarizeDatabaseInsightResourceStatisticsRequest
|
|
739
796
|
* @return SummarizeDatabaseInsightResourceStatisticsResponse
|
|
740
797
|
* @throws OciError when an error occurs
|
|
741
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
798
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
|
|
742
799
|
*/
|
|
743
800
|
summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest: requests.SummarizeDatabaseInsightResourceStatisticsRequest): Promise<responses.SummarizeDatabaseInsightResourceStatisticsResponse>;
|
|
744
801
|
/**
|
|
@@ -751,7 +808,7 @@ export declare class OperationsInsightsClient {
|
|
|
751
808
|
* @param SummarizeDatabaseInsightResourceUsageRequest
|
|
752
809
|
* @return SummarizeDatabaseInsightResourceUsageResponse
|
|
753
810
|
* @throws OciError when an error occurs
|
|
754
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
811
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
|
|
755
812
|
*/
|
|
756
813
|
summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest: requests.SummarizeDatabaseInsightResourceUsageRequest): Promise<responses.SummarizeDatabaseInsightResourceUsageResponse>;
|
|
757
814
|
/**
|
|
@@ -763,7 +820,7 @@ export declare class OperationsInsightsClient {
|
|
|
763
820
|
* @param SummarizeDatabaseInsightResourceUsageTrendRequest
|
|
764
821
|
* @return SummarizeDatabaseInsightResourceUsageTrendResponse
|
|
765
822
|
* @throws OciError when an error occurs
|
|
766
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
823
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
|
|
767
824
|
*/
|
|
768
825
|
summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest: requests.SummarizeDatabaseInsightResourceUsageTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceUsageTrendResponse>;
|
|
769
826
|
/**
|
|
@@ -774,7 +831,7 @@ export declare class OperationsInsightsClient {
|
|
|
774
831
|
* @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
|
|
775
832
|
* @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
|
|
776
833
|
* @throws OciError when an error occurs
|
|
777
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
834
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
|
|
778
835
|
*/
|
|
779
836
|
summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest: requests.SummarizeDatabaseInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeDatabaseInsightResourceUtilizationInsightResponse>;
|
|
780
837
|
/**
|
|
@@ -786,7 +843,7 @@ export declare class OperationsInsightsClient {
|
|
|
786
843
|
* @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
|
|
787
844
|
* @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
|
|
788
845
|
* @throws OciError when an error occurs
|
|
789
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
846
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
|
|
790
847
|
*/
|
|
791
848
|
summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest: requests.SummarizeDatabaseInsightTablespaceUsageTrendRequest): Promise<responses.SummarizeDatabaseInsightTablespaceUsageTrendResponse>;
|
|
792
849
|
/**
|
|
@@ -803,7 +860,7 @@ export declare class OperationsInsightsClient {
|
|
|
803
860
|
* @param SummarizeExadataInsightResourceCapacityTrendRequest
|
|
804
861
|
* @return SummarizeExadataInsightResourceCapacityTrendResponse
|
|
805
862
|
* @throws OciError when an error occurs
|
|
806
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
863
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
|
|
807
864
|
*/
|
|
808
865
|
summarizeExadataInsightResourceCapacityTrend(summarizeExadataInsightResourceCapacityTrendRequest: requests.SummarizeExadataInsightResourceCapacityTrendRequest): Promise<responses.SummarizeExadataInsightResourceCapacityTrendResponse>;
|
|
809
866
|
/**
|
|
@@ -817,7 +874,7 @@ export declare class OperationsInsightsClient {
|
|
|
817
874
|
* @param SummarizeExadataInsightResourceCapacityTrendAggregatedRequest
|
|
818
875
|
* @return SummarizeExadataInsightResourceCapacityTrendAggregatedResponse
|
|
819
876
|
* @throws OciError when an error occurs
|
|
820
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
|
|
821
878
|
*/
|
|
822
879
|
summarizeExadataInsightResourceCapacityTrendAggregated(summarizeExadataInsightResourceCapacityTrendAggregatedRequest: requests.SummarizeExadataInsightResourceCapacityTrendAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceCapacityTrendAggregatedResponse>;
|
|
823
880
|
/**
|
|
@@ -834,7 +891,7 @@ export declare class OperationsInsightsClient {
|
|
|
834
891
|
* @param SummarizeExadataInsightResourceForecastTrendRequest
|
|
835
892
|
* @return SummarizeExadataInsightResourceForecastTrendResponse
|
|
836
893
|
* @throws OciError when an error occurs
|
|
837
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
894
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
|
|
838
895
|
*/
|
|
839
896
|
summarizeExadataInsightResourceForecastTrend(summarizeExadataInsightResourceForecastTrendRequest: requests.SummarizeExadataInsightResourceForecastTrendRequest): Promise<responses.SummarizeExadataInsightResourceForecastTrendResponse>;
|
|
840
897
|
/**
|
|
@@ -847,7 +904,7 @@ export declare class OperationsInsightsClient {
|
|
|
847
904
|
* @param SummarizeExadataInsightResourceForecastTrendAggregatedRequest
|
|
848
905
|
* @return SummarizeExadataInsightResourceForecastTrendAggregatedResponse
|
|
849
906
|
* @throws OciError when an error occurs
|
|
850
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
907
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
|
|
851
908
|
*/
|
|
852
909
|
summarizeExadataInsightResourceForecastTrendAggregated(summarizeExadataInsightResourceForecastTrendAggregatedRequest: requests.SummarizeExadataInsightResourceForecastTrendAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceForecastTrendAggregatedResponse>;
|
|
853
910
|
/**
|
|
@@ -861,7 +918,7 @@ export declare class OperationsInsightsClient {
|
|
|
861
918
|
* @param SummarizeExadataInsightResourceStatisticsRequest
|
|
862
919
|
* @return SummarizeExadataInsightResourceStatisticsResponse
|
|
863
920
|
* @throws OciError when an error occurs
|
|
864
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
921
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
|
|
865
922
|
*/
|
|
866
923
|
summarizeExadataInsightResourceStatistics(summarizeExadataInsightResourceStatisticsRequest: requests.SummarizeExadataInsightResourceStatisticsRequest): Promise<responses.SummarizeExadataInsightResourceStatisticsResponse>;
|
|
867
924
|
/**
|
|
@@ -876,7 +933,7 @@ export declare class OperationsInsightsClient {
|
|
|
876
933
|
* @param SummarizeExadataInsightResourceUsageRequest
|
|
877
934
|
* @return SummarizeExadataInsightResourceUsageResponse
|
|
878
935
|
* @throws OciError when an error occurs
|
|
879
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
936
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
|
|
880
937
|
*/
|
|
881
938
|
summarizeExadataInsightResourceUsage(summarizeExadataInsightResourceUsageRequest: requests.SummarizeExadataInsightResourceUsageRequest): Promise<responses.SummarizeExadataInsightResourceUsageResponse>;
|
|
882
939
|
/**
|
|
@@ -891,7 +948,7 @@ export declare class OperationsInsightsClient {
|
|
|
891
948
|
* @param SummarizeExadataInsightResourceUsageAggregatedRequest
|
|
892
949
|
* @return SummarizeExadataInsightResourceUsageAggregatedResponse
|
|
893
950
|
* @throws OciError when an error occurs
|
|
894
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
951
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
|
|
895
952
|
*/
|
|
896
953
|
summarizeExadataInsightResourceUsageAggregated(summarizeExadataInsightResourceUsageAggregatedRequest: requests.SummarizeExadataInsightResourceUsageAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceUsageAggregatedResponse>;
|
|
897
954
|
/**
|
|
@@ -900,7 +957,7 @@ export declare class OperationsInsightsClient {
|
|
|
900
957
|
* @param SummarizeExadataInsightResourceUtilizationInsightRequest
|
|
901
958
|
* @return SummarizeExadataInsightResourceUtilizationInsightResponse
|
|
902
959
|
* @throws OciError when an error occurs
|
|
903
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
960
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
|
|
904
961
|
*/
|
|
905
962
|
summarizeExadataInsightResourceUtilizationInsight(summarizeExadataInsightResourceUtilizationInsightRequest: requests.SummarizeExadataInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeExadataInsightResourceUtilizationInsightResponse>;
|
|
906
963
|
/**
|
|
@@ -909,7 +966,7 @@ export declare class OperationsInsightsClient {
|
|
|
909
966
|
* @param SummarizeExadataMembersRequest
|
|
910
967
|
* @return SummarizeExadataMembersResponse
|
|
911
968
|
* @throws OciError when an error occurs
|
|
912
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
969
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
|
|
913
970
|
*/
|
|
914
971
|
summarizeExadataMembers(summarizeExadataMembersRequest: requests.SummarizeExadataMembersRequest): Promise<responses.SummarizeExadataMembersResponse>;
|
|
915
972
|
/**
|
|
@@ -921,7 +978,7 @@ export declare class OperationsInsightsClient {
|
|
|
921
978
|
* @param SummarizeHostInsightResourceCapacityTrendRequest
|
|
922
979
|
* @return SummarizeHostInsightResourceCapacityTrendResponse
|
|
923
980
|
* @throws OciError when an error occurs
|
|
924
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
981
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
|
|
925
982
|
*/
|
|
926
983
|
summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest: requests.SummarizeHostInsightResourceCapacityTrendRequest): Promise<responses.SummarizeHostInsightResourceCapacityTrendResponse>;
|
|
927
984
|
/**
|
|
@@ -932,7 +989,7 @@ export declare class OperationsInsightsClient {
|
|
|
932
989
|
* @param SummarizeHostInsightResourceForecastTrendRequest
|
|
933
990
|
* @return SummarizeHostInsightResourceForecastTrendResponse
|
|
934
991
|
* @throws OciError when an error occurs
|
|
935
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
992
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
|
|
936
993
|
*/
|
|
937
994
|
summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest: requests.SummarizeHostInsightResourceForecastTrendRequest): Promise<responses.SummarizeHostInsightResourceForecastTrendResponse>;
|
|
938
995
|
/**
|
|
@@ -943,7 +1000,7 @@ export declare class OperationsInsightsClient {
|
|
|
943
1000
|
* @param SummarizeHostInsightResourceStatisticsRequest
|
|
944
1001
|
* @return SummarizeHostInsightResourceStatisticsResponse
|
|
945
1002
|
* @throws OciError when an error occurs
|
|
946
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1003
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
|
|
947
1004
|
*/
|
|
948
1005
|
summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest: requests.SummarizeHostInsightResourceStatisticsRequest): Promise<responses.SummarizeHostInsightResourceStatisticsResponse>;
|
|
949
1006
|
/**
|
|
@@ -956,7 +1013,7 @@ export declare class OperationsInsightsClient {
|
|
|
956
1013
|
* @param SummarizeHostInsightResourceUsageRequest
|
|
957
1014
|
* @return SummarizeHostInsightResourceUsageResponse
|
|
958
1015
|
* @throws OciError when an error occurs
|
|
959
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1016
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
|
|
960
1017
|
*/
|
|
961
1018
|
summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest: requests.SummarizeHostInsightResourceUsageRequest): Promise<responses.SummarizeHostInsightResourceUsageResponse>;
|
|
962
1019
|
/**
|
|
@@ -968,7 +1025,7 @@ export declare class OperationsInsightsClient {
|
|
|
968
1025
|
* @param SummarizeHostInsightResourceUsageTrendRequest
|
|
969
1026
|
* @return SummarizeHostInsightResourceUsageTrendResponse
|
|
970
1027
|
* @throws OciError when an error occurs
|
|
971
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1028
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
|
|
972
1029
|
*/
|
|
973
1030
|
summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest: requests.SummarizeHostInsightResourceUsageTrendRequest): Promise<responses.SummarizeHostInsightResourceUsageTrendResponse>;
|
|
974
1031
|
/**
|
|
@@ -979,7 +1036,7 @@ export declare class OperationsInsightsClient {
|
|
|
979
1036
|
* @param SummarizeHostInsightResourceUtilizationInsightRequest
|
|
980
1037
|
* @return SummarizeHostInsightResourceUtilizationInsightResponse
|
|
981
1038
|
* @throws OciError when an error occurs
|
|
982
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1039
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
|
|
983
1040
|
*/
|
|
984
1041
|
summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest: requests.SummarizeHostInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeHostInsightResourceUtilizationInsightResponse>;
|
|
985
1042
|
/**
|
|
@@ -990,7 +1047,7 @@ export declare class OperationsInsightsClient {
|
|
|
990
1047
|
* @param SummarizeOperationsInsightsWarehouseResourceUsageRequest
|
|
991
1048
|
* @return SummarizeOperationsInsightsWarehouseResourceUsageResponse
|
|
992
1049
|
* @throws OciError when an error occurs
|
|
993
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1050
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
|
|
994
1051
|
*/
|
|
995
1052
|
summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest: requests.SummarizeOperationsInsightsWarehouseResourceUsageRequest): Promise<responses.SummarizeOperationsInsightsWarehouseResourceUsageResponse>;
|
|
996
1053
|
/**
|
|
@@ -1001,7 +1058,7 @@ export declare class OperationsInsightsClient {
|
|
|
1001
1058
|
* @param SummarizeSqlInsightsRequest
|
|
1002
1059
|
* @return SummarizeSqlInsightsResponse
|
|
1003
1060
|
* @throws OciError when an error occurs
|
|
1004
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1061
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
|
|
1005
1062
|
*/
|
|
1006
1063
|
summarizeSqlInsights(summarizeSqlInsightsRequest: requests.SummarizeSqlInsightsRequest): Promise<responses.SummarizeSqlInsightsResponse>;
|
|
1007
1064
|
/**
|
|
@@ -1012,7 +1069,7 @@ export declare class OperationsInsightsClient {
|
|
|
1012
1069
|
* @param SummarizeSqlPlanInsightsRequest
|
|
1013
1070
|
* @return SummarizeSqlPlanInsightsResponse
|
|
1014
1071
|
* @throws OciError when an error occurs
|
|
1015
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1072
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
|
|
1016
1073
|
*/
|
|
1017
1074
|
summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest: requests.SummarizeSqlPlanInsightsRequest): Promise<responses.SummarizeSqlPlanInsightsResponse>;
|
|
1018
1075
|
/**
|
|
@@ -1023,7 +1080,7 @@ export declare class OperationsInsightsClient {
|
|
|
1023
1080
|
* @param SummarizeSqlResponseTimeDistributionsRequest
|
|
1024
1081
|
* @return SummarizeSqlResponseTimeDistributionsResponse
|
|
1025
1082
|
* @throws OciError when an error occurs
|
|
1026
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1083
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
|
|
1027
1084
|
*/
|
|
1028
1085
|
summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest: requests.SummarizeSqlResponseTimeDistributionsRequest): Promise<responses.SummarizeSqlResponseTimeDistributionsResponse>;
|
|
1029
1086
|
/**
|
|
@@ -1034,7 +1091,7 @@ export declare class OperationsInsightsClient {
|
|
|
1034
1091
|
* @param SummarizeSqlStatisticsRequest
|
|
1035
1092
|
* @return SummarizeSqlStatisticsResponse
|
|
1036
1093
|
* @throws OciError when an error occurs
|
|
1037
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1094
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
|
|
1038
1095
|
*/
|
|
1039
1096
|
summarizeSqlStatistics(summarizeSqlStatisticsRequest: requests.SummarizeSqlStatisticsRequest): Promise<responses.SummarizeSqlStatisticsResponse>;
|
|
1040
1097
|
/**
|
|
@@ -1045,7 +1102,7 @@ export declare class OperationsInsightsClient {
|
|
|
1045
1102
|
* @param SummarizeSqlStatisticsTimeSeriesRequest
|
|
1046
1103
|
* @return SummarizeSqlStatisticsTimeSeriesResponse
|
|
1047
1104
|
* @throws OciError when an error occurs
|
|
1048
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
|
|
1049
1106
|
*/
|
|
1050
1107
|
summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest: requests.SummarizeSqlStatisticsTimeSeriesRequest): Promise<responses.SummarizeSqlStatisticsTimeSeriesResponse>;
|
|
1051
1108
|
/**
|
|
@@ -1056,7 +1113,7 @@ export declare class OperationsInsightsClient {
|
|
|
1056
1113
|
* @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
|
|
1057
1114
|
* @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
|
|
1058
1115
|
* @throws OciError when an error occurs
|
|
1059
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
|
|
1060
1117
|
*/
|
|
1061
1118
|
summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest: requests.SummarizeSqlStatisticsTimeSeriesByPlanRequest): Promise<responses.SummarizeSqlStatisticsTimeSeriesByPlanResponse>;
|
|
1062
1119
|
/**
|
|
@@ -1065,7 +1122,7 @@ export declare class OperationsInsightsClient {
|
|
|
1065
1122
|
* @param UpdateAwrHubRequest
|
|
1066
1123
|
* @return UpdateAwrHubResponse
|
|
1067
1124
|
* @throws OciError when an error occurs
|
|
1068
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
|
|
1069
1126
|
*/
|
|
1070
1127
|
updateAwrHub(updateAwrHubRequest: requests.UpdateAwrHubRequest): Promise<responses.UpdateAwrHubResponse>;
|
|
1071
1128
|
/**
|
|
@@ -1074,7 +1131,7 @@ export declare class OperationsInsightsClient {
|
|
|
1074
1131
|
* @param UpdateDatabaseInsightRequest
|
|
1075
1132
|
* @return UpdateDatabaseInsightResponse
|
|
1076
1133
|
* @throws OciError when an error occurs
|
|
1077
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
|
|
1078
1135
|
*/
|
|
1079
1136
|
updateDatabaseInsight(updateDatabaseInsightRequest: requests.UpdateDatabaseInsightRequest): Promise<responses.UpdateDatabaseInsightResponse>;
|
|
1080
1137
|
/**
|
|
@@ -1083,7 +1140,7 @@ export declare class OperationsInsightsClient {
|
|
|
1083
1140
|
* @param UpdateEnterpriseManagerBridgeRequest
|
|
1084
1141
|
* @return UpdateEnterpriseManagerBridgeResponse
|
|
1085
1142
|
* @throws OciError when an error occurs
|
|
1086
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
|
|
1087
1144
|
*/
|
|
1088
1145
|
updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest: requests.UpdateEnterpriseManagerBridgeRequest): Promise<responses.UpdateEnterpriseManagerBridgeResponse>;
|
|
1089
1146
|
/**
|
|
@@ -1092,7 +1149,7 @@ export declare class OperationsInsightsClient {
|
|
|
1092
1149
|
* @param UpdateExadataInsightRequest
|
|
1093
1150
|
* @return UpdateExadataInsightResponse
|
|
1094
1151
|
* @throws OciError when an error occurs
|
|
1095
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
|
|
1096
1153
|
*/
|
|
1097
1154
|
updateExadataInsight(updateExadataInsightRequest: requests.UpdateExadataInsightRequest): Promise<responses.UpdateExadataInsightResponse>;
|
|
1098
1155
|
/**
|
|
@@ -1101,9 +1158,18 @@ export declare class OperationsInsightsClient {
|
|
|
1101
1158
|
* @param UpdateHostInsightRequest
|
|
1102
1159
|
* @return UpdateHostInsightResponse
|
|
1103
1160
|
* @throws OciError when an error occurs
|
|
1104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
|
|
1105
1162
|
*/
|
|
1106
1163
|
updateHostInsight(updateHostInsightRequest: requests.UpdateHostInsightRequest): Promise<responses.UpdateHostInsightResponse>;
|
|
1164
|
+
/**
|
|
1165
|
+
* Updates one or more attributes of the specified private endpoint.
|
|
1166
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1167
|
+
* @param UpdateOperationsInsightsPrivateEndpointRequest
|
|
1168
|
+
* @return UpdateOperationsInsightsPrivateEndpointResponse
|
|
1169
|
+
* @throws OciError when an error occurs
|
|
1170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
|
|
1171
|
+
*/
|
|
1172
|
+
updateOperationsInsightsPrivateEndpoint(updateOperationsInsightsPrivateEndpointRequest: requests.UpdateOperationsInsightsPrivateEndpointRequest): Promise<responses.UpdateOperationsInsightsPrivateEndpointResponse>;
|
|
1107
1173
|
/**
|
|
1108
1174
|
* Updates the configuration of an Operations Insights Warehouse.
|
|
1109
1175
|
* There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
|
|
@@ -1112,7 +1178,7 @@ export declare class OperationsInsightsClient {
|
|
|
1112
1178
|
* @param UpdateOperationsInsightsWarehouseRequest
|
|
1113
1179
|
* @return UpdateOperationsInsightsWarehouseResponse
|
|
1114
1180
|
* @throws OciError when an error occurs
|
|
1115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1181
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
|
|
1116
1182
|
*/
|
|
1117
1183
|
updateOperationsInsightsWarehouse(updateOperationsInsightsWarehouseRequest: requests.UpdateOperationsInsightsWarehouseRequest): Promise<responses.UpdateOperationsInsightsWarehouseResponse>;
|
|
1118
1184
|
/**
|
|
@@ -1121,7 +1187,7 @@ export declare class OperationsInsightsClient {
|
|
|
1121
1187
|
* @param UpdateOperationsInsightsWarehouseUserRequest
|
|
1122
1188
|
* @return UpdateOperationsInsightsWarehouseUserResponse
|
|
1123
1189
|
* @throws OciError when an error occurs
|
|
1124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
|
|
1125
1191
|
*/
|
|
1126
1192
|
updateOperationsInsightsWarehouseUser(updateOperationsInsightsWarehouseUserRequest: requests.UpdateOperationsInsightsWarehouseUserRequest): Promise<responses.UpdateOperationsInsightsWarehouseUserResponse>;
|
|
1127
1193
|
}
|