oci-opsi 2.53.1 → 2.55.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 +180 -133
- package/lib/client.js +499 -146
- package/lib/client.js.map +1 -1
- package/lib/model/autonomous-database-insight-summary.d.ts +4 -0
- package/lib/model/autonomous-database-insight-summary.js.map +1 -1
- package/lib/model/autonomous-database-insight.d.ts +10 -0
- package/lib/model/autonomous-database-insight.js +16 -2
- package/lib/model/autonomous-database-insight.js.map +1 -1
- package/lib/model/change-autonomous-database-insight-advanced-features-details.d.ts +31 -0
- package/lib/model/change-autonomous-database-insight-advanced-features-details.js +66 -0
- package/lib/model/change-autonomous-database-insight-advanced-features-details.js.map +1 -0
- package/lib/model/create-pe-comanaged-exadata-vmcluster-details.d.ts +2 -2
- package/lib/model/enable-autonomous-database-insight-advanced-features-details.d.ts +31 -0
- package/lib/model/enable-autonomous-database-insight-advanced-features-details.js +66 -0
- package/lib/model/enable-autonomous-database-insight-advanced-features-details.js.map +1 -0
- package/lib/model/host-configuration-metric-group.js +4 -0
- package/lib/model/host-configuration-metric-group.js.map +1 -1
- package/lib/model/host-filesystem-configuration.d.ts +40 -0
- package/lib/model/host-filesystem-configuration.js +57 -0
- package/lib/model/host-filesystem-configuration.js.map +1 -0
- package/lib/model/host-filesystem-usage.d.ts +34 -0
- package/lib/model/host-filesystem-usage.js +57 -0
- package/lib/model/host-filesystem-usage.js.map +1 -0
- package/lib/model/host-insight-resource-statistics-aggregation.d.ts +1 -1
- package/lib/model/host-insight-resource-statistics-aggregation.js.map +1 -1
- package/lib/model/host-insight-summary.js +4 -0
- package/lib/model/host-insight-summary.js.map +1 -1
- package/lib/model/host-insight.js +4 -0
- package/lib/model/host-insight.js.map +1 -1
- package/lib/model/host-network-activity-summary.d.ts +4 -0
- package/lib/model/host-network-activity-summary.js.map +1 -1
- package/lib/model/host-network-statistics.d.ts +30 -0
- package/lib/model/host-network-statistics.js +57 -0
- package/lib/model/host-network-statistics.js.map +1 -0
- package/lib/model/host-performance-metric-group.js +4 -0
- package/lib/model/host-performance-metric-group.js.map +1 -1
- package/lib/model/host-resource-statistics.js +8 -0
- package/lib/model/host-resource-statistics.js.map +1 -1
- package/lib/model/host-storage-statistics.d.ts +29 -0
- package/lib/model/host-storage-statistics.js +57 -0
- package/lib/model/host-storage-statistics.js.map +1 -0
- package/lib/model/index.d.ts +28 -0
- package/lib/model/index.js +36 -8
- package/lib/model/index.js.map +1 -1
- package/lib/model/network-usage-trend-aggregation.d.ts +41 -0
- package/lib/model/network-usage-trend-aggregation.js +64 -0
- package/lib/model/network-usage-trend-aggregation.js.map +1 -0
- package/lib/model/network-usage-trend.d.ts +40 -0
- package/lib/model/network-usage-trend.js +32 -0
- package/lib/model/network-usage-trend.js.map +1 -0
- package/lib/model/pe-comanaged-host-insight-summary.d.ts +54 -0
- package/lib/model/pe-comanaged-host-insight-summary.js +69 -0
- package/lib/model/pe-comanaged-host-insight-summary.js.map +1 -0
- package/lib/model/pe-comanaged-host-insight.d.ts +58 -0
- package/lib/model/pe-comanaged-host-insight.js +67 -0
- package/lib/model/pe-comanaged-host-insight.js.map +1 -0
- package/lib/model/storage-usage-trend-aggregation.d.ts +41 -0
- package/lib/model/storage-usage-trend-aggregation.js +64 -0
- package/lib/model/storage-usage-trend-aggregation.js.map +1 -0
- package/lib/model/storage-usage-trend.d.ts +36 -0
- package/lib/model/storage-usage-trend.js +32 -0
- package/lib/model/storage-usage-trend.js.map +1 -0
- package/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.d.ts +8 -0
- package/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-database-insight-resource-forecast-trend-aggregation.d.ts +8 -0
- package/lib/model/summarize-database-insight-resource-forecast-trend-aggregation.js.map +1 -1
- package/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.d.ts +9 -1
- package/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-database-insight-resource-utilization-insight-aggregation.d.ts +8 -0
- package/lib/model/summarize-database-insight-resource-utilization-insight-aggregation.js.map +1 -1
- package/lib/model/summarize-host-insight-network-usage-trend-aggregation-collection.d.ts +60 -0
- package/lib/model/summarize-host-insight-network-usage-trend-aggregation-collection.js +77 -0
- package/lib/model/summarize-host-insight-network-usage-trend-aggregation-collection.js.map +1 -0
- package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.d.ts +10 -0
- package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.js +2 -0
- package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.d.ts +10 -0
- package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.js +2 -0
- package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.d.ts +10 -0
- package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.js +2 -0
- package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-usage-aggregation.d.ts +2 -0
- package/lib/model/summarize-host-insight-resource-usage-aggregation.js +2 -0
- package/lib/model/summarize-host-insight-resource-usage-aggregation.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.d.ts +2 -0
- package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.js +2 -0
- package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.js.map +1 -1
- package/lib/model/summarize-host-insight-resource-utilization-insight-aggregation.d.ts +10 -0
- package/lib/model/summarize-host-insight-resource-utilization-insight-aggregation.js +2 -0
- package/lib/model/summarize-host-insight-resource-utilization-insight-aggregation.js.map +1 -1
- package/lib/model/summarize-host-insight-storage-usage-trend-aggregation-collection.d.ts +60 -0
- package/lib/model/summarize-host-insight-storage-usage-trend-aggregation-collection.js +77 -0
- package/lib/model/summarize-host-insight-storage-usage-trend-aggregation-collection.js.map +1 -0
- package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
- package/lib/request/change-autonomous-database-insight-advanced-features-request.d.ts +50 -0
- package/lib/request/change-autonomous-database-insight-advanced-features-request.js +15 -0
- package/lib/request/change-autonomous-database-insight-advanced-features-request.js.map +1 -0
- 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 +1 -1
- package/lib/request/change-opsi-configuration-compartment-request.d.ts +1 -1
- package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
- package/lib/request/create-awr-hub-request.d.ts +1 -1
- package/lib/request/create-database-insight-request.d.ts +1 -1
- 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 +1 -1
- 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/create-opsi-configuration-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 +1 -1
- 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/delete-opsi-configuration-request.d.ts +1 -1
- package/lib/request/disable-autonomous-database-insight-advanced-features-request.d.ts +45 -0
- package/lib/request/disable-autonomous-database-insight-advanced-features-request.js +15 -0
- package/lib/request/disable-autonomous-database-insight-advanced-features-request.js.map +1 -0
- 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-autonomous-database-insight-advanced-features-request.d.ts +50 -0
- package/lib/request/enable-autonomous-database-insight-advanced-features-request.js +15 -0
- package/lib/request/enable-autonomous-database-insight-advanced-features-request.js.map +1 -0
- package/lib/request/enable-database-insight-request.d.ts +1 -1
- 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-database-report-request.d.ts +1 -1
- package/lib/request/get-awr-database-sql-report-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 +1 -1
- 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-opsi-configuration-request.d.ts +1 -1
- package/lib/request/get-opsi-data-object-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +10 -0
- package/lib/request/index.js +9 -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-database-snapshots-request.d.ts +1 -1
- package/lib/request/list-awr-databases-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 +1 -1
- package/lib/request/list-database-insights-request.d.ts +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 +2 -2
- package/lib/request/list-host-insights-request.d.ts +2 -2
- package/lib/request/list-hosted-entities-request.d.ts +2 -2
- package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
- package/lib/request/list-importable-compute-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 +1 -1
- 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-opsi-configurations-request.d.ts +1 -1
- package/lib/request/list-opsi-data-objects-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/query-opsi-data-object-data-request.d.ts +1 -1
- package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-metrics-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-parameters-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-sysstats-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-wait-events-request.d.ts +1 -1
- package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
- package/lib/request/summarize-configuration-items-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +9 -1
- 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 +9 -1
- 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 +9 -1
- package/lib/request/summarize-database-insight-resource-statistics-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-usage-request.d.ts +6 -1
- 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 +6 -1
- 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 +14 -1
- 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-network-usage-trend-request.d.ts +89 -0
- package/lib/request/summarize-host-insight-network-usage-trend-request.js +24 -0
- package/lib/request/summarize-host-insight-network-usage-trend-request.js.map +1 -0
- package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +11 -2
- package/lib/request/summarize-host-insight-resource-capacity-trend-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +21 -2
- package/lib/request/summarize-host-insight-resource-forecast-trend-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +11 -2
- package/lib/request/summarize-host-insight-resource-statistics-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-usage-request.d.ts +3 -2
- package/lib/request/summarize-host-insight-resource-usage-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +3 -2
- package/lib/request/summarize-host-insight-resource-usage-trend-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +11 -2
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.js.map +1 -1
- package/lib/request/summarize-host-insight-storage-usage-trend-request.d.ts +89 -0
- package/lib/request/summarize-host-insight-storage-usage-trend-request.js +24 -0
- package/lib/request/summarize-host-insight-storage-usage-trend-request.js.map +1 -0
- package/lib/request/summarize-host-insight-top-processes-usage-request.d.ts +12 -2
- package/lib/request/summarize-host-insight-top-processes-usage-request.js +9 -0
- package/lib/request/summarize-host-insight-top-processes-usage-request.js.map +1 -1
- package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +12 -2
- package/lib/request/summarize-host-insight-top-processes-usage-trend-request.js +9 -0
- package/lib/request/summarize-host-insight-top-processes-usage-trend-request.js.map +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 +6 -1
- 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 +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 +1 -1
- 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 +1 -1
- 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/request/update-opsi-configuration-request.d.ts +1 -1
- package/lib/response/change-autonomous-database-insight-advanced-features-response.d.ts +25 -0
- package/lib/response/change-autonomous-database-insight-advanced-features-response.js +15 -0
- package/lib/response/change-autonomous-database-insight-advanced-features-response.js.map +1 -0
- package/lib/response/disable-autonomous-database-insight-advanced-features-response.d.ts +25 -0
- package/lib/response/disable-autonomous-database-insight-advanced-features-response.js +15 -0
- package/lib/response/disable-autonomous-database-insight-advanced-features-response.js.map +1 -0
- package/lib/response/enable-autonomous-database-insight-advanced-features-response.d.ts +25 -0
- package/lib/response/enable-autonomous-database-insight-advanced-features-response.js +15 -0
- package/lib/response/enable-autonomous-database-insight-advanced-features-response.js.map +1 -0
- package/lib/response/index.d.ts +10 -0
- package/lib/response/summarize-host-insight-network-usage-trend-response.d.ts +32 -0
- package/lib/response/summarize-host-insight-network-usage-trend-response.js +15 -0
- package/lib/response/summarize-host-insight-network-usage-trend-response.js.map +1 -0
- package/lib/response/summarize-host-insight-storage-usage-trend-response.d.ts +32 -0
- package/lib/response/summarize-host-insight-storage-usage-trend-response.js +15 -0
- package/lib/response/summarize-host-insight-storage-usage-trend-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -78,16 +78,25 @@ export declare class OperationsInsightsClient {
|
|
|
78
78
|
* @param AddExadataInsightMembersRequest
|
|
79
79
|
* @return AddExadataInsightMembersResponse
|
|
80
80
|
* @throws OciError when an error occurs
|
|
81
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
81
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
|
|
82
82
|
*/
|
|
83
83
|
addExadataInsightMembers(addExadataInsightMembersRequest: requests.AddExadataInsightMembersRequest): Promise<responses.AddExadataInsightMembersResponse>;
|
|
84
|
+
/**
|
|
85
|
+
* Update connection detail for advanced features of Autonomous Database in Operations Insights.
|
|
86
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
87
|
+
* @param ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest
|
|
88
|
+
* @return ChangeAutonomousDatabaseInsightAdvancedFeaturesResponse
|
|
89
|
+
* @throws OciError when an error occurs
|
|
90
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ChangeAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use ChangeAutonomousDatabaseInsightAdvancedFeatures API.
|
|
91
|
+
*/
|
|
92
|
+
changeAutonomousDatabaseInsightAdvancedFeatures(changeAutonomousDatabaseInsightAdvancedFeaturesRequest: requests.ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest): Promise<responses.ChangeAutonomousDatabaseInsightAdvancedFeaturesResponse>;
|
|
84
93
|
/**
|
|
85
94
|
* Moves a DatabaseInsight resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
|
|
86
95
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
87
96
|
* @param ChangeDatabaseInsightCompartmentRequest
|
|
88
97
|
* @return ChangeDatabaseInsightCompartmentResponse
|
|
89
98
|
* @throws OciError when an error occurs
|
|
90
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
99
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
|
|
91
100
|
*/
|
|
92
101
|
changeDatabaseInsightCompartment(changeDatabaseInsightCompartmentRequest: requests.ChangeDatabaseInsightCompartmentRequest): Promise<responses.ChangeDatabaseInsightCompartmentResponse>;
|
|
93
102
|
/**
|
|
@@ -96,7 +105,7 @@ export declare class OperationsInsightsClient {
|
|
|
96
105
|
* @param ChangeEnterpriseManagerBridgeCompartmentRequest
|
|
97
106
|
* @return ChangeEnterpriseManagerBridgeCompartmentResponse
|
|
98
107
|
* @throws OciError when an error occurs
|
|
99
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
|
|
100
109
|
*/
|
|
101
110
|
changeEnterpriseManagerBridgeCompartment(changeEnterpriseManagerBridgeCompartmentRequest: requests.ChangeEnterpriseManagerBridgeCompartmentRequest): Promise<responses.ChangeEnterpriseManagerBridgeCompartmentResponse>;
|
|
102
111
|
/**
|
|
@@ -105,7 +114,7 @@ export declare class OperationsInsightsClient {
|
|
|
105
114
|
* @param ChangeExadataInsightCompartmentRequest
|
|
106
115
|
* @return ChangeExadataInsightCompartmentResponse
|
|
107
116
|
* @throws OciError when an error occurs
|
|
108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
|
|
109
118
|
*/
|
|
110
119
|
changeExadataInsightCompartment(changeExadataInsightCompartmentRequest: requests.ChangeExadataInsightCompartmentRequest): Promise<responses.ChangeExadataInsightCompartmentResponse>;
|
|
111
120
|
/**
|
|
@@ -114,7 +123,7 @@ export declare class OperationsInsightsClient {
|
|
|
114
123
|
* @param ChangeHostInsightCompartmentRequest
|
|
115
124
|
* @return ChangeHostInsightCompartmentResponse
|
|
116
125
|
* @throws OciError when an error occurs
|
|
117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
|
|
118
127
|
*/
|
|
119
128
|
changeHostInsightCompartment(changeHostInsightCompartmentRequest: requests.ChangeHostInsightCompartmentRequest): Promise<responses.ChangeHostInsightCompartmentResponse>;
|
|
120
129
|
/**
|
|
@@ -123,7 +132,7 @@ export declare class OperationsInsightsClient {
|
|
|
123
132
|
* @param ChangeOperationsInsightsPrivateEndpointCompartmentRequest
|
|
124
133
|
* @return ChangeOperationsInsightsPrivateEndpointCompartmentResponse
|
|
125
134
|
* @throws OciError when an error occurs
|
|
126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
|
|
127
136
|
*/
|
|
128
137
|
changeOperationsInsightsPrivateEndpointCompartment(changeOperationsInsightsPrivateEndpointCompartmentRequest: requests.ChangeOperationsInsightsPrivateEndpointCompartmentRequest): Promise<responses.ChangeOperationsInsightsPrivateEndpointCompartmentResponse>;
|
|
129
138
|
/**
|
|
@@ -132,7 +141,7 @@ export declare class OperationsInsightsClient {
|
|
|
132
141
|
* @param ChangeOpsiConfigurationCompartmentRequest
|
|
133
142
|
* @return ChangeOpsiConfigurationCompartmentResponse
|
|
134
143
|
* @throws OciError when an error occurs
|
|
135
|
-
* @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.55.0/opsi/ChangeOpsiConfigurationCompartment.ts.html |here} to see how to use ChangeOpsiConfigurationCompartment API.
|
|
136
145
|
*/
|
|
137
146
|
changeOpsiConfigurationCompartment(changeOpsiConfigurationCompartmentRequest: requests.ChangeOpsiConfigurationCompartmentRequest): Promise<responses.ChangeOpsiConfigurationCompartmentResponse>;
|
|
138
147
|
/**
|
|
@@ -141,7 +150,7 @@ export declare class OperationsInsightsClient {
|
|
|
141
150
|
* @param ChangePeComanagedDatabaseInsightRequest
|
|
142
151
|
* @return ChangePeComanagedDatabaseInsightResponse
|
|
143
152
|
* @throws OciError when an error occurs
|
|
144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
|
|
145
154
|
*/
|
|
146
155
|
changePeComanagedDatabaseInsight(changePeComanagedDatabaseInsightRequest: requests.ChangePeComanagedDatabaseInsightRequest): Promise<responses.ChangePeComanagedDatabaseInsightResponse>;
|
|
147
156
|
/**
|
|
@@ -152,7 +161,7 @@ export declare class OperationsInsightsClient {
|
|
|
152
161
|
* @param CreateAwrHubRequest
|
|
153
162
|
* @return CreateAwrHubResponse
|
|
154
163
|
* @throws OciError when an error occurs
|
|
155
|
-
* @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.55.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
|
|
156
165
|
*/
|
|
157
166
|
createAwrHub(createAwrHubRequest: requests.CreateAwrHubRequest): Promise<responses.CreateAwrHubResponse>;
|
|
158
167
|
/**
|
|
@@ -162,7 +171,7 @@ export declare class OperationsInsightsClient {
|
|
|
162
171
|
* @param CreateDatabaseInsightRequest
|
|
163
172
|
* @return CreateDatabaseInsightResponse
|
|
164
173
|
* @throws OciError when an error occurs
|
|
165
|
-
* @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.55.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
|
|
166
175
|
*/
|
|
167
176
|
createDatabaseInsight(createDatabaseInsightRequest: requests.CreateDatabaseInsightRequest): Promise<responses.CreateDatabaseInsightResponse>;
|
|
168
177
|
/**
|
|
@@ -172,7 +181,7 @@ export declare class OperationsInsightsClient {
|
|
|
172
181
|
* @param CreateEnterpriseManagerBridgeRequest
|
|
173
182
|
* @return CreateEnterpriseManagerBridgeResponse
|
|
174
183
|
* @throws OciError when an error occurs
|
|
175
|
-
* @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.55.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
|
|
176
185
|
*/
|
|
177
186
|
createEnterpriseManagerBridge(createEnterpriseManagerBridgeRequest: requests.CreateEnterpriseManagerBridgeRequest): Promise<responses.CreateEnterpriseManagerBridgeResponse>;
|
|
178
187
|
/**
|
|
@@ -182,7 +191,7 @@ export declare class OperationsInsightsClient {
|
|
|
182
191
|
* @param CreateExadataInsightRequest
|
|
183
192
|
* @return CreateExadataInsightResponse
|
|
184
193
|
* @throws OciError when an error occurs
|
|
185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
|
|
186
195
|
*/
|
|
187
196
|
createExadataInsight(createExadataInsightRequest: requests.CreateExadataInsightRequest): Promise<responses.CreateExadataInsightResponse>;
|
|
188
197
|
/**
|
|
@@ -192,7 +201,7 @@ export declare class OperationsInsightsClient {
|
|
|
192
201
|
* @param CreateHostInsightRequest
|
|
193
202
|
* @return CreateHostInsightResponse
|
|
194
203
|
* @throws OciError when an error occurs
|
|
195
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
|
|
196
205
|
*/
|
|
197
206
|
createHostInsight(createHostInsightRequest: requests.CreateHostInsightRequest): Promise<responses.CreateHostInsightResponse>;
|
|
198
207
|
/**
|
|
@@ -203,7 +212,7 @@ export declare class OperationsInsightsClient {
|
|
|
203
212
|
* @param CreateOperationsInsightsPrivateEndpointRequest
|
|
204
213
|
* @return CreateOperationsInsightsPrivateEndpointResponse
|
|
205
214
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
|
|
207
216
|
*/
|
|
208
217
|
createOperationsInsightsPrivateEndpoint(createOperationsInsightsPrivateEndpointRequest: requests.CreateOperationsInsightsPrivateEndpointRequest): Promise<responses.CreateOperationsInsightsPrivateEndpointResponse>;
|
|
209
218
|
/**
|
|
@@ -215,7 +224,7 @@ export declare class OperationsInsightsClient {
|
|
|
215
224
|
* @param CreateOperationsInsightsWarehouseRequest
|
|
216
225
|
* @return CreateOperationsInsightsWarehouseResponse
|
|
217
226
|
* @throws OciError when an error occurs
|
|
218
|
-
* @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.55.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
|
|
219
228
|
*/
|
|
220
229
|
createOperationsInsightsWarehouse(createOperationsInsightsWarehouseRequest: requests.CreateOperationsInsightsWarehouseRequest): Promise<responses.CreateOperationsInsightsWarehouseResponse>;
|
|
221
230
|
/**
|
|
@@ -226,7 +235,7 @@ export declare class OperationsInsightsClient {
|
|
|
226
235
|
* @param CreateOperationsInsightsWarehouseUserRequest
|
|
227
236
|
* @return CreateOperationsInsightsWarehouseUserResponse
|
|
228
237
|
* @throws OciError when an error occurs
|
|
229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
|
|
230
239
|
*/
|
|
231
240
|
createOperationsInsightsWarehouseUser(createOperationsInsightsWarehouseUserRequest: requests.CreateOperationsInsightsWarehouseUserRequest): Promise<responses.CreateOperationsInsightsWarehouseUserResponse>;
|
|
232
241
|
/**
|
|
@@ -236,7 +245,7 @@ export declare class OperationsInsightsClient {
|
|
|
236
245
|
* @param CreateOpsiConfigurationRequest
|
|
237
246
|
* @return CreateOpsiConfigurationResponse
|
|
238
247
|
* @throws OciError when an error occurs
|
|
239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/CreateOpsiConfiguration.ts.html |here} to see how to use CreateOpsiConfiguration API.
|
|
240
249
|
*/
|
|
241
250
|
createOpsiConfiguration(createOpsiConfigurationRequest: requests.CreateOpsiConfigurationRequest): Promise<responses.CreateOpsiConfigurationResponse>;
|
|
242
251
|
/**
|
|
@@ -245,7 +254,7 @@ export declare class OperationsInsightsClient {
|
|
|
245
254
|
* @param DeleteAwrHubRequest
|
|
246
255
|
* @return DeleteAwrHubResponse
|
|
247
256
|
* @throws OciError when an error occurs
|
|
248
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
257
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
|
|
249
258
|
*/
|
|
250
259
|
deleteAwrHub(deleteAwrHubRequest: requests.DeleteAwrHubRequest): Promise<responses.DeleteAwrHubResponse>;
|
|
251
260
|
/**
|
|
@@ -254,7 +263,7 @@ export declare class OperationsInsightsClient {
|
|
|
254
263
|
* @param DeleteDatabaseInsightRequest
|
|
255
264
|
* @return DeleteDatabaseInsightResponse
|
|
256
265
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
|
|
258
267
|
*/
|
|
259
268
|
deleteDatabaseInsight(deleteDatabaseInsightRequest: requests.DeleteDatabaseInsightRequest): Promise<responses.DeleteDatabaseInsightResponse>;
|
|
260
269
|
/**
|
|
@@ -263,7 +272,7 @@ export declare class OperationsInsightsClient {
|
|
|
263
272
|
* @param DeleteEnterpriseManagerBridgeRequest
|
|
264
273
|
* @return DeleteEnterpriseManagerBridgeResponse
|
|
265
274
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
|
|
267
276
|
*/
|
|
268
277
|
deleteEnterpriseManagerBridge(deleteEnterpriseManagerBridgeRequest: requests.DeleteEnterpriseManagerBridgeRequest): Promise<responses.DeleteEnterpriseManagerBridgeResponse>;
|
|
269
278
|
/**
|
|
@@ -272,7 +281,7 @@ export declare class OperationsInsightsClient {
|
|
|
272
281
|
* @param DeleteExadataInsightRequest
|
|
273
282
|
* @return DeleteExadataInsightResponse
|
|
274
283
|
* @throws OciError when an error occurs
|
|
275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
284
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
|
|
276
285
|
*/
|
|
277
286
|
deleteExadataInsight(deleteExadataInsightRequest: requests.DeleteExadataInsightRequest): Promise<responses.DeleteExadataInsightResponse>;
|
|
278
287
|
/**
|
|
@@ -281,7 +290,7 @@ export declare class OperationsInsightsClient {
|
|
|
281
290
|
* @param DeleteHostInsightRequest
|
|
282
291
|
* @return DeleteHostInsightResponse
|
|
283
292
|
* @throws OciError when an error occurs
|
|
284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
293
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
|
|
285
294
|
*/
|
|
286
295
|
deleteHostInsight(deleteHostInsightRequest: requests.DeleteHostInsightRequest): Promise<responses.DeleteHostInsightResponse>;
|
|
287
296
|
/**
|
|
@@ -290,7 +299,7 @@ export declare class OperationsInsightsClient {
|
|
|
290
299
|
* @param DeleteOperationsInsightsPrivateEndpointRequest
|
|
291
300
|
* @return DeleteOperationsInsightsPrivateEndpointResponse
|
|
292
301
|
* @throws OciError when an error occurs
|
|
293
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
302
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
|
|
294
303
|
*/
|
|
295
304
|
deleteOperationsInsightsPrivateEndpoint(deleteOperationsInsightsPrivateEndpointRequest: requests.DeleteOperationsInsightsPrivateEndpointRequest): Promise<responses.DeleteOperationsInsightsPrivateEndpointResponse>;
|
|
296
305
|
/**
|
|
@@ -303,7 +312,7 @@ export declare class OperationsInsightsClient {
|
|
|
303
312
|
* @param DeleteOperationsInsightsWarehouseRequest
|
|
304
313
|
* @return DeleteOperationsInsightsWarehouseResponse
|
|
305
314
|
* @throws OciError when an error occurs
|
|
306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
|
|
307
316
|
*/
|
|
308
317
|
deleteOperationsInsightsWarehouse(deleteOperationsInsightsWarehouseRequest: requests.DeleteOperationsInsightsWarehouseRequest): Promise<responses.DeleteOperationsInsightsWarehouseResponse>;
|
|
309
318
|
/**
|
|
@@ -312,7 +321,7 @@ export declare class OperationsInsightsClient {
|
|
|
312
321
|
* @param DeleteOperationsInsightsWarehouseUserRequest
|
|
313
322
|
* @return DeleteOperationsInsightsWarehouseUserResponse
|
|
314
323
|
* @throws OciError when an error occurs
|
|
315
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
324
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
|
|
316
325
|
*/
|
|
317
326
|
deleteOperationsInsightsWarehouseUser(deleteOperationsInsightsWarehouseUserRequest: requests.DeleteOperationsInsightsWarehouseUserRequest): Promise<responses.DeleteOperationsInsightsWarehouseUserResponse>;
|
|
318
327
|
/**
|
|
@@ -321,16 +330,25 @@ export declare class OperationsInsightsClient {
|
|
|
321
330
|
* @param DeleteOpsiConfigurationRequest
|
|
322
331
|
* @return DeleteOpsiConfigurationResponse
|
|
323
332
|
* @throws OciError when an error occurs
|
|
324
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
333
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DeleteOpsiConfiguration.ts.html |here} to see how to use DeleteOpsiConfiguration API.
|
|
325
334
|
*/
|
|
326
335
|
deleteOpsiConfiguration(deleteOpsiConfigurationRequest: requests.DeleteOpsiConfigurationRequest): Promise<responses.DeleteOpsiConfigurationResponse>;
|
|
336
|
+
/**
|
|
337
|
+
* Disable advanced features for an Autonomous Database in Operations Insights. The connection detail and advanced features will be removed.
|
|
338
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
339
|
+
* @param DisableAutonomousDatabaseInsightAdvancedFeaturesRequest
|
|
340
|
+
* @return DisableAutonomousDatabaseInsightAdvancedFeaturesResponse
|
|
341
|
+
* @throws OciError when an error occurs
|
|
342
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DisableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use DisableAutonomousDatabaseInsightAdvancedFeatures API.
|
|
343
|
+
*/
|
|
344
|
+
disableAutonomousDatabaseInsightAdvancedFeatures(disableAutonomousDatabaseInsightAdvancedFeaturesRequest: requests.DisableAutonomousDatabaseInsightAdvancedFeaturesRequest): Promise<responses.DisableAutonomousDatabaseInsightAdvancedFeaturesResponse>;
|
|
327
345
|
/**
|
|
328
346
|
* Disables a database in Operations Insights. Database metric collection and analysis will be stopped.
|
|
329
347
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
330
348
|
* @param DisableDatabaseInsightRequest
|
|
331
349
|
* @return DisableDatabaseInsightResponse
|
|
332
350
|
* @throws OciError when an error occurs
|
|
333
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
351
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
|
|
334
352
|
*/
|
|
335
353
|
disableDatabaseInsight(disableDatabaseInsightRequest: requests.DisableDatabaseInsightRequest): Promise<responses.DisableDatabaseInsightResponse>;
|
|
336
354
|
/**
|
|
@@ -339,7 +357,7 @@ export declare class OperationsInsightsClient {
|
|
|
339
357
|
* @param DisableExadataInsightRequest
|
|
340
358
|
* @return DisableExadataInsightResponse
|
|
341
359
|
* @throws OciError when an error occurs
|
|
342
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
360
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
|
|
343
361
|
*/
|
|
344
362
|
disableExadataInsight(disableExadataInsightRequest: requests.DisableExadataInsightRequest): Promise<responses.DisableExadataInsightResponse>;
|
|
345
363
|
/**
|
|
@@ -348,7 +366,7 @@ export declare class OperationsInsightsClient {
|
|
|
348
366
|
* @param DisableHostInsightRequest
|
|
349
367
|
* @return DisableHostInsightResponse
|
|
350
368
|
* @throws OciError when an error occurs
|
|
351
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
369
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
|
|
352
370
|
*/
|
|
353
371
|
disableHostInsight(disableHostInsightRequest: requests.DisableHostInsightRequest): Promise<responses.DisableHostInsightResponse>;
|
|
354
372
|
/**
|
|
@@ -357,16 +375,25 @@ export declare class OperationsInsightsClient {
|
|
|
357
375
|
* @param DownloadOperationsInsightsWarehouseWalletRequest
|
|
358
376
|
* @return DownloadOperationsInsightsWarehouseWalletResponse
|
|
359
377
|
* @throws OciError when an error occurs
|
|
360
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
|
|
361
379
|
*/
|
|
362
380
|
downloadOperationsInsightsWarehouseWallet(downloadOperationsInsightsWarehouseWalletRequest: requests.DownloadOperationsInsightsWarehouseWalletRequest): Promise<responses.DownloadOperationsInsightsWarehouseWalletResponse>;
|
|
381
|
+
/**
|
|
382
|
+
* Enables advanced features for an Autonomous Database in Operations Insights. A direct connection will be available for further collection.
|
|
383
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
384
|
+
* @param EnableAutonomousDatabaseInsightAdvancedFeaturesRequest
|
|
385
|
+
* @return EnableAutonomousDatabaseInsightAdvancedFeaturesResponse
|
|
386
|
+
* @throws OciError when an error occurs
|
|
387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/EnableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use EnableAutonomousDatabaseInsightAdvancedFeatures API.
|
|
388
|
+
*/
|
|
389
|
+
enableAutonomousDatabaseInsightAdvancedFeatures(enableAutonomousDatabaseInsightAdvancedFeaturesRequest: requests.EnableAutonomousDatabaseInsightAdvancedFeaturesRequest): Promise<responses.EnableAutonomousDatabaseInsightAdvancedFeaturesResponse>;
|
|
363
390
|
/**
|
|
364
391
|
* Enables a database in Operations Insights. Database metric collection and analysis will be started.
|
|
365
392
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
366
393
|
* @param EnableDatabaseInsightRequest
|
|
367
394
|
* @return EnableDatabaseInsightResponse
|
|
368
395
|
* @throws OciError when an error occurs
|
|
369
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
396
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
|
|
370
397
|
*/
|
|
371
398
|
enableDatabaseInsight(enableDatabaseInsightRequest: requests.EnableDatabaseInsightRequest): Promise<responses.EnableDatabaseInsightResponse>;
|
|
372
399
|
/**
|
|
@@ -375,7 +402,7 @@ export declare class OperationsInsightsClient {
|
|
|
375
402
|
* @param EnableExadataInsightRequest
|
|
376
403
|
* @return EnableExadataInsightResponse
|
|
377
404
|
* @throws OciError when an error occurs
|
|
378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
405
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
|
|
379
406
|
*/
|
|
380
407
|
enableExadataInsight(enableExadataInsightRequest: requests.EnableExadataInsightRequest): Promise<responses.EnableExadataInsightResponse>;
|
|
381
408
|
/**
|
|
@@ -384,7 +411,7 @@ export declare class OperationsInsightsClient {
|
|
|
384
411
|
* @param EnableHostInsightRequest
|
|
385
412
|
* @return EnableHostInsightResponse
|
|
386
413
|
* @throws OciError when an error occurs
|
|
387
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
414
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
|
|
388
415
|
*/
|
|
389
416
|
enableHostInsight(enableHostInsightRequest: requests.EnableHostInsightRequest): Promise<responses.EnableHostInsightResponse>;
|
|
390
417
|
/**
|
|
@@ -394,7 +421,7 @@ export declare class OperationsInsightsClient {
|
|
|
394
421
|
* @param GetAwrDatabaseReportRequest
|
|
395
422
|
* @return GetAwrDatabaseReportResponse
|
|
396
423
|
* @throws OciError when an error occurs
|
|
397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
424
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReport API.
|
|
398
425
|
*/
|
|
399
426
|
getAwrDatabaseReport(getAwrDatabaseReportRequest: requests.GetAwrDatabaseReportRequest): Promise<responses.GetAwrDatabaseReportResponse>;
|
|
400
427
|
/**
|
|
@@ -404,7 +431,7 @@ export declare class OperationsInsightsClient {
|
|
|
404
431
|
* @param GetAwrDatabaseSqlReportRequest
|
|
405
432
|
* @return GetAwrDatabaseSqlReportResponse
|
|
406
433
|
* @throws OciError when an error occurs
|
|
407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
434
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReport API.
|
|
408
435
|
*/
|
|
409
436
|
getAwrDatabaseSqlReport(getAwrDatabaseSqlReportRequest: requests.GetAwrDatabaseSqlReportRequest): Promise<responses.GetAwrDatabaseSqlReportResponse>;
|
|
410
437
|
/**
|
|
@@ -413,7 +440,7 @@ export declare class OperationsInsightsClient {
|
|
|
413
440
|
* @param GetAwrHubRequest
|
|
414
441
|
* @return GetAwrHubResponse
|
|
415
442
|
* @throws OciError when an error occurs
|
|
416
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
443
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
|
|
417
444
|
*/
|
|
418
445
|
getAwrHub(getAwrHubRequest: requests.GetAwrHubRequest): Promise<responses.GetAwrHubResponse>;
|
|
419
446
|
/**
|
|
@@ -424,7 +451,7 @@ export declare class OperationsInsightsClient {
|
|
|
424
451
|
* @param GetAwrReportRequest
|
|
425
452
|
* @return GetAwrReportResponse
|
|
426
453
|
* @throws OciError when an error occurs
|
|
427
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
454
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
|
|
428
455
|
*/
|
|
429
456
|
getAwrReport(getAwrReportRequest: requests.GetAwrReportRequest): Promise<responses.GetAwrReportResponse>;
|
|
430
457
|
/**
|
|
@@ -433,7 +460,7 @@ export declare class OperationsInsightsClient {
|
|
|
433
460
|
* @param GetDatabaseInsightRequest
|
|
434
461
|
* @return GetDatabaseInsightResponse
|
|
435
462
|
* @throws OciError when an error occurs
|
|
436
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
463
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
|
|
437
464
|
*/
|
|
438
465
|
getDatabaseInsight(getDatabaseInsightRequest: requests.GetDatabaseInsightRequest): Promise<responses.GetDatabaseInsightResponse>;
|
|
439
466
|
/**
|
|
@@ -442,7 +469,7 @@ export declare class OperationsInsightsClient {
|
|
|
442
469
|
* @param GetEnterpriseManagerBridgeRequest
|
|
443
470
|
* @return GetEnterpriseManagerBridgeResponse
|
|
444
471
|
* @throws OciError when an error occurs
|
|
445
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
|
|
446
473
|
*/
|
|
447
474
|
getEnterpriseManagerBridge(getEnterpriseManagerBridgeRequest: requests.GetEnterpriseManagerBridgeRequest): Promise<responses.GetEnterpriseManagerBridgeResponse>;
|
|
448
475
|
/**
|
|
@@ -451,7 +478,7 @@ export declare class OperationsInsightsClient {
|
|
|
451
478
|
* @param GetExadataInsightRequest
|
|
452
479
|
* @return GetExadataInsightResponse
|
|
453
480
|
* @throws OciError when an error occurs
|
|
454
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
481
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
|
|
455
482
|
*/
|
|
456
483
|
getExadataInsight(getExadataInsightRequest: requests.GetExadataInsightRequest): Promise<responses.GetExadataInsightResponse>;
|
|
457
484
|
/**
|
|
@@ -460,7 +487,7 @@ export declare class OperationsInsightsClient {
|
|
|
460
487
|
* @param GetHostInsightRequest
|
|
461
488
|
* @return GetHostInsightResponse
|
|
462
489
|
* @throws OciError when an error occurs
|
|
463
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
490
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
|
|
464
491
|
*/
|
|
465
492
|
getHostInsight(getHostInsightRequest: requests.GetHostInsightRequest): Promise<responses.GetHostInsightResponse>;
|
|
466
493
|
/**
|
|
@@ -469,7 +496,7 @@ export declare class OperationsInsightsClient {
|
|
|
469
496
|
* @param GetOperationsInsightsPrivateEndpointRequest
|
|
470
497
|
* @return GetOperationsInsightsPrivateEndpointResponse
|
|
471
498
|
* @throws OciError when an error occurs
|
|
472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
499
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
|
|
473
500
|
*/
|
|
474
501
|
getOperationsInsightsPrivateEndpoint(getOperationsInsightsPrivateEndpointRequest: requests.GetOperationsInsightsPrivateEndpointRequest): Promise<responses.GetOperationsInsightsPrivateEndpointResponse>;
|
|
475
502
|
/**
|
|
@@ -480,7 +507,7 @@ export declare class OperationsInsightsClient {
|
|
|
480
507
|
* @param GetOperationsInsightsWarehouseRequest
|
|
481
508
|
* @return GetOperationsInsightsWarehouseResponse
|
|
482
509
|
* @throws OciError when an error occurs
|
|
483
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
510
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
|
|
484
511
|
*/
|
|
485
512
|
getOperationsInsightsWarehouse(getOperationsInsightsWarehouseRequest: requests.GetOperationsInsightsWarehouseRequest): Promise<responses.GetOperationsInsightsWarehouseResponse>;
|
|
486
513
|
/**
|
|
@@ -489,7 +516,7 @@ export declare class OperationsInsightsClient {
|
|
|
489
516
|
* @param GetOperationsInsightsWarehouseUserRequest
|
|
490
517
|
* @return GetOperationsInsightsWarehouseUserResponse
|
|
491
518
|
* @throws OciError when an error occurs
|
|
492
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
519
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
|
|
493
520
|
*/
|
|
494
521
|
getOperationsInsightsWarehouseUser(getOperationsInsightsWarehouseUserRequest: requests.GetOperationsInsightsWarehouseUserRequest): Promise<responses.GetOperationsInsightsWarehouseUserResponse>;
|
|
495
522
|
/**
|
|
@@ -501,7 +528,7 @@ export declare class OperationsInsightsClient {
|
|
|
501
528
|
* @param GetOpsiConfigurationRequest
|
|
502
529
|
* @return GetOpsiConfigurationResponse
|
|
503
530
|
* @throws OciError when an error occurs
|
|
504
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
531
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetOpsiConfiguration.ts.html |here} to see how to use GetOpsiConfiguration API.
|
|
505
532
|
*/
|
|
506
533
|
getOpsiConfiguration(getOpsiConfigurationRequest: requests.GetOpsiConfigurationRequest): Promise<responses.GetOpsiConfigurationResponse>;
|
|
507
534
|
/**
|
|
@@ -510,7 +537,7 @@ export declare class OperationsInsightsClient {
|
|
|
510
537
|
* @param GetOpsiDataObjectRequest
|
|
511
538
|
* @return GetOpsiDataObjectResponse
|
|
512
539
|
* @throws OciError when an error occurs
|
|
513
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
540
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObject API.
|
|
514
541
|
*/
|
|
515
542
|
getOpsiDataObject(getOpsiDataObjectRequest: requests.GetOpsiDataObjectRequest): Promise<responses.GetOpsiDataObjectResponse>;
|
|
516
543
|
/**
|
|
@@ -519,7 +546,7 @@ export declare class OperationsInsightsClient {
|
|
|
519
546
|
* @param GetWorkRequestRequest
|
|
520
547
|
* @return GetWorkRequestResponse
|
|
521
548
|
* @throws OciError when an error occurs
|
|
522
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
549
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
523
550
|
*/
|
|
524
551
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
525
552
|
/**
|
|
@@ -528,7 +555,7 @@ export declare class OperationsInsightsClient {
|
|
|
528
555
|
* @param IngestDatabaseConfigurationRequest
|
|
529
556
|
* @return IngestDatabaseConfigurationResponse
|
|
530
557
|
* @throws OciError when an error occurs
|
|
531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
558
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
|
|
532
559
|
*/
|
|
533
560
|
ingestDatabaseConfiguration(ingestDatabaseConfigurationRequest: requests.IngestDatabaseConfigurationRequest): Promise<responses.IngestDatabaseConfigurationResponse>;
|
|
534
561
|
/**
|
|
@@ -537,7 +564,7 @@ export declare class OperationsInsightsClient {
|
|
|
537
564
|
* @param IngestHostConfigurationRequest
|
|
538
565
|
* @return IngestHostConfigurationResponse
|
|
539
566
|
* @throws OciError when an error occurs
|
|
540
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
567
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
|
|
541
568
|
*/
|
|
542
569
|
ingestHostConfiguration(ingestHostConfigurationRequest: requests.IngestHostConfigurationRequest): Promise<responses.IngestHostConfigurationResponse>;
|
|
543
570
|
/**
|
|
@@ -546,7 +573,7 @@ export declare class OperationsInsightsClient {
|
|
|
546
573
|
* @param IngestHostMetricsRequest
|
|
547
574
|
* @return IngestHostMetricsResponse
|
|
548
575
|
* @throws OciError when an error occurs
|
|
549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
576
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
|
|
550
577
|
*/
|
|
551
578
|
ingestHostMetrics(ingestHostMetricsRequest: requests.IngestHostMetricsRequest): Promise<responses.IngestHostMetricsResponse>;
|
|
552
579
|
/**
|
|
@@ -557,7 +584,7 @@ export declare class OperationsInsightsClient {
|
|
|
557
584
|
* @param IngestSqlBucketRequest
|
|
558
585
|
* @return IngestSqlBucketResponse
|
|
559
586
|
* @throws OciError when an error occurs
|
|
560
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
587
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
|
|
561
588
|
*/
|
|
562
589
|
ingestSqlBucket(ingestSqlBucketRequest: requests.IngestSqlBucketRequest): Promise<responses.IngestSqlBucketResponse>;
|
|
563
590
|
/**
|
|
@@ -568,7 +595,7 @@ export declare class OperationsInsightsClient {
|
|
|
568
595
|
* @param IngestSqlPlanLinesRequest
|
|
569
596
|
* @return IngestSqlPlanLinesResponse
|
|
570
597
|
* @throws OciError when an error occurs
|
|
571
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
598
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
|
|
572
599
|
*/
|
|
573
600
|
ingestSqlPlanLines(ingestSqlPlanLinesRequest: requests.IngestSqlPlanLinesRequest): Promise<responses.IngestSqlPlanLinesResponse>;
|
|
574
601
|
/**
|
|
@@ -579,7 +606,7 @@ export declare class OperationsInsightsClient {
|
|
|
579
606
|
* @param IngestSqlStatsRequest
|
|
580
607
|
* @return IngestSqlStatsResponse
|
|
581
608
|
* @throws OciError when an error occurs
|
|
582
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
609
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
|
|
583
610
|
*/
|
|
584
611
|
ingestSqlStats(ingestSqlStatsRequest: requests.IngestSqlStatsRequest): Promise<responses.IngestSqlStatsResponse>;
|
|
585
612
|
/**
|
|
@@ -591,7 +618,7 @@ export declare class OperationsInsightsClient {
|
|
|
591
618
|
* @param IngestSqlTextRequest
|
|
592
619
|
* @return IngestSqlTextResponse
|
|
593
620
|
* @throws OciError when an error occurs
|
|
594
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
621
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
|
|
595
622
|
*/
|
|
596
623
|
ingestSqlText(ingestSqlTextRequest: requests.IngestSqlTextRequest): Promise<responses.IngestSqlTextResponse>;
|
|
597
624
|
/**
|
|
@@ -601,7 +628,7 @@ export declare class OperationsInsightsClient {
|
|
|
601
628
|
* @param ListAwrDatabaseSnapshotsRequest
|
|
602
629
|
* @return ListAwrDatabaseSnapshotsResponse
|
|
603
630
|
* @throws OciError when an error occurs
|
|
604
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
631
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshots API.
|
|
605
632
|
*/
|
|
606
633
|
listAwrDatabaseSnapshots(listAwrDatabaseSnapshotsRequest: requests.ListAwrDatabaseSnapshotsRequest): Promise<responses.ListAwrDatabaseSnapshotsResponse>;
|
|
607
634
|
/**
|
|
@@ -611,7 +638,7 @@ export declare class OperationsInsightsClient {
|
|
|
611
638
|
* @param ListAwrDatabasesRequest
|
|
612
639
|
* @return ListAwrDatabasesResponse
|
|
613
640
|
* @throws OciError when an error occurs
|
|
614
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
641
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabases API.
|
|
615
642
|
*/
|
|
616
643
|
listAwrDatabases(listAwrDatabasesRequest: requests.ListAwrDatabasesRequest): Promise<responses.ListAwrDatabasesResponse>;
|
|
617
644
|
/**
|
|
@@ -621,7 +648,7 @@ export declare class OperationsInsightsClient {
|
|
|
621
648
|
* @param ListAwrHubsRequest
|
|
622
649
|
* @return ListAwrHubsResponse
|
|
623
650
|
* @throws OciError when an error occurs
|
|
624
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
651
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
|
|
625
652
|
*/
|
|
626
653
|
listAwrHubs(listAwrHubsRequest: requests.ListAwrHubsRequest): Promise<responses.ListAwrHubsResponse>;
|
|
627
654
|
/**
|
|
@@ -632,7 +659,7 @@ export declare class OperationsInsightsClient {
|
|
|
632
659
|
* @param ListAwrSnapshotsRequest
|
|
633
660
|
* @return ListAwrSnapshotsResponse
|
|
634
661
|
* @throws OciError when an error occurs
|
|
635
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
662
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
|
|
636
663
|
*/
|
|
637
664
|
listAwrSnapshots(listAwrSnapshotsRequest: requests.ListAwrSnapshotsRequest): Promise<responses.ListAwrSnapshotsResponse>;
|
|
638
665
|
/**
|
|
@@ -643,7 +670,7 @@ export declare class OperationsInsightsClient {
|
|
|
643
670
|
* @param ListDatabaseConfigurationsRequest
|
|
644
671
|
* @return ListDatabaseConfigurationsResponse
|
|
645
672
|
* @throws OciError when an error occurs
|
|
646
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
673
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
|
|
647
674
|
*/
|
|
648
675
|
listDatabaseConfigurations(listDatabaseConfigurationsRequest: requests.ListDatabaseConfigurationsRequest): Promise<responses.ListDatabaseConfigurationsResponse>;
|
|
649
676
|
/**
|
|
@@ -654,7 +681,7 @@ export declare class OperationsInsightsClient {
|
|
|
654
681
|
* @param ListDatabaseInsightsRequest
|
|
655
682
|
* @return ListDatabaseInsightsResponse
|
|
656
683
|
* @throws OciError when an error occurs
|
|
657
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
684
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
|
|
658
685
|
*/
|
|
659
686
|
listDatabaseInsights(listDatabaseInsightsRequest: requests.ListDatabaseInsightsRequest): Promise<responses.ListDatabaseInsightsResponse>;
|
|
660
687
|
/**
|
|
@@ -665,7 +692,7 @@ export declare class OperationsInsightsClient {
|
|
|
665
692
|
* @param ListEnterpriseManagerBridgesRequest
|
|
666
693
|
* @return ListEnterpriseManagerBridgesResponse
|
|
667
694
|
* @throws OciError when an error occurs
|
|
668
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
695
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
|
|
669
696
|
*/
|
|
670
697
|
listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest: requests.ListEnterpriseManagerBridgesRequest): Promise<responses.ListEnterpriseManagerBridgesResponse>;
|
|
671
698
|
/**
|
|
@@ -674,7 +701,7 @@ export declare class OperationsInsightsClient {
|
|
|
674
701
|
* @param ListExadataConfigurationsRequest
|
|
675
702
|
* @return ListExadataConfigurationsResponse
|
|
676
703
|
* @throws OciError when an error occurs
|
|
677
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
704
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
|
|
678
705
|
*/
|
|
679
706
|
listExadataConfigurations(listExadataConfigurationsRequest: requests.ListExadataConfigurationsRequest): Promise<responses.ListExadataConfigurationsResponse>;
|
|
680
707
|
/**
|
|
@@ -685,7 +712,7 @@ export declare class OperationsInsightsClient {
|
|
|
685
712
|
* @param ListExadataInsightsRequest
|
|
686
713
|
* @return ListExadataInsightsResponse
|
|
687
714
|
* @throws OciError when an error occurs
|
|
688
|
-
* @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.55.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
|
|
689
716
|
*/
|
|
690
717
|
listExadataInsights(listExadataInsightsRequest: requests.ListExadataInsightsRequest): Promise<responses.ListExadataInsightsResponse>;
|
|
691
718
|
/**
|
|
@@ -696,7 +723,7 @@ export declare class OperationsInsightsClient {
|
|
|
696
723
|
* @param ListHostConfigurationsRequest
|
|
697
724
|
* @return ListHostConfigurationsResponse
|
|
698
725
|
* @throws OciError when an error occurs
|
|
699
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
726
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
|
|
700
727
|
*/
|
|
701
728
|
listHostConfigurations(listHostConfigurationsRequest: requests.ListHostConfigurationsRequest): Promise<responses.ListHostConfigurationsResponse>;
|
|
702
729
|
/**
|
|
@@ -707,7 +734,7 @@ export declare class OperationsInsightsClient {
|
|
|
707
734
|
* @param ListHostInsightsRequest
|
|
708
735
|
* @return ListHostInsightsResponse
|
|
709
736
|
* @throws OciError when an error occurs
|
|
710
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
737
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
|
|
711
738
|
*/
|
|
712
739
|
listHostInsights(listHostInsightsRequest: requests.ListHostInsightsRequest): Promise<responses.ListHostInsightsResponse>;
|
|
713
740
|
/**
|
|
@@ -717,7 +744,7 @@ export declare class OperationsInsightsClient {
|
|
|
717
744
|
* @param ListHostedEntitiesRequest
|
|
718
745
|
* @return ListHostedEntitiesResponse
|
|
719
746
|
* @throws OciError when an error occurs
|
|
720
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
747
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
|
|
721
748
|
*/
|
|
722
749
|
listHostedEntities(listHostedEntitiesRequest: requests.ListHostedEntitiesRequest): Promise<responses.ListHostedEntitiesResponse>;
|
|
723
750
|
/**
|
|
@@ -731,7 +758,7 @@ export declare class OperationsInsightsClient {
|
|
|
731
758
|
* @param ListImportableAgentEntitiesRequest
|
|
732
759
|
* @return ListImportableAgentEntitiesResponse
|
|
733
760
|
* @throws OciError when an error occurs
|
|
734
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
761
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
|
|
735
762
|
*/
|
|
736
763
|
listImportableAgentEntities(listImportableAgentEntitiesRequest: requests.ListImportableAgentEntitiesRequest): Promise<responses.ListImportableAgentEntitiesResponse>;
|
|
737
764
|
/**
|
|
@@ -747,7 +774,7 @@ export declare class OperationsInsightsClient {
|
|
|
747
774
|
* @param ListImportableComputeEntitiesRequest
|
|
748
775
|
* @return ListImportableComputeEntitiesResponse
|
|
749
776
|
* @throws OciError when an error occurs
|
|
750
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListImportableComputeEntities.ts.html |here} to see how to use ListImportableComputeEntities API.
|
|
751
778
|
*/
|
|
752
779
|
listImportableComputeEntities(listImportableComputeEntitiesRequest: requests.ListImportableComputeEntitiesRequest): Promise<responses.ListImportableComputeEntitiesResponse>;
|
|
753
780
|
/**
|
|
@@ -757,7 +784,7 @@ export declare class OperationsInsightsClient {
|
|
|
757
784
|
* @param ListImportableEnterpriseManagerEntitiesRequest
|
|
758
785
|
* @return ListImportableEnterpriseManagerEntitiesResponse
|
|
759
786
|
* @throws OciError when an error occurs
|
|
760
|
-
* @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.55.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
|
|
761
788
|
*/
|
|
762
789
|
listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest: requests.ListImportableEnterpriseManagerEntitiesRequest): Promise<responses.ListImportableEnterpriseManagerEntitiesResponse>;
|
|
763
790
|
/**
|
|
@@ -766,7 +793,7 @@ export declare class OperationsInsightsClient {
|
|
|
766
793
|
* @param ListOperationsInsightsPrivateEndpointsRequest
|
|
767
794
|
* @return ListOperationsInsightsPrivateEndpointsResponse
|
|
768
795
|
* @throws OciError when an error occurs
|
|
769
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
796
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
|
|
770
797
|
*/
|
|
771
798
|
listOperationsInsightsPrivateEndpoints(listOperationsInsightsPrivateEndpointsRequest: requests.ListOperationsInsightsPrivateEndpointsRequest): Promise<responses.ListOperationsInsightsPrivateEndpointsResponse>;
|
|
772
799
|
/**
|
|
@@ -776,7 +803,7 @@ export declare class OperationsInsightsClient {
|
|
|
776
803
|
* @param ListOperationsInsightsWarehouseUsersRequest
|
|
777
804
|
* @return ListOperationsInsightsWarehouseUsersResponse
|
|
778
805
|
* @throws OciError when an error occurs
|
|
779
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
806
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
|
|
780
807
|
*/
|
|
781
808
|
listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest: requests.ListOperationsInsightsWarehouseUsersRequest): Promise<responses.ListOperationsInsightsWarehouseUsersResponse>;
|
|
782
809
|
/**
|
|
@@ -787,7 +814,7 @@ export declare class OperationsInsightsClient {
|
|
|
787
814
|
* @param ListOperationsInsightsWarehousesRequest
|
|
788
815
|
* @return ListOperationsInsightsWarehousesResponse
|
|
789
816
|
* @throws OciError when an error occurs
|
|
790
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
817
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
|
|
791
818
|
*/
|
|
792
819
|
listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest: requests.ListOperationsInsightsWarehousesRequest): Promise<responses.ListOperationsInsightsWarehousesResponse>;
|
|
793
820
|
/**
|
|
@@ -797,7 +824,7 @@ export declare class OperationsInsightsClient {
|
|
|
797
824
|
* @param ListOpsiConfigurationsRequest
|
|
798
825
|
* @return ListOpsiConfigurationsResponse
|
|
799
826
|
* @throws OciError when an error occurs
|
|
800
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
827
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListOpsiConfigurations.ts.html |here} to see how to use ListOpsiConfigurations API.
|
|
801
828
|
*/
|
|
802
829
|
listOpsiConfigurations(listOpsiConfigurationsRequest: requests.ListOpsiConfigurationsRequest): Promise<responses.ListOpsiConfigurationsResponse>;
|
|
803
830
|
/**
|
|
@@ -807,7 +834,7 @@ export declare class OperationsInsightsClient {
|
|
|
807
834
|
* @param ListOpsiDataObjectsRequest
|
|
808
835
|
* @return ListOpsiDataObjectsResponse
|
|
809
836
|
* @throws OciError when an error occurs
|
|
810
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
837
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
|
|
811
838
|
*/
|
|
812
839
|
listOpsiDataObjects(listOpsiDataObjectsRequest: requests.ListOpsiDataObjectsRequest): Promise<responses.ListOpsiDataObjectsResponse>;
|
|
813
840
|
/**
|
|
@@ -818,7 +845,7 @@ export declare class OperationsInsightsClient {
|
|
|
818
845
|
* @param ListSqlPlansRequest
|
|
819
846
|
* @return ListSqlPlansResponse
|
|
820
847
|
* @throws OciError when an error occurs
|
|
821
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
848
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
|
|
822
849
|
*/
|
|
823
850
|
listSqlPlans(listSqlPlansRequest: requests.ListSqlPlansRequest): Promise<responses.ListSqlPlansResponse>;
|
|
824
851
|
/**
|
|
@@ -829,7 +856,7 @@ export declare class OperationsInsightsClient {
|
|
|
829
856
|
* @param ListSqlSearchesRequest
|
|
830
857
|
* @return ListSqlSearchesResponse
|
|
831
858
|
* @throws OciError when an error occurs
|
|
832
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
859
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
|
|
833
860
|
*/
|
|
834
861
|
listSqlSearches(listSqlSearchesRequest: requests.ListSqlSearchesRequest): Promise<responses.ListSqlSearchesResponse>;
|
|
835
862
|
/**
|
|
@@ -839,7 +866,7 @@ export declare class OperationsInsightsClient {
|
|
|
839
866
|
* @param ListSqlTextsRequest
|
|
840
867
|
* @return ListSqlTextsResponse
|
|
841
868
|
* @throws OciError when an error occurs
|
|
842
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
869
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
|
|
843
870
|
*/
|
|
844
871
|
listSqlTexts(listSqlTextsRequest: requests.ListSqlTextsRequest): Promise<responses.ListSqlTextsResponse>;
|
|
845
872
|
/**
|
|
@@ -849,7 +876,7 @@ export declare class OperationsInsightsClient {
|
|
|
849
876
|
* @param ListWorkRequestErrorsRequest
|
|
850
877
|
* @return ListWorkRequestErrorsResponse
|
|
851
878
|
* @throws OciError when an error occurs
|
|
852
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
879
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
853
880
|
*/
|
|
854
881
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
855
882
|
/**
|
|
@@ -859,7 +886,7 @@ export declare class OperationsInsightsClient {
|
|
|
859
886
|
* @param ListWorkRequestLogsRequest
|
|
860
887
|
* @return ListWorkRequestLogsResponse
|
|
861
888
|
* @throws OciError when an error occurs
|
|
862
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
889
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
863
890
|
*/
|
|
864
891
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
865
892
|
/**
|
|
@@ -869,7 +896,7 @@ export declare class OperationsInsightsClient {
|
|
|
869
896
|
* @param ListWorkRequestsRequest
|
|
870
897
|
* @return ListWorkRequestsResponse
|
|
871
898
|
* @throws OciError when an error occurs
|
|
872
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
899
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
873
900
|
*/
|
|
874
901
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
875
902
|
/**
|
|
@@ -880,7 +907,7 @@ export declare class OperationsInsightsClient {
|
|
|
880
907
|
* @param QueryOpsiDataObjectDataRequest
|
|
881
908
|
* @return QueryOpsiDataObjectDataResponse
|
|
882
909
|
* @throws OciError when an error occurs
|
|
883
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
910
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
|
|
884
911
|
*/
|
|
885
912
|
queryOpsiDataObjectData(queryOpsiDataObjectDataRequest: requests.QueryOpsiDataObjectDataRequest): Promise<responses.QueryOpsiDataObjectDataResponse>;
|
|
886
913
|
/**
|
|
@@ -889,7 +916,7 @@ export declare class OperationsInsightsClient {
|
|
|
889
916
|
* @param RotateOperationsInsightsWarehouseWalletRequest
|
|
890
917
|
* @return RotateOperationsInsightsWarehouseWalletResponse
|
|
891
918
|
* @throws OciError when an error occurs
|
|
892
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
919
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
|
|
893
920
|
*/
|
|
894
921
|
rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest: requests.RotateOperationsInsightsWarehouseWalletRequest): Promise<responses.RotateOperationsInsightsWarehouseWalletResponse>;
|
|
895
922
|
/**
|
|
@@ -903,7 +930,7 @@ export declare class OperationsInsightsClient {
|
|
|
903
930
|
* @param SummarizeAwrDatabaseCpuUsagesRequest
|
|
904
931
|
* @return SummarizeAwrDatabaseCpuUsagesResponse
|
|
905
932
|
* @throws OciError when an error occurs
|
|
906
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
933
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeAwrDatabaseCpuUsages.ts.html |here} to see how to use SummarizeAwrDatabaseCpuUsages API.
|
|
907
934
|
*/
|
|
908
935
|
summarizeAwrDatabaseCpuUsages(summarizeAwrDatabaseCpuUsagesRequest: requests.SummarizeAwrDatabaseCpuUsagesRequest): Promise<responses.SummarizeAwrDatabaseCpuUsagesResponse>;
|
|
909
936
|
/**
|
|
@@ -913,7 +940,7 @@ export declare class OperationsInsightsClient {
|
|
|
913
940
|
* @param SummarizeAwrDatabaseMetricsRequest
|
|
914
941
|
* @return SummarizeAwrDatabaseMetricsResponse
|
|
915
942
|
* @throws OciError when an error occurs
|
|
916
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
943
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeAwrDatabaseMetrics.ts.html |here} to see how to use SummarizeAwrDatabaseMetrics API.
|
|
917
944
|
*/
|
|
918
945
|
summarizeAwrDatabaseMetrics(summarizeAwrDatabaseMetricsRequest: requests.SummarizeAwrDatabaseMetricsRequest): Promise<responses.SummarizeAwrDatabaseMetricsResponse>;
|
|
919
946
|
/**
|
|
@@ -927,7 +954,7 @@ export declare class OperationsInsightsClient {
|
|
|
927
954
|
* @param SummarizeAwrDatabaseParameterChangesRequest
|
|
928
955
|
* @return SummarizeAwrDatabaseParameterChangesResponse
|
|
929
956
|
* @throws OciError when an error occurs
|
|
930
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
957
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeAwrDatabaseParameterChanges.ts.html |here} to see how to use SummarizeAwrDatabaseParameterChanges API.
|
|
931
958
|
*/
|
|
932
959
|
summarizeAwrDatabaseParameterChanges(summarizeAwrDatabaseParameterChangesRequest: requests.SummarizeAwrDatabaseParameterChangesRequest): Promise<responses.SummarizeAwrDatabaseParameterChangesResponse>;
|
|
933
960
|
/**
|
|
@@ -947,7 +974,7 @@ export declare class OperationsInsightsClient {
|
|
|
947
974
|
* @param SummarizeAwrDatabaseParametersRequest
|
|
948
975
|
* @return SummarizeAwrDatabaseParametersResponse
|
|
949
976
|
* @throws OciError when an error occurs
|
|
950
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
977
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeAwrDatabaseParameters.ts.html |here} to see how to use SummarizeAwrDatabaseParameters API.
|
|
951
978
|
*/
|
|
952
979
|
summarizeAwrDatabaseParameters(summarizeAwrDatabaseParametersRequest: requests.SummarizeAwrDatabaseParametersRequest): Promise<responses.SummarizeAwrDatabaseParametersResponse>;
|
|
953
980
|
/**
|
|
@@ -957,7 +984,7 @@ export declare class OperationsInsightsClient {
|
|
|
957
984
|
* @param SummarizeAwrDatabaseSnapshotRangesRequest
|
|
958
985
|
* @return SummarizeAwrDatabaseSnapshotRangesResponse
|
|
959
986
|
* @throws OciError when an error occurs
|
|
960
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
987
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeAwrDatabaseSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDatabaseSnapshotRanges API.
|
|
961
988
|
*/
|
|
962
989
|
summarizeAwrDatabaseSnapshotRanges(summarizeAwrDatabaseSnapshotRangesRequest: requests.SummarizeAwrDatabaseSnapshotRangesRequest): Promise<responses.SummarizeAwrDatabaseSnapshotRangesResponse>;
|
|
963
990
|
/**
|
|
@@ -967,7 +994,7 @@ export declare class OperationsInsightsClient {
|
|
|
967
994
|
* @param SummarizeAwrDatabaseSysstatsRequest
|
|
968
995
|
* @return SummarizeAwrDatabaseSysstatsResponse
|
|
969
996
|
* @throws OciError when an error occurs
|
|
970
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
997
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeAwrDatabaseSysstats.ts.html |here} to see how to use SummarizeAwrDatabaseSysstats API.
|
|
971
998
|
*/
|
|
972
999
|
summarizeAwrDatabaseSysstats(summarizeAwrDatabaseSysstatsRequest: requests.SummarizeAwrDatabaseSysstatsRequest): Promise<responses.SummarizeAwrDatabaseSysstatsResponse>;
|
|
973
1000
|
/**
|
|
@@ -977,7 +1004,7 @@ export declare class OperationsInsightsClient {
|
|
|
977
1004
|
* @param SummarizeAwrDatabaseTopWaitEventsRequest
|
|
978
1005
|
* @return SummarizeAwrDatabaseTopWaitEventsResponse
|
|
979
1006
|
* @throws OciError when an error occurs
|
|
980
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1007
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeAwrDatabaseTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseTopWaitEvents API.
|
|
981
1008
|
*/
|
|
982
1009
|
summarizeAwrDatabaseTopWaitEvents(summarizeAwrDatabaseTopWaitEventsRequest: requests.SummarizeAwrDatabaseTopWaitEventsRequest): Promise<responses.SummarizeAwrDatabaseTopWaitEventsResponse>;
|
|
983
1010
|
/**
|
|
@@ -987,7 +1014,7 @@ export declare class OperationsInsightsClient {
|
|
|
987
1014
|
* @param SummarizeAwrDatabaseWaitEventBucketsRequest
|
|
988
1015
|
* @return SummarizeAwrDatabaseWaitEventBucketsResponse
|
|
989
1016
|
* @throws OciError when an error occurs
|
|
990
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1017
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeAwrDatabaseWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventBuckets API.
|
|
991
1018
|
*/
|
|
992
1019
|
summarizeAwrDatabaseWaitEventBuckets(summarizeAwrDatabaseWaitEventBucketsRequest: requests.SummarizeAwrDatabaseWaitEventBucketsRequest): Promise<responses.SummarizeAwrDatabaseWaitEventBucketsResponse>;
|
|
993
1020
|
/**
|
|
@@ -997,7 +1024,7 @@ export declare class OperationsInsightsClient {
|
|
|
997
1024
|
* @param SummarizeAwrDatabaseWaitEventsRequest
|
|
998
1025
|
* @return SummarizeAwrDatabaseWaitEventsResponse
|
|
999
1026
|
* @throws OciError when an error occurs
|
|
1000
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1027
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeAwrDatabaseWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEvents API.
|
|
1001
1028
|
*/
|
|
1002
1029
|
summarizeAwrDatabaseWaitEvents(summarizeAwrDatabaseWaitEventsRequest: requests.SummarizeAwrDatabaseWaitEventsRequest): Promise<responses.SummarizeAwrDatabaseWaitEventsResponse>;
|
|
1003
1030
|
/**
|
|
@@ -1007,7 +1034,7 @@ export declare class OperationsInsightsClient {
|
|
|
1007
1034
|
* @param SummarizeAwrSourcesSummariesRequest
|
|
1008
1035
|
* @return SummarizeAwrSourcesSummariesResponse
|
|
1009
1036
|
* @throws OciError when an error occurs
|
|
1010
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1037
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
|
|
1011
1038
|
*/
|
|
1012
1039
|
summarizeAwrSourcesSummaries(summarizeAwrSourcesSummariesRequest: requests.SummarizeAwrSourcesSummariesRequest): Promise<responses.SummarizeAwrSourcesSummariesResponse>;
|
|
1013
1040
|
/**
|
|
@@ -1018,7 +1045,7 @@ export declare class OperationsInsightsClient {
|
|
|
1018
1045
|
* @param SummarizeConfigurationItemsRequest
|
|
1019
1046
|
* @return SummarizeConfigurationItemsResponse
|
|
1020
1047
|
* @throws OciError when an error occurs
|
|
1021
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1048
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeConfigurationItems.ts.html |here} to see how to use SummarizeConfigurationItems API.
|
|
1022
1049
|
*/
|
|
1023
1050
|
summarizeConfigurationItems(summarizeConfigurationItemsRequest: requests.SummarizeConfigurationItemsRequest): Promise<responses.SummarizeConfigurationItemsResponse>;
|
|
1024
1051
|
/**
|
|
@@ -1030,7 +1057,7 @@ export declare class OperationsInsightsClient {
|
|
|
1030
1057
|
* @param SummarizeDatabaseInsightResourceCapacityTrendRequest
|
|
1031
1058
|
* @return SummarizeDatabaseInsightResourceCapacityTrendResponse
|
|
1032
1059
|
* @throws OciError when an error occurs
|
|
1033
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1060
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
|
|
1034
1061
|
*/
|
|
1035
1062
|
summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest: requests.SummarizeDatabaseInsightResourceCapacityTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceCapacityTrendResponse>;
|
|
1036
1063
|
/**
|
|
@@ -1041,7 +1068,7 @@ export declare class OperationsInsightsClient {
|
|
|
1041
1068
|
* @param SummarizeDatabaseInsightResourceForecastTrendRequest
|
|
1042
1069
|
* @return SummarizeDatabaseInsightResourceForecastTrendResponse
|
|
1043
1070
|
* @throws OciError when an error occurs
|
|
1044
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1071
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
|
|
1045
1072
|
*/
|
|
1046
1073
|
summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest: requests.SummarizeDatabaseInsightResourceForecastTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceForecastTrendResponse>;
|
|
1047
1074
|
/**
|
|
@@ -1052,7 +1079,7 @@ export declare class OperationsInsightsClient {
|
|
|
1052
1079
|
* @param SummarizeDatabaseInsightResourceStatisticsRequest
|
|
1053
1080
|
* @return SummarizeDatabaseInsightResourceStatisticsResponse
|
|
1054
1081
|
* @throws OciError when an error occurs
|
|
1055
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1082
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
|
|
1056
1083
|
*/
|
|
1057
1084
|
summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest: requests.SummarizeDatabaseInsightResourceStatisticsRequest): Promise<responses.SummarizeDatabaseInsightResourceStatisticsResponse>;
|
|
1058
1085
|
/**
|
|
@@ -1065,7 +1092,7 @@ export declare class OperationsInsightsClient {
|
|
|
1065
1092
|
* @param SummarizeDatabaseInsightResourceUsageRequest
|
|
1066
1093
|
* @return SummarizeDatabaseInsightResourceUsageResponse
|
|
1067
1094
|
* @throws OciError when an error occurs
|
|
1068
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1095
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
|
|
1069
1096
|
*/
|
|
1070
1097
|
summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest: requests.SummarizeDatabaseInsightResourceUsageRequest): Promise<responses.SummarizeDatabaseInsightResourceUsageResponse>;
|
|
1071
1098
|
/**
|
|
@@ -1077,7 +1104,7 @@ export declare class OperationsInsightsClient {
|
|
|
1077
1104
|
* @param SummarizeDatabaseInsightResourceUsageTrendRequest
|
|
1078
1105
|
* @return SummarizeDatabaseInsightResourceUsageTrendResponse
|
|
1079
1106
|
* @throws OciError when an error occurs
|
|
1080
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
|
|
1081
1108
|
*/
|
|
1082
1109
|
summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest: requests.SummarizeDatabaseInsightResourceUsageTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceUsageTrendResponse>;
|
|
1083
1110
|
/**
|
|
@@ -1088,7 +1115,7 @@ export declare class OperationsInsightsClient {
|
|
|
1088
1115
|
* @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
|
|
1089
1116
|
* @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
|
|
1090
1117
|
* @throws OciError when an error occurs
|
|
1091
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
|
|
1092
1119
|
*/
|
|
1093
1120
|
summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest: requests.SummarizeDatabaseInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeDatabaseInsightResourceUtilizationInsightResponse>;
|
|
1094
1121
|
/**
|
|
@@ -1100,7 +1127,7 @@ export declare class OperationsInsightsClient {
|
|
|
1100
1127
|
* @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
|
|
1101
1128
|
* @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
|
|
1102
1129
|
* @throws OciError when an error occurs
|
|
1103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
|
|
1104
1131
|
*/
|
|
1105
1132
|
summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest: requests.SummarizeDatabaseInsightTablespaceUsageTrendRequest): Promise<responses.SummarizeDatabaseInsightTablespaceUsageTrendResponse>;
|
|
1106
1133
|
/**
|
|
@@ -1117,7 +1144,7 @@ export declare class OperationsInsightsClient {
|
|
|
1117
1144
|
* @param SummarizeExadataInsightResourceCapacityTrendRequest
|
|
1118
1145
|
* @return SummarizeExadataInsightResourceCapacityTrendResponse
|
|
1119
1146
|
* @throws OciError when an error occurs
|
|
1120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
|
|
1121
1148
|
*/
|
|
1122
1149
|
summarizeExadataInsightResourceCapacityTrend(summarizeExadataInsightResourceCapacityTrendRequest: requests.SummarizeExadataInsightResourceCapacityTrendRequest): Promise<responses.SummarizeExadataInsightResourceCapacityTrendResponse>;
|
|
1123
1150
|
/**
|
|
@@ -1131,7 +1158,7 @@ export declare class OperationsInsightsClient {
|
|
|
1131
1158
|
* @param SummarizeExadataInsightResourceCapacityTrendAggregatedRequest
|
|
1132
1159
|
* @return SummarizeExadataInsightResourceCapacityTrendAggregatedResponse
|
|
1133
1160
|
* @throws OciError when an error occurs
|
|
1134
|
-
* @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.55.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
|
|
1135
1162
|
*/
|
|
1136
1163
|
summarizeExadataInsightResourceCapacityTrendAggregated(summarizeExadataInsightResourceCapacityTrendAggregatedRequest: requests.SummarizeExadataInsightResourceCapacityTrendAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceCapacityTrendAggregatedResponse>;
|
|
1137
1164
|
/**
|
|
@@ -1148,7 +1175,7 @@ export declare class OperationsInsightsClient {
|
|
|
1148
1175
|
* @param SummarizeExadataInsightResourceForecastTrendRequest
|
|
1149
1176
|
* @return SummarizeExadataInsightResourceForecastTrendResponse
|
|
1150
1177
|
* @throws OciError when an error occurs
|
|
1151
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
|
|
1152
1179
|
*/
|
|
1153
1180
|
summarizeExadataInsightResourceForecastTrend(summarizeExadataInsightResourceForecastTrendRequest: requests.SummarizeExadataInsightResourceForecastTrendRequest): Promise<responses.SummarizeExadataInsightResourceForecastTrendResponse>;
|
|
1154
1181
|
/**
|
|
@@ -1161,7 +1188,7 @@ export declare class OperationsInsightsClient {
|
|
|
1161
1188
|
* @param SummarizeExadataInsightResourceForecastTrendAggregatedRequest
|
|
1162
1189
|
* @return SummarizeExadataInsightResourceForecastTrendAggregatedResponse
|
|
1163
1190
|
* @throws OciError when an error occurs
|
|
1164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
|
|
1165
1192
|
*/
|
|
1166
1193
|
summarizeExadataInsightResourceForecastTrendAggregated(summarizeExadataInsightResourceForecastTrendAggregatedRequest: requests.SummarizeExadataInsightResourceForecastTrendAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceForecastTrendAggregatedResponse>;
|
|
1167
1194
|
/**
|
|
@@ -1175,7 +1202,7 @@ export declare class OperationsInsightsClient {
|
|
|
1175
1202
|
* @param SummarizeExadataInsightResourceStatisticsRequest
|
|
1176
1203
|
* @return SummarizeExadataInsightResourceStatisticsResponse
|
|
1177
1204
|
* @throws OciError when an error occurs
|
|
1178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
|
|
1179
1206
|
*/
|
|
1180
1207
|
summarizeExadataInsightResourceStatistics(summarizeExadataInsightResourceStatisticsRequest: requests.SummarizeExadataInsightResourceStatisticsRequest): Promise<responses.SummarizeExadataInsightResourceStatisticsResponse>;
|
|
1181
1208
|
/**
|
|
@@ -1190,7 +1217,7 @@ export declare class OperationsInsightsClient {
|
|
|
1190
1217
|
* @param SummarizeExadataInsightResourceUsageRequest
|
|
1191
1218
|
* @return SummarizeExadataInsightResourceUsageResponse
|
|
1192
1219
|
* @throws OciError when an error occurs
|
|
1193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
|
|
1194
1221
|
*/
|
|
1195
1222
|
summarizeExadataInsightResourceUsage(summarizeExadataInsightResourceUsageRequest: requests.SummarizeExadataInsightResourceUsageRequest): Promise<responses.SummarizeExadataInsightResourceUsageResponse>;
|
|
1196
1223
|
/**
|
|
@@ -1205,7 +1232,7 @@ export declare class OperationsInsightsClient {
|
|
|
1205
1232
|
* @param SummarizeExadataInsightResourceUsageAggregatedRequest
|
|
1206
1233
|
* @return SummarizeExadataInsightResourceUsageAggregatedResponse
|
|
1207
1234
|
* @throws OciError when an error occurs
|
|
1208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1235
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
|
|
1209
1236
|
*/
|
|
1210
1237
|
summarizeExadataInsightResourceUsageAggregated(summarizeExadataInsightResourceUsageAggregatedRequest: requests.SummarizeExadataInsightResourceUsageAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceUsageAggregatedResponse>;
|
|
1211
1238
|
/**
|
|
@@ -1214,7 +1241,7 @@ export declare class OperationsInsightsClient {
|
|
|
1214
1241
|
* @param SummarizeExadataInsightResourceUtilizationInsightRequest
|
|
1215
1242
|
* @return SummarizeExadataInsightResourceUtilizationInsightResponse
|
|
1216
1243
|
* @throws OciError when an error occurs
|
|
1217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1244
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
|
|
1218
1245
|
*/
|
|
1219
1246
|
summarizeExadataInsightResourceUtilizationInsight(summarizeExadataInsightResourceUtilizationInsightRequest: requests.SummarizeExadataInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeExadataInsightResourceUtilizationInsightResponse>;
|
|
1220
1247
|
/**
|
|
@@ -1223,9 +1250,19 @@ export declare class OperationsInsightsClient {
|
|
|
1223
1250
|
* @param SummarizeExadataMembersRequest
|
|
1224
1251
|
* @return SummarizeExadataMembersResponse
|
|
1225
1252
|
* @throws OciError when an error occurs
|
|
1226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
|
|
1227
1254
|
*/
|
|
1228
1255
|
summarizeExadataMembers(summarizeExadataMembersRequest: requests.SummarizeExadataMembersRequest): Promise<responses.SummarizeExadataMembersResponse>;
|
|
1256
|
+
/**
|
|
1257
|
+
* Returns response with usage time series data with breakdown by network interface for the time period specified.
|
|
1258
|
+
*
|
|
1259
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1260
|
+
* @param SummarizeHostInsightNetworkUsageTrendRequest
|
|
1261
|
+
* @return SummarizeHostInsightNetworkUsageTrendResponse
|
|
1262
|
+
* @throws OciError when an error occurs
|
|
1263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeHostInsightNetworkUsageTrend.ts.html |here} to see how to use SummarizeHostInsightNetworkUsageTrend API.
|
|
1264
|
+
*/
|
|
1265
|
+
summarizeHostInsightNetworkUsageTrend(summarizeHostInsightNetworkUsageTrendRequest: requests.SummarizeHostInsightNetworkUsageTrendRequest): Promise<responses.SummarizeHostInsightNetworkUsageTrendResponse>;
|
|
1229
1266
|
/**
|
|
1230
1267
|
* Returns response with time series data (endTimestamp, capacity) for the time period specified.
|
|
1231
1268
|
* The maximum time range for analysis is 2 years, hence this is intentionally not paginated.
|
|
@@ -1235,7 +1272,7 @@ export declare class OperationsInsightsClient {
|
|
|
1235
1272
|
* @param SummarizeHostInsightResourceCapacityTrendRequest
|
|
1236
1273
|
* @return SummarizeHostInsightResourceCapacityTrendResponse
|
|
1237
1274
|
* @throws OciError when an error occurs
|
|
1238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
|
|
1239
1276
|
*/
|
|
1240
1277
|
summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest: requests.SummarizeHostInsightResourceCapacityTrendRequest): Promise<responses.SummarizeHostInsightResourceCapacityTrendResponse>;
|
|
1241
1278
|
/**
|
|
@@ -1246,7 +1283,7 @@ export declare class OperationsInsightsClient {
|
|
|
1246
1283
|
* @param SummarizeHostInsightResourceForecastTrendRequest
|
|
1247
1284
|
* @return SummarizeHostInsightResourceForecastTrendResponse
|
|
1248
1285
|
* @throws OciError when an error occurs
|
|
1249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
|
|
1250
1287
|
*/
|
|
1251
1288
|
summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest: requests.SummarizeHostInsightResourceForecastTrendRequest): Promise<responses.SummarizeHostInsightResourceForecastTrendResponse>;
|
|
1252
1289
|
/**
|
|
@@ -1257,7 +1294,7 @@ export declare class OperationsInsightsClient {
|
|
|
1257
1294
|
* @param SummarizeHostInsightResourceStatisticsRequest
|
|
1258
1295
|
* @return SummarizeHostInsightResourceStatisticsResponse
|
|
1259
1296
|
* @throws OciError when an error occurs
|
|
1260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1297
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
|
|
1261
1298
|
*/
|
|
1262
1299
|
summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest: requests.SummarizeHostInsightResourceStatisticsRequest): Promise<responses.SummarizeHostInsightResourceStatisticsResponse>;
|
|
1263
1300
|
/**
|
|
@@ -1270,7 +1307,7 @@ export declare class OperationsInsightsClient {
|
|
|
1270
1307
|
* @param SummarizeHostInsightResourceUsageRequest
|
|
1271
1308
|
* @return SummarizeHostInsightResourceUsageResponse
|
|
1272
1309
|
* @throws OciError when an error occurs
|
|
1273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1310
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
|
|
1274
1311
|
*/
|
|
1275
1312
|
summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest: requests.SummarizeHostInsightResourceUsageRequest): Promise<responses.SummarizeHostInsightResourceUsageResponse>;
|
|
1276
1313
|
/**
|
|
@@ -1282,7 +1319,7 @@ export declare class OperationsInsightsClient {
|
|
|
1282
1319
|
* @param SummarizeHostInsightResourceUsageTrendRequest
|
|
1283
1320
|
* @return SummarizeHostInsightResourceUsageTrendResponse
|
|
1284
1321
|
* @throws OciError when an error occurs
|
|
1285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
|
|
1286
1323
|
*/
|
|
1287
1324
|
summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest: requests.SummarizeHostInsightResourceUsageTrendRequest): Promise<responses.SummarizeHostInsightResourceUsageTrendResponse>;
|
|
1288
1325
|
/**
|
|
@@ -1293,9 +1330,19 @@ export declare class OperationsInsightsClient {
|
|
|
1293
1330
|
* @param SummarizeHostInsightResourceUtilizationInsightRequest
|
|
1294
1331
|
* @return SummarizeHostInsightResourceUtilizationInsightResponse
|
|
1295
1332
|
* @throws OciError when an error occurs
|
|
1296
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1333
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
|
|
1297
1334
|
*/
|
|
1298
1335
|
summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest: requests.SummarizeHostInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeHostInsightResourceUtilizationInsightResponse>;
|
|
1336
|
+
/**
|
|
1337
|
+
* Returns response with usage time series data with breakdown by filesystem for the time period specified.
|
|
1338
|
+
*
|
|
1339
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1340
|
+
* @param SummarizeHostInsightStorageUsageTrendRequest
|
|
1341
|
+
* @return SummarizeHostInsightStorageUsageTrendResponse
|
|
1342
|
+
* @throws OciError when an error occurs
|
|
1343
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeHostInsightStorageUsageTrend.ts.html |here} to see how to use SummarizeHostInsightStorageUsageTrend API.
|
|
1344
|
+
*/
|
|
1345
|
+
summarizeHostInsightStorageUsageTrend(summarizeHostInsightStorageUsageTrendRequest: requests.SummarizeHostInsightStorageUsageTrendRequest): Promise<responses.SummarizeHostInsightStorageUsageTrendResponse>;
|
|
1299
1346
|
/**
|
|
1300
1347
|
* Returns response with aggregated data (timestamp, usageData) for top processes on a specific date.
|
|
1301
1348
|
* Data is aggregated for the time specified and processes are sorted descendent by the process metric specified (CPU, MEMORY, VIRTUAL_MEMORY).
|
|
@@ -1305,7 +1352,7 @@ export declare class OperationsInsightsClient {
|
|
|
1305
1352
|
* @param SummarizeHostInsightTopProcessesUsageRequest
|
|
1306
1353
|
* @return SummarizeHostInsightTopProcessesUsageResponse
|
|
1307
1354
|
* @throws OciError when an error occurs
|
|
1308
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeHostInsightTopProcessesUsage.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsage API.
|
|
1309
1356
|
*/
|
|
1310
1357
|
summarizeHostInsightTopProcessesUsage(summarizeHostInsightTopProcessesUsageRequest: requests.SummarizeHostInsightTopProcessesUsageRequest): Promise<responses.SummarizeHostInsightTopProcessesUsageResponse>;
|
|
1311
1358
|
/**
|
|
@@ -1317,7 +1364,7 @@ export declare class OperationsInsightsClient {
|
|
|
1317
1364
|
* @param SummarizeHostInsightTopProcessesUsageTrendRequest
|
|
1318
1365
|
* @return SummarizeHostInsightTopProcessesUsageTrendResponse
|
|
1319
1366
|
* @throws OciError when an error occurs
|
|
1320
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
|
|
1321
1368
|
*/
|
|
1322
1369
|
summarizeHostInsightTopProcessesUsageTrend(summarizeHostInsightTopProcessesUsageTrendRequest: requests.SummarizeHostInsightTopProcessesUsageTrendRequest): Promise<responses.SummarizeHostInsightTopProcessesUsageTrendResponse>;
|
|
1323
1370
|
/**
|
|
@@ -1328,7 +1375,7 @@ export declare class OperationsInsightsClient {
|
|
|
1328
1375
|
* @param SummarizeOperationsInsightsWarehouseResourceUsageRequest
|
|
1329
1376
|
* @return SummarizeOperationsInsightsWarehouseResourceUsageResponse
|
|
1330
1377
|
* @throws OciError when an error occurs
|
|
1331
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
|
|
1332
1379
|
*/
|
|
1333
1380
|
summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest: requests.SummarizeOperationsInsightsWarehouseResourceUsageRequest): Promise<responses.SummarizeOperationsInsightsWarehouseResourceUsageResponse>;
|
|
1334
1381
|
/**
|
|
@@ -1339,7 +1386,7 @@ export declare class OperationsInsightsClient {
|
|
|
1339
1386
|
* @param SummarizeSqlInsightsRequest
|
|
1340
1387
|
* @return SummarizeSqlInsightsResponse
|
|
1341
1388
|
* @throws OciError when an error occurs
|
|
1342
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
|
|
1343
1390
|
*/
|
|
1344
1391
|
summarizeSqlInsights(summarizeSqlInsightsRequest: requests.SummarizeSqlInsightsRequest): Promise<responses.SummarizeSqlInsightsResponse>;
|
|
1345
1392
|
/**
|
|
@@ -1350,7 +1397,7 @@ export declare class OperationsInsightsClient {
|
|
|
1350
1397
|
* @param SummarizeSqlPlanInsightsRequest
|
|
1351
1398
|
* @return SummarizeSqlPlanInsightsResponse
|
|
1352
1399
|
* @throws OciError when an error occurs
|
|
1353
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1400
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
|
|
1354
1401
|
*/
|
|
1355
1402
|
summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest: requests.SummarizeSqlPlanInsightsRequest): Promise<responses.SummarizeSqlPlanInsightsResponse>;
|
|
1356
1403
|
/**
|
|
@@ -1361,7 +1408,7 @@ export declare class OperationsInsightsClient {
|
|
|
1361
1408
|
* @param SummarizeSqlResponseTimeDistributionsRequest
|
|
1362
1409
|
* @return SummarizeSqlResponseTimeDistributionsResponse
|
|
1363
1410
|
* @throws OciError when an error occurs
|
|
1364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1411
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
|
|
1365
1412
|
*/
|
|
1366
1413
|
summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest: requests.SummarizeSqlResponseTimeDistributionsRequest): Promise<responses.SummarizeSqlResponseTimeDistributionsResponse>;
|
|
1367
1414
|
/**
|
|
@@ -1372,7 +1419,7 @@ export declare class OperationsInsightsClient {
|
|
|
1372
1419
|
* @param SummarizeSqlStatisticsRequest
|
|
1373
1420
|
* @return SummarizeSqlStatisticsResponse
|
|
1374
1421
|
* @throws OciError when an error occurs
|
|
1375
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1422
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
|
|
1376
1423
|
*/
|
|
1377
1424
|
summarizeSqlStatistics(summarizeSqlStatisticsRequest: requests.SummarizeSqlStatisticsRequest): Promise<responses.SummarizeSqlStatisticsResponse>;
|
|
1378
1425
|
/**
|
|
@@ -1383,7 +1430,7 @@ export declare class OperationsInsightsClient {
|
|
|
1383
1430
|
* @param SummarizeSqlStatisticsTimeSeriesRequest
|
|
1384
1431
|
* @return SummarizeSqlStatisticsTimeSeriesResponse
|
|
1385
1432
|
* @throws OciError when an error occurs
|
|
1386
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1433
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
|
|
1387
1434
|
*/
|
|
1388
1435
|
summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest: requests.SummarizeSqlStatisticsTimeSeriesRequest): Promise<responses.SummarizeSqlStatisticsTimeSeriesResponse>;
|
|
1389
1436
|
/**
|
|
@@ -1394,7 +1441,7 @@ export declare class OperationsInsightsClient {
|
|
|
1394
1441
|
* @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
|
|
1395
1442
|
* @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
|
|
1396
1443
|
* @throws OciError when an error occurs
|
|
1397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
|
|
1398
1445
|
*/
|
|
1399
1446
|
summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest: requests.SummarizeSqlStatisticsTimeSeriesByPlanRequest): Promise<responses.SummarizeSqlStatisticsTimeSeriesByPlanResponse>;
|
|
1400
1447
|
/**
|
|
@@ -1403,7 +1450,7 @@ export declare class OperationsInsightsClient {
|
|
|
1403
1450
|
* @param UpdateAwrHubRequest
|
|
1404
1451
|
* @return UpdateAwrHubResponse
|
|
1405
1452
|
* @throws OciError when an error occurs
|
|
1406
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
|
|
1407
1454
|
*/
|
|
1408
1455
|
updateAwrHub(updateAwrHubRequest: requests.UpdateAwrHubRequest): Promise<responses.UpdateAwrHubResponse>;
|
|
1409
1456
|
/**
|
|
@@ -1412,7 +1459,7 @@ export declare class OperationsInsightsClient {
|
|
|
1412
1459
|
* @param UpdateDatabaseInsightRequest
|
|
1413
1460
|
* @return UpdateDatabaseInsightResponse
|
|
1414
1461
|
* @throws OciError when an error occurs
|
|
1415
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1462
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
|
|
1416
1463
|
*/
|
|
1417
1464
|
updateDatabaseInsight(updateDatabaseInsightRequest: requests.UpdateDatabaseInsightRequest): Promise<responses.UpdateDatabaseInsightResponse>;
|
|
1418
1465
|
/**
|
|
@@ -1421,7 +1468,7 @@ export declare class OperationsInsightsClient {
|
|
|
1421
1468
|
* @param UpdateEnterpriseManagerBridgeRequest
|
|
1422
1469
|
* @return UpdateEnterpriseManagerBridgeResponse
|
|
1423
1470
|
* @throws OciError when an error occurs
|
|
1424
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
|
|
1425
1472
|
*/
|
|
1426
1473
|
updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest: requests.UpdateEnterpriseManagerBridgeRequest): Promise<responses.UpdateEnterpriseManagerBridgeResponse>;
|
|
1427
1474
|
/**
|
|
@@ -1430,7 +1477,7 @@ export declare class OperationsInsightsClient {
|
|
|
1430
1477
|
* @param UpdateExadataInsightRequest
|
|
1431
1478
|
* @return UpdateExadataInsightResponse
|
|
1432
1479
|
* @throws OciError when an error occurs
|
|
1433
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1480
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
|
|
1434
1481
|
*/
|
|
1435
1482
|
updateExadataInsight(updateExadataInsightRequest: requests.UpdateExadataInsightRequest): Promise<responses.UpdateExadataInsightResponse>;
|
|
1436
1483
|
/**
|
|
@@ -1439,7 +1486,7 @@ export declare class OperationsInsightsClient {
|
|
|
1439
1486
|
* @param UpdateHostInsightRequest
|
|
1440
1487
|
* @return UpdateHostInsightResponse
|
|
1441
1488
|
* @throws OciError when an error occurs
|
|
1442
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
|
|
1443
1490
|
*/
|
|
1444
1491
|
updateHostInsight(updateHostInsightRequest: requests.UpdateHostInsightRequest): Promise<responses.UpdateHostInsightResponse>;
|
|
1445
1492
|
/**
|
|
@@ -1448,7 +1495,7 @@ export declare class OperationsInsightsClient {
|
|
|
1448
1495
|
* @param UpdateOperationsInsightsPrivateEndpointRequest
|
|
1449
1496
|
* @return UpdateOperationsInsightsPrivateEndpointResponse
|
|
1450
1497
|
* @throws OciError when an error occurs
|
|
1451
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1498
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
|
|
1452
1499
|
*/
|
|
1453
1500
|
updateOperationsInsightsPrivateEndpoint(updateOperationsInsightsPrivateEndpointRequest: requests.UpdateOperationsInsightsPrivateEndpointRequest): Promise<responses.UpdateOperationsInsightsPrivateEndpointResponse>;
|
|
1454
1501
|
/**
|
|
@@ -1459,7 +1506,7 @@ export declare class OperationsInsightsClient {
|
|
|
1459
1506
|
* @param UpdateOperationsInsightsWarehouseRequest
|
|
1460
1507
|
* @return UpdateOperationsInsightsWarehouseResponse
|
|
1461
1508
|
* @throws OciError when an error occurs
|
|
1462
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1509
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
|
|
1463
1510
|
*/
|
|
1464
1511
|
updateOperationsInsightsWarehouse(updateOperationsInsightsWarehouseRequest: requests.UpdateOperationsInsightsWarehouseRequest): Promise<responses.UpdateOperationsInsightsWarehouseResponse>;
|
|
1465
1512
|
/**
|
|
@@ -1468,7 +1515,7 @@ export declare class OperationsInsightsClient {
|
|
|
1468
1515
|
* @param UpdateOperationsInsightsWarehouseUserRequest
|
|
1469
1516
|
* @return UpdateOperationsInsightsWarehouseUserResponse
|
|
1470
1517
|
* @throws OciError when an error occurs
|
|
1471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1518
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
|
|
1472
1519
|
*/
|
|
1473
1520
|
updateOperationsInsightsWarehouseUser(updateOperationsInsightsWarehouseUserRequest: requests.UpdateOperationsInsightsWarehouseUserRequest): Promise<responses.UpdateOperationsInsightsWarehouseUserResponse>;
|
|
1474
1521
|
/**
|
|
@@ -1477,7 +1524,7 @@ export declare class OperationsInsightsClient {
|
|
|
1477
1524
|
* @param UpdateOpsiConfigurationRequest
|
|
1478
1525
|
* @return UpdateOpsiConfigurationResponse
|
|
1479
1526
|
* @throws OciError when an error occurs
|
|
1480
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1527
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/UpdateOpsiConfiguration.ts.html |here} to see how to use UpdateOpsiConfiguration API.
|
|
1481
1528
|
*/
|
|
1482
1529
|
updateOpsiConfiguration(updateOpsiConfigurationRequest: requests.UpdateOpsiConfigurationRequest): Promise<responses.UpdateOpsiConfigurationResponse>;
|
|
1483
1530
|
}
|