oci-opsi 2.56.0 → 2.57.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 +274 -138
- package/lib/client.js +1878 -862
- package/lib/client.js.map +1 -1
- package/lib/model/addm-db-collection.d.ts +37 -0
- package/lib/model/addm-db-collection.js +64 -0
- package/lib/model/addm-db-collection.js.map +1 -0
- package/lib/model/addm-db-finding-aggregation-collection.d.ts +41 -0
- package/lib/model/addm-db-finding-aggregation-collection.js +74 -0
- package/lib/model/addm-db-finding-aggregation-collection.js.map +1 -0
- package/lib/model/addm-db-finding-aggregation.d.ts +68 -0
- package/lib/model/addm-db-finding-aggregation.js +32 -0
- package/lib/model/addm-db-finding-aggregation.js.map +1 -0
- package/lib/model/addm-db-finding-category-collection.d.ts +34 -0
- package/lib/model/addm-db-finding-category-collection.js +74 -0
- package/lib/model/addm-db-finding-category-collection.js.map +1 -0
- package/lib/model/addm-db-finding-category-summary.d.ts +36 -0
- package/lib/model/addm-db-finding-category-summary.js +32 -0
- package/lib/model/addm-db-finding-category-summary.js.map +1 -0
- package/lib/model/addm-db-findings-time-series-collection.d.ts +41 -0
- package/lib/model/addm-db-findings-time-series-collection.js +74 -0
- package/lib/model/addm-db-findings-time-series-collection.js.map +1 -0
- package/lib/model/addm-db-findings-time-series-summary.d.ts +88 -0
- package/lib/model/addm-db-findings-time-series-summary.js +32 -0
- package/lib/model/addm-db-findings-time-series-summary.js.map +1 -0
- package/lib/model/addm-db-parameter-aggregation-collection.d.ts +41 -0
- package/lib/model/addm-db-parameter-aggregation-collection.js +74 -0
- package/lib/model/addm-db-parameter-aggregation-collection.js.map +1 -0
- package/lib/model/addm-db-parameter-aggregation.d.ts +73 -0
- package/lib/model/addm-db-parameter-aggregation.js +32 -0
- package/lib/model/addm-db-parameter-aggregation.js.map +1 -0
- package/lib/model/addm-db-parameter-category-collection.d.ts +33 -0
- package/lib/model/addm-db-parameter-category-collection.js +74 -0
- package/lib/model/addm-db-parameter-category-collection.js.map +1 -0
- package/lib/model/addm-db-parameter-category-summary.d.ts +36 -0
- package/lib/model/addm-db-parameter-category-summary.js +32 -0
- package/lib/model/addm-db-parameter-category-summary.js.map +1 -0
- package/lib/model/addm-db-parameter-change-aggregation-collection.d.ts +42 -0
- package/lib/model/addm-db-parameter-change-aggregation-collection.js +74 -0
- package/lib/model/addm-db-parameter-change-aggregation-collection.js.map +1 -0
- package/lib/model/addm-db-parameter-change-aggregation.d.ts +52 -0
- package/lib/model/addm-db-parameter-change-aggregation.js +32 -0
- package/lib/model/addm-db-parameter-change-aggregation.js.map +1 -0
- package/lib/model/addm-db-recommendation-aggregation-collection.d.ts +41 -0
- package/lib/model/addm-db-recommendation-aggregation-collection.js +74 -0
- package/lib/model/addm-db-recommendation-aggregation-collection.js.map +1 -0
- package/lib/model/addm-db-recommendation-aggregation.d.ts +70 -0
- package/lib/model/addm-db-recommendation-aggregation.js +60 -0
- package/lib/model/addm-db-recommendation-aggregation.js.map +1 -0
- package/lib/model/addm-db-recommendation-category-collection.d.ts +34 -0
- package/lib/model/addm-db-recommendation-category-collection.js +74 -0
- package/lib/model/addm-db-recommendation-category-collection.js.map +1 -0
- package/lib/model/addm-db-recommendation-category-summary.d.ts +36 -0
- package/lib/model/addm-db-recommendation-category-summary.js +32 -0
- package/lib/model/addm-db-recommendation-category-summary.js.map +1 -0
- package/lib/model/addm-db-recommendations-time-series-collection.d.ts +41 -0
- package/lib/model/addm-db-recommendations-time-series-collection.js +74 -0
- package/lib/model/addm-db-recommendations-time-series-collection.js.map +1 -0
- package/lib/model/addm-db-recommendations-time-series-summary.d.ts +74 -0
- package/lib/model/addm-db-recommendations-time-series-summary.js +60 -0
- package/lib/model/addm-db-recommendations-time-series-summary.js.map +1 -0
- package/lib/model/addm-db-schema-object-collection.d.ts +41 -0
- package/lib/model/addm-db-schema-object-collection.js +74 -0
- package/lib/model/addm-db-schema-object-collection.js.map +1 -0
- package/lib/model/addm-db-schema-object-summary.d.ts +48 -0
- package/lib/model/addm-db-schema-object-summary.js +32 -0
- package/lib/model/addm-db-schema-object-summary.js.map +1 -0
- package/lib/model/addm-db-sql-statement-collection.d.ts +41 -0
- package/lib/model/addm-db-sql-statement-collection.js +74 -0
- package/lib/model/addm-db-sql-statement-collection.js.map +1 -0
- package/lib/model/addm-db-sql-statement-summary.d.ts +44 -0
- package/lib/model/addm-db-sql-statement-summary.js +32 -0
- package/lib/model/addm-db-sql-statement-summary.js.map +1 -0
- package/lib/model/addm-db-summary.d.ts +62 -0
- package/lib/model/addm-db-summary.js +60 -0
- package/lib/model/addm-db-summary.js.map +1 -0
- package/lib/model/addm-report.d.ts +52 -0
- package/lib/model/addm-report.js +32 -0
- package/lib/model/addm-report.js.map +1 -0
- package/lib/model/d-bparameters.d.ts +51 -0
- package/lib/model/d-bparameters.js +57 -0
- package/lib/model/d-bparameters.js.map +1 -0
- package/lib/model/database-configuration-metric-group.js +4 -0
- package/lib/model/database-configuration-metric-group.js.map +1 -1
- package/lib/model/database-parameter-type-details.d.ts +31 -0
- package/lib/model/database-parameter-type-details.js +57 -0
- package/lib/model/database-parameter-type-details.js.map +1 -0
- package/lib/model/index.d.ts +64 -0
- package/lib/model/index.js +73 -8
- package/lib/model/index.js.map +1 -1
- package/lib/model/ingest-addm-reports-details.d.ts +30 -0
- package/lib/model/ingest-addm-reports-details.js +64 -0
- package/lib/model/ingest-addm-reports-details.js.map +1 -0
- package/lib/model/ingest-addm-reports-response-details.d.ts +30 -0
- package/lib/model/ingest-addm-reports-response-details.js +32 -0
- package/lib/model/ingest-addm-reports-response-details.js.map +1 -0
- package/lib/model/related-object-type-details.d.ts +25 -0
- package/lib/model/related-object-type-details.js +79 -0
- package/lib/model/related-object-type-details.js.map +1 -0
- package/lib/model/schema-object-type-details.d.ts +47 -0
- package/lib/model/schema-object-type-details.js +57 -0
- package/lib/model/schema-object-type-details.js.map +1 -0
- package/lib/model/sql-type-details.d.ts +43 -0
- package/lib/model/sql-type-details.js +57 -0
- package/lib/model/sql-type-details.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 +1 -1
- package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
- package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +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 +1 -1
- package/lib/request/disable-database-insight-request.d.ts +1 -1
- package/lib/request/disable-exadata-insight-request.d.ts +1 -1
- package/lib/request/disable-host-insight-request.d.ts +1 -1
- package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
- package/lib/request/enable-autonomous-database-insight-advanced-features-request.d.ts +1 -1
- 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 +26 -0
- package/lib/request/index.js +22 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/ingest-addm-reports-request.d.ts +56 -0
- package/lib/request/ingest-addm-reports-request.js +15 -0
- package/lib/request/ingest-addm-reports-request.js.map +1 -0
- 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-addm-db-finding-categories-request.d.ts +107 -0
- package/lib/request/list-addm-db-finding-categories-request.js +23 -0
- package/lib/request/list-addm-db-finding-categories-request.js.map +1 -0
- package/lib/request/list-addm-db-findings-time-series-request.d.ts +134 -0
- package/lib/request/list-addm-db-findings-time-series-request.js +23 -0
- package/lib/request/list-addm-db-findings-time-series-request.js.map +1 -0
- package/lib/request/list-addm-db-parameter-categories-request.d.ts +107 -0
- package/lib/request/list-addm-db-parameter-categories-request.js +23 -0
- package/lib/request/list-addm-db-parameter-categories-request.js.map +1 -0
- package/lib/request/list-addm-db-recommendation-categories-request.d.ts +107 -0
- package/lib/request/list-addm-db-recommendation-categories-request.js +23 -0
- package/lib/request/list-addm-db-recommendation-categories-request.js.map +1 -0
- package/lib/request/list-addm-db-recommendations-time-series-request.d.ts +157 -0
- package/lib/request/list-addm-db-recommendations-time-series-request.js +23 -0
- package/lib/request/list-addm-db-recommendations-time-series-request.js.map +1 -0
- package/lib/request/list-addm-dbs-request.d.ts +125 -0
- package/lib/request/list-addm-dbs-request.js +24 -0
- package/lib/request/list-addm-dbs-request.js.map +1 -0
- 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 +1 -1
- package/lib/request/list-host-insights-request.d.ts +1 -1
- package/lib/request/list-hosted-entities-request.d.ts +1 -1
- package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
- package/lib/request/list-importable-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-addm-db-findings-request.d.ts +136 -0
- package/lib/request/summarize-addm-db-findings-request.js +26 -0
- package/lib/request/summarize-addm-db-findings-request.js.map +1 -0
- package/lib/request/summarize-addm-db-parameter-changes-request.d.ts +141 -0
- package/lib/request/summarize-addm-db-parameter-changes-request.js +24 -0
- package/lib/request/summarize-addm-db-parameter-changes-request.js.map +1 -0
- package/lib/request/summarize-addm-db-parameters-request.d.ts +172 -0
- package/lib/request/summarize-addm-db-parameters-request.js +39 -0
- package/lib/request/summarize-addm-db-parameters-request.js.map +1 -0
- package/lib/request/summarize-addm-db-recommendations-request.d.ts +163 -0
- package/lib/request/summarize-addm-db-recommendations-request.js +25 -0
- package/lib/request/summarize-addm-db-recommendations-request.js.map +1 -0
- package/lib/request/summarize-addm-db-schema-objects-request.d.ts +114 -0
- package/lib/request/summarize-addm-db-schema-objects-request.js +15 -0
- package/lib/request/summarize-addm-db-schema-objects-request.js.map +1 -0
- package/lib/request/summarize-addm-db-sql-statements-request.d.ts +115 -0
- package/lib/request/summarize-addm-db-sql-statements-request.js +15 -0
- package/lib/request/summarize-addm-db-sql-statements-request.js.map +1 -0
- 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 +1 -1
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +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 +1 -1
- package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-storage-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-top-processes-usage-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-sql-insights-request.d.ts +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/index.d.ts +26 -0
- package/lib/response/ingest-addm-reports-response.d.ts +30 -0
- package/lib/response/ingest-addm-reports-response.js +15 -0
- package/lib/response/ingest-addm-reports-response.js.map +1 -0
- package/lib/response/list-addm-db-finding-categories-response.d.ts +32 -0
- package/lib/response/list-addm-db-finding-categories-response.js +15 -0
- package/lib/response/list-addm-db-finding-categories-response.js.map +1 -0
- package/lib/response/list-addm-db-findings-time-series-response.d.ts +32 -0
- package/lib/response/list-addm-db-findings-time-series-response.js +15 -0
- package/lib/response/list-addm-db-findings-time-series-response.js.map +1 -0
- package/lib/response/list-addm-db-parameter-categories-response.d.ts +32 -0
- package/lib/response/list-addm-db-parameter-categories-response.js +15 -0
- package/lib/response/list-addm-db-parameter-categories-response.js.map +1 -0
- package/lib/response/list-addm-db-recommendation-categories-response.d.ts +32 -0
- package/lib/response/list-addm-db-recommendation-categories-response.js +15 -0
- package/lib/response/list-addm-db-recommendation-categories-response.js.map +1 -0
- package/lib/response/list-addm-db-recommendations-time-series-response.d.ts +32 -0
- package/lib/response/list-addm-db-recommendations-time-series-response.js +15 -0
- package/lib/response/list-addm-db-recommendations-time-series-response.js.map +1 -0
- package/lib/response/list-addm-dbs-response.d.ts +32 -0
- package/lib/response/list-addm-dbs-response.js +15 -0
- package/lib/response/list-addm-dbs-response.js.map +1 -0
- package/lib/response/summarize-addm-db-findings-response.d.ts +32 -0
- package/lib/response/summarize-addm-db-findings-response.js +15 -0
- package/lib/response/summarize-addm-db-findings-response.js.map +1 -0
- package/lib/response/summarize-addm-db-parameter-changes-response.d.ts +32 -0
- package/lib/response/summarize-addm-db-parameter-changes-response.js +15 -0
- package/lib/response/summarize-addm-db-parameter-changes-response.js.map +1 -0
- package/lib/response/summarize-addm-db-parameters-response.d.ts +32 -0
- package/lib/response/summarize-addm-db-parameters-response.js +15 -0
- package/lib/response/summarize-addm-db-parameters-response.js.map +1 -0
- package/lib/response/summarize-addm-db-recommendations-response.d.ts +32 -0
- package/lib/response/summarize-addm-db-recommendations-response.js +15 -0
- package/lib/response/summarize-addm-db-recommendations-response.js.map +1 -0
- package/lib/response/summarize-addm-db-schema-objects-response.d.ts +32 -0
- package/lib/response/summarize-addm-db-schema-objects-response.js +15 -0
- package/lib/response/summarize-addm-db-schema-objects-response.js.map +1 -0
- package/lib/response/summarize-addm-db-sql-statements-response.d.ts +32 -0
- package/lib/response/summarize-addm-db-sql-statements-response.js +15 -0
- package/lib/response/summarize-addm-db-sql-statements-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -159,7 +159,7 @@ class OperationsInsightsClient {
|
|
|
159
159
|
* @param AddExadataInsightMembersRequest
|
|
160
160
|
* @return AddExadataInsightMembersResponse
|
|
161
161
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
|
|
163
163
|
*/
|
|
164
164
|
addExadataInsightMembers(addExadataInsightMembersRequest) {
|
|
165
165
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -221,7 +221,7 @@ class OperationsInsightsClient {
|
|
|
221
221
|
* @param ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest
|
|
222
222
|
* @return ChangeAutonomousDatabaseInsightAdvancedFeaturesResponse
|
|
223
223
|
* @throws OciError when an error occurs
|
|
224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ChangeAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use ChangeAutonomousDatabaseInsightAdvancedFeatures API.
|
|
225
225
|
*/
|
|
226
226
|
changeAutonomousDatabaseInsightAdvancedFeatures(changeAutonomousDatabaseInsightAdvancedFeaturesRequest) {
|
|
227
227
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -283,7 +283,7 @@ class OperationsInsightsClient {
|
|
|
283
283
|
* @param ChangeDatabaseInsightCompartmentRequest
|
|
284
284
|
* @return ChangeDatabaseInsightCompartmentResponse
|
|
285
285
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
|
|
287
287
|
*/
|
|
288
288
|
changeDatabaseInsightCompartment(changeDatabaseInsightCompartmentRequest) {
|
|
289
289
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -345,7 +345,7 @@ class OperationsInsightsClient {
|
|
|
345
345
|
* @param ChangeEnterpriseManagerBridgeCompartmentRequest
|
|
346
346
|
* @return ChangeEnterpriseManagerBridgeCompartmentResponse
|
|
347
347
|
* @throws OciError when an error occurs
|
|
348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
|
|
349
349
|
*/
|
|
350
350
|
changeEnterpriseManagerBridgeCompartment(changeEnterpriseManagerBridgeCompartmentRequest) {
|
|
351
351
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -406,7 +406,7 @@ class OperationsInsightsClient {
|
|
|
406
406
|
* @param ChangeExadataInsightCompartmentRequest
|
|
407
407
|
* @return ChangeExadataInsightCompartmentResponse
|
|
408
408
|
* @throws OciError when an error occurs
|
|
409
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
|
|
410
410
|
*/
|
|
411
411
|
changeExadataInsightCompartment(changeExadataInsightCompartmentRequest) {
|
|
412
412
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -468,7 +468,7 @@ class OperationsInsightsClient {
|
|
|
468
468
|
* @param ChangeHostInsightCompartmentRequest
|
|
469
469
|
* @return ChangeHostInsightCompartmentResponse
|
|
470
470
|
* @throws OciError when an error occurs
|
|
471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
|
|
472
472
|
*/
|
|
473
473
|
changeHostInsightCompartment(changeHostInsightCompartmentRequest) {
|
|
474
474
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -530,7 +530,7 @@ class OperationsInsightsClient {
|
|
|
530
530
|
* @param ChangeOperationsInsightsPrivateEndpointCompartmentRequest
|
|
531
531
|
* @return ChangeOperationsInsightsPrivateEndpointCompartmentResponse
|
|
532
532
|
* @throws OciError when an error occurs
|
|
533
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
533
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
|
|
534
534
|
*/
|
|
535
535
|
changeOperationsInsightsPrivateEndpointCompartment(changeOperationsInsightsPrivateEndpointCompartmentRequest) {
|
|
536
536
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -592,7 +592,7 @@ class OperationsInsightsClient {
|
|
|
592
592
|
* @param ChangeOpsiConfigurationCompartmentRequest
|
|
593
593
|
* @return ChangeOpsiConfigurationCompartmentResponse
|
|
594
594
|
* @throws OciError when an error occurs
|
|
595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
595
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ChangeOpsiConfigurationCompartment.ts.html |here} to see how to use ChangeOpsiConfigurationCompartment API.
|
|
596
596
|
*/
|
|
597
597
|
changeOpsiConfigurationCompartment(changeOpsiConfigurationCompartmentRequest) {
|
|
598
598
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -654,7 +654,7 @@ class OperationsInsightsClient {
|
|
|
654
654
|
* @param ChangePeComanagedDatabaseInsightRequest
|
|
655
655
|
* @return ChangePeComanagedDatabaseInsightResponse
|
|
656
656
|
* @throws OciError when an error occurs
|
|
657
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
657
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
|
|
658
658
|
*/
|
|
659
659
|
changePeComanagedDatabaseInsight(changePeComanagedDatabaseInsightRequest) {
|
|
660
660
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -718,7 +718,7 @@ class OperationsInsightsClient {
|
|
|
718
718
|
* @param CreateAwrHubRequest
|
|
719
719
|
* @return CreateAwrHubResponse
|
|
720
720
|
* @throws OciError when an error occurs
|
|
721
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
721
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
|
|
722
722
|
*/
|
|
723
723
|
createAwrHub(createAwrHubRequest) {
|
|
724
724
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -797,7 +797,7 @@ class OperationsInsightsClient {
|
|
|
797
797
|
* @param CreateDatabaseInsightRequest
|
|
798
798
|
* @return CreateDatabaseInsightResponse
|
|
799
799
|
* @throws OciError when an error occurs
|
|
800
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
800
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
|
|
801
801
|
*/
|
|
802
802
|
createDatabaseInsight(createDatabaseInsightRequest) {
|
|
803
803
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -876,7 +876,7 @@ class OperationsInsightsClient {
|
|
|
876
876
|
* @param CreateEnterpriseManagerBridgeRequest
|
|
877
877
|
* @return CreateEnterpriseManagerBridgeResponse
|
|
878
878
|
* @throws OciError when an error occurs
|
|
879
|
-
* @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.57.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
|
|
880
880
|
*/
|
|
881
881
|
createEnterpriseManagerBridge(createEnterpriseManagerBridgeRequest) {
|
|
882
882
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -955,7 +955,7 @@ class OperationsInsightsClient {
|
|
|
955
955
|
* @param CreateExadataInsightRequest
|
|
956
956
|
* @return CreateExadataInsightResponse
|
|
957
957
|
* @throws OciError when an error occurs
|
|
958
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
958
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
|
|
959
959
|
*/
|
|
960
960
|
createExadataInsight(createExadataInsightRequest) {
|
|
961
961
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1034,7 +1034,7 @@ class OperationsInsightsClient {
|
|
|
1034
1034
|
* @param CreateHostInsightRequest
|
|
1035
1035
|
* @return CreateHostInsightResponse
|
|
1036
1036
|
* @throws OciError when an error occurs
|
|
1037
|
-
* @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.57.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
|
|
1038
1038
|
*/
|
|
1039
1039
|
createHostInsight(createHostInsightRequest) {
|
|
1040
1040
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1114,7 +1114,7 @@ class OperationsInsightsClient {
|
|
|
1114
1114
|
* @param CreateOperationsInsightsPrivateEndpointRequest
|
|
1115
1115
|
* @return CreateOperationsInsightsPrivateEndpointResponse
|
|
1116
1116
|
* @throws OciError when an error occurs
|
|
1117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
|
|
1118
1118
|
*/
|
|
1119
1119
|
createOperationsInsightsPrivateEndpoint(createOperationsInsightsPrivateEndpointRequest) {
|
|
1120
1120
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1195,7 +1195,7 @@ class OperationsInsightsClient {
|
|
|
1195
1195
|
* @param CreateOperationsInsightsWarehouseRequest
|
|
1196
1196
|
* @return CreateOperationsInsightsWarehouseResponse
|
|
1197
1197
|
* @throws OciError when an error occurs
|
|
1198
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1198
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
|
|
1199
1199
|
*/
|
|
1200
1200
|
createOperationsInsightsWarehouse(createOperationsInsightsWarehouseRequest) {
|
|
1201
1201
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1275,7 +1275,7 @@ class OperationsInsightsClient {
|
|
|
1275
1275
|
* @param CreateOperationsInsightsWarehouseUserRequest
|
|
1276
1276
|
* @return CreateOperationsInsightsWarehouseUserResponse
|
|
1277
1277
|
* @throws OciError when an error occurs
|
|
1278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
|
|
1279
1279
|
*/
|
|
1280
1280
|
createOperationsInsightsWarehouseUser(createOperationsInsightsWarehouseUserRequest) {
|
|
1281
1281
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1354,7 +1354,7 @@ class OperationsInsightsClient {
|
|
|
1354
1354
|
* @param CreateOpsiConfigurationRequest
|
|
1355
1355
|
* @return CreateOpsiConfigurationResponse
|
|
1356
1356
|
* @throws OciError when an error occurs
|
|
1357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/CreateOpsiConfiguration.ts.html |here} to see how to use CreateOpsiConfiguration API.
|
|
1358
1358
|
*/
|
|
1359
1359
|
createOpsiConfiguration(createOpsiConfigurationRequest) {
|
|
1360
1360
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1427,7 +1427,7 @@ class OperationsInsightsClient {
|
|
|
1427
1427
|
* @param DeleteAwrHubRequest
|
|
1428
1428
|
* @return DeleteAwrHubResponse
|
|
1429
1429
|
* @throws OciError when an error occurs
|
|
1430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
|
|
1431
1431
|
*/
|
|
1432
1432
|
deleteAwrHub(deleteAwrHubRequest) {
|
|
1433
1433
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1487,7 +1487,7 @@ class OperationsInsightsClient {
|
|
|
1487
1487
|
* @param DeleteDatabaseInsightRequest
|
|
1488
1488
|
* @return DeleteDatabaseInsightResponse
|
|
1489
1489
|
* @throws OciError when an error occurs
|
|
1490
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1490
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
|
|
1491
1491
|
*/
|
|
1492
1492
|
deleteDatabaseInsight(deleteDatabaseInsightRequest) {
|
|
1493
1493
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1547,7 +1547,7 @@ class OperationsInsightsClient {
|
|
|
1547
1547
|
* @param DeleteEnterpriseManagerBridgeRequest
|
|
1548
1548
|
* @return DeleteEnterpriseManagerBridgeResponse
|
|
1549
1549
|
* @throws OciError when an error occurs
|
|
1550
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1550
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
|
|
1551
1551
|
*/
|
|
1552
1552
|
deleteEnterpriseManagerBridge(deleteEnterpriseManagerBridgeRequest) {
|
|
1553
1553
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1607,7 +1607,7 @@ class OperationsInsightsClient {
|
|
|
1607
1607
|
* @param DeleteExadataInsightRequest
|
|
1608
1608
|
* @return DeleteExadataInsightResponse
|
|
1609
1609
|
* @throws OciError when an error occurs
|
|
1610
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1610
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
|
|
1611
1611
|
*/
|
|
1612
1612
|
deleteExadataInsight(deleteExadataInsightRequest) {
|
|
1613
1613
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1667,7 +1667,7 @@ class OperationsInsightsClient {
|
|
|
1667
1667
|
* @param DeleteHostInsightRequest
|
|
1668
1668
|
* @return DeleteHostInsightResponse
|
|
1669
1669
|
* @throws OciError when an error occurs
|
|
1670
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1670
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
|
|
1671
1671
|
*/
|
|
1672
1672
|
deleteHostInsight(deleteHostInsightRequest) {
|
|
1673
1673
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1727,7 +1727,7 @@ class OperationsInsightsClient {
|
|
|
1727
1727
|
* @param DeleteOperationsInsightsPrivateEndpointRequest
|
|
1728
1728
|
* @return DeleteOperationsInsightsPrivateEndpointResponse
|
|
1729
1729
|
* @throws OciError when an error occurs
|
|
1730
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1730
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
|
|
1731
1731
|
*/
|
|
1732
1732
|
deleteOperationsInsightsPrivateEndpoint(deleteOperationsInsightsPrivateEndpointRequest) {
|
|
1733
1733
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1791,7 +1791,7 @@ class OperationsInsightsClient {
|
|
|
1791
1791
|
* @param DeleteOperationsInsightsWarehouseRequest
|
|
1792
1792
|
* @return DeleteOperationsInsightsWarehouseResponse
|
|
1793
1793
|
* @throws OciError when an error occurs
|
|
1794
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1794
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
|
|
1795
1795
|
*/
|
|
1796
1796
|
deleteOperationsInsightsWarehouse(deleteOperationsInsightsWarehouseRequest) {
|
|
1797
1797
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1851,7 +1851,7 @@ class OperationsInsightsClient {
|
|
|
1851
1851
|
* @param DeleteOperationsInsightsWarehouseUserRequest
|
|
1852
1852
|
* @return DeleteOperationsInsightsWarehouseUserResponse
|
|
1853
1853
|
* @throws OciError when an error occurs
|
|
1854
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1854
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
|
|
1855
1855
|
*/
|
|
1856
1856
|
deleteOperationsInsightsWarehouseUser(deleteOperationsInsightsWarehouseUserRequest) {
|
|
1857
1857
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1911,7 +1911,7 @@ class OperationsInsightsClient {
|
|
|
1911
1911
|
* @param DeleteOpsiConfigurationRequest
|
|
1912
1912
|
* @return DeleteOpsiConfigurationResponse
|
|
1913
1913
|
* @throws OciError when an error occurs
|
|
1914
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1914
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DeleteOpsiConfiguration.ts.html |here} to see how to use DeleteOpsiConfiguration API.
|
|
1915
1915
|
*/
|
|
1916
1916
|
deleteOpsiConfiguration(deleteOpsiConfigurationRequest) {
|
|
1917
1917
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1971,7 +1971,7 @@ class OperationsInsightsClient {
|
|
|
1971
1971
|
* @param DisableAutonomousDatabaseInsightAdvancedFeaturesRequest
|
|
1972
1972
|
* @return DisableAutonomousDatabaseInsightAdvancedFeaturesResponse
|
|
1973
1973
|
* @throws OciError when an error occurs
|
|
1974
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1974
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DisableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use DisableAutonomousDatabaseInsightAdvancedFeatures API.
|
|
1975
1975
|
*/
|
|
1976
1976
|
disableAutonomousDatabaseInsightAdvancedFeatures(disableAutonomousDatabaseInsightAdvancedFeaturesRequest) {
|
|
1977
1977
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2032,7 +2032,7 @@ class OperationsInsightsClient {
|
|
|
2032
2032
|
* @param DisableDatabaseInsightRequest
|
|
2033
2033
|
* @return DisableDatabaseInsightResponse
|
|
2034
2034
|
* @throws OciError when an error occurs
|
|
2035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2035
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
|
|
2036
2036
|
*/
|
|
2037
2037
|
disableDatabaseInsight(disableDatabaseInsightRequest) {
|
|
2038
2038
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2093,7 +2093,7 @@ class OperationsInsightsClient {
|
|
|
2093
2093
|
* @param DisableExadataInsightRequest
|
|
2094
2094
|
* @return DisableExadataInsightResponse
|
|
2095
2095
|
* @throws OciError when an error occurs
|
|
2096
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2096
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
|
|
2097
2097
|
*/
|
|
2098
2098
|
disableExadataInsight(disableExadataInsightRequest) {
|
|
2099
2099
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2154,7 +2154,7 @@ class OperationsInsightsClient {
|
|
|
2154
2154
|
* @param DisableHostInsightRequest
|
|
2155
2155
|
* @return DisableHostInsightResponse
|
|
2156
2156
|
* @throws OciError when an error occurs
|
|
2157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
|
|
2158
2158
|
*/
|
|
2159
2159
|
disableHostInsight(disableHostInsightRequest) {
|
|
2160
2160
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2215,7 +2215,7 @@ class OperationsInsightsClient {
|
|
|
2215
2215
|
* @param DownloadOperationsInsightsWarehouseWalletRequest
|
|
2216
2216
|
* @return DownloadOperationsInsightsWarehouseWalletResponse
|
|
2217
2217
|
* @throws OciError when an error occurs
|
|
2218
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2218
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
|
|
2219
2219
|
*/
|
|
2220
2220
|
downloadOperationsInsightsWarehouseWallet(downloadOperationsInsightsWarehouseWalletRequest) {
|
|
2221
2221
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2289,7 +2289,7 @@ class OperationsInsightsClient {
|
|
|
2289
2289
|
* @param EnableAutonomousDatabaseInsightAdvancedFeaturesRequest
|
|
2290
2290
|
* @return EnableAutonomousDatabaseInsightAdvancedFeaturesResponse
|
|
2291
2291
|
* @throws OciError when an error occurs
|
|
2292
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2292
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/EnableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use EnableAutonomousDatabaseInsightAdvancedFeatures API.
|
|
2293
2293
|
*/
|
|
2294
2294
|
enableAutonomousDatabaseInsightAdvancedFeatures(enableAutonomousDatabaseInsightAdvancedFeaturesRequest) {
|
|
2295
2295
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2351,7 +2351,7 @@ class OperationsInsightsClient {
|
|
|
2351
2351
|
* @param EnableDatabaseInsightRequest
|
|
2352
2352
|
* @return EnableDatabaseInsightResponse
|
|
2353
2353
|
* @throws OciError when an error occurs
|
|
2354
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2354
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
|
|
2355
2355
|
*/
|
|
2356
2356
|
enableDatabaseInsight(enableDatabaseInsightRequest) {
|
|
2357
2357
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2413,7 +2413,7 @@ class OperationsInsightsClient {
|
|
|
2413
2413
|
* @param EnableExadataInsightRequest
|
|
2414
2414
|
* @return EnableExadataInsightResponse
|
|
2415
2415
|
* @throws OciError when an error occurs
|
|
2416
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2416
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
|
|
2417
2417
|
*/
|
|
2418
2418
|
enableExadataInsight(enableExadataInsightRequest) {
|
|
2419
2419
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2475,7 +2475,7 @@ class OperationsInsightsClient {
|
|
|
2475
2475
|
* @param EnableHostInsightRequest
|
|
2476
2476
|
* @return EnableHostInsightResponse
|
|
2477
2477
|
* @throws OciError when an error occurs
|
|
2478
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2478
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
|
|
2479
2479
|
*/
|
|
2480
2480
|
enableHostInsight(enableHostInsightRequest) {
|
|
2481
2481
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2538,7 +2538,7 @@ class OperationsInsightsClient {
|
|
|
2538
2538
|
* @param GetAwrDatabaseReportRequest
|
|
2539
2539
|
* @return GetAwrDatabaseReportResponse
|
|
2540
2540
|
* @throws OciError when an error occurs
|
|
2541
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2541
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReport API.
|
|
2542
2542
|
*/
|
|
2543
2543
|
getAwrDatabaseReport(getAwrDatabaseReportRequest) {
|
|
2544
2544
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2606,7 +2606,7 @@ class OperationsInsightsClient {
|
|
|
2606
2606
|
* @param GetAwrDatabaseSqlReportRequest
|
|
2607
2607
|
* @return GetAwrDatabaseSqlReportResponse
|
|
2608
2608
|
* @throws OciError when an error occurs
|
|
2609
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2609
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReport API.
|
|
2610
2610
|
*/
|
|
2611
2611
|
getAwrDatabaseSqlReport(getAwrDatabaseSqlReportRequest) {
|
|
2612
2612
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2673,7 +2673,7 @@ class OperationsInsightsClient {
|
|
|
2673
2673
|
* @param GetAwrHubRequest
|
|
2674
2674
|
* @return GetAwrHubResponse
|
|
2675
2675
|
* @throws OciError when an error occurs
|
|
2676
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2676
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
|
|
2677
2677
|
*/
|
|
2678
2678
|
getAwrHub(getAwrHubRequest) {
|
|
2679
2679
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2738,7 +2738,7 @@ class OperationsInsightsClient {
|
|
|
2738
2738
|
* @param GetAwrReportRequest
|
|
2739
2739
|
* @return GetAwrReportResponse
|
|
2740
2740
|
* @throws OciError when an error occurs
|
|
2741
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2741
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
|
|
2742
2742
|
*/
|
|
2743
2743
|
getAwrReport(getAwrReportRequest) {
|
|
2744
2744
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2804,7 +2804,7 @@ class OperationsInsightsClient {
|
|
|
2804
2804
|
* @param GetDatabaseInsightRequest
|
|
2805
2805
|
* @return GetDatabaseInsightResponse
|
|
2806
2806
|
* @throws OciError when an error occurs
|
|
2807
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2807
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
|
|
2808
2808
|
*/
|
|
2809
2809
|
getDatabaseInsight(getDatabaseInsightRequest) {
|
|
2810
2810
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2867,7 +2867,7 @@ class OperationsInsightsClient {
|
|
|
2867
2867
|
* @param GetEnterpriseManagerBridgeRequest
|
|
2868
2868
|
* @return GetEnterpriseManagerBridgeResponse
|
|
2869
2869
|
* @throws OciError when an error occurs
|
|
2870
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2870
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
|
|
2871
2871
|
*/
|
|
2872
2872
|
getEnterpriseManagerBridge(getEnterpriseManagerBridgeRequest) {
|
|
2873
2873
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2930,7 +2930,7 @@ class OperationsInsightsClient {
|
|
|
2930
2930
|
* @param GetExadataInsightRequest
|
|
2931
2931
|
* @return GetExadataInsightResponse
|
|
2932
2932
|
* @throws OciError when an error occurs
|
|
2933
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2933
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
|
|
2934
2934
|
*/
|
|
2935
2935
|
getExadataInsight(getExadataInsightRequest) {
|
|
2936
2936
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2993,7 +2993,7 @@ class OperationsInsightsClient {
|
|
|
2993
2993
|
* @param GetHostInsightRequest
|
|
2994
2994
|
* @return GetHostInsightResponse
|
|
2995
2995
|
* @throws OciError when an error occurs
|
|
2996
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2996
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
|
|
2997
2997
|
*/
|
|
2998
2998
|
getHostInsight(getHostInsightRequest) {
|
|
2999
2999
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3056,7 +3056,7 @@ class OperationsInsightsClient {
|
|
|
3056
3056
|
* @param GetOperationsInsightsPrivateEndpointRequest
|
|
3057
3057
|
* @return GetOperationsInsightsPrivateEndpointResponse
|
|
3058
3058
|
* @throws OciError when an error occurs
|
|
3059
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3059
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
|
|
3060
3060
|
*/
|
|
3061
3061
|
getOperationsInsightsPrivateEndpoint(getOperationsInsightsPrivateEndpointRequest) {
|
|
3062
3062
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3121,7 +3121,7 @@ class OperationsInsightsClient {
|
|
|
3121
3121
|
* @param GetOperationsInsightsWarehouseRequest
|
|
3122
3122
|
* @return GetOperationsInsightsWarehouseResponse
|
|
3123
3123
|
* @throws OciError when an error occurs
|
|
3124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
|
|
3125
3125
|
*/
|
|
3126
3126
|
getOperationsInsightsWarehouse(getOperationsInsightsWarehouseRequest) {
|
|
3127
3127
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3184,7 +3184,7 @@ class OperationsInsightsClient {
|
|
|
3184
3184
|
* @param GetOperationsInsightsWarehouseUserRequest
|
|
3185
3185
|
* @return GetOperationsInsightsWarehouseUserResponse
|
|
3186
3186
|
* @throws OciError when an error occurs
|
|
3187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
|
|
3188
3188
|
*/
|
|
3189
3189
|
getOperationsInsightsWarehouseUser(getOperationsInsightsWarehouseUserRequest) {
|
|
3190
3190
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3250,7 +3250,7 @@ class OperationsInsightsClient {
|
|
|
3250
3250
|
* @param GetOpsiConfigurationRequest
|
|
3251
3251
|
* @return GetOpsiConfigurationResponse
|
|
3252
3252
|
* @throws OciError when an error occurs
|
|
3253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/GetOpsiConfiguration.ts.html |here} to see how to use GetOpsiConfiguration API.
|
|
3254
3254
|
*/
|
|
3255
3255
|
getOpsiConfiguration(getOpsiConfigurationRequest) {
|
|
3256
3256
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3318,7 +3318,7 @@ class OperationsInsightsClient {
|
|
|
3318
3318
|
* @param GetOpsiDataObjectRequest
|
|
3319
3319
|
* @return GetOpsiDataObjectResponse
|
|
3320
3320
|
* @throws OciError when an error occurs
|
|
3321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObject API.
|
|
3322
3322
|
*/
|
|
3323
3323
|
getOpsiDataObject(getOpsiDataObjectRequest) {
|
|
3324
3324
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3378,7 +3378,7 @@ class OperationsInsightsClient {
|
|
|
3378
3378
|
* @param GetWorkRequestRequest
|
|
3379
3379
|
* @return GetWorkRequestResponse
|
|
3380
3380
|
* @throws OciError when an error occurs
|
|
3381
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3381
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
3382
3382
|
*/
|
|
3383
3383
|
getWorkRequest(getWorkRequestRequest) {
|
|
3384
3384
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3440,13 +3440,82 @@ class OperationsInsightsClient {
|
|
|
3440
3440
|
}
|
|
3441
3441
|
});
|
|
3442
3442
|
}
|
|
3443
|
+
/**
|
|
3444
|
+
* This endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.
|
|
3445
|
+
* Either databaseId or id must be specified.
|
|
3446
|
+
*
|
|
3447
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
3448
|
+
* @param IngestAddmReportsRequest
|
|
3449
|
+
* @return IngestAddmReportsResponse
|
|
3450
|
+
* @throws OciError when an error occurs
|
|
3451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/IngestAddmReports.ts.html |here} to see how to use IngestAddmReports API.
|
|
3452
|
+
*/
|
|
3453
|
+
ingestAddmReports(ingestAddmReportsRequest) {
|
|
3454
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3455
|
+
if (this.logger)
|
|
3456
|
+
this.logger.debug("Calling operation OperationsInsightsClient#ingestAddmReports.");
|
|
3457
|
+
const operationName = "ingestAddmReports";
|
|
3458
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/IngestAddmReports";
|
|
3459
|
+
const pathParams = {};
|
|
3460
|
+
const queryParams = {
|
|
3461
|
+
"databaseId": ingestAddmReportsRequest.databaseId,
|
|
3462
|
+
"id": ingestAddmReportsRequest.id
|
|
3463
|
+
};
|
|
3464
|
+
let headerParams = {
|
|
3465
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
3466
|
+
"opc-request-id": ingestAddmReportsRequest.opcRequestId,
|
|
3467
|
+
"if-match": ingestAddmReportsRequest.ifMatch,
|
|
3468
|
+
"opc-retry-token": ingestAddmReportsRequest.opcRetryToken
|
|
3469
|
+
};
|
|
3470
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3471
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, ingestAddmReportsRequest.retryConfiguration, specRetryConfiguration);
|
|
3472
|
+
if (this.logger)
|
|
3473
|
+
retrier.logger = this.logger;
|
|
3474
|
+
const request = yield oci_common_1.composeRequest({
|
|
3475
|
+
baseEndpoint: this._endpoint,
|
|
3476
|
+
defaultHeaders: this._defaultHeaders,
|
|
3477
|
+
path: "/databaseInsights/actions/ingestAddmReports",
|
|
3478
|
+
method: "POST",
|
|
3479
|
+
bodyContent: common.ObjectSerializer.serialize(ingestAddmReportsRequest.ingestAddmReportsDetails, "IngestAddmReportsDetails", model.IngestAddmReportsDetails.getJsonObj),
|
|
3480
|
+
pathParams: pathParams,
|
|
3481
|
+
headerParams: headerParams,
|
|
3482
|
+
queryParams: queryParams
|
|
3483
|
+
});
|
|
3484
|
+
try {
|
|
3485
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
3486
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
3487
|
+
responseObject: {},
|
|
3488
|
+
body: yield response.json(),
|
|
3489
|
+
bodyKey: "ingestAddmReportsResponseDetails",
|
|
3490
|
+
bodyModel: model.IngestAddmReportsResponseDetails,
|
|
3491
|
+
type: "model.IngestAddmReportsResponseDetails",
|
|
3492
|
+
responseHeaders: [
|
|
3493
|
+
{
|
|
3494
|
+
value: response.headers.get("opc-request-id"),
|
|
3495
|
+
key: "opcRequestId",
|
|
3496
|
+
dataType: "string"
|
|
3497
|
+
},
|
|
3498
|
+
{
|
|
3499
|
+
value: response.headers.get("etag"),
|
|
3500
|
+
key: "etag",
|
|
3501
|
+
dataType: "string"
|
|
3502
|
+
}
|
|
3503
|
+
]
|
|
3504
|
+
});
|
|
3505
|
+
return sdkResponse;
|
|
3506
|
+
}
|
|
3507
|
+
catch (err) {
|
|
3508
|
+
throw err;
|
|
3509
|
+
}
|
|
3510
|
+
});
|
|
3511
|
+
}
|
|
3443
3512
|
/**
|
|
3444
3513
|
* This is a generic ingest endpoint for all database configuration metrics.
|
|
3445
3514
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
3446
3515
|
* @param IngestDatabaseConfigurationRequest
|
|
3447
3516
|
* @return IngestDatabaseConfigurationResponse
|
|
3448
3517
|
* @throws OciError when an error occurs
|
|
3449
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3518
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
|
|
3450
3519
|
*/
|
|
3451
3520
|
ingestDatabaseConfiguration(ingestDatabaseConfigurationRequest) {
|
|
3452
3521
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3513,7 +3582,7 @@ class OperationsInsightsClient {
|
|
|
3513
3582
|
* @param IngestHostConfigurationRequest
|
|
3514
3583
|
* @return IngestHostConfigurationResponse
|
|
3515
3584
|
* @throws OciError when an error occurs
|
|
3516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3585
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
|
|
3517
3586
|
*/
|
|
3518
3587
|
ingestHostConfiguration(ingestHostConfigurationRequest) {
|
|
3519
3588
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3579,7 +3648,7 @@ class OperationsInsightsClient {
|
|
|
3579
3648
|
* @param IngestHostMetricsRequest
|
|
3580
3649
|
* @return IngestHostMetricsResponse
|
|
3581
3650
|
* @throws OciError when an error occurs
|
|
3582
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3651
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
|
|
3583
3652
|
*/
|
|
3584
3653
|
ingestHostMetrics(ingestHostMetricsRequest) {
|
|
3585
3654
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3647,7 +3716,7 @@ class OperationsInsightsClient {
|
|
|
3647
3716
|
* @param IngestSqlBucketRequest
|
|
3648
3717
|
* @return IngestSqlBucketResponse
|
|
3649
3718
|
* @throws OciError when an error occurs
|
|
3650
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3719
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
|
|
3651
3720
|
*/
|
|
3652
3721
|
ingestSqlBucket(ingestSqlBucketRequest) {
|
|
3653
3722
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3717,7 +3786,7 @@ class OperationsInsightsClient {
|
|
|
3717
3786
|
* @param IngestSqlPlanLinesRequest
|
|
3718
3787
|
* @return IngestSqlPlanLinesResponse
|
|
3719
3788
|
* @throws OciError when an error occurs
|
|
3720
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3789
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
|
|
3721
3790
|
*/
|
|
3722
3791
|
ingestSqlPlanLines(ingestSqlPlanLinesRequest) {
|
|
3723
3792
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3787,7 +3856,7 @@ class OperationsInsightsClient {
|
|
|
3787
3856
|
* @param IngestSqlStatsRequest
|
|
3788
3857
|
* @return IngestSqlStatsResponse
|
|
3789
3858
|
* @throws OciError when an error occurs
|
|
3790
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3859
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
|
|
3791
3860
|
*/
|
|
3792
3861
|
ingestSqlStats(ingestSqlStatsRequest) {
|
|
3793
3862
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3857,7 +3926,7 @@ class OperationsInsightsClient {
|
|
|
3857
3926
|
* @param IngestSqlTextRequest
|
|
3858
3927
|
* @return IngestSqlTextResponse
|
|
3859
3928
|
* @throws OciError when an error occurs
|
|
3860
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3929
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
|
|
3861
3930
|
*/
|
|
3862
3931
|
ingestSqlText(ingestSqlTextRequest) {
|
|
3863
3932
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3920,47 +3989,47 @@ class OperationsInsightsClient {
|
|
|
3920
3989
|
});
|
|
3921
3990
|
}
|
|
3922
3991
|
/**
|
|
3923
|
-
*
|
|
3992
|
+
* Gets list of ADDM finding categories.
|
|
3924
3993
|
*
|
|
3925
3994
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
3926
|
-
* @param
|
|
3927
|
-
* @return
|
|
3995
|
+
* @param ListAddmDbFindingCategoriesRequest
|
|
3996
|
+
* @return ListAddmDbFindingCategoriesResponse
|
|
3928
3997
|
* @throws OciError when an error occurs
|
|
3929
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3998
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListAddmDbFindingCategories.ts.html |here} to see how to use ListAddmDbFindingCategories API.
|
|
3930
3999
|
*/
|
|
3931
|
-
|
|
4000
|
+
listAddmDbFindingCategories(listAddmDbFindingCategoriesRequest) {
|
|
3932
4001
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3933
4002
|
if (this.logger)
|
|
3934
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
3935
|
-
const operationName = "
|
|
3936
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
3937
|
-
const pathParams = {
|
|
3938
|
-
"{awrHubId}": listAwrDatabaseSnapshotsRequest.awrHubId
|
|
3939
|
-
};
|
|
4003
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listAddmDbFindingCategories.");
|
|
4004
|
+
const operationName = "listAddmDbFindingCategories";
|
|
4005
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListAddmDbFindingCategories";
|
|
4006
|
+
const pathParams = {};
|
|
3940
4007
|
const queryParams = {
|
|
3941
|
-
"
|
|
3942
|
-
"
|
|
3943
|
-
"
|
|
3944
|
-
"
|
|
3945
|
-
"
|
|
3946
|
-
"
|
|
3947
|
-
"
|
|
3948
|
-
"
|
|
3949
|
-
"
|
|
3950
|
-
"
|
|
4008
|
+
"compartmentId": listAddmDbFindingCategoriesRequest.compartmentId,
|
|
4009
|
+
"databaseId": listAddmDbFindingCategoriesRequest.databaseId,
|
|
4010
|
+
"id": listAddmDbFindingCategoriesRequest.id,
|
|
4011
|
+
"limit": listAddmDbFindingCategoriesRequest.limit,
|
|
4012
|
+
"page": listAddmDbFindingCategoriesRequest.page,
|
|
4013
|
+
"sortOrder": listAddmDbFindingCategoriesRequest.sortOrder,
|
|
4014
|
+
"sortBy": listAddmDbFindingCategoriesRequest.sortBy,
|
|
4015
|
+
"definedTagEquals": listAddmDbFindingCategoriesRequest.definedTagEquals,
|
|
4016
|
+
"freeformTagEquals": listAddmDbFindingCategoriesRequest.freeformTagEquals,
|
|
4017
|
+
"definedTagExists": listAddmDbFindingCategoriesRequest.definedTagExists,
|
|
4018
|
+
"freeformTagExists": listAddmDbFindingCategoriesRequest.freeformTagExists,
|
|
4019
|
+
"compartmentIdInSubtree": listAddmDbFindingCategoriesRequest.compartmentIdInSubtree
|
|
3951
4020
|
};
|
|
3952
4021
|
let headerParams = {
|
|
3953
4022
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
3954
|
-
"opc-request-id":
|
|
4023
|
+
"opc-request-id": listAddmDbFindingCategoriesRequest.opcRequestId
|
|
3955
4024
|
};
|
|
3956
4025
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3957
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
4026
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAddmDbFindingCategoriesRequest.retryConfiguration, specRetryConfiguration);
|
|
3958
4027
|
if (this.logger)
|
|
3959
4028
|
retrier.logger = this.logger;
|
|
3960
4029
|
const request = yield oci_common_1.composeRequest({
|
|
3961
4030
|
baseEndpoint: this._endpoint,
|
|
3962
4031
|
defaultHeaders: this._defaultHeaders,
|
|
3963
|
-
path: "/
|
|
4032
|
+
path: "/databaseInsights/addmDbFindingCategories",
|
|
3964
4033
|
method: "GET",
|
|
3965
4034
|
pathParams: pathParams,
|
|
3966
4035
|
headerParams: headerParams,
|
|
@@ -3971,9 +4040,9 @@ class OperationsInsightsClient {
|
|
|
3971
4040
|
const sdkResponse = oci_common_1.composeResponse({
|
|
3972
4041
|
responseObject: {},
|
|
3973
4042
|
body: yield response.json(),
|
|
3974
|
-
bodyKey: "
|
|
3975
|
-
bodyModel: model.
|
|
3976
|
-
type: "model.
|
|
4043
|
+
bodyKey: "addmDbFindingCategoryCollection",
|
|
4044
|
+
bodyModel: model.AddmDbFindingCategoryCollection,
|
|
4045
|
+
type: "model.AddmDbFindingCategoryCollection",
|
|
3977
4046
|
responseHeaders: [
|
|
3978
4047
|
{
|
|
3979
4048
|
value: response.headers.get("opc-request-id"),
|
|
@@ -3995,44 +4064,51 @@ class OperationsInsightsClient {
|
|
|
3995
4064
|
});
|
|
3996
4065
|
}
|
|
3997
4066
|
/**
|
|
3998
|
-
*
|
|
4067
|
+
* Get the ADDM findings time series for the specified databases for a given time period.
|
|
3999
4068
|
*
|
|
4000
4069
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4001
|
-
* @param
|
|
4002
|
-
* @return
|
|
4070
|
+
* @param ListAddmDbFindingsTimeSeriesRequest
|
|
4071
|
+
* @return ListAddmDbFindingsTimeSeriesResponse
|
|
4003
4072
|
* @throws OciError when an error occurs
|
|
4004
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4073
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListAddmDbFindingsTimeSeries.ts.html |here} to see how to use ListAddmDbFindingsTimeSeries API.
|
|
4005
4074
|
*/
|
|
4006
|
-
|
|
4075
|
+
listAddmDbFindingsTimeSeries(listAddmDbFindingsTimeSeriesRequest) {
|
|
4007
4076
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4008
4077
|
if (this.logger)
|
|
4009
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
4010
|
-
const operationName = "
|
|
4011
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
4012
|
-
const pathParams = {
|
|
4013
|
-
"{awrHubId}": listAwrDatabasesRequest.awrHubId
|
|
4014
|
-
};
|
|
4078
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listAddmDbFindingsTimeSeries.");
|
|
4079
|
+
const operationName = "listAddmDbFindingsTimeSeries";
|
|
4080
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListAddmDbFindingsTimeSeries";
|
|
4081
|
+
const pathParams = {};
|
|
4015
4082
|
const queryParams = {
|
|
4016
|
-
"
|
|
4017
|
-
"
|
|
4018
|
-
"
|
|
4019
|
-
"
|
|
4020
|
-
"
|
|
4021
|
-
"
|
|
4022
|
-
"
|
|
4083
|
+
"compartmentId": listAddmDbFindingsTimeSeriesRequest.compartmentId,
|
|
4084
|
+
"databaseId": listAddmDbFindingsTimeSeriesRequest.databaseId,
|
|
4085
|
+
"id": listAddmDbFindingsTimeSeriesRequest.id,
|
|
4086
|
+
"instanceNumber": listAddmDbFindingsTimeSeriesRequest.instanceNumber,
|
|
4087
|
+
"timeIntervalStart": listAddmDbFindingsTimeSeriesRequest.timeIntervalStart,
|
|
4088
|
+
"timeIntervalEnd": listAddmDbFindingsTimeSeriesRequest.timeIntervalEnd,
|
|
4089
|
+
"categoryName": listAddmDbFindingsTimeSeriesRequest.categoryName,
|
|
4090
|
+
"limit": listAddmDbFindingsTimeSeriesRequest.limit,
|
|
4091
|
+
"page": listAddmDbFindingsTimeSeriesRequest.page,
|
|
4092
|
+
"sortOrder": listAddmDbFindingsTimeSeriesRequest.sortOrder,
|
|
4093
|
+
"sortBy": listAddmDbFindingsTimeSeriesRequest.sortBy,
|
|
4094
|
+
"definedTagEquals": listAddmDbFindingsTimeSeriesRequest.definedTagEquals,
|
|
4095
|
+
"freeformTagEquals": listAddmDbFindingsTimeSeriesRequest.freeformTagEquals,
|
|
4096
|
+
"definedTagExists": listAddmDbFindingsTimeSeriesRequest.definedTagExists,
|
|
4097
|
+
"freeformTagExists": listAddmDbFindingsTimeSeriesRequest.freeformTagExists,
|
|
4098
|
+
"compartmentIdInSubtree": listAddmDbFindingsTimeSeriesRequest.compartmentIdInSubtree
|
|
4023
4099
|
};
|
|
4024
4100
|
let headerParams = {
|
|
4025
4101
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4026
|
-
"opc-request-id":
|
|
4102
|
+
"opc-request-id": listAddmDbFindingsTimeSeriesRequest.opcRequestId
|
|
4027
4103
|
};
|
|
4028
4104
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4029
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
4105
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAddmDbFindingsTimeSeriesRequest.retryConfiguration, specRetryConfiguration);
|
|
4030
4106
|
if (this.logger)
|
|
4031
4107
|
retrier.logger = this.logger;
|
|
4032
4108
|
const request = yield oci_common_1.composeRequest({
|
|
4033
4109
|
baseEndpoint: this._endpoint,
|
|
4034
4110
|
defaultHeaders: this._defaultHeaders,
|
|
4035
|
-
path: "/
|
|
4111
|
+
path: "/databaseInsights/addmDbFindingsTimeSeries",
|
|
4036
4112
|
method: "GET",
|
|
4037
4113
|
pathParams: pathParams,
|
|
4038
4114
|
headerParams: headerParams,
|
|
@@ -4043,9 +4119,9 @@ class OperationsInsightsClient {
|
|
|
4043
4119
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4044
4120
|
responseObject: {},
|
|
4045
4121
|
body: yield response.json(),
|
|
4046
|
-
bodyKey: "
|
|
4047
|
-
bodyModel: model.
|
|
4048
|
-
type: "model.
|
|
4122
|
+
bodyKey: "addmDbFindingsTimeSeriesCollection",
|
|
4123
|
+
bodyModel: model.AddmDbFindingsTimeSeriesCollection,
|
|
4124
|
+
type: "model.AddmDbFindingsTimeSeriesCollection",
|
|
4049
4125
|
responseHeaders: [
|
|
4050
4126
|
{
|
|
4051
4127
|
value: response.headers.get("opc-request-id"),
|
|
@@ -4067,44 +4143,47 @@ class OperationsInsightsClient {
|
|
|
4067
4143
|
});
|
|
4068
4144
|
}
|
|
4069
4145
|
/**
|
|
4070
|
-
* Gets
|
|
4146
|
+
* Gets list of ADDM database parameter categories for the specified databases.
|
|
4071
4147
|
*
|
|
4072
4148
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4073
|
-
* @param
|
|
4074
|
-
* @return
|
|
4149
|
+
* @param ListAddmDbParameterCategoriesRequest
|
|
4150
|
+
* @return ListAddmDbParameterCategoriesResponse
|
|
4075
4151
|
* @throws OciError when an error occurs
|
|
4076
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListAddmDbParameterCategories.ts.html |here} to see how to use ListAddmDbParameterCategories API.
|
|
4077
4153
|
*/
|
|
4078
|
-
|
|
4154
|
+
listAddmDbParameterCategories(listAddmDbParameterCategoriesRequest) {
|
|
4079
4155
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4080
4156
|
if (this.logger)
|
|
4081
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
4082
|
-
const operationName = "
|
|
4083
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
4157
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listAddmDbParameterCategories.");
|
|
4158
|
+
const operationName = "listAddmDbParameterCategories";
|
|
4159
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListAddmDbParameterCategories";
|
|
4084
4160
|
const pathParams = {};
|
|
4085
4161
|
const queryParams = {
|
|
4086
|
-
"compartmentId":
|
|
4087
|
-
"
|
|
4088
|
-
"id":
|
|
4089
|
-
"
|
|
4090
|
-
"
|
|
4091
|
-
"
|
|
4092
|
-
"
|
|
4093
|
-
"
|
|
4094
|
-
"
|
|
4162
|
+
"compartmentId": listAddmDbParameterCategoriesRequest.compartmentId,
|
|
4163
|
+
"databaseId": listAddmDbParameterCategoriesRequest.databaseId,
|
|
4164
|
+
"id": listAddmDbParameterCategoriesRequest.id,
|
|
4165
|
+
"limit": listAddmDbParameterCategoriesRequest.limit,
|
|
4166
|
+
"page": listAddmDbParameterCategoriesRequest.page,
|
|
4167
|
+
"sortOrder": listAddmDbParameterCategoriesRequest.sortOrder,
|
|
4168
|
+
"sortBy": listAddmDbParameterCategoriesRequest.sortBy,
|
|
4169
|
+
"definedTagEquals": listAddmDbParameterCategoriesRequest.definedTagEquals,
|
|
4170
|
+
"freeformTagEquals": listAddmDbParameterCategoriesRequest.freeformTagEquals,
|
|
4171
|
+
"definedTagExists": listAddmDbParameterCategoriesRequest.definedTagExists,
|
|
4172
|
+
"freeformTagExists": listAddmDbParameterCategoriesRequest.freeformTagExists,
|
|
4173
|
+
"compartmentIdInSubtree": listAddmDbParameterCategoriesRequest.compartmentIdInSubtree
|
|
4095
4174
|
};
|
|
4096
4175
|
let headerParams = {
|
|
4097
4176
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4098
|
-
"opc-request-id":
|
|
4177
|
+
"opc-request-id": listAddmDbParameterCategoriesRequest.opcRequestId
|
|
4099
4178
|
};
|
|
4100
4179
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4101
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
4180
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAddmDbParameterCategoriesRequest.retryConfiguration, specRetryConfiguration);
|
|
4102
4181
|
if (this.logger)
|
|
4103
4182
|
retrier.logger = this.logger;
|
|
4104
4183
|
const request = yield oci_common_1.composeRequest({
|
|
4105
4184
|
baseEndpoint: this._endpoint,
|
|
4106
4185
|
defaultHeaders: this._defaultHeaders,
|
|
4107
|
-
path: "/
|
|
4186
|
+
path: "/databaseInsights/addmDbParameterCategories",
|
|
4108
4187
|
method: "GET",
|
|
4109
4188
|
pathParams: pathParams,
|
|
4110
4189
|
headerParams: headerParams,
|
|
@@ -4115,9 +4194,9 @@ class OperationsInsightsClient {
|
|
|
4115
4194
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4116
4195
|
responseObject: {},
|
|
4117
4196
|
body: yield response.json(),
|
|
4118
|
-
bodyKey: "
|
|
4119
|
-
bodyModel: model.
|
|
4120
|
-
type: "model.
|
|
4197
|
+
bodyKey: "addmDbParameterCategoryCollection",
|
|
4198
|
+
bodyModel: model.AddmDbParameterCategoryCollection,
|
|
4199
|
+
type: "model.AddmDbParameterCategoryCollection",
|
|
4121
4200
|
responseHeaders: [
|
|
4122
4201
|
{
|
|
4123
4202
|
value: response.headers.get("opc-request-id"),
|
|
@@ -4139,45 +4218,47 @@ class OperationsInsightsClient {
|
|
|
4139
4218
|
});
|
|
4140
4219
|
}
|
|
4141
4220
|
/**
|
|
4142
|
-
*
|
|
4143
|
-
* The timeGreaterThanOrEqualTo & timeLessThanOrEqualTo params are optional. If these params are not provided, by default last 1 day snapshots will be returned.
|
|
4221
|
+
* Gets list of ADDM recommendation categories for the specified databases.
|
|
4144
4222
|
*
|
|
4145
4223
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4146
|
-
* @param
|
|
4147
|
-
* @return
|
|
4224
|
+
* @param ListAddmDbRecommendationCategoriesRequest
|
|
4225
|
+
* @return ListAddmDbRecommendationCategoriesResponse
|
|
4148
4226
|
* @throws OciError when an error occurs
|
|
4149
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListAddmDbRecommendationCategories.ts.html |here} to see how to use ListAddmDbRecommendationCategories API.
|
|
4150
4228
|
*/
|
|
4151
|
-
|
|
4229
|
+
listAddmDbRecommendationCategories(listAddmDbRecommendationCategoriesRequest) {
|
|
4152
4230
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4153
4231
|
if (this.logger)
|
|
4154
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
4155
|
-
const operationName = "
|
|
4156
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
4157
|
-
const pathParams = {
|
|
4158
|
-
"{awrHubId}": listAwrSnapshotsRequest.awrHubId
|
|
4159
|
-
};
|
|
4232
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listAddmDbRecommendationCategories.");
|
|
4233
|
+
const operationName = "listAddmDbRecommendationCategories";
|
|
4234
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListAddmDbRecommendationCategories";
|
|
4235
|
+
const pathParams = {};
|
|
4160
4236
|
const queryParams = {
|
|
4161
|
-
"
|
|
4162
|
-
"
|
|
4163
|
-
"
|
|
4164
|
-
"limit":
|
|
4165
|
-
"page":
|
|
4166
|
-
"sortOrder":
|
|
4167
|
-
"sortBy":
|
|
4237
|
+
"compartmentId": listAddmDbRecommendationCategoriesRequest.compartmentId,
|
|
4238
|
+
"databaseId": listAddmDbRecommendationCategoriesRequest.databaseId,
|
|
4239
|
+
"id": listAddmDbRecommendationCategoriesRequest.id,
|
|
4240
|
+
"limit": listAddmDbRecommendationCategoriesRequest.limit,
|
|
4241
|
+
"page": listAddmDbRecommendationCategoriesRequest.page,
|
|
4242
|
+
"sortOrder": listAddmDbRecommendationCategoriesRequest.sortOrder,
|
|
4243
|
+
"sortBy": listAddmDbRecommendationCategoriesRequest.sortBy,
|
|
4244
|
+
"definedTagEquals": listAddmDbRecommendationCategoriesRequest.definedTagEquals,
|
|
4245
|
+
"freeformTagEquals": listAddmDbRecommendationCategoriesRequest.freeformTagEquals,
|
|
4246
|
+
"definedTagExists": listAddmDbRecommendationCategoriesRequest.definedTagExists,
|
|
4247
|
+
"freeformTagExists": listAddmDbRecommendationCategoriesRequest.freeformTagExists,
|
|
4248
|
+
"compartmentIdInSubtree": listAddmDbRecommendationCategoriesRequest.compartmentIdInSubtree
|
|
4168
4249
|
};
|
|
4169
4250
|
let headerParams = {
|
|
4170
4251
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4171
|
-
"opc-request-id":
|
|
4252
|
+
"opc-request-id": listAddmDbRecommendationCategoriesRequest.opcRequestId
|
|
4172
4253
|
};
|
|
4173
4254
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4174
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
4255
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAddmDbRecommendationCategoriesRequest.retryConfiguration, specRetryConfiguration);
|
|
4175
4256
|
if (this.logger)
|
|
4176
4257
|
retrier.logger = this.logger;
|
|
4177
4258
|
const request = yield oci_common_1.composeRequest({
|
|
4178
4259
|
baseEndpoint: this._endpoint,
|
|
4179
4260
|
defaultHeaders: this._defaultHeaders,
|
|
4180
|
-
path: "/
|
|
4261
|
+
path: "/databaseInsights/addmDbRecommendationCategories",
|
|
4181
4262
|
method: "GET",
|
|
4182
4263
|
pathParams: pathParams,
|
|
4183
4264
|
headerParams: headerParams,
|
|
@@ -4188,9 +4269,9 @@ class OperationsInsightsClient {
|
|
|
4188
4269
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4189
4270
|
responseObject: {},
|
|
4190
4271
|
body: yield response.json(),
|
|
4191
|
-
bodyKey: "
|
|
4192
|
-
bodyModel: model.
|
|
4193
|
-
type: "model.
|
|
4272
|
+
bodyKey: "addmDbRecommendationCategoryCollection",
|
|
4273
|
+
bodyModel: model.AddmDbRecommendationCategoryCollection,
|
|
4274
|
+
type: "model.AddmDbRecommendationCategoryCollection",
|
|
4194
4275
|
responseHeaders: [
|
|
4195
4276
|
{
|
|
4196
4277
|
value: response.headers.get("opc-request-id"),
|
|
@@ -4212,54 +4293,55 @@ class OperationsInsightsClient {
|
|
|
4212
4293
|
});
|
|
4213
4294
|
}
|
|
4214
4295
|
/**
|
|
4215
|
-
* Gets
|
|
4216
|
-
* When both compartmentId and compartmentIdInSubtree are specified, a list of database insight configurations in that compartment and in all sub-compartments will be returned.
|
|
4296
|
+
* Gets time series data for ADDM recommendations for the specified databases.
|
|
4217
4297
|
*
|
|
4218
4298
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4219
|
-
* @param
|
|
4220
|
-
* @return
|
|
4299
|
+
* @param ListAddmDbRecommendationsTimeSeriesRequest
|
|
4300
|
+
* @return ListAddmDbRecommendationsTimeSeriesResponse
|
|
4221
4301
|
* @throws OciError when an error occurs
|
|
4222
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4302
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListAddmDbRecommendationsTimeSeries.ts.html |here} to see how to use ListAddmDbRecommendationsTimeSeries API.
|
|
4223
4303
|
*/
|
|
4224
|
-
|
|
4304
|
+
listAddmDbRecommendationsTimeSeries(listAddmDbRecommendationsTimeSeriesRequest) {
|
|
4225
4305
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4226
4306
|
if (this.logger)
|
|
4227
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
4228
|
-
const operationName = "
|
|
4229
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/
|
|
4307
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listAddmDbRecommendationsTimeSeries.");
|
|
4308
|
+
const operationName = "listAddmDbRecommendationsTimeSeries";
|
|
4309
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListAddmDbRecommendationsTimeSeries";
|
|
4230
4310
|
const pathParams = {};
|
|
4231
4311
|
const queryParams = {
|
|
4232
|
-
"compartmentId":
|
|
4233
|
-
"
|
|
4234
|
-
"id":
|
|
4235
|
-
"
|
|
4236
|
-
"
|
|
4237
|
-
"
|
|
4238
|
-
"
|
|
4239
|
-
"
|
|
4240
|
-
"
|
|
4241
|
-
"
|
|
4242
|
-
"
|
|
4243
|
-
"
|
|
4244
|
-
"
|
|
4245
|
-
"
|
|
4246
|
-
"
|
|
4247
|
-
"
|
|
4248
|
-
"
|
|
4249
|
-
"
|
|
4312
|
+
"compartmentId": listAddmDbRecommendationsTimeSeriesRequest.compartmentId,
|
|
4313
|
+
"databaseId": listAddmDbRecommendationsTimeSeriesRequest.databaseId,
|
|
4314
|
+
"id": listAddmDbRecommendationsTimeSeriesRequest.id,
|
|
4315
|
+
"instanceNumber": listAddmDbRecommendationsTimeSeriesRequest.instanceNumber,
|
|
4316
|
+
"timeIntervalStart": listAddmDbRecommendationsTimeSeriesRequest.timeIntervalStart,
|
|
4317
|
+
"timeIntervalEnd": listAddmDbRecommendationsTimeSeriesRequest.timeIntervalEnd,
|
|
4318
|
+
"categoryName": listAddmDbRecommendationsTimeSeriesRequest.categoryName,
|
|
4319
|
+
"sqlIdentifier": listAddmDbRecommendationsTimeSeriesRequest.sqlIdentifier,
|
|
4320
|
+
"ownerOrNameContains": listAddmDbRecommendationsTimeSeriesRequest.ownerOrNameContains,
|
|
4321
|
+
"nameContains": listAddmDbRecommendationsTimeSeriesRequest.nameContains,
|
|
4322
|
+
"name": listAddmDbRecommendationsTimeSeriesRequest.name,
|
|
4323
|
+
"limit": listAddmDbRecommendationsTimeSeriesRequest.limit,
|
|
4324
|
+
"page": listAddmDbRecommendationsTimeSeriesRequest.page,
|
|
4325
|
+
"sortOrder": listAddmDbRecommendationsTimeSeriesRequest.sortOrder,
|
|
4326
|
+
"sortBy": listAddmDbRecommendationsTimeSeriesRequest.sortBy,
|
|
4327
|
+
"definedTagEquals": listAddmDbRecommendationsTimeSeriesRequest.definedTagEquals,
|
|
4328
|
+
"freeformTagEquals": listAddmDbRecommendationsTimeSeriesRequest.freeformTagEquals,
|
|
4329
|
+
"definedTagExists": listAddmDbRecommendationsTimeSeriesRequest.definedTagExists,
|
|
4330
|
+
"freeformTagExists": listAddmDbRecommendationsTimeSeriesRequest.freeformTagExists,
|
|
4331
|
+
"compartmentIdInSubtree": listAddmDbRecommendationsTimeSeriesRequest.compartmentIdInSubtree
|
|
4250
4332
|
};
|
|
4251
4333
|
let headerParams = {
|
|
4252
4334
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4253
|
-
"opc-request-id":
|
|
4335
|
+
"opc-request-id": listAddmDbRecommendationsTimeSeriesRequest.opcRequestId
|
|
4254
4336
|
};
|
|
4255
4337
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4256
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
4338
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAddmDbRecommendationsTimeSeriesRequest.retryConfiguration, specRetryConfiguration);
|
|
4257
4339
|
if (this.logger)
|
|
4258
4340
|
retrier.logger = this.logger;
|
|
4259
4341
|
const request = yield oci_common_1.composeRequest({
|
|
4260
4342
|
baseEndpoint: this._endpoint,
|
|
4261
4343
|
defaultHeaders: this._defaultHeaders,
|
|
4262
|
-
path: "/databaseInsights/
|
|
4344
|
+
path: "/databaseInsights/addmDbRecommendationsTimeSeries",
|
|
4263
4345
|
method: "GET",
|
|
4264
4346
|
pathParams: pathParams,
|
|
4265
4347
|
headerParams: headerParams,
|
|
@@ -4270,20 +4352,15 @@ class OperationsInsightsClient {
|
|
|
4270
4352
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4271
4353
|
responseObject: {},
|
|
4272
4354
|
body: yield response.json(),
|
|
4273
|
-
bodyKey: "
|
|
4274
|
-
bodyModel: model.
|
|
4275
|
-
type: "model.
|
|
4355
|
+
bodyKey: "addmDbRecommendationsTimeSeriesCollection",
|
|
4356
|
+
bodyModel: model.AddmDbRecommendationsTimeSeriesCollection,
|
|
4357
|
+
type: "model.AddmDbRecommendationsTimeSeriesCollection",
|
|
4276
4358
|
responseHeaders: [
|
|
4277
4359
|
{
|
|
4278
4360
|
value: response.headers.get("opc-request-id"),
|
|
4279
4361
|
key: "opcRequestId",
|
|
4280
4362
|
dataType: "string"
|
|
4281
4363
|
},
|
|
4282
|
-
{
|
|
4283
|
-
value: response.headers.get("opc-total-items"),
|
|
4284
|
-
key: "opcTotalItems",
|
|
4285
|
-
dataType: "number"
|
|
4286
|
-
},
|
|
4287
4364
|
{
|
|
4288
4365
|
value: response.headers.get("opc-next-page"),
|
|
4289
4366
|
key: "opcNextPage",
|
|
@@ -4299,51 +4376,49 @@ class OperationsInsightsClient {
|
|
|
4299
4376
|
});
|
|
4300
4377
|
}
|
|
4301
4378
|
/**
|
|
4302
|
-
* Gets a list of database
|
|
4303
|
-
* When both compartmentId and compartmentIdInSubtree are specified, a list of database insights in that compartment and in all sub-compartments will be returned.
|
|
4379
|
+
* Gets a list of ADDM database information
|
|
4304
4380
|
*
|
|
4305
4381
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4306
|
-
* @param
|
|
4307
|
-
* @return
|
|
4382
|
+
* @param ListAddmDbsRequest
|
|
4383
|
+
* @return ListAddmDbsResponse
|
|
4308
4384
|
* @throws OciError when an error occurs
|
|
4309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListAddmDbs.ts.html |here} to see how to use ListAddmDbs API.
|
|
4310
4386
|
*/
|
|
4311
|
-
|
|
4387
|
+
listAddmDbs(listAddmDbsRequest) {
|
|
4312
4388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4313
4389
|
if (this.logger)
|
|
4314
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
4315
|
-
const operationName = "
|
|
4316
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/
|
|
4390
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listAddmDbs.");
|
|
4391
|
+
const operationName = "listAddmDbs";
|
|
4392
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListAddmDbs";
|
|
4317
4393
|
const pathParams = {};
|
|
4318
4394
|
const queryParams = {
|
|
4319
|
-
"compartmentId":
|
|
4320
|
-
"
|
|
4321
|
-
"id":
|
|
4322
|
-
"
|
|
4323
|
-
"
|
|
4324
|
-
"
|
|
4325
|
-
"
|
|
4326
|
-
"
|
|
4327
|
-
"
|
|
4328
|
-
"
|
|
4329
|
-
"
|
|
4330
|
-
"
|
|
4331
|
-
"
|
|
4332
|
-
"compartmentIdInSubtree":
|
|
4333
|
-
"opsiPrivateEndpointId": listDatabaseInsightsRequest.opsiPrivateEndpointId
|
|
4395
|
+
"compartmentId": listAddmDbsRequest.compartmentId,
|
|
4396
|
+
"databaseId": listAddmDbsRequest.databaseId,
|
|
4397
|
+
"id": listAddmDbsRequest.id,
|
|
4398
|
+
"timeIntervalStart": listAddmDbsRequest.timeIntervalStart,
|
|
4399
|
+
"timeIntervalEnd": listAddmDbsRequest.timeIntervalEnd,
|
|
4400
|
+
"limit": listAddmDbsRequest.limit,
|
|
4401
|
+
"page": listAddmDbsRequest.page,
|
|
4402
|
+
"sortOrder": listAddmDbsRequest.sortOrder,
|
|
4403
|
+
"sortBy": listAddmDbsRequest.sortBy,
|
|
4404
|
+
"definedTagEquals": listAddmDbsRequest.definedTagEquals,
|
|
4405
|
+
"freeformTagEquals": listAddmDbsRequest.freeformTagEquals,
|
|
4406
|
+
"definedTagExists": listAddmDbsRequest.definedTagExists,
|
|
4407
|
+
"freeformTagExists": listAddmDbsRequest.freeformTagExists,
|
|
4408
|
+
"compartmentIdInSubtree": listAddmDbsRequest.compartmentIdInSubtree
|
|
4334
4409
|
};
|
|
4335
4410
|
let headerParams = {
|
|
4336
4411
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4337
|
-
"opc-request-id":
|
|
4412
|
+
"opc-request-id": listAddmDbsRequest.opcRequestId
|
|
4338
4413
|
};
|
|
4339
4414
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4340
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
4415
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAddmDbsRequest.retryConfiguration, specRetryConfiguration);
|
|
4341
4416
|
if (this.logger)
|
|
4342
4417
|
retrier.logger = this.logger;
|
|
4343
4418
|
const request = yield oci_common_1.composeRequest({
|
|
4344
4419
|
baseEndpoint: this._endpoint,
|
|
4345
4420
|
defaultHeaders: this._defaultHeaders,
|
|
4346
|
-
path: "/databaseInsights",
|
|
4421
|
+
path: "/databaseInsights/addmDbs",
|
|
4347
4422
|
method: "GET",
|
|
4348
4423
|
pathParams: pathParams,
|
|
4349
4424
|
headerParams: headerParams,
|
|
@@ -4354,20 +4429,15 @@ class OperationsInsightsClient {
|
|
|
4354
4429
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4355
4430
|
responseObject: {},
|
|
4356
4431
|
body: yield response.json(),
|
|
4357
|
-
bodyKey: "
|
|
4358
|
-
bodyModel: model.
|
|
4359
|
-
type: "model.
|
|
4432
|
+
bodyKey: "addmDbCollection",
|
|
4433
|
+
bodyModel: model.AddmDbCollection,
|
|
4434
|
+
type: "model.AddmDbCollection",
|
|
4360
4435
|
responseHeaders: [
|
|
4361
4436
|
{
|
|
4362
4437
|
value: response.headers.get("opc-request-id"),
|
|
4363
4438
|
key: "opcRequestId",
|
|
4364
4439
|
dataType: "string"
|
|
4365
4440
|
},
|
|
4366
|
-
{
|
|
4367
|
-
value: response.headers.get("opc-total-items"),
|
|
4368
|
-
key: "opcTotalItems",
|
|
4369
|
-
dataType: "number"
|
|
4370
|
-
},
|
|
4371
4441
|
{
|
|
4372
4442
|
value: response.headers.get("opc-next-page"),
|
|
4373
4443
|
key: "opcNextPage",
|
|
@@ -4383,45 +4453,910 @@ class OperationsInsightsClient {
|
|
|
4383
4453
|
});
|
|
4384
4454
|
}
|
|
4385
4455
|
/**
|
|
4386
|
-
*
|
|
4387
|
-
* When both compartmentId and compartmentIdInSubtree are specified, a list of bridges in that compartment and in all sub-compartments will be returned.
|
|
4456
|
+
* Lists AWR snapshots for the specified database in the AWR.
|
|
4388
4457
|
*
|
|
4389
4458
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4390
|
-
* @param
|
|
4391
|
-
* @return
|
|
4459
|
+
* @param ListAwrDatabaseSnapshotsRequest
|
|
4460
|
+
* @return ListAwrDatabaseSnapshotsResponse
|
|
4392
4461
|
* @throws OciError when an error occurs
|
|
4393
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4462
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshots API.
|
|
4394
4463
|
*/
|
|
4395
|
-
|
|
4464
|
+
listAwrDatabaseSnapshots(listAwrDatabaseSnapshotsRequest) {
|
|
4396
4465
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4397
4466
|
if (this.logger)
|
|
4398
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
4399
|
-
const operationName = "
|
|
4400
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
4401
|
-
const pathParams = {
|
|
4402
|
-
|
|
4403
|
-
"compartmentId": listEnterpriseManagerBridgesRequest.compartmentId,
|
|
4404
|
-
"displayName": listEnterpriseManagerBridgesRequest.displayName,
|
|
4405
|
-
"id": listEnterpriseManagerBridgesRequest.id,
|
|
4406
|
-
"lifecycleState": listEnterpriseManagerBridgesRequest.lifecycleState,
|
|
4407
|
-
"limit": listEnterpriseManagerBridgesRequest.limit,
|
|
4408
|
-
"page": listEnterpriseManagerBridgesRequest.page,
|
|
4409
|
-
"sortOrder": listEnterpriseManagerBridgesRequest.sortOrder,
|
|
4410
|
-
"sortBy": listEnterpriseManagerBridgesRequest.sortBy,
|
|
4411
|
-
"compartmentIdInSubtree": listEnterpriseManagerBridgesRequest.compartmentIdInSubtree
|
|
4412
|
-
};
|
|
4413
|
-
let headerParams = {
|
|
4414
|
-
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4415
|
-
"opc-request-id": listEnterpriseManagerBridgesRequest.opcRequestId
|
|
4467
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listAwrDatabaseSnapshots.");
|
|
4468
|
+
const operationName = "listAwrDatabaseSnapshots";
|
|
4469
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrDatabaseSnapshots";
|
|
4470
|
+
const pathParams = {
|
|
4471
|
+
"{awrHubId}": listAwrDatabaseSnapshotsRequest.awrHubId
|
|
4416
4472
|
};
|
|
4417
|
-
const
|
|
4418
|
-
|
|
4419
|
-
|
|
4420
|
-
|
|
4421
|
-
|
|
4473
|
+
const queryParams = {
|
|
4474
|
+
"awrSourceDatabaseIdentifier": listAwrDatabaseSnapshotsRequest.awrSourceDatabaseIdentifier,
|
|
4475
|
+
"instanceNumber": listAwrDatabaseSnapshotsRequest.instanceNumber,
|
|
4476
|
+
"beginSnapshotIdentifierGreaterThanOrEqualTo": listAwrDatabaseSnapshotsRequest.beginSnapshotIdentifierGreaterThanOrEqualTo,
|
|
4477
|
+
"endSnapshotIdentifierLessThanOrEqualTo": listAwrDatabaseSnapshotsRequest.endSnapshotIdentifierLessThanOrEqualTo,
|
|
4478
|
+
"timeGreaterThanOrEqualTo": listAwrDatabaseSnapshotsRequest.timeGreaterThanOrEqualTo,
|
|
4479
|
+
"timeLessThanOrEqualTo": listAwrDatabaseSnapshotsRequest.timeLessThanOrEqualTo,
|
|
4480
|
+
"page": listAwrDatabaseSnapshotsRequest.page,
|
|
4481
|
+
"limit": listAwrDatabaseSnapshotsRequest.limit,
|
|
4482
|
+
"sortBy": listAwrDatabaseSnapshotsRequest.sortBy,
|
|
4483
|
+
"sortOrder": listAwrDatabaseSnapshotsRequest.sortOrder
|
|
4484
|
+
};
|
|
4485
|
+
let headerParams = {
|
|
4486
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4487
|
+
"opc-request-id": listAwrDatabaseSnapshotsRequest.opcRequestId
|
|
4488
|
+
};
|
|
4489
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4490
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAwrDatabaseSnapshotsRequest.retryConfiguration, specRetryConfiguration);
|
|
4491
|
+
if (this.logger)
|
|
4492
|
+
retrier.logger = this.logger;
|
|
4493
|
+
const request = yield oci_common_1.composeRequest({
|
|
4494
|
+
baseEndpoint: this._endpoint,
|
|
4495
|
+
defaultHeaders: this._defaultHeaders,
|
|
4496
|
+
path: "/awrHubs/{awrHubId}/awrDatabaseSnapshots",
|
|
4497
|
+
method: "GET",
|
|
4498
|
+
pathParams: pathParams,
|
|
4499
|
+
headerParams: headerParams,
|
|
4500
|
+
queryParams: queryParams
|
|
4501
|
+
});
|
|
4502
|
+
try {
|
|
4503
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
4504
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
4505
|
+
responseObject: {},
|
|
4506
|
+
body: yield response.json(),
|
|
4507
|
+
bodyKey: "awrDatabaseSnapshotCollection",
|
|
4508
|
+
bodyModel: model.AwrDatabaseSnapshotCollection,
|
|
4509
|
+
type: "model.AwrDatabaseSnapshotCollection",
|
|
4510
|
+
responseHeaders: [
|
|
4511
|
+
{
|
|
4512
|
+
value: response.headers.get("opc-request-id"),
|
|
4513
|
+
key: "opcRequestId",
|
|
4514
|
+
dataType: "string"
|
|
4515
|
+
},
|
|
4516
|
+
{
|
|
4517
|
+
value: response.headers.get("opc-next-page"),
|
|
4518
|
+
key: "opcNextPage",
|
|
4519
|
+
dataType: "string"
|
|
4520
|
+
}
|
|
4521
|
+
]
|
|
4522
|
+
});
|
|
4523
|
+
return sdkResponse;
|
|
4524
|
+
}
|
|
4525
|
+
catch (err) {
|
|
4526
|
+
throw err;
|
|
4527
|
+
}
|
|
4528
|
+
});
|
|
4529
|
+
}
|
|
4530
|
+
/**
|
|
4531
|
+
* Gets the list of databases and their snapshot summary details available in the AWRHub.
|
|
4532
|
+
*
|
|
4533
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4534
|
+
* @param ListAwrDatabasesRequest
|
|
4535
|
+
* @return ListAwrDatabasesResponse
|
|
4536
|
+
* @throws OciError when an error occurs
|
|
4537
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabases API.
|
|
4538
|
+
*/
|
|
4539
|
+
listAwrDatabases(listAwrDatabasesRequest) {
|
|
4540
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4541
|
+
if (this.logger)
|
|
4542
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listAwrDatabases.");
|
|
4543
|
+
const operationName = "listAwrDatabases";
|
|
4544
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrDatabases";
|
|
4545
|
+
const pathParams = {
|
|
4546
|
+
"{awrHubId}": listAwrDatabasesRequest.awrHubId
|
|
4547
|
+
};
|
|
4548
|
+
const queryParams = {
|
|
4549
|
+
"name": listAwrDatabasesRequest.name,
|
|
4550
|
+
"timeGreaterThanOrEqualTo": listAwrDatabasesRequest.timeGreaterThanOrEqualTo,
|
|
4551
|
+
"timeLessThanOrEqualTo": listAwrDatabasesRequest.timeLessThanOrEqualTo,
|
|
4552
|
+
"page": listAwrDatabasesRequest.page,
|
|
4553
|
+
"limit": listAwrDatabasesRequest.limit,
|
|
4554
|
+
"sortBy": listAwrDatabasesRequest.sortBy,
|
|
4555
|
+
"sortOrder": listAwrDatabasesRequest.sortOrder
|
|
4556
|
+
};
|
|
4557
|
+
let headerParams = {
|
|
4558
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4559
|
+
"opc-request-id": listAwrDatabasesRequest.opcRequestId
|
|
4560
|
+
};
|
|
4561
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4562
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAwrDatabasesRequest.retryConfiguration, specRetryConfiguration);
|
|
4563
|
+
if (this.logger)
|
|
4564
|
+
retrier.logger = this.logger;
|
|
4565
|
+
const request = yield oci_common_1.composeRequest({
|
|
4566
|
+
baseEndpoint: this._endpoint,
|
|
4567
|
+
defaultHeaders: this._defaultHeaders,
|
|
4568
|
+
path: "/awrHubs/{awrHubId}/awrDatabases",
|
|
4569
|
+
method: "GET",
|
|
4570
|
+
pathParams: pathParams,
|
|
4571
|
+
headerParams: headerParams,
|
|
4572
|
+
queryParams: queryParams
|
|
4573
|
+
});
|
|
4574
|
+
try {
|
|
4575
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
4576
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
4577
|
+
responseObject: {},
|
|
4578
|
+
body: yield response.json(),
|
|
4579
|
+
bodyKey: "awrDatabaseCollection",
|
|
4580
|
+
bodyModel: model.AwrDatabaseCollection,
|
|
4581
|
+
type: "model.AwrDatabaseCollection",
|
|
4582
|
+
responseHeaders: [
|
|
4583
|
+
{
|
|
4584
|
+
value: response.headers.get("opc-request-id"),
|
|
4585
|
+
key: "opcRequestId",
|
|
4586
|
+
dataType: "string"
|
|
4587
|
+
},
|
|
4588
|
+
{
|
|
4589
|
+
value: response.headers.get("opc-next-page"),
|
|
4590
|
+
key: "opcNextPage",
|
|
4591
|
+
dataType: "string"
|
|
4592
|
+
}
|
|
4593
|
+
]
|
|
4594
|
+
});
|
|
4595
|
+
return sdkResponse;
|
|
4596
|
+
}
|
|
4597
|
+
catch (err) {
|
|
4598
|
+
throw err;
|
|
4599
|
+
}
|
|
4600
|
+
});
|
|
4601
|
+
}
|
|
4602
|
+
/**
|
|
4603
|
+
* Gets a list of AWR hubs. Either compartmentId or id must be specified. All these resources are expected to be in root compartment.
|
|
4604
|
+
*
|
|
4605
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4606
|
+
* @param ListAwrHubsRequest
|
|
4607
|
+
* @return ListAwrHubsResponse
|
|
4608
|
+
* @throws OciError when an error occurs
|
|
4609
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
|
|
4610
|
+
*/
|
|
4611
|
+
listAwrHubs(listAwrHubsRequest) {
|
|
4612
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4613
|
+
if (this.logger)
|
|
4614
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listAwrHubs.");
|
|
4615
|
+
const operationName = "listAwrHubs";
|
|
4616
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrHubs";
|
|
4617
|
+
const pathParams = {};
|
|
4618
|
+
const queryParams = {
|
|
4619
|
+
"compartmentId": listAwrHubsRequest.compartmentId,
|
|
4620
|
+
"displayName": listAwrHubsRequest.displayName,
|
|
4621
|
+
"id": listAwrHubsRequest.id,
|
|
4622
|
+
"operationsInsightsWarehouseId": listAwrHubsRequest.operationsInsightsWarehouseId,
|
|
4623
|
+
"lifecycleState": listAwrHubsRequest.lifecycleState,
|
|
4624
|
+
"limit": listAwrHubsRequest.limit,
|
|
4625
|
+
"page": listAwrHubsRequest.page,
|
|
4626
|
+
"sortOrder": listAwrHubsRequest.sortOrder,
|
|
4627
|
+
"sortBy": listAwrHubsRequest.sortBy
|
|
4628
|
+
};
|
|
4629
|
+
let headerParams = {
|
|
4630
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4631
|
+
"opc-request-id": listAwrHubsRequest.opcRequestId
|
|
4632
|
+
};
|
|
4633
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4634
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAwrHubsRequest.retryConfiguration, specRetryConfiguration);
|
|
4635
|
+
if (this.logger)
|
|
4636
|
+
retrier.logger = this.logger;
|
|
4637
|
+
const request = yield oci_common_1.composeRequest({
|
|
4638
|
+
baseEndpoint: this._endpoint,
|
|
4639
|
+
defaultHeaders: this._defaultHeaders,
|
|
4640
|
+
path: "/awrHubs",
|
|
4641
|
+
method: "GET",
|
|
4642
|
+
pathParams: pathParams,
|
|
4643
|
+
headerParams: headerParams,
|
|
4644
|
+
queryParams: queryParams
|
|
4645
|
+
});
|
|
4646
|
+
try {
|
|
4647
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
4648
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
4649
|
+
responseObject: {},
|
|
4650
|
+
body: yield response.json(),
|
|
4651
|
+
bodyKey: "awrHubSummaryCollection",
|
|
4652
|
+
bodyModel: model.AwrHubSummaryCollection,
|
|
4653
|
+
type: "model.AwrHubSummaryCollection",
|
|
4654
|
+
responseHeaders: [
|
|
4655
|
+
{
|
|
4656
|
+
value: response.headers.get("opc-request-id"),
|
|
4657
|
+
key: "opcRequestId",
|
|
4658
|
+
dataType: "string"
|
|
4659
|
+
},
|
|
4660
|
+
{
|
|
4661
|
+
value: response.headers.get("opc-next-page"),
|
|
4662
|
+
key: "opcNextPage",
|
|
4663
|
+
dataType: "string"
|
|
4664
|
+
}
|
|
4665
|
+
]
|
|
4666
|
+
});
|
|
4667
|
+
return sdkResponse;
|
|
4668
|
+
}
|
|
4669
|
+
catch (err) {
|
|
4670
|
+
throw err;
|
|
4671
|
+
}
|
|
4672
|
+
});
|
|
4673
|
+
}
|
|
4674
|
+
/**
|
|
4675
|
+
* Lists AWR snapshots for the specified source database in the AWR hub. The difference between the timeGreaterThanOrEqualTo and timeLessThanOrEqualTo should not exceed an elapsed range of 1 day.
|
|
4676
|
+
* The timeGreaterThanOrEqualTo & timeLessThanOrEqualTo params are optional. If these params are not provided, by default last 1 day snapshots will be returned.
|
|
4677
|
+
*
|
|
4678
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4679
|
+
* @param ListAwrSnapshotsRequest
|
|
4680
|
+
* @return ListAwrSnapshotsResponse
|
|
4681
|
+
* @throws OciError when an error occurs
|
|
4682
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
|
|
4683
|
+
*/
|
|
4684
|
+
listAwrSnapshots(listAwrSnapshotsRequest) {
|
|
4685
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4686
|
+
if (this.logger)
|
|
4687
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listAwrSnapshots.");
|
|
4688
|
+
const operationName = "listAwrSnapshots";
|
|
4689
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrSnapshots";
|
|
4690
|
+
const pathParams = {
|
|
4691
|
+
"{awrHubId}": listAwrSnapshotsRequest.awrHubId
|
|
4692
|
+
};
|
|
4693
|
+
const queryParams = {
|
|
4694
|
+
"awrSourceDatabaseIdentifier": listAwrSnapshotsRequest.awrSourceDatabaseIdentifier,
|
|
4695
|
+
"timeGreaterThanOrEqualTo": listAwrSnapshotsRequest.timeGreaterThanOrEqualTo,
|
|
4696
|
+
"timeLessThanOrEqualTo": listAwrSnapshotsRequest.timeLessThanOrEqualTo,
|
|
4697
|
+
"limit": listAwrSnapshotsRequest.limit,
|
|
4698
|
+
"page": listAwrSnapshotsRequest.page,
|
|
4699
|
+
"sortOrder": listAwrSnapshotsRequest.sortOrder,
|
|
4700
|
+
"sortBy": listAwrSnapshotsRequest.sortBy
|
|
4701
|
+
};
|
|
4702
|
+
let headerParams = {
|
|
4703
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4704
|
+
"opc-request-id": listAwrSnapshotsRequest.opcRequestId
|
|
4705
|
+
};
|
|
4706
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4707
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAwrSnapshotsRequest.retryConfiguration, specRetryConfiguration);
|
|
4708
|
+
if (this.logger)
|
|
4709
|
+
retrier.logger = this.logger;
|
|
4710
|
+
const request = yield oci_common_1.composeRequest({
|
|
4711
|
+
baseEndpoint: this._endpoint,
|
|
4712
|
+
defaultHeaders: this._defaultHeaders,
|
|
4713
|
+
path: "/awrHubs/{awrHubId}/awrSnapshots",
|
|
4714
|
+
method: "GET",
|
|
4715
|
+
pathParams: pathParams,
|
|
4716
|
+
headerParams: headerParams,
|
|
4717
|
+
queryParams: queryParams
|
|
4718
|
+
});
|
|
4719
|
+
try {
|
|
4720
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
4721
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
4722
|
+
responseObject: {},
|
|
4723
|
+
body: yield response.json(),
|
|
4724
|
+
bodyKey: "awrSnapshotCollection",
|
|
4725
|
+
bodyModel: model.AwrSnapshotCollection,
|
|
4726
|
+
type: "model.AwrSnapshotCollection",
|
|
4727
|
+
responseHeaders: [
|
|
4728
|
+
{
|
|
4729
|
+
value: response.headers.get("opc-request-id"),
|
|
4730
|
+
key: "opcRequestId",
|
|
4731
|
+
dataType: "string"
|
|
4732
|
+
},
|
|
4733
|
+
{
|
|
4734
|
+
value: response.headers.get("opc-next-page"),
|
|
4735
|
+
key: "opcNextPage",
|
|
4736
|
+
dataType: "string"
|
|
4737
|
+
}
|
|
4738
|
+
]
|
|
4739
|
+
});
|
|
4740
|
+
return sdkResponse;
|
|
4741
|
+
}
|
|
4742
|
+
catch (err) {
|
|
4743
|
+
throw err;
|
|
4744
|
+
}
|
|
4745
|
+
});
|
|
4746
|
+
}
|
|
4747
|
+
/**
|
|
4748
|
+
* Gets a list of database insight configurations based on the query parameters specified. Either compartmentId or databaseInsightId query parameter must be specified.
|
|
4749
|
+
* When both compartmentId and compartmentIdInSubtree are specified, a list of database insight configurations in that compartment and in all sub-compartments will be returned.
|
|
4750
|
+
*
|
|
4751
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4752
|
+
* @param ListDatabaseConfigurationsRequest
|
|
4753
|
+
* @return ListDatabaseConfigurationsResponse
|
|
4754
|
+
* @throws OciError when an error occurs
|
|
4755
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
|
|
4756
|
+
*/
|
|
4757
|
+
listDatabaseConfigurations(listDatabaseConfigurationsRequest) {
|
|
4758
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4759
|
+
if (this.logger)
|
|
4760
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listDatabaseConfigurations.");
|
|
4761
|
+
const operationName = "listDatabaseConfigurations";
|
|
4762
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListDatabaseConfigurations";
|
|
4763
|
+
const pathParams = {};
|
|
4764
|
+
const queryParams = {
|
|
4765
|
+
"compartmentId": listDatabaseConfigurationsRequest.compartmentId,
|
|
4766
|
+
"enterpriseManagerBridgeId": listDatabaseConfigurationsRequest.enterpriseManagerBridgeId,
|
|
4767
|
+
"id": listDatabaseConfigurationsRequest.id,
|
|
4768
|
+
"databaseId": listDatabaseConfigurationsRequest.databaseId,
|
|
4769
|
+
"exadataInsightId": listDatabaseConfigurationsRequest.exadataInsightId,
|
|
4770
|
+
"cdbName": listDatabaseConfigurationsRequest.cdbName,
|
|
4771
|
+
"databaseType": listDatabaseConfigurationsRequest.databaseType,
|
|
4772
|
+
"limit": listDatabaseConfigurationsRequest.limit,
|
|
4773
|
+
"page": listDatabaseConfigurationsRequest.page,
|
|
4774
|
+
"sortOrder": listDatabaseConfigurationsRequest.sortOrder,
|
|
4775
|
+
"sortBy": listDatabaseConfigurationsRequest.sortBy,
|
|
4776
|
+
"hostName": listDatabaseConfigurationsRequest.hostName,
|
|
4777
|
+
"definedTagEquals": listDatabaseConfigurationsRequest.definedTagEquals,
|
|
4778
|
+
"freeformTagEquals": listDatabaseConfigurationsRequest.freeformTagEquals,
|
|
4779
|
+
"definedTagExists": listDatabaseConfigurationsRequest.definedTagExists,
|
|
4780
|
+
"freeformTagExists": listDatabaseConfigurationsRequest.freeformTagExists,
|
|
4781
|
+
"compartmentIdInSubtree": listDatabaseConfigurationsRequest.compartmentIdInSubtree,
|
|
4782
|
+
"vmclusterName": listDatabaseConfigurationsRequest.vmclusterName
|
|
4783
|
+
};
|
|
4784
|
+
let headerParams = {
|
|
4785
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4786
|
+
"opc-request-id": listDatabaseConfigurationsRequest.opcRequestId
|
|
4787
|
+
};
|
|
4788
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4789
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDatabaseConfigurationsRequest.retryConfiguration, specRetryConfiguration);
|
|
4790
|
+
if (this.logger)
|
|
4791
|
+
retrier.logger = this.logger;
|
|
4792
|
+
const request = yield oci_common_1.composeRequest({
|
|
4793
|
+
baseEndpoint: this._endpoint,
|
|
4794
|
+
defaultHeaders: this._defaultHeaders,
|
|
4795
|
+
path: "/databaseInsights/databaseConfigurations",
|
|
4796
|
+
method: "GET",
|
|
4797
|
+
pathParams: pathParams,
|
|
4798
|
+
headerParams: headerParams,
|
|
4799
|
+
queryParams: queryParams
|
|
4800
|
+
});
|
|
4801
|
+
try {
|
|
4802
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
4803
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
4804
|
+
responseObject: {},
|
|
4805
|
+
body: yield response.json(),
|
|
4806
|
+
bodyKey: "databaseConfigurationCollection",
|
|
4807
|
+
bodyModel: model.DatabaseConfigurationCollection,
|
|
4808
|
+
type: "model.DatabaseConfigurationCollection",
|
|
4809
|
+
responseHeaders: [
|
|
4810
|
+
{
|
|
4811
|
+
value: response.headers.get("opc-request-id"),
|
|
4812
|
+
key: "opcRequestId",
|
|
4813
|
+
dataType: "string"
|
|
4814
|
+
},
|
|
4815
|
+
{
|
|
4816
|
+
value: response.headers.get("opc-total-items"),
|
|
4817
|
+
key: "opcTotalItems",
|
|
4818
|
+
dataType: "number"
|
|
4819
|
+
},
|
|
4820
|
+
{
|
|
4821
|
+
value: response.headers.get("opc-next-page"),
|
|
4822
|
+
key: "opcNextPage",
|
|
4823
|
+
dataType: "string"
|
|
4824
|
+
}
|
|
4825
|
+
]
|
|
4826
|
+
});
|
|
4827
|
+
return sdkResponse;
|
|
4828
|
+
}
|
|
4829
|
+
catch (err) {
|
|
4830
|
+
throw err;
|
|
4831
|
+
}
|
|
4832
|
+
});
|
|
4833
|
+
}
|
|
4834
|
+
/**
|
|
4835
|
+
* Gets a list of database insights based on the query parameters specified. Either compartmentId or id query parameter must be specified.
|
|
4836
|
+
* When both compartmentId and compartmentIdInSubtree are specified, a list of database insights in that compartment and in all sub-compartments will be returned.
|
|
4837
|
+
*
|
|
4838
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4839
|
+
* @param ListDatabaseInsightsRequest
|
|
4840
|
+
* @return ListDatabaseInsightsResponse
|
|
4841
|
+
* @throws OciError when an error occurs
|
|
4842
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
|
|
4843
|
+
*/
|
|
4844
|
+
listDatabaseInsights(listDatabaseInsightsRequest) {
|
|
4845
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4846
|
+
if (this.logger)
|
|
4847
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listDatabaseInsights.");
|
|
4848
|
+
const operationName = "listDatabaseInsights";
|
|
4849
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListDatabaseInsights";
|
|
4850
|
+
const pathParams = {};
|
|
4851
|
+
const queryParams = {
|
|
4852
|
+
"compartmentId": listDatabaseInsightsRequest.compartmentId,
|
|
4853
|
+
"enterpriseManagerBridgeId": listDatabaseInsightsRequest.enterpriseManagerBridgeId,
|
|
4854
|
+
"id": listDatabaseInsightsRequest.id,
|
|
4855
|
+
"status": listDatabaseInsightsRequest.status,
|
|
4856
|
+
"lifecycleState": listDatabaseInsightsRequest.lifecycleState,
|
|
4857
|
+
"databaseType": listDatabaseInsightsRequest.databaseType,
|
|
4858
|
+
"databaseId": listDatabaseInsightsRequest.databaseId,
|
|
4859
|
+
"fields": listDatabaseInsightsRequest.fields,
|
|
4860
|
+
"limit": listDatabaseInsightsRequest.limit,
|
|
4861
|
+
"page": listDatabaseInsightsRequest.page,
|
|
4862
|
+
"sortOrder": listDatabaseInsightsRequest.sortOrder,
|
|
4863
|
+
"sortBy": listDatabaseInsightsRequest.sortBy,
|
|
4864
|
+
"exadataInsightId": listDatabaseInsightsRequest.exadataInsightId,
|
|
4865
|
+
"compartmentIdInSubtree": listDatabaseInsightsRequest.compartmentIdInSubtree,
|
|
4866
|
+
"opsiPrivateEndpointId": listDatabaseInsightsRequest.opsiPrivateEndpointId
|
|
4867
|
+
};
|
|
4868
|
+
let headerParams = {
|
|
4869
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4870
|
+
"opc-request-id": listDatabaseInsightsRequest.opcRequestId
|
|
4871
|
+
};
|
|
4872
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4873
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDatabaseInsightsRequest.retryConfiguration, specRetryConfiguration);
|
|
4874
|
+
if (this.logger)
|
|
4875
|
+
retrier.logger = this.logger;
|
|
4876
|
+
const request = yield oci_common_1.composeRequest({
|
|
4877
|
+
baseEndpoint: this._endpoint,
|
|
4878
|
+
defaultHeaders: this._defaultHeaders,
|
|
4879
|
+
path: "/databaseInsights",
|
|
4880
|
+
method: "GET",
|
|
4881
|
+
pathParams: pathParams,
|
|
4882
|
+
headerParams: headerParams,
|
|
4883
|
+
queryParams: queryParams
|
|
4884
|
+
});
|
|
4885
|
+
try {
|
|
4886
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
4887
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
4888
|
+
responseObject: {},
|
|
4889
|
+
body: yield response.json(),
|
|
4890
|
+
bodyKey: "databaseInsightsCollection",
|
|
4891
|
+
bodyModel: model.DatabaseInsightsCollection,
|
|
4892
|
+
type: "model.DatabaseInsightsCollection",
|
|
4893
|
+
responseHeaders: [
|
|
4894
|
+
{
|
|
4895
|
+
value: response.headers.get("opc-request-id"),
|
|
4896
|
+
key: "opcRequestId",
|
|
4897
|
+
dataType: "string"
|
|
4898
|
+
},
|
|
4899
|
+
{
|
|
4900
|
+
value: response.headers.get("opc-total-items"),
|
|
4901
|
+
key: "opcTotalItems",
|
|
4902
|
+
dataType: "number"
|
|
4903
|
+
},
|
|
4904
|
+
{
|
|
4905
|
+
value: response.headers.get("opc-next-page"),
|
|
4906
|
+
key: "opcNextPage",
|
|
4907
|
+
dataType: "string"
|
|
4908
|
+
}
|
|
4909
|
+
]
|
|
4910
|
+
});
|
|
4911
|
+
return sdkResponse;
|
|
4912
|
+
}
|
|
4913
|
+
catch (err) {
|
|
4914
|
+
throw err;
|
|
4915
|
+
}
|
|
4916
|
+
});
|
|
4917
|
+
}
|
|
4918
|
+
/**
|
|
4919
|
+
* Gets a list of Operations Insights Enterprise Manager bridges. Either compartmentId or id must be specified.
|
|
4920
|
+
* When both compartmentId and compartmentIdInSubtree are specified, a list of bridges in that compartment and in all sub-compartments will be returned.
|
|
4921
|
+
*
|
|
4922
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4923
|
+
* @param ListEnterpriseManagerBridgesRequest
|
|
4924
|
+
* @return ListEnterpriseManagerBridgesResponse
|
|
4925
|
+
* @throws OciError when an error occurs
|
|
4926
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
|
|
4927
|
+
*/
|
|
4928
|
+
listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest) {
|
|
4929
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4930
|
+
if (this.logger)
|
|
4931
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listEnterpriseManagerBridges.");
|
|
4932
|
+
const operationName = "listEnterpriseManagerBridges";
|
|
4933
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/ListEnterpriseManagerBridges";
|
|
4934
|
+
const pathParams = {};
|
|
4935
|
+
const queryParams = {
|
|
4936
|
+
"compartmentId": listEnterpriseManagerBridgesRequest.compartmentId,
|
|
4937
|
+
"displayName": listEnterpriseManagerBridgesRequest.displayName,
|
|
4938
|
+
"id": listEnterpriseManagerBridgesRequest.id,
|
|
4939
|
+
"lifecycleState": listEnterpriseManagerBridgesRequest.lifecycleState,
|
|
4940
|
+
"limit": listEnterpriseManagerBridgesRequest.limit,
|
|
4941
|
+
"page": listEnterpriseManagerBridgesRequest.page,
|
|
4942
|
+
"sortOrder": listEnterpriseManagerBridgesRequest.sortOrder,
|
|
4943
|
+
"sortBy": listEnterpriseManagerBridgesRequest.sortBy,
|
|
4944
|
+
"compartmentIdInSubtree": listEnterpriseManagerBridgesRequest.compartmentIdInSubtree
|
|
4945
|
+
};
|
|
4946
|
+
let headerParams = {
|
|
4947
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4948
|
+
"opc-request-id": listEnterpriseManagerBridgesRequest.opcRequestId
|
|
4949
|
+
};
|
|
4950
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4951
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listEnterpriseManagerBridgesRequest.retryConfiguration, specRetryConfiguration);
|
|
4952
|
+
if (this.logger)
|
|
4953
|
+
retrier.logger = this.logger;
|
|
4954
|
+
const request = yield oci_common_1.composeRequest({
|
|
4955
|
+
baseEndpoint: this._endpoint,
|
|
4956
|
+
defaultHeaders: this._defaultHeaders,
|
|
4957
|
+
path: "/enterpriseManagerBridges",
|
|
4958
|
+
method: "GET",
|
|
4959
|
+
pathParams: pathParams,
|
|
4960
|
+
headerParams: headerParams,
|
|
4961
|
+
queryParams: queryParams
|
|
4962
|
+
});
|
|
4963
|
+
try {
|
|
4964
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
4965
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
4966
|
+
responseObject: {},
|
|
4967
|
+
body: yield response.json(),
|
|
4968
|
+
bodyKey: "enterpriseManagerBridgeCollection",
|
|
4969
|
+
bodyModel: model.EnterpriseManagerBridgeCollection,
|
|
4970
|
+
type: "model.EnterpriseManagerBridgeCollection",
|
|
4971
|
+
responseHeaders: [
|
|
4972
|
+
{
|
|
4973
|
+
value: response.headers.get("opc-request-id"),
|
|
4974
|
+
key: "opcRequestId",
|
|
4975
|
+
dataType: "string"
|
|
4976
|
+
},
|
|
4977
|
+
{
|
|
4978
|
+
value: response.headers.get("opc-next-page"),
|
|
4979
|
+
key: "opcNextPage",
|
|
4980
|
+
dataType: "string"
|
|
4981
|
+
}
|
|
4982
|
+
]
|
|
4983
|
+
});
|
|
4984
|
+
return sdkResponse;
|
|
4985
|
+
}
|
|
4986
|
+
catch (err) {
|
|
4987
|
+
throw err;
|
|
4988
|
+
}
|
|
4989
|
+
});
|
|
4990
|
+
}
|
|
4991
|
+
/**
|
|
4992
|
+
* Gets a list of exadata insight configurations. Either compartmentId or exadataInsightsId query parameter must be specified.
|
|
4993
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4994
|
+
* @param ListExadataConfigurationsRequest
|
|
4995
|
+
* @return ListExadataConfigurationsResponse
|
|
4996
|
+
* @throws OciError when an error occurs
|
|
4997
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
|
|
4998
|
+
*/
|
|
4999
|
+
listExadataConfigurations(listExadataConfigurationsRequest) {
|
|
5000
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5001
|
+
if (this.logger)
|
|
5002
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listExadataConfigurations.");
|
|
5003
|
+
const operationName = "listExadataConfigurations";
|
|
5004
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/ListExadataConfigurations";
|
|
5005
|
+
const pathParams = {};
|
|
5006
|
+
const queryParams = {
|
|
5007
|
+
"compartmentId": listExadataConfigurationsRequest.compartmentId,
|
|
5008
|
+
"exadataInsightId": listExadataConfigurationsRequest.exadataInsightId,
|
|
5009
|
+
"exadataType": listExadataConfigurationsRequest.exadataType,
|
|
5010
|
+
"limit": listExadataConfigurationsRequest.limit,
|
|
5011
|
+
"page": listExadataConfigurationsRequest.page,
|
|
5012
|
+
"sortOrder": listExadataConfigurationsRequest.sortOrder,
|
|
5013
|
+
"sortBy": listExadataConfigurationsRequest.sortBy,
|
|
5014
|
+
"definedTagEquals": listExadataConfigurationsRequest.definedTagEquals,
|
|
5015
|
+
"freeformTagEquals": listExadataConfigurationsRequest.freeformTagEquals,
|
|
5016
|
+
"definedTagExists": listExadataConfigurationsRequest.definedTagExists,
|
|
5017
|
+
"freeformTagExists": listExadataConfigurationsRequest.freeformTagExists
|
|
5018
|
+
};
|
|
5019
|
+
let headerParams = {
|
|
5020
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5021
|
+
"opc-request-id": listExadataConfigurationsRequest.opcRequestId
|
|
5022
|
+
};
|
|
5023
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5024
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listExadataConfigurationsRequest.retryConfiguration, specRetryConfiguration);
|
|
5025
|
+
if (this.logger)
|
|
5026
|
+
retrier.logger = this.logger;
|
|
5027
|
+
const request = yield oci_common_1.composeRequest({
|
|
5028
|
+
baseEndpoint: this._endpoint,
|
|
5029
|
+
defaultHeaders: this._defaultHeaders,
|
|
5030
|
+
path: "/exadataInsights/exadataConfigurations",
|
|
5031
|
+
method: "GET",
|
|
5032
|
+
pathParams: pathParams,
|
|
5033
|
+
headerParams: headerParams,
|
|
5034
|
+
queryParams: queryParams
|
|
5035
|
+
});
|
|
5036
|
+
try {
|
|
5037
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5038
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5039
|
+
responseObject: {},
|
|
5040
|
+
body: yield response.json(),
|
|
5041
|
+
bodyKey: "exadataConfigurationCollection",
|
|
5042
|
+
bodyModel: model.ExadataConfigurationCollection,
|
|
5043
|
+
type: "model.ExadataConfigurationCollection",
|
|
5044
|
+
responseHeaders: [
|
|
5045
|
+
{
|
|
5046
|
+
value: response.headers.get("opc-request-id"),
|
|
5047
|
+
key: "opcRequestId",
|
|
5048
|
+
dataType: "string"
|
|
5049
|
+
},
|
|
5050
|
+
{
|
|
5051
|
+
value: response.headers.get("opc-total-items"),
|
|
5052
|
+
key: "opcTotalItems",
|
|
5053
|
+
dataType: "number"
|
|
5054
|
+
},
|
|
5055
|
+
{
|
|
5056
|
+
value: response.headers.get("opc-next-page"),
|
|
5057
|
+
key: "opcNextPage",
|
|
5058
|
+
dataType: "string"
|
|
5059
|
+
}
|
|
5060
|
+
]
|
|
5061
|
+
});
|
|
5062
|
+
return sdkResponse;
|
|
5063
|
+
}
|
|
5064
|
+
catch (err) {
|
|
5065
|
+
throw err;
|
|
5066
|
+
}
|
|
5067
|
+
});
|
|
5068
|
+
}
|
|
5069
|
+
/**
|
|
5070
|
+
* Gets a list of Exadata insights based on the query parameters specified. Either compartmentId or id query parameter must be specified.
|
|
5071
|
+
* When both compartmentId and compartmentIdInSubtree are specified, a list of Exadata insights in that compartment and in all sub-compartments will be returned.
|
|
5072
|
+
*
|
|
5073
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5074
|
+
* @param ListExadataInsightsRequest
|
|
5075
|
+
* @return ListExadataInsightsResponse
|
|
5076
|
+
* @throws OciError when an error occurs
|
|
5077
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
|
|
5078
|
+
*/
|
|
5079
|
+
listExadataInsights(listExadataInsightsRequest) {
|
|
5080
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5081
|
+
if (this.logger)
|
|
5082
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listExadataInsights.");
|
|
5083
|
+
const operationName = "listExadataInsights";
|
|
5084
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/ListExadataInsights";
|
|
5085
|
+
const pathParams = {};
|
|
5086
|
+
const queryParams = {
|
|
5087
|
+
"compartmentId": listExadataInsightsRequest.compartmentId,
|
|
5088
|
+
"enterpriseManagerBridgeId": listExadataInsightsRequest.enterpriseManagerBridgeId,
|
|
5089
|
+
"id": listExadataInsightsRequest.id,
|
|
5090
|
+
"status": listExadataInsightsRequest.status,
|
|
5091
|
+
"lifecycleState": listExadataInsightsRequest.lifecycleState,
|
|
5092
|
+
"exadataType": listExadataInsightsRequest.exadataType,
|
|
5093
|
+
"limit": listExadataInsightsRequest.limit,
|
|
5094
|
+
"page": listExadataInsightsRequest.page,
|
|
5095
|
+
"sortOrder": listExadataInsightsRequest.sortOrder,
|
|
5096
|
+
"sortBy": listExadataInsightsRequest.sortBy,
|
|
5097
|
+
"compartmentIdInSubtree": listExadataInsightsRequest.compartmentIdInSubtree
|
|
5098
|
+
};
|
|
5099
|
+
let headerParams = {
|
|
5100
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5101
|
+
"opc-request-id": listExadataInsightsRequest.opcRequestId
|
|
5102
|
+
};
|
|
5103
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5104
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listExadataInsightsRequest.retryConfiguration, specRetryConfiguration);
|
|
5105
|
+
if (this.logger)
|
|
5106
|
+
retrier.logger = this.logger;
|
|
5107
|
+
const request = yield oci_common_1.composeRequest({
|
|
5108
|
+
baseEndpoint: this._endpoint,
|
|
5109
|
+
defaultHeaders: this._defaultHeaders,
|
|
5110
|
+
path: "/exadataInsights",
|
|
5111
|
+
method: "GET",
|
|
5112
|
+
pathParams: pathParams,
|
|
5113
|
+
headerParams: headerParams,
|
|
5114
|
+
queryParams: queryParams
|
|
5115
|
+
});
|
|
5116
|
+
try {
|
|
5117
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5118
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5119
|
+
responseObject: {},
|
|
5120
|
+
body: yield response.json(),
|
|
5121
|
+
bodyKey: "exadataInsightSummaryCollection",
|
|
5122
|
+
bodyModel: model.ExadataInsightSummaryCollection,
|
|
5123
|
+
type: "model.ExadataInsightSummaryCollection",
|
|
5124
|
+
responseHeaders: [
|
|
5125
|
+
{
|
|
5126
|
+
value: response.headers.get("opc-request-id"),
|
|
5127
|
+
key: "opcRequestId",
|
|
5128
|
+
dataType: "string"
|
|
5129
|
+
},
|
|
5130
|
+
{
|
|
5131
|
+
value: response.headers.get("opc-total-items"),
|
|
5132
|
+
key: "opcTotalItems",
|
|
5133
|
+
dataType: "number"
|
|
5134
|
+
},
|
|
5135
|
+
{
|
|
5136
|
+
value: response.headers.get("opc-next-page"),
|
|
5137
|
+
key: "opcNextPage",
|
|
5138
|
+
dataType: "string"
|
|
5139
|
+
}
|
|
5140
|
+
]
|
|
5141
|
+
});
|
|
5142
|
+
return sdkResponse;
|
|
5143
|
+
}
|
|
5144
|
+
catch (err) {
|
|
5145
|
+
throw err;
|
|
5146
|
+
}
|
|
5147
|
+
});
|
|
5148
|
+
}
|
|
5149
|
+
/**
|
|
5150
|
+
* Gets a list of host insight configurations based on the query parameters specified. Either compartmentId or hostInsightId query parameter must be specified.
|
|
5151
|
+
* When both compartmentId and compartmentIdInSubtree are specified, a list of host insight configurations in that compartment and in all sub-compartments will be returned.
|
|
5152
|
+
*
|
|
5153
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5154
|
+
* @param ListHostConfigurationsRequest
|
|
5155
|
+
* @return ListHostConfigurationsResponse
|
|
5156
|
+
* @throws OciError when an error occurs
|
|
5157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
|
|
5158
|
+
*/
|
|
5159
|
+
listHostConfigurations(listHostConfigurationsRequest) {
|
|
5160
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5161
|
+
if (this.logger)
|
|
5162
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listHostConfigurations.");
|
|
5163
|
+
const operationName = "listHostConfigurations";
|
|
5164
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListHostConfigurations";
|
|
5165
|
+
const pathParams = {};
|
|
5166
|
+
const queryParams = {
|
|
5167
|
+
"compartmentId": listHostConfigurationsRequest.compartmentId,
|
|
5168
|
+
"enterpriseManagerBridgeId": listHostConfigurationsRequest.enterpriseManagerBridgeId,
|
|
5169
|
+
"id": listHostConfigurationsRequest.id,
|
|
5170
|
+
"exadataInsightId": listHostConfigurationsRequest.exadataInsightId,
|
|
5171
|
+
"platformType": listHostConfigurationsRequest.platformType,
|
|
5172
|
+
"limit": listHostConfigurationsRequest.limit,
|
|
5173
|
+
"page": listHostConfigurationsRequest.page,
|
|
5174
|
+
"sortOrder": listHostConfigurationsRequest.sortOrder,
|
|
5175
|
+
"sortBy": listHostConfigurationsRequest.sortBy,
|
|
5176
|
+
"definedTagEquals": listHostConfigurationsRequest.definedTagEquals,
|
|
5177
|
+
"freeformTagEquals": listHostConfigurationsRequest.freeformTagEquals,
|
|
5178
|
+
"definedTagExists": listHostConfigurationsRequest.definedTagExists,
|
|
5179
|
+
"freeformTagExists": listHostConfigurationsRequest.freeformTagExists,
|
|
5180
|
+
"compartmentIdInSubtree": listHostConfigurationsRequest.compartmentIdInSubtree,
|
|
5181
|
+
"hostType": listHostConfigurationsRequest.hostType,
|
|
5182
|
+
"hostId": listHostConfigurationsRequest.hostId,
|
|
5183
|
+
"vmclusterName": listHostConfigurationsRequest.vmclusterName
|
|
5184
|
+
};
|
|
5185
|
+
let headerParams = {
|
|
5186
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5187
|
+
"opc-request-id": listHostConfigurationsRequest.opcRequestId
|
|
5188
|
+
};
|
|
5189
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5190
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listHostConfigurationsRequest.retryConfiguration, specRetryConfiguration);
|
|
5191
|
+
if (this.logger)
|
|
5192
|
+
retrier.logger = this.logger;
|
|
5193
|
+
const request = yield oci_common_1.composeRequest({
|
|
5194
|
+
baseEndpoint: this._endpoint,
|
|
5195
|
+
defaultHeaders: this._defaultHeaders,
|
|
5196
|
+
path: "/hostInsights/hostConfigurations",
|
|
5197
|
+
method: "GET",
|
|
5198
|
+
pathParams: pathParams,
|
|
5199
|
+
headerParams: headerParams,
|
|
5200
|
+
queryParams: queryParams
|
|
5201
|
+
});
|
|
5202
|
+
try {
|
|
5203
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5204
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5205
|
+
responseObject: {},
|
|
5206
|
+
body: yield response.json(),
|
|
5207
|
+
bodyKey: "hostConfigurationCollection",
|
|
5208
|
+
bodyModel: model.HostConfigurationCollection,
|
|
5209
|
+
type: "model.HostConfigurationCollection",
|
|
5210
|
+
responseHeaders: [
|
|
5211
|
+
{
|
|
5212
|
+
value: response.headers.get("opc-request-id"),
|
|
5213
|
+
key: "opcRequestId",
|
|
5214
|
+
dataType: "string"
|
|
5215
|
+
},
|
|
5216
|
+
{
|
|
5217
|
+
value: response.headers.get("opc-total-items"),
|
|
5218
|
+
key: "opcTotalItems",
|
|
5219
|
+
dataType: "number"
|
|
5220
|
+
},
|
|
5221
|
+
{
|
|
5222
|
+
value: response.headers.get("opc-next-page"),
|
|
5223
|
+
key: "opcNextPage",
|
|
5224
|
+
dataType: "string"
|
|
5225
|
+
}
|
|
5226
|
+
]
|
|
5227
|
+
});
|
|
5228
|
+
return sdkResponse;
|
|
5229
|
+
}
|
|
5230
|
+
catch (err) {
|
|
5231
|
+
throw err;
|
|
5232
|
+
}
|
|
5233
|
+
});
|
|
5234
|
+
}
|
|
5235
|
+
/**
|
|
5236
|
+
* Gets a list of host insights based on the query parameters specified. Either compartmentId or id query parameter must be specified.
|
|
5237
|
+
* When both compartmentId and compartmentIdInSubtree are specified, a list of host insights in that compartment and in all sub-compartments will be returned.
|
|
5238
|
+
*
|
|
5239
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5240
|
+
* @param ListHostInsightsRequest
|
|
5241
|
+
* @return ListHostInsightsResponse
|
|
5242
|
+
* @throws OciError when an error occurs
|
|
5243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
|
|
5244
|
+
*/
|
|
5245
|
+
listHostInsights(listHostInsightsRequest) {
|
|
5246
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5247
|
+
if (this.logger)
|
|
5248
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listHostInsights.");
|
|
5249
|
+
const operationName = "listHostInsights";
|
|
5250
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListHostInsights";
|
|
5251
|
+
const pathParams = {};
|
|
5252
|
+
const queryParams = {
|
|
5253
|
+
"compartmentId": listHostInsightsRequest.compartmentId,
|
|
5254
|
+
"id": listHostInsightsRequest.id,
|
|
5255
|
+
"status": listHostInsightsRequest.status,
|
|
5256
|
+
"lifecycleState": listHostInsightsRequest.lifecycleState,
|
|
5257
|
+
"hostType": listHostInsightsRequest.hostType,
|
|
5258
|
+
"platformType": listHostInsightsRequest.platformType,
|
|
5259
|
+
"limit": listHostInsightsRequest.limit,
|
|
5260
|
+
"page": listHostInsightsRequest.page,
|
|
5261
|
+
"sortOrder": listHostInsightsRequest.sortOrder,
|
|
5262
|
+
"sortBy": listHostInsightsRequest.sortBy,
|
|
5263
|
+
"enterpriseManagerBridgeId": listHostInsightsRequest.enterpriseManagerBridgeId,
|
|
5264
|
+
"exadataInsightId": listHostInsightsRequest.exadataInsightId,
|
|
5265
|
+
"compartmentIdInSubtree": listHostInsightsRequest.compartmentIdInSubtree
|
|
5266
|
+
};
|
|
5267
|
+
let headerParams = {
|
|
5268
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5269
|
+
"opc-request-id": listHostInsightsRequest.opcRequestId
|
|
5270
|
+
};
|
|
5271
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5272
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listHostInsightsRequest.retryConfiguration, specRetryConfiguration);
|
|
5273
|
+
if (this.logger)
|
|
5274
|
+
retrier.logger = this.logger;
|
|
5275
|
+
const request = yield oci_common_1.composeRequest({
|
|
5276
|
+
baseEndpoint: this._endpoint,
|
|
5277
|
+
defaultHeaders: this._defaultHeaders,
|
|
5278
|
+
path: "/hostInsights",
|
|
5279
|
+
method: "GET",
|
|
5280
|
+
pathParams: pathParams,
|
|
5281
|
+
headerParams: headerParams,
|
|
5282
|
+
queryParams: queryParams
|
|
5283
|
+
});
|
|
5284
|
+
try {
|
|
5285
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5286
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5287
|
+
responseObject: {},
|
|
5288
|
+
body: yield response.json(),
|
|
5289
|
+
bodyKey: "hostInsightSummaryCollection",
|
|
5290
|
+
bodyModel: model.HostInsightSummaryCollection,
|
|
5291
|
+
type: "model.HostInsightSummaryCollection",
|
|
5292
|
+
responseHeaders: [
|
|
5293
|
+
{
|
|
5294
|
+
value: response.headers.get("opc-request-id"),
|
|
5295
|
+
key: "opcRequestId",
|
|
5296
|
+
dataType: "string"
|
|
5297
|
+
},
|
|
5298
|
+
{
|
|
5299
|
+
value: response.headers.get("opc-total-items"),
|
|
5300
|
+
key: "opcTotalItems",
|
|
5301
|
+
dataType: "number"
|
|
5302
|
+
},
|
|
5303
|
+
{
|
|
5304
|
+
value: response.headers.get("opc-next-page"),
|
|
5305
|
+
key: "opcNextPage",
|
|
5306
|
+
dataType: "string"
|
|
5307
|
+
}
|
|
5308
|
+
]
|
|
5309
|
+
});
|
|
5310
|
+
return sdkResponse;
|
|
5311
|
+
}
|
|
5312
|
+
catch (err) {
|
|
5313
|
+
throw err;
|
|
5314
|
+
}
|
|
5315
|
+
});
|
|
5316
|
+
}
|
|
5317
|
+
/**
|
|
5318
|
+
* Get a list of hosted entities details.
|
|
5319
|
+
*
|
|
5320
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5321
|
+
* @param ListHostedEntitiesRequest
|
|
5322
|
+
* @return ListHostedEntitiesResponse
|
|
5323
|
+
* @throws OciError when an error occurs
|
|
5324
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
|
|
5325
|
+
*/
|
|
5326
|
+
listHostedEntities(listHostedEntitiesRequest) {
|
|
5327
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5328
|
+
if (this.logger)
|
|
5329
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listHostedEntities.");
|
|
5330
|
+
const operationName = "listHostedEntities";
|
|
5331
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListHostedEntities";
|
|
5332
|
+
const pathParams = {};
|
|
5333
|
+
const queryParams = {
|
|
5334
|
+
"compartmentId": listHostedEntitiesRequest.compartmentId,
|
|
5335
|
+
"analysisTimeInterval": listHostedEntitiesRequest.analysisTimeInterval,
|
|
5336
|
+
"timeIntervalStart": listHostedEntitiesRequest.timeIntervalStart,
|
|
5337
|
+
"timeIntervalEnd": listHostedEntitiesRequest.timeIntervalEnd,
|
|
5338
|
+
"platformType": listHostedEntitiesRequest.platformType,
|
|
5339
|
+
"id": listHostedEntitiesRequest.id,
|
|
5340
|
+
"exadataInsightId": listHostedEntitiesRequest.exadataInsightId,
|
|
5341
|
+
"limit": listHostedEntitiesRequest.limit,
|
|
5342
|
+
"page": listHostedEntitiesRequest.page,
|
|
5343
|
+
"sortOrder": listHostedEntitiesRequest.sortOrder,
|
|
5344
|
+
"sortBy": listHostedEntitiesRequest.sortBy,
|
|
5345
|
+
"hostType": listHostedEntitiesRequest.hostType,
|
|
5346
|
+
"hostId": listHostedEntitiesRequest.hostId
|
|
5347
|
+
};
|
|
5348
|
+
let headerParams = {
|
|
5349
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5350
|
+
"opc-request-id": listHostedEntitiesRequest.opcRequestId
|
|
5351
|
+
};
|
|
5352
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5353
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listHostedEntitiesRequest.retryConfiguration, specRetryConfiguration);
|
|
5354
|
+
if (this.logger)
|
|
5355
|
+
retrier.logger = this.logger;
|
|
5356
|
+
const request = yield oci_common_1.composeRequest({
|
|
4422
5357
|
baseEndpoint: this._endpoint,
|
|
4423
5358
|
defaultHeaders: this._defaultHeaders,
|
|
4424
|
-
path: "/
|
|
5359
|
+
path: "/hostInsights/hostedEntities",
|
|
4425
5360
|
method: "GET",
|
|
4426
5361
|
pathParams: pathParams,
|
|
4427
5362
|
headerParams: headerParams,
|
|
@@ -4432,9 +5367,9 @@ class OperationsInsightsClient {
|
|
|
4432
5367
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4433
5368
|
responseObject: {},
|
|
4434
5369
|
body: yield response.json(),
|
|
4435
|
-
bodyKey: "
|
|
4436
|
-
bodyModel: model.
|
|
4437
|
-
type: "model.
|
|
5370
|
+
bodyKey: "hostedEntityCollection",
|
|
5371
|
+
bodyModel: model.HostedEntityCollection,
|
|
5372
|
+
type: "model.HostedEntityCollection",
|
|
4438
5373
|
responseHeaders: [
|
|
4439
5374
|
{
|
|
4440
5375
|
value: response.headers.get("opc-request-id"),
|
|
@@ -4456,45 +5391,44 @@ class OperationsInsightsClient {
|
|
|
4456
5391
|
});
|
|
4457
5392
|
}
|
|
4458
5393
|
/**
|
|
4459
|
-
* Gets a list of
|
|
5394
|
+
* Gets a list of agent entities available to add a new hostInsight. An agent entity is \"available\"
|
|
5395
|
+
* and will be shown if all the following conditions are true:
|
|
5396
|
+
* 1. The agent OCID is not already being used for an existing hostInsight.
|
|
5397
|
+
* 2. The agent availabilityStatus = 'ACTIVE'
|
|
5398
|
+
* 3. The agent lifecycleState = 'ACTIVE'
|
|
5399
|
+
*
|
|
4460
5400
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4461
|
-
* @param
|
|
4462
|
-
* @return
|
|
5401
|
+
* @param ListImportableAgentEntitiesRequest
|
|
5402
|
+
* @return ListImportableAgentEntitiesResponse
|
|
4463
5403
|
* @throws OciError when an error occurs
|
|
4464
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5404
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
|
|
4465
5405
|
*/
|
|
4466
|
-
|
|
5406
|
+
listImportableAgentEntities(listImportableAgentEntitiesRequest) {
|
|
4467
5407
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4468
5408
|
if (this.logger)
|
|
4469
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
4470
|
-
const operationName = "
|
|
4471
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
5409
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listImportableAgentEntities.");
|
|
5410
|
+
const operationName = "listImportableAgentEntities";
|
|
5411
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListImportableAgentEntities";
|
|
4472
5412
|
const pathParams = {};
|
|
4473
5413
|
const queryParams = {
|
|
4474
|
-
"compartmentId":
|
|
4475
|
-
"
|
|
4476
|
-
"
|
|
4477
|
-
"
|
|
4478
|
-
"
|
|
4479
|
-
"sortOrder": listExadataConfigurationsRequest.sortOrder,
|
|
4480
|
-
"sortBy": listExadataConfigurationsRequest.sortBy,
|
|
4481
|
-
"definedTagEquals": listExadataConfigurationsRequest.definedTagEquals,
|
|
4482
|
-
"freeformTagEquals": listExadataConfigurationsRequest.freeformTagEquals,
|
|
4483
|
-
"definedTagExists": listExadataConfigurationsRequest.definedTagExists,
|
|
4484
|
-
"freeformTagExists": listExadataConfigurationsRequest.freeformTagExists
|
|
5414
|
+
"compartmentId": listImportableAgentEntitiesRequest.compartmentId,
|
|
5415
|
+
"limit": listImportableAgentEntitiesRequest.limit,
|
|
5416
|
+
"page": listImportableAgentEntitiesRequest.page,
|
|
5417
|
+
"sortOrder": listImportableAgentEntitiesRequest.sortOrder,
|
|
5418
|
+
"sortBy": listImportableAgentEntitiesRequest.sortBy
|
|
4485
5419
|
};
|
|
4486
5420
|
let headerParams = {
|
|
4487
5421
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4488
|
-
"opc-request-id":
|
|
5422
|
+
"opc-request-id": listImportableAgentEntitiesRequest.opcRequestId
|
|
4489
5423
|
};
|
|
4490
5424
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4491
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
5425
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listImportableAgentEntitiesRequest.retryConfiguration, specRetryConfiguration);
|
|
4492
5426
|
if (this.logger)
|
|
4493
5427
|
retrier.logger = this.logger;
|
|
4494
5428
|
const request = yield oci_common_1.composeRequest({
|
|
4495
5429
|
baseEndpoint: this._endpoint,
|
|
4496
5430
|
defaultHeaders: this._defaultHeaders,
|
|
4497
|
-
path: "/
|
|
5431
|
+
path: "/importableAgentEntities",
|
|
4498
5432
|
method: "GET",
|
|
4499
5433
|
pathParams: pathParams,
|
|
4500
5434
|
headerParams: headerParams,
|
|
@@ -4505,20 +5439,15 @@ class OperationsInsightsClient {
|
|
|
4505
5439
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4506
5440
|
responseObject: {},
|
|
4507
5441
|
body: yield response.json(),
|
|
4508
|
-
bodyKey: "
|
|
4509
|
-
bodyModel: model.
|
|
4510
|
-
type: "model.
|
|
5442
|
+
bodyKey: "importableAgentEntitySummaryCollection",
|
|
5443
|
+
bodyModel: model.ImportableAgentEntitySummaryCollection,
|
|
5444
|
+
type: "model.ImportableAgentEntitySummaryCollection",
|
|
4511
5445
|
responseHeaders: [
|
|
4512
5446
|
{
|
|
4513
5447
|
value: response.headers.get("opc-request-id"),
|
|
4514
5448
|
key: "opcRequestId",
|
|
4515
5449
|
dataType: "string"
|
|
4516
5450
|
},
|
|
4517
|
-
{
|
|
4518
|
-
value: response.headers.get("opc-total-items"),
|
|
4519
|
-
key: "opcTotalItems",
|
|
4520
|
-
dataType: "number"
|
|
4521
|
-
},
|
|
4522
5451
|
{
|
|
4523
5452
|
value: response.headers.get("opc-next-page"),
|
|
4524
5453
|
key: "opcNextPage",
|
|
@@ -4534,47 +5463,46 @@ class OperationsInsightsClient {
|
|
|
4534
5463
|
});
|
|
4535
5464
|
}
|
|
4536
5465
|
/**
|
|
4537
|
-
* Gets a list of
|
|
4538
|
-
*
|
|
5466
|
+
* Gets a list of available compute intances running cloud agent to add a new hostInsight. An Compute entity is \"available\"
|
|
5467
|
+
* and will be shown if all the following conditions are true:
|
|
5468
|
+
* 1. Compute is running OCA
|
|
5469
|
+
* 2. OCI Management Agent is not enabled or If OCI Management Agent is enabled
|
|
5470
|
+
* 2.1 The agent OCID is not already being used for an existing hostInsight.
|
|
5471
|
+
* 2.2 The agent availabilityStatus = 'ACTIVE'
|
|
5472
|
+
* 2.3 The agent lifecycleState = 'ACTIVE'
|
|
4539
5473
|
*
|
|
4540
5474
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4541
|
-
* @param
|
|
4542
|
-
* @return
|
|
5475
|
+
* @param ListImportableComputeEntitiesRequest
|
|
5476
|
+
* @return ListImportableComputeEntitiesResponse
|
|
4543
5477
|
* @throws OciError when an error occurs
|
|
4544
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5478
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListImportableComputeEntities.ts.html |here} to see how to use ListImportableComputeEntities API.
|
|
4545
5479
|
*/
|
|
4546
|
-
|
|
5480
|
+
listImportableComputeEntities(listImportableComputeEntitiesRequest) {
|
|
4547
5481
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4548
5482
|
if (this.logger)
|
|
4549
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
4550
|
-
const operationName = "
|
|
4551
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
5483
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listImportableComputeEntities.");
|
|
5484
|
+
const operationName = "listImportableComputeEntities";
|
|
5485
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListImportableComputeEntities";
|
|
4552
5486
|
const pathParams = {};
|
|
4553
5487
|
const queryParams = {
|
|
4554
|
-
"compartmentId":
|
|
4555
|
-
"
|
|
4556
|
-
"
|
|
4557
|
-
"
|
|
4558
|
-
"
|
|
4559
|
-
"exadataType": listExadataInsightsRequest.exadataType,
|
|
4560
|
-
"limit": listExadataInsightsRequest.limit,
|
|
4561
|
-
"page": listExadataInsightsRequest.page,
|
|
4562
|
-
"sortOrder": listExadataInsightsRequest.sortOrder,
|
|
4563
|
-
"sortBy": listExadataInsightsRequest.sortBy,
|
|
4564
|
-
"compartmentIdInSubtree": listExadataInsightsRequest.compartmentIdInSubtree
|
|
5488
|
+
"compartmentId": listImportableComputeEntitiesRequest.compartmentId,
|
|
5489
|
+
"limit": listImportableComputeEntitiesRequest.limit,
|
|
5490
|
+
"page": listImportableComputeEntitiesRequest.page,
|
|
5491
|
+
"sortOrder": listImportableComputeEntitiesRequest.sortOrder,
|
|
5492
|
+
"sortBy": listImportableComputeEntitiesRequest.sortBy
|
|
4565
5493
|
};
|
|
4566
5494
|
let headerParams = {
|
|
4567
5495
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4568
|
-
"opc-request-id":
|
|
5496
|
+
"opc-request-id": listImportableComputeEntitiesRequest.opcRequestId
|
|
4569
5497
|
};
|
|
4570
5498
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4571
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
5499
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listImportableComputeEntitiesRequest.retryConfiguration, specRetryConfiguration);
|
|
4572
5500
|
if (this.logger)
|
|
4573
5501
|
retrier.logger = this.logger;
|
|
4574
5502
|
const request = yield oci_common_1.composeRequest({
|
|
4575
5503
|
baseEndpoint: this._endpoint,
|
|
4576
5504
|
defaultHeaders: this._defaultHeaders,
|
|
4577
|
-
path: "/
|
|
5505
|
+
path: "/importableComputeEntities",
|
|
4578
5506
|
method: "GET",
|
|
4579
5507
|
pathParams: pathParams,
|
|
4580
5508
|
headerParams: headerParams,
|
|
@@ -4585,9 +5513,9 @@ class OperationsInsightsClient {
|
|
|
4585
5513
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4586
5514
|
responseObject: {},
|
|
4587
5515
|
body: yield response.json(),
|
|
4588
|
-
bodyKey: "
|
|
4589
|
-
bodyModel: model.
|
|
4590
|
-
type: "model.
|
|
5516
|
+
bodyKey: "importableComputeEntitySummaryCollection",
|
|
5517
|
+
bodyModel: model.ImportableComputeEntitySummaryCollection,
|
|
5518
|
+
type: "model.ImportableComputeEntitySummaryCollection",
|
|
4591
5519
|
responseHeaders: [
|
|
4592
5520
|
{
|
|
4593
5521
|
value: response.headers.get("opc-request-id"),
|
|
@@ -4595,9 +5523,74 @@ class OperationsInsightsClient {
|
|
|
4595
5523
|
dataType: "string"
|
|
4596
5524
|
},
|
|
4597
5525
|
{
|
|
4598
|
-
value: response.headers.get("opc-
|
|
4599
|
-
key: "
|
|
4600
|
-
dataType: "
|
|
5526
|
+
value: response.headers.get("opc-next-page"),
|
|
5527
|
+
key: "opcNextPage",
|
|
5528
|
+
dataType: "string"
|
|
5529
|
+
}
|
|
5530
|
+
]
|
|
5531
|
+
});
|
|
5532
|
+
return sdkResponse;
|
|
5533
|
+
}
|
|
5534
|
+
catch (err) {
|
|
5535
|
+
throw err;
|
|
5536
|
+
}
|
|
5537
|
+
});
|
|
5538
|
+
}
|
|
5539
|
+
/**
|
|
5540
|
+
* Gets a list of importable entities for an Operations Insights Enterprise Manager bridge that have not been imported before.
|
|
5541
|
+
*
|
|
5542
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5543
|
+
* @param ListImportableEnterpriseManagerEntitiesRequest
|
|
5544
|
+
* @return ListImportableEnterpriseManagerEntitiesResponse
|
|
5545
|
+
* @throws OciError when an error occurs
|
|
5546
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
|
|
5547
|
+
*/
|
|
5548
|
+
listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest) {
|
|
5549
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5550
|
+
if (this.logger)
|
|
5551
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listImportableEnterpriseManagerEntities.");
|
|
5552
|
+
const operationName = "listImportableEnterpriseManagerEntities";
|
|
5553
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/ListImportableEnterpriseManagerEntities";
|
|
5554
|
+
const pathParams = {
|
|
5555
|
+
"{enterpriseManagerBridgeId}": listImportableEnterpriseManagerEntitiesRequest.enterpriseManagerBridgeId
|
|
5556
|
+
};
|
|
5557
|
+
const queryParams = {
|
|
5558
|
+
"limit": listImportableEnterpriseManagerEntitiesRequest.limit,
|
|
5559
|
+
"page": listImportableEnterpriseManagerEntitiesRequest.page,
|
|
5560
|
+
"enterpriseManagerEntityType": listImportableEnterpriseManagerEntitiesRequest.enterpriseManagerEntityType,
|
|
5561
|
+
"enterpriseManagerIdentifier": listImportableEnterpriseManagerEntitiesRequest.enterpriseManagerIdentifier,
|
|
5562
|
+
"enterpriseManagerParentEntityIdentifier": listImportableEnterpriseManagerEntitiesRequest.enterpriseManagerParentEntityIdentifier
|
|
5563
|
+
};
|
|
5564
|
+
let headerParams = {
|
|
5565
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5566
|
+
"opc-request-id": listImportableEnterpriseManagerEntitiesRequest.opcRequestId
|
|
5567
|
+
};
|
|
5568
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5569
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listImportableEnterpriseManagerEntitiesRequest.retryConfiguration, specRetryConfiguration);
|
|
5570
|
+
if (this.logger)
|
|
5571
|
+
retrier.logger = this.logger;
|
|
5572
|
+
const request = yield oci_common_1.composeRequest({
|
|
5573
|
+
baseEndpoint: this._endpoint,
|
|
5574
|
+
defaultHeaders: this._defaultHeaders,
|
|
5575
|
+
path: "/enterpriseManagerBridges/{enterpriseManagerBridgeId}/importableEnterpriseManagerEntities",
|
|
5576
|
+
method: "GET",
|
|
5577
|
+
pathParams: pathParams,
|
|
5578
|
+
headerParams: headerParams,
|
|
5579
|
+
queryParams: queryParams
|
|
5580
|
+
});
|
|
5581
|
+
try {
|
|
5582
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5583
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5584
|
+
responseObject: {},
|
|
5585
|
+
body: yield response.json(),
|
|
5586
|
+
bodyKey: "importableEnterpriseManagerEntityCollection",
|
|
5587
|
+
bodyModel: model.ImportableEnterpriseManagerEntityCollection,
|
|
5588
|
+
type: "model.ImportableEnterpriseManagerEntityCollection",
|
|
5589
|
+
responseHeaders: [
|
|
5590
|
+
{
|
|
5591
|
+
value: response.headers.get("opc-request-id"),
|
|
5592
|
+
key: "opcRequestId",
|
|
5593
|
+
dataType: "string"
|
|
4601
5594
|
},
|
|
4602
5595
|
{
|
|
4603
5596
|
value: response.headers.get("opc-next-page"),
|
|
@@ -4614,53 +5607,45 @@ class OperationsInsightsClient {
|
|
|
4614
5607
|
});
|
|
4615
5608
|
}
|
|
4616
5609
|
/**
|
|
4617
|
-
* Gets a list of
|
|
4618
|
-
* When both compartmentId and compartmentIdInSubtree are specified, a list of host insight configurations in that compartment and in all sub-compartments will be returned.
|
|
4619
|
-
*
|
|
5610
|
+
* Gets a list of Operation Insights private endpoints.
|
|
4620
5611
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4621
|
-
* @param
|
|
4622
|
-
* @return
|
|
5612
|
+
* @param ListOperationsInsightsPrivateEndpointsRequest
|
|
5613
|
+
* @return ListOperationsInsightsPrivateEndpointsResponse
|
|
4623
5614
|
* @throws OciError when an error occurs
|
|
4624
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5615
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
|
|
4625
5616
|
*/
|
|
4626
|
-
|
|
5617
|
+
listOperationsInsightsPrivateEndpoints(listOperationsInsightsPrivateEndpointsRequest) {
|
|
4627
5618
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4628
5619
|
if (this.logger)
|
|
4629
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
4630
|
-
const operationName = "
|
|
4631
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
5620
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listOperationsInsightsPrivateEndpoints.");
|
|
5621
|
+
const operationName = "listOperationsInsightsPrivateEndpoints";
|
|
5622
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsPrivateEndpoint/ListOperationsInsightsPrivateEndpoints";
|
|
4632
5623
|
const pathParams = {};
|
|
4633
5624
|
const queryParams = {
|
|
4634
|
-
"compartmentId":
|
|
4635
|
-
"
|
|
4636
|
-
"
|
|
4637
|
-
"
|
|
4638
|
-
"
|
|
4639
|
-
"
|
|
4640
|
-
"
|
|
4641
|
-
"
|
|
4642
|
-
"
|
|
4643
|
-
"
|
|
4644
|
-
"
|
|
4645
|
-
"definedTagExists": listHostConfigurationsRequest.definedTagExists,
|
|
4646
|
-
"freeformTagExists": listHostConfigurationsRequest.freeformTagExists,
|
|
4647
|
-
"compartmentIdInSubtree": listHostConfigurationsRequest.compartmentIdInSubtree,
|
|
4648
|
-
"hostType": listHostConfigurationsRequest.hostType,
|
|
4649
|
-
"hostId": listHostConfigurationsRequest.hostId,
|
|
4650
|
-
"vmclusterName": listHostConfigurationsRequest.vmclusterName
|
|
5625
|
+
"compartmentId": listOperationsInsightsPrivateEndpointsRequest.compartmentId,
|
|
5626
|
+
"displayName": listOperationsInsightsPrivateEndpointsRequest.displayName,
|
|
5627
|
+
"opsiPrivateEndpointId": listOperationsInsightsPrivateEndpointsRequest.opsiPrivateEndpointId,
|
|
5628
|
+
"isUsedForRacDbs": listOperationsInsightsPrivateEndpointsRequest.isUsedForRacDbs,
|
|
5629
|
+
"vcnId": listOperationsInsightsPrivateEndpointsRequest.vcnId,
|
|
5630
|
+
"lifecycleState": listOperationsInsightsPrivateEndpointsRequest.lifecycleState,
|
|
5631
|
+
"limit": listOperationsInsightsPrivateEndpointsRequest.limit,
|
|
5632
|
+
"page": listOperationsInsightsPrivateEndpointsRequest.page,
|
|
5633
|
+
"sortOrder": listOperationsInsightsPrivateEndpointsRequest.sortOrder,
|
|
5634
|
+
"sortBy": listOperationsInsightsPrivateEndpointsRequest.sortBy,
|
|
5635
|
+
"compartmentIdInSubtree": listOperationsInsightsPrivateEndpointsRequest.compartmentIdInSubtree
|
|
4651
5636
|
};
|
|
4652
5637
|
let headerParams = {
|
|
4653
5638
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4654
|
-
"opc-request-id":
|
|
5639
|
+
"opc-request-id": listOperationsInsightsPrivateEndpointsRequest.opcRequestId
|
|
4655
5640
|
};
|
|
4656
5641
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4657
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
5642
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOperationsInsightsPrivateEndpointsRequest.retryConfiguration, specRetryConfiguration);
|
|
4658
5643
|
if (this.logger)
|
|
4659
5644
|
retrier.logger = this.logger;
|
|
4660
5645
|
const request = yield oci_common_1.composeRequest({
|
|
4661
5646
|
baseEndpoint: this._endpoint,
|
|
4662
5647
|
defaultHeaders: this._defaultHeaders,
|
|
4663
|
-
path: "/
|
|
5648
|
+
path: "/operationsInsightsPrivateEndpoints",
|
|
4664
5649
|
method: "GET",
|
|
4665
5650
|
pathParams: pathParams,
|
|
4666
5651
|
headerParams: headerParams,
|
|
@@ -4671,20 +5656,15 @@ class OperationsInsightsClient {
|
|
|
4671
5656
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4672
5657
|
responseObject: {},
|
|
4673
5658
|
body: yield response.json(),
|
|
4674
|
-
bodyKey: "
|
|
4675
|
-
bodyModel: model.
|
|
4676
|
-
type: "model.
|
|
5659
|
+
bodyKey: "operationsInsightsPrivateEndpointCollection",
|
|
5660
|
+
bodyModel: model.OperationsInsightsPrivateEndpointCollection,
|
|
5661
|
+
type: "model.OperationsInsightsPrivateEndpointCollection",
|
|
4677
5662
|
responseHeaders: [
|
|
4678
5663
|
{
|
|
4679
5664
|
value: response.headers.get("opc-request-id"),
|
|
4680
5665
|
key: "opcRequestId",
|
|
4681
5666
|
dataType: "string"
|
|
4682
5667
|
},
|
|
4683
|
-
{
|
|
4684
|
-
value: response.headers.get("opc-total-items"),
|
|
4685
|
-
key: "opcTotalItems",
|
|
4686
|
-
dataType: "number"
|
|
4687
|
-
},
|
|
4688
5668
|
{
|
|
4689
5669
|
value: response.headers.get("opc-next-page"),
|
|
4690
5670
|
key: "opcNextPage",
|
|
@@ -4700,49 +5680,44 @@ class OperationsInsightsClient {
|
|
|
4700
5680
|
});
|
|
4701
5681
|
}
|
|
4702
5682
|
/**
|
|
4703
|
-
* Gets a list of
|
|
4704
|
-
* When both compartmentId and compartmentIdInSubtree are specified, a list of host insights in that compartment and in all sub-compartments will be returned.
|
|
5683
|
+
* Gets a list of Operations Insights Warehouse users. Either compartmentId or id must be specified. All these resources are expected to be in root compartment.
|
|
4705
5684
|
*
|
|
4706
5685
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4707
|
-
* @param
|
|
4708
|
-
* @return
|
|
5686
|
+
* @param ListOperationsInsightsWarehouseUsersRequest
|
|
5687
|
+
* @return ListOperationsInsightsWarehouseUsersResponse
|
|
4709
5688
|
* @throws OciError when an error occurs
|
|
4710
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5689
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
|
|
4711
5690
|
*/
|
|
4712
|
-
|
|
5691
|
+
listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest) {
|
|
4713
5692
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4714
5693
|
if (this.logger)
|
|
4715
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
4716
|
-
const operationName = "
|
|
4717
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
5694
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listOperationsInsightsWarehouseUsers.");
|
|
5695
|
+
const operationName = "listOperationsInsightsWarehouseUsers";
|
|
5696
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouseUsers/ListOperationsInsightsWarehouseUsers";
|
|
4718
5697
|
const pathParams = {};
|
|
4719
5698
|
const queryParams = {
|
|
4720
|
-
"compartmentId":
|
|
4721
|
-
"
|
|
4722
|
-
"
|
|
4723
|
-
"
|
|
4724
|
-
"
|
|
4725
|
-
"
|
|
4726
|
-
"
|
|
4727
|
-
"
|
|
4728
|
-
"
|
|
4729
|
-
"sortBy": listHostInsightsRequest.sortBy,
|
|
4730
|
-
"enterpriseManagerBridgeId": listHostInsightsRequest.enterpriseManagerBridgeId,
|
|
4731
|
-
"exadataInsightId": listHostInsightsRequest.exadataInsightId,
|
|
4732
|
-
"compartmentIdInSubtree": listHostInsightsRequest.compartmentIdInSubtree
|
|
5699
|
+
"compartmentId": listOperationsInsightsWarehouseUsersRequest.compartmentId,
|
|
5700
|
+
"displayName": listOperationsInsightsWarehouseUsersRequest.displayName,
|
|
5701
|
+
"id": listOperationsInsightsWarehouseUsersRequest.id,
|
|
5702
|
+
"operationsInsightsWarehouseId": listOperationsInsightsWarehouseUsersRequest.operationsInsightsWarehouseId,
|
|
5703
|
+
"lifecycleState": listOperationsInsightsWarehouseUsersRequest.lifecycleState,
|
|
5704
|
+
"limit": listOperationsInsightsWarehouseUsersRequest.limit,
|
|
5705
|
+
"page": listOperationsInsightsWarehouseUsersRequest.page,
|
|
5706
|
+
"sortOrder": listOperationsInsightsWarehouseUsersRequest.sortOrder,
|
|
5707
|
+
"sortBy": listOperationsInsightsWarehouseUsersRequest.sortBy
|
|
4733
5708
|
};
|
|
4734
5709
|
let headerParams = {
|
|
4735
5710
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4736
|
-
"opc-request-id":
|
|
5711
|
+
"opc-request-id": listOperationsInsightsWarehouseUsersRequest.opcRequestId
|
|
4737
5712
|
};
|
|
4738
5713
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4739
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
5714
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOperationsInsightsWarehouseUsersRequest.retryConfiguration, specRetryConfiguration);
|
|
4740
5715
|
if (this.logger)
|
|
4741
5716
|
retrier.logger = this.logger;
|
|
4742
5717
|
const request = yield oci_common_1.composeRequest({
|
|
4743
5718
|
baseEndpoint: this._endpoint,
|
|
4744
5719
|
defaultHeaders: this._defaultHeaders,
|
|
4745
|
-
path: "/
|
|
5720
|
+
path: "/operationsInsightsWarehouseUsers",
|
|
4746
5721
|
method: "GET",
|
|
4747
5722
|
pathParams: pathParams,
|
|
4748
5723
|
headerParams: headerParams,
|
|
@@ -4753,20 +5728,15 @@ class OperationsInsightsClient {
|
|
|
4753
5728
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4754
5729
|
responseObject: {},
|
|
4755
5730
|
body: yield response.json(),
|
|
4756
|
-
bodyKey: "
|
|
4757
|
-
bodyModel: model.
|
|
4758
|
-
type: "model.
|
|
5731
|
+
bodyKey: "operationsInsightsWarehouseUserSummaryCollection",
|
|
5732
|
+
bodyModel: model.OperationsInsightsWarehouseUserSummaryCollection,
|
|
5733
|
+
type: "model.OperationsInsightsWarehouseUserSummaryCollection",
|
|
4759
5734
|
responseHeaders: [
|
|
4760
5735
|
{
|
|
4761
5736
|
value: response.headers.get("opc-request-id"),
|
|
4762
5737
|
key: "opcRequestId",
|
|
4763
5738
|
dataType: "string"
|
|
4764
5739
|
},
|
|
4765
|
-
{
|
|
4766
|
-
value: response.headers.get("opc-total-items"),
|
|
4767
|
-
key: "opcTotalItems",
|
|
4768
|
-
dataType: "number"
|
|
4769
|
-
},
|
|
4770
5740
|
{
|
|
4771
5741
|
value: response.headers.get("opc-next-page"),
|
|
4772
5742
|
key: "opcNextPage",
|
|
@@ -4782,48 +5752,44 @@ class OperationsInsightsClient {
|
|
|
4782
5752
|
});
|
|
4783
5753
|
}
|
|
4784
5754
|
/**
|
|
4785
|
-
*
|
|
5755
|
+
* Gets a list of Operations Insights warehouses. Either compartmentId or id must be specified.
|
|
5756
|
+
* There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
|
|
4786
5757
|
*
|
|
4787
5758
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4788
|
-
* @param
|
|
4789
|
-
* @return
|
|
5759
|
+
* @param ListOperationsInsightsWarehousesRequest
|
|
5760
|
+
* @return ListOperationsInsightsWarehousesResponse
|
|
4790
5761
|
* @throws OciError when an error occurs
|
|
4791
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5762
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
|
|
4792
5763
|
*/
|
|
4793
|
-
|
|
5764
|
+
listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest) {
|
|
4794
5765
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4795
5766
|
if (this.logger)
|
|
4796
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
4797
|
-
const operationName = "
|
|
4798
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
5767
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listOperationsInsightsWarehouses.");
|
|
5768
|
+
const operationName = "listOperationsInsightsWarehouses";
|
|
5769
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/ListOperationsInsightsWarehouses";
|
|
4799
5770
|
const pathParams = {};
|
|
4800
5771
|
const queryParams = {
|
|
4801
|
-
"compartmentId":
|
|
4802
|
-
"
|
|
4803
|
-
"
|
|
4804
|
-
"
|
|
4805
|
-
"
|
|
4806
|
-
"
|
|
4807
|
-
"
|
|
4808
|
-
"
|
|
4809
|
-
"page": listHostedEntitiesRequest.page,
|
|
4810
|
-
"sortOrder": listHostedEntitiesRequest.sortOrder,
|
|
4811
|
-
"sortBy": listHostedEntitiesRequest.sortBy,
|
|
4812
|
-
"hostType": listHostedEntitiesRequest.hostType,
|
|
4813
|
-
"hostId": listHostedEntitiesRequest.hostId
|
|
5772
|
+
"compartmentId": listOperationsInsightsWarehousesRequest.compartmentId,
|
|
5773
|
+
"displayName": listOperationsInsightsWarehousesRequest.displayName,
|
|
5774
|
+
"id": listOperationsInsightsWarehousesRequest.id,
|
|
5775
|
+
"lifecycleState": listOperationsInsightsWarehousesRequest.lifecycleState,
|
|
5776
|
+
"limit": listOperationsInsightsWarehousesRequest.limit,
|
|
5777
|
+
"page": listOperationsInsightsWarehousesRequest.page,
|
|
5778
|
+
"sortOrder": listOperationsInsightsWarehousesRequest.sortOrder,
|
|
5779
|
+
"sortBy": listOperationsInsightsWarehousesRequest.sortBy
|
|
4814
5780
|
};
|
|
4815
5781
|
let headerParams = {
|
|
4816
5782
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4817
|
-
"opc-request-id":
|
|
5783
|
+
"opc-request-id": listOperationsInsightsWarehousesRequest.opcRequestId
|
|
4818
5784
|
};
|
|
4819
5785
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4820
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
5786
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOperationsInsightsWarehousesRequest.retryConfiguration, specRetryConfiguration);
|
|
4821
5787
|
if (this.logger)
|
|
4822
5788
|
retrier.logger = this.logger;
|
|
4823
5789
|
const request = yield oci_common_1.composeRequest({
|
|
4824
5790
|
baseEndpoint: this._endpoint,
|
|
4825
5791
|
defaultHeaders: this._defaultHeaders,
|
|
4826
|
-
path: "/
|
|
5792
|
+
path: "/operationsInsightsWarehouses",
|
|
4827
5793
|
method: "GET",
|
|
4828
5794
|
pathParams: pathParams,
|
|
4829
5795
|
headerParams: headerParams,
|
|
@@ -4834,9 +5800,9 @@ class OperationsInsightsClient {
|
|
|
4834
5800
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4835
5801
|
responseObject: {},
|
|
4836
5802
|
body: yield response.json(),
|
|
4837
|
-
bodyKey: "
|
|
4838
|
-
bodyModel: model.
|
|
4839
|
-
type: "model.
|
|
5803
|
+
bodyKey: "operationsInsightsWarehouseSummaryCollection",
|
|
5804
|
+
bodyModel: model.OperationsInsightsWarehouseSummaryCollection,
|
|
5805
|
+
type: "model.OperationsInsightsWarehouseSummaryCollection",
|
|
4840
5806
|
responseHeaders: [
|
|
4841
5807
|
{
|
|
4842
5808
|
value: response.headers.get("opc-request-id"),
|
|
@@ -4858,44 +5824,43 @@ class OperationsInsightsClient {
|
|
|
4858
5824
|
});
|
|
4859
5825
|
}
|
|
4860
5826
|
/**
|
|
4861
|
-
* Gets a list of
|
|
4862
|
-
* and will be shown if all the following conditions are true:
|
|
4863
|
-
* 1. The agent OCID is not already being used for an existing hostInsight.
|
|
4864
|
-
* 2. The agent availabilityStatus = 'ACTIVE'
|
|
4865
|
-
* 3. The agent lifecycleState = 'ACTIVE'
|
|
5827
|
+
* Gets a list of OPSI configuration resources based on the query parameters specified.
|
|
4866
5828
|
*
|
|
4867
5829
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4868
|
-
* @param
|
|
4869
|
-
* @return
|
|
5830
|
+
* @param ListOpsiConfigurationsRequest
|
|
5831
|
+
* @return ListOpsiConfigurationsResponse
|
|
4870
5832
|
* @throws OciError when an error occurs
|
|
4871
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5833
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListOpsiConfigurations.ts.html |here} to see how to use ListOpsiConfigurations API.
|
|
4872
5834
|
*/
|
|
4873
|
-
|
|
5835
|
+
listOpsiConfigurations(listOpsiConfigurationsRequest) {
|
|
4874
5836
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4875
5837
|
if (this.logger)
|
|
4876
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
4877
|
-
const operationName = "
|
|
4878
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
5838
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listOpsiConfigurations.");
|
|
5839
|
+
const operationName = "listOpsiConfigurations";
|
|
5840
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiConfigurations/ListOpsiConfigurations";
|
|
4879
5841
|
const pathParams = {};
|
|
4880
5842
|
const queryParams = {
|
|
4881
|
-
"compartmentId":
|
|
4882
|
-
"
|
|
4883
|
-
"
|
|
4884
|
-
"
|
|
4885
|
-
"
|
|
5843
|
+
"compartmentId": listOpsiConfigurationsRequest.compartmentId,
|
|
5844
|
+
"displayName": listOpsiConfigurationsRequest.displayName,
|
|
5845
|
+
"lifecycleState": listOpsiConfigurationsRequest.lifecycleState,
|
|
5846
|
+
"opsiConfigType": listOpsiConfigurationsRequest.opsiConfigType,
|
|
5847
|
+
"limit": listOpsiConfigurationsRequest.limit,
|
|
5848
|
+
"page": listOpsiConfigurationsRequest.page,
|
|
5849
|
+
"sortOrder": listOpsiConfigurationsRequest.sortOrder,
|
|
5850
|
+
"sortBy": listOpsiConfigurationsRequest.sortBy
|
|
4886
5851
|
};
|
|
4887
5852
|
let headerParams = {
|
|
4888
5853
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4889
|
-
"opc-request-id":
|
|
5854
|
+
"opc-request-id": listOpsiConfigurationsRequest.opcRequestId
|
|
4890
5855
|
};
|
|
4891
5856
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4892
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
5857
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOpsiConfigurationsRequest.retryConfiguration, specRetryConfiguration);
|
|
4893
5858
|
if (this.logger)
|
|
4894
5859
|
retrier.logger = this.logger;
|
|
4895
5860
|
const request = yield oci_common_1.composeRequest({
|
|
4896
5861
|
baseEndpoint: this._endpoint,
|
|
4897
5862
|
defaultHeaders: this._defaultHeaders,
|
|
4898
|
-
path: "/
|
|
5863
|
+
path: "/opsiConfigurations",
|
|
4899
5864
|
method: "GET",
|
|
4900
5865
|
pathParams: pathParams,
|
|
4901
5866
|
headerParams: headerParams,
|
|
@@ -4906,9 +5871,9 @@ class OperationsInsightsClient {
|
|
|
4906
5871
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4907
5872
|
responseObject: {},
|
|
4908
5873
|
body: yield response.json(),
|
|
4909
|
-
bodyKey: "
|
|
4910
|
-
bodyModel: model.
|
|
4911
|
-
type: "model.
|
|
5874
|
+
bodyKey: "opsiConfigurationsCollection",
|
|
5875
|
+
bodyModel: model.OpsiConfigurationsCollection,
|
|
5876
|
+
type: "model.OpsiConfigurationsCollection",
|
|
4912
5877
|
responseHeaders: [
|
|
4913
5878
|
{
|
|
4914
5879
|
value: response.headers.get("opc-request-id"),
|
|
@@ -4930,46 +5895,42 @@ class OperationsInsightsClient {
|
|
|
4930
5895
|
});
|
|
4931
5896
|
}
|
|
4932
5897
|
/**
|
|
4933
|
-
* Gets a list of
|
|
4934
|
-
* and will be shown if all the following conditions are true:
|
|
4935
|
-
* 1. Compute is running OCA
|
|
4936
|
-
* 2. OCI Management Agent is not enabled or If OCI Management Agent is enabled
|
|
4937
|
-
* 2.1 The agent OCID is not already being used for an existing hostInsight.
|
|
4938
|
-
* 2.2 The agent availabilityStatus = 'ACTIVE'
|
|
4939
|
-
* 2.3 The agent lifecycleState = 'ACTIVE'
|
|
5898
|
+
* Gets a list of OPSI data objects based on the query parameters specified. CompartmentId id query parameter must be specified.
|
|
4940
5899
|
*
|
|
4941
5900
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4942
|
-
* @param
|
|
4943
|
-
* @return
|
|
5901
|
+
* @param ListOpsiDataObjectsRequest
|
|
5902
|
+
* @return ListOpsiDataObjectsResponse
|
|
4944
5903
|
* @throws OciError when an error occurs
|
|
4945
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5904
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
|
|
4946
5905
|
*/
|
|
4947
|
-
|
|
5906
|
+
listOpsiDataObjects(listOpsiDataObjectsRequest) {
|
|
4948
5907
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4949
5908
|
if (this.logger)
|
|
4950
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
4951
|
-
const operationName = "
|
|
4952
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
5909
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listOpsiDataObjects.");
|
|
5910
|
+
const operationName = "listOpsiDataObjects";
|
|
5911
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiDataObjects/ListOpsiDataObjects";
|
|
4953
5912
|
const pathParams = {};
|
|
4954
5913
|
const queryParams = {
|
|
4955
|
-
"compartmentId":
|
|
4956
|
-
"
|
|
4957
|
-
"
|
|
4958
|
-
"
|
|
4959
|
-
"
|
|
5914
|
+
"compartmentId": listOpsiDataObjectsRequest.compartmentId,
|
|
5915
|
+
"dataObjectType": listOpsiDataObjectsRequest.dataObjectType,
|
|
5916
|
+
"displayName": listOpsiDataObjectsRequest.displayName,
|
|
5917
|
+
"limit": listOpsiDataObjectsRequest.limit,
|
|
5918
|
+
"page": listOpsiDataObjectsRequest.page,
|
|
5919
|
+
"sortOrder": listOpsiDataObjectsRequest.sortOrder,
|
|
5920
|
+
"sortBy": listOpsiDataObjectsRequest.sortBy
|
|
4960
5921
|
};
|
|
4961
5922
|
let headerParams = {
|
|
4962
5923
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4963
|
-
"opc-request-id":
|
|
5924
|
+
"opc-request-id": listOpsiDataObjectsRequest.opcRequestId
|
|
4964
5925
|
};
|
|
4965
5926
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4966
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
5927
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOpsiDataObjectsRequest.retryConfiguration, specRetryConfiguration);
|
|
4967
5928
|
if (this.logger)
|
|
4968
5929
|
retrier.logger = this.logger;
|
|
4969
5930
|
const request = yield oci_common_1.composeRequest({
|
|
4970
5931
|
baseEndpoint: this._endpoint,
|
|
4971
5932
|
defaultHeaders: this._defaultHeaders,
|
|
4972
|
-
path: "/
|
|
5933
|
+
path: "/opsiDataObjects",
|
|
4973
5934
|
method: "GET",
|
|
4974
5935
|
pathParams: pathParams,
|
|
4975
5936
|
headerParams: headerParams,
|
|
@@ -4980,9 +5941,9 @@ class OperationsInsightsClient {
|
|
|
4980
5941
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4981
5942
|
responseObject: {},
|
|
4982
5943
|
body: yield response.json(),
|
|
4983
|
-
bodyKey: "
|
|
4984
|
-
bodyModel: model.
|
|
4985
|
-
type: "model.
|
|
5944
|
+
bodyKey: "opsiDataObjectsCollection",
|
|
5945
|
+
bodyModel: model.OpsiDataObjectsCollection,
|
|
5946
|
+
type: "model.OpsiDataObjectsCollection",
|
|
4986
5947
|
responseHeaders: [
|
|
4987
5948
|
{
|
|
4988
5949
|
value: response.headers.get("opc-request-id"),
|
|
@@ -5004,42 +5965,42 @@ class OperationsInsightsClient {
|
|
|
5004
5965
|
});
|
|
5005
5966
|
}
|
|
5006
5967
|
/**
|
|
5007
|
-
*
|
|
5968
|
+
* Query SQL Warehouse to list the plan xml for a given SQL execution plan. This returns a SqlPlanCollection object, but is currently limited to a single plan.
|
|
5969
|
+
* Either databaseId or id must be specified.
|
|
5008
5970
|
*
|
|
5009
5971
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5010
|
-
* @param
|
|
5011
|
-
* @return
|
|
5972
|
+
* @param ListSqlPlansRequest
|
|
5973
|
+
* @return ListSqlPlansResponse
|
|
5012
5974
|
* @throws OciError when an error occurs
|
|
5013
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5975
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
|
|
5014
5976
|
*/
|
|
5015
|
-
|
|
5016
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
5017
|
-
if (this.logger)
|
|
5018
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
5019
|
-
const operationName = "
|
|
5020
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
5021
|
-
const pathParams = {
|
|
5022
|
-
"{enterpriseManagerBridgeId}": listImportableEnterpriseManagerEntitiesRequest.enterpriseManagerBridgeId
|
|
5023
|
-
};
|
|
5977
|
+
listSqlPlans(listSqlPlansRequest) {
|
|
5978
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5979
|
+
if (this.logger)
|
|
5980
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listSqlPlans.");
|
|
5981
|
+
const operationName = "listSqlPlans";
|
|
5982
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListSqlPlans";
|
|
5983
|
+
const pathParams = {};
|
|
5024
5984
|
const queryParams = {
|
|
5025
|
-
"
|
|
5026
|
-
"
|
|
5027
|
-
"
|
|
5028
|
-
"
|
|
5029
|
-
"
|
|
5985
|
+
"compartmentId": listSqlPlansRequest.compartmentId,
|
|
5986
|
+
"databaseId": listSqlPlansRequest.databaseId,
|
|
5987
|
+
"id": listSqlPlansRequest.id,
|
|
5988
|
+
"sqlIdentifier": listSqlPlansRequest.sqlIdentifier,
|
|
5989
|
+
"planHash": listSqlPlansRequest.planHash,
|
|
5990
|
+
"page": listSqlPlansRequest.page
|
|
5030
5991
|
};
|
|
5031
5992
|
let headerParams = {
|
|
5032
5993
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5033
|
-
"opc-request-id":
|
|
5994
|
+
"opc-request-id": listSqlPlansRequest.opcRequestId
|
|
5034
5995
|
};
|
|
5035
5996
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5036
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
5997
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSqlPlansRequest.retryConfiguration, specRetryConfiguration);
|
|
5037
5998
|
if (this.logger)
|
|
5038
5999
|
retrier.logger = this.logger;
|
|
5039
6000
|
const request = yield oci_common_1.composeRequest({
|
|
5040
6001
|
baseEndpoint: this._endpoint,
|
|
5041
6002
|
defaultHeaders: this._defaultHeaders,
|
|
5042
|
-
path: "/
|
|
6003
|
+
path: "/databaseInsights/sqlPlans",
|
|
5043
6004
|
method: "GET",
|
|
5044
6005
|
pathParams: pathParams,
|
|
5045
6006
|
headerParams: headerParams,
|
|
@@ -5050,9 +6011,9 @@ class OperationsInsightsClient {
|
|
|
5050
6011
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5051
6012
|
responseObject: {},
|
|
5052
6013
|
body: yield response.json(),
|
|
5053
|
-
bodyKey: "
|
|
5054
|
-
bodyModel: model.
|
|
5055
|
-
type: "model.
|
|
6014
|
+
bodyKey: "sqlPlanCollection",
|
|
6015
|
+
bodyModel: model.SqlPlanCollection,
|
|
6016
|
+
type: "model.SqlPlanCollection",
|
|
5056
6017
|
responseHeaders: [
|
|
5057
6018
|
{
|
|
5058
6019
|
value: response.headers.get("opc-request-id"),
|
|
@@ -5074,45 +6035,47 @@ class OperationsInsightsClient {
|
|
|
5074
6035
|
});
|
|
5075
6036
|
}
|
|
5076
6037
|
/**
|
|
5077
|
-
*
|
|
6038
|
+
* Search SQL by SQL Identifier across databases in a compartment and in all sub-compartments if specified.
|
|
6039
|
+
* And get the SQL Text and the details of the databases executing the SQL for a given time period.
|
|
6040
|
+
*
|
|
5078
6041
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5079
|
-
* @param
|
|
5080
|
-
* @return
|
|
6042
|
+
* @param ListSqlSearchesRequest
|
|
6043
|
+
* @return ListSqlSearchesResponse
|
|
5081
6044
|
* @throws OciError when an error occurs
|
|
5082
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6045
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
|
|
5083
6046
|
*/
|
|
5084
|
-
|
|
6047
|
+
listSqlSearches(listSqlSearchesRequest) {
|
|
5085
6048
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5086
6049
|
if (this.logger)
|
|
5087
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
5088
|
-
const operationName = "
|
|
5089
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
6050
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listSqlSearches.");
|
|
6051
|
+
const operationName = "listSqlSearches";
|
|
6052
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListSqlSearches";
|
|
5090
6053
|
const pathParams = {};
|
|
5091
6054
|
const queryParams = {
|
|
5092
|
-
"compartmentId":
|
|
5093
|
-
"
|
|
5094
|
-
"
|
|
5095
|
-
"
|
|
5096
|
-
"
|
|
5097
|
-
"
|
|
5098
|
-
"
|
|
5099
|
-
"
|
|
5100
|
-
"
|
|
5101
|
-
"
|
|
5102
|
-
"compartmentIdInSubtree":
|
|
6055
|
+
"compartmentId": listSqlSearchesRequest.compartmentId,
|
|
6056
|
+
"sqlIdentifier": listSqlSearchesRequest.sqlIdentifier,
|
|
6057
|
+
"analysisTimeInterval": listSqlSearchesRequest.analysisTimeInterval,
|
|
6058
|
+
"timeIntervalStart": listSqlSearchesRequest.timeIntervalStart,
|
|
6059
|
+
"timeIntervalEnd": listSqlSearchesRequest.timeIntervalEnd,
|
|
6060
|
+
"page": listSqlSearchesRequest.page,
|
|
6061
|
+
"definedTagEquals": listSqlSearchesRequest.definedTagEquals,
|
|
6062
|
+
"freeformTagEquals": listSqlSearchesRequest.freeformTagEquals,
|
|
6063
|
+
"definedTagExists": listSqlSearchesRequest.definedTagExists,
|
|
6064
|
+
"freeformTagExists": listSqlSearchesRequest.freeformTagExists,
|
|
6065
|
+
"compartmentIdInSubtree": listSqlSearchesRequest.compartmentIdInSubtree
|
|
5103
6066
|
};
|
|
5104
6067
|
let headerParams = {
|
|
5105
6068
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5106
|
-
"opc-request-id":
|
|
6069
|
+
"opc-request-id": listSqlSearchesRequest.opcRequestId
|
|
5107
6070
|
};
|
|
5108
6071
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5109
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6072
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSqlSearchesRequest.retryConfiguration, specRetryConfiguration);
|
|
5110
6073
|
if (this.logger)
|
|
5111
6074
|
retrier.logger = this.logger;
|
|
5112
6075
|
const request = yield oci_common_1.composeRequest({
|
|
5113
6076
|
baseEndpoint: this._endpoint,
|
|
5114
6077
|
defaultHeaders: this._defaultHeaders,
|
|
5115
|
-
path: "/
|
|
6078
|
+
path: "/databaseInsights/sqlSearches",
|
|
5116
6079
|
method: "GET",
|
|
5117
6080
|
pathParams: pathParams,
|
|
5118
6081
|
headerParams: headerParams,
|
|
@@ -5123,9 +6086,9 @@ class OperationsInsightsClient {
|
|
|
5123
6086
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5124
6087
|
responseObject: {},
|
|
5125
6088
|
body: yield response.json(),
|
|
5126
|
-
bodyKey: "
|
|
5127
|
-
bodyModel: model.
|
|
5128
|
-
type: "model.
|
|
6089
|
+
bodyKey: "sqlSearchCollection",
|
|
6090
|
+
bodyModel: model.SqlSearchCollection,
|
|
6091
|
+
type: "model.SqlSearchCollection",
|
|
5129
6092
|
responseHeaders: [
|
|
5130
6093
|
{
|
|
5131
6094
|
value: response.headers.get("opc-request-id"),
|
|
@@ -5147,44 +6110,45 @@ class OperationsInsightsClient {
|
|
|
5147
6110
|
});
|
|
5148
6111
|
}
|
|
5149
6112
|
/**
|
|
5150
|
-
*
|
|
6113
|
+
* Query SQL Warehouse to get the full SQL Text for a SQL in a compartment and in all sub-compartments if specified.
|
|
5151
6114
|
*
|
|
5152
6115
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5153
|
-
* @param
|
|
5154
|
-
* @return
|
|
6116
|
+
* @param ListSqlTextsRequest
|
|
6117
|
+
* @return ListSqlTextsResponse
|
|
5155
6118
|
* @throws OciError when an error occurs
|
|
5156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
|
|
5157
6120
|
*/
|
|
5158
|
-
|
|
6121
|
+
listSqlTexts(listSqlTextsRequest) {
|
|
5159
6122
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5160
6123
|
if (this.logger)
|
|
5161
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
5162
|
-
const operationName = "
|
|
5163
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
6124
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listSqlTexts.");
|
|
6125
|
+
const operationName = "listSqlTexts";
|
|
6126
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListSqlTexts";
|
|
5164
6127
|
const pathParams = {};
|
|
5165
6128
|
const queryParams = {
|
|
5166
|
-
"compartmentId":
|
|
5167
|
-
"
|
|
5168
|
-
"id":
|
|
5169
|
-
"
|
|
5170
|
-
"
|
|
5171
|
-
"
|
|
5172
|
-
"
|
|
5173
|
-
"
|
|
5174
|
-
"
|
|
6129
|
+
"compartmentId": listSqlTextsRequest.compartmentId,
|
|
6130
|
+
"databaseId": listSqlTextsRequest.databaseId,
|
|
6131
|
+
"id": listSqlTextsRequest.id,
|
|
6132
|
+
"sqlIdentifier": listSqlTextsRequest.sqlIdentifier,
|
|
6133
|
+
"page": listSqlTextsRequest.page,
|
|
6134
|
+
"definedTagEquals": listSqlTextsRequest.definedTagEquals,
|
|
6135
|
+
"freeformTagEquals": listSqlTextsRequest.freeformTagEquals,
|
|
6136
|
+
"definedTagExists": listSqlTextsRequest.definedTagExists,
|
|
6137
|
+
"freeformTagExists": listSqlTextsRequest.freeformTagExists,
|
|
6138
|
+
"compartmentIdInSubtree": listSqlTextsRequest.compartmentIdInSubtree
|
|
5175
6139
|
};
|
|
5176
6140
|
let headerParams = {
|
|
5177
6141
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5178
|
-
"opc-request-id":
|
|
6142
|
+
"opc-request-id": listSqlTextsRequest.opcRequestId
|
|
5179
6143
|
};
|
|
5180
6144
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5181
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6145
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSqlTextsRequest.retryConfiguration, specRetryConfiguration);
|
|
5182
6146
|
if (this.logger)
|
|
5183
6147
|
retrier.logger = this.logger;
|
|
5184
6148
|
const request = yield oci_common_1.composeRequest({
|
|
5185
6149
|
baseEndpoint: this._endpoint,
|
|
5186
6150
|
defaultHeaders: this._defaultHeaders,
|
|
5187
|
-
path: "/
|
|
6151
|
+
path: "/databaseInsights/sqlTexts",
|
|
5188
6152
|
method: "GET",
|
|
5189
6153
|
pathParams: pathParams,
|
|
5190
6154
|
headerParams: headerParams,
|
|
@@ -5195,9 +6159,9 @@ class OperationsInsightsClient {
|
|
|
5195
6159
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5196
6160
|
responseObject: {},
|
|
5197
6161
|
body: yield response.json(),
|
|
5198
|
-
bodyKey: "
|
|
5199
|
-
bodyModel: model.
|
|
5200
|
-
type: "model.
|
|
6162
|
+
bodyKey: "sqlTextCollection",
|
|
6163
|
+
bodyModel: model.SqlTextCollection,
|
|
6164
|
+
type: "model.SqlTextCollection",
|
|
5201
6165
|
responseHeaders: [
|
|
5202
6166
|
{
|
|
5203
6167
|
value: response.headers.get("opc-request-id"),
|
|
@@ -5219,44 +6183,41 @@ class OperationsInsightsClient {
|
|
|
5219
6183
|
});
|
|
5220
6184
|
}
|
|
5221
6185
|
/**
|
|
5222
|
-
*
|
|
5223
|
-
* There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
|
|
6186
|
+
* Return a (paginated) list of errors for a given work request.
|
|
5224
6187
|
*
|
|
5225
6188
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5226
|
-
* @param
|
|
5227
|
-
* @return
|
|
6189
|
+
* @param ListWorkRequestErrorsRequest
|
|
6190
|
+
* @return ListWorkRequestErrorsResponse
|
|
5228
6191
|
* @throws OciError when an error occurs
|
|
5229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6192
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
5230
6193
|
*/
|
|
5231
|
-
|
|
6194
|
+
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
5232
6195
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5233
6196
|
if (this.logger)
|
|
5234
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
5235
|
-
const operationName = "
|
|
5236
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
5237
|
-
const pathParams = {
|
|
6197
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listWorkRequestErrors.");
|
|
6198
|
+
const operationName = "listWorkRequestErrors";
|
|
6199
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/WorkRequests/ListWorkRequestErrors";
|
|
6200
|
+
const pathParams = {
|
|
6201
|
+
"{workRequestId}": listWorkRequestErrorsRequest.workRequestId
|
|
6202
|
+
};
|
|
5238
6203
|
const queryParams = {
|
|
5239
|
-
"
|
|
5240
|
-
"
|
|
5241
|
-
"
|
|
5242
|
-
"
|
|
5243
|
-
"limit": listOperationsInsightsWarehousesRequest.limit,
|
|
5244
|
-
"page": listOperationsInsightsWarehousesRequest.page,
|
|
5245
|
-
"sortOrder": listOperationsInsightsWarehousesRequest.sortOrder,
|
|
5246
|
-
"sortBy": listOperationsInsightsWarehousesRequest.sortBy
|
|
6204
|
+
"page": listWorkRequestErrorsRequest.page,
|
|
6205
|
+
"limit": listWorkRequestErrorsRequest.limit,
|
|
6206
|
+
"sortBy": listWorkRequestErrorsRequest.sortBy,
|
|
6207
|
+
"sortOrder": listWorkRequestErrorsRequest.sortOrder
|
|
5247
6208
|
};
|
|
5248
6209
|
let headerParams = {
|
|
5249
6210
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5250
|
-
"opc-request-id":
|
|
6211
|
+
"opc-request-id": listWorkRequestErrorsRequest.opcRequestId
|
|
5251
6212
|
};
|
|
5252
6213
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5253
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6214
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestErrorsRequest.retryConfiguration, specRetryConfiguration);
|
|
5254
6215
|
if (this.logger)
|
|
5255
6216
|
retrier.logger = this.logger;
|
|
5256
6217
|
const request = yield oci_common_1.composeRequest({
|
|
5257
6218
|
baseEndpoint: this._endpoint,
|
|
5258
6219
|
defaultHeaders: this._defaultHeaders,
|
|
5259
|
-
path: "/
|
|
6220
|
+
path: "/workRequests/{workRequestId}/errors",
|
|
5260
6221
|
method: "GET",
|
|
5261
6222
|
pathParams: pathParams,
|
|
5262
6223
|
headerParams: headerParams,
|
|
@@ -5267,18 +6228,18 @@ class OperationsInsightsClient {
|
|
|
5267
6228
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5268
6229
|
responseObject: {},
|
|
5269
6230
|
body: yield response.json(),
|
|
5270
|
-
bodyKey: "
|
|
5271
|
-
bodyModel: model.
|
|
5272
|
-
type: "model.
|
|
6231
|
+
bodyKey: "workRequestErrorCollection",
|
|
6232
|
+
bodyModel: model.WorkRequestErrorCollection,
|
|
6233
|
+
type: "model.WorkRequestErrorCollection",
|
|
5273
6234
|
responseHeaders: [
|
|
5274
6235
|
{
|
|
5275
|
-
value: response.headers.get("opc-
|
|
5276
|
-
key: "
|
|
6236
|
+
value: response.headers.get("opc-next-page"),
|
|
6237
|
+
key: "opcNextPage",
|
|
5277
6238
|
dataType: "string"
|
|
5278
6239
|
},
|
|
5279
6240
|
{
|
|
5280
|
-
value: response.headers.get("opc-
|
|
5281
|
-
key: "
|
|
6241
|
+
value: response.headers.get("opc-request-id"),
|
|
6242
|
+
key: "opcRequestId",
|
|
5282
6243
|
dataType: "string"
|
|
5283
6244
|
}
|
|
5284
6245
|
]
|
|
@@ -5291,43 +6252,41 @@ class OperationsInsightsClient {
|
|
|
5291
6252
|
});
|
|
5292
6253
|
}
|
|
5293
6254
|
/**
|
|
5294
|
-
*
|
|
6255
|
+
* Return a (paginated) list of logs for a given work request.
|
|
5295
6256
|
*
|
|
5296
6257
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5297
|
-
* @param
|
|
5298
|
-
* @return
|
|
6258
|
+
* @param ListWorkRequestLogsRequest
|
|
6259
|
+
* @return ListWorkRequestLogsResponse
|
|
5299
6260
|
* @throws OciError when an error occurs
|
|
5300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
5301
6262
|
*/
|
|
5302
|
-
|
|
6263
|
+
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
5303
6264
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5304
6265
|
if (this.logger)
|
|
5305
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
5306
|
-
const operationName = "
|
|
5307
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
5308
|
-
const pathParams = {
|
|
6266
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listWorkRequestLogs.");
|
|
6267
|
+
const operationName = "listWorkRequestLogs";
|
|
6268
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/WorkRequests/ListWorkRequestLogs";
|
|
6269
|
+
const pathParams = {
|
|
6270
|
+
"{workRequestId}": listWorkRequestLogsRequest.workRequestId
|
|
6271
|
+
};
|
|
5309
6272
|
const queryParams = {
|
|
5310
|
-
"
|
|
5311
|
-
"
|
|
5312
|
-
"
|
|
5313
|
-
"
|
|
5314
|
-
"limit": listOpsiConfigurationsRequest.limit,
|
|
5315
|
-
"page": listOpsiConfigurationsRequest.page,
|
|
5316
|
-
"sortOrder": listOpsiConfigurationsRequest.sortOrder,
|
|
5317
|
-
"sortBy": listOpsiConfigurationsRequest.sortBy
|
|
6273
|
+
"page": listWorkRequestLogsRequest.page,
|
|
6274
|
+
"limit": listWorkRequestLogsRequest.limit,
|
|
6275
|
+
"sortBy": listWorkRequestLogsRequest.sortBy,
|
|
6276
|
+
"sortOrder": listWorkRequestLogsRequest.sortOrder
|
|
5318
6277
|
};
|
|
5319
6278
|
let headerParams = {
|
|
5320
6279
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5321
|
-
"opc-request-id":
|
|
6280
|
+
"opc-request-id": listWorkRequestLogsRequest.opcRequestId
|
|
5322
6281
|
};
|
|
5323
6282
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5324
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6283
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestLogsRequest.retryConfiguration, specRetryConfiguration);
|
|
5325
6284
|
if (this.logger)
|
|
5326
6285
|
retrier.logger = this.logger;
|
|
5327
6286
|
const request = yield oci_common_1.composeRequest({
|
|
5328
6287
|
baseEndpoint: this._endpoint,
|
|
5329
6288
|
defaultHeaders: this._defaultHeaders,
|
|
5330
|
-
path: "/
|
|
6289
|
+
path: "/workRequests/{workRequestId}/logs",
|
|
5331
6290
|
method: "GET",
|
|
5332
6291
|
pathParams: pathParams,
|
|
5333
6292
|
headerParams: headerParams,
|
|
@@ -5338,18 +6297,18 @@ class OperationsInsightsClient {
|
|
|
5338
6297
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5339
6298
|
responseObject: {},
|
|
5340
6299
|
body: yield response.json(),
|
|
5341
|
-
bodyKey: "
|
|
5342
|
-
bodyModel: model.
|
|
5343
|
-
type: "model.
|
|
6300
|
+
bodyKey: "workRequestLogEntryCollection",
|
|
6301
|
+
bodyModel: model.WorkRequestLogEntryCollection,
|
|
6302
|
+
type: "model.WorkRequestLogEntryCollection",
|
|
5344
6303
|
responseHeaders: [
|
|
5345
6304
|
{
|
|
5346
|
-
value: response.headers.get("opc-
|
|
5347
|
-
key: "
|
|
6305
|
+
value: response.headers.get("opc-next-page"),
|
|
6306
|
+
key: "opcNextPage",
|
|
5348
6307
|
dataType: "string"
|
|
5349
6308
|
},
|
|
5350
6309
|
{
|
|
5351
|
-
value: response.headers.get("opc-
|
|
5352
|
-
key: "
|
|
6310
|
+
value: response.headers.get("opc-request-id"),
|
|
6311
|
+
key: "opcRequestId",
|
|
5353
6312
|
dataType: "string"
|
|
5354
6313
|
}
|
|
5355
6314
|
]
|
|
@@ -5362,42 +6321,44 @@ class OperationsInsightsClient {
|
|
|
5362
6321
|
});
|
|
5363
6322
|
}
|
|
5364
6323
|
/**
|
|
5365
|
-
*
|
|
6324
|
+
* Lists the work requests in a compartment. Either compartmentId or id must be specified. Only one of id, resourceId or relatedResourceId can be specified optionally.
|
|
5366
6325
|
*
|
|
5367
6326
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5368
|
-
* @param
|
|
5369
|
-
* @return
|
|
6327
|
+
* @param ListWorkRequestsRequest
|
|
6328
|
+
* @return ListWorkRequestsResponse
|
|
5370
6329
|
* @throws OciError when an error occurs
|
|
5371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
5372
6331
|
*/
|
|
5373
|
-
|
|
6332
|
+
listWorkRequests(listWorkRequestsRequest) {
|
|
5374
6333
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5375
6334
|
if (this.logger)
|
|
5376
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
5377
|
-
const operationName = "
|
|
5378
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
6335
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listWorkRequests.");
|
|
6336
|
+
const operationName = "listWorkRequests";
|
|
6337
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/WorkRequests/ListWorkRequests";
|
|
5379
6338
|
const pathParams = {};
|
|
5380
6339
|
const queryParams = {
|
|
5381
|
-
"
|
|
5382
|
-
"
|
|
5383
|
-
"
|
|
5384
|
-
"
|
|
5385
|
-
"
|
|
5386
|
-
"
|
|
5387
|
-
"
|
|
6340
|
+
"page": listWorkRequestsRequest.page,
|
|
6341
|
+
"limit": listWorkRequestsRequest.limit,
|
|
6342
|
+
"compartmentId": listWorkRequestsRequest.compartmentId,
|
|
6343
|
+
"id": listWorkRequestsRequest.id,
|
|
6344
|
+
"status": listWorkRequestsRequest.status,
|
|
6345
|
+
"resourceId": listWorkRequestsRequest.resourceId,
|
|
6346
|
+
"relatedResourceId": listWorkRequestsRequest.relatedResourceId,
|
|
6347
|
+
"sortOrder": listWorkRequestsRequest.sortOrder,
|
|
6348
|
+
"sortBy": listWorkRequestsRequest.sortBy
|
|
5388
6349
|
};
|
|
5389
6350
|
let headerParams = {
|
|
5390
6351
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5391
|
-
"opc-request-id":
|
|
6352
|
+
"opc-request-id": listWorkRequestsRequest.opcRequestId
|
|
5392
6353
|
};
|
|
5393
6354
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5394
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6355
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestsRequest.retryConfiguration, specRetryConfiguration);
|
|
5395
6356
|
if (this.logger)
|
|
5396
6357
|
retrier.logger = this.logger;
|
|
5397
6358
|
const request = yield oci_common_1.composeRequest({
|
|
5398
6359
|
baseEndpoint: this._endpoint,
|
|
5399
6360
|
defaultHeaders: this._defaultHeaders,
|
|
5400
|
-
path: "/
|
|
6361
|
+
path: "/workRequests",
|
|
5401
6362
|
method: "GET",
|
|
5402
6363
|
pathParams: pathParams,
|
|
5403
6364
|
headerParams: headerParams,
|
|
@@ -5408,9 +6369,9 @@ class OperationsInsightsClient {
|
|
|
5408
6369
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5409
6370
|
responseObject: {},
|
|
5410
6371
|
body: yield response.json(),
|
|
5411
|
-
bodyKey: "
|
|
5412
|
-
bodyModel: model.
|
|
5413
|
-
type: "model.
|
|
6372
|
+
bodyKey: "workRequestCollection",
|
|
6373
|
+
bodyModel: model.WorkRequestCollection,
|
|
6374
|
+
type: "model.WorkRequestCollection",
|
|
5414
6375
|
responseHeaders: [
|
|
5415
6376
|
{
|
|
5416
6377
|
value: response.headers.get("opc-request-id"),
|
|
@@ -5432,43 +6393,41 @@ class OperationsInsightsClient {
|
|
|
5432
6393
|
});
|
|
5433
6394
|
}
|
|
5434
6395
|
/**
|
|
5435
|
-
*
|
|
5436
|
-
*
|
|
6396
|
+
* Queries an OPSI data object with the inputs provided and sends the result set back. Either analysisTimeInterval
|
|
6397
|
+
* or timeIntervalStart and timeIntervalEnd parameters need to be passed as well.
|
|
5437
6398
|
*
|
|
5438
6399
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5439
|
-
* @param
|
|
5440
|
-
* @return
|
|
6400
|
+
* @param QueryOpsiDataObjectDataRequest
|
|
6401
|
+
* @return QueryOpsiDataObjectDataResponse
|
|
5441
6402
|
* @throws OciError when an error occurs
|
|
5442
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6403
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
|
|
5443
6404
|
*/
|
|
5444
|
-
|
|
6405
|
+
queryOpsiDataObjectData(queryOpsiDataObjectDataRequest) {
|
|
5445
6406
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5446
6407
|
if (this.logger)
|
|
5447
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
5448
|
-
const operationName = "
|
|
5449
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
6408
|
+
this.logger.debug("Calling operation OperationsInsightsClient#queryOpsiDataObjectData.");
|
|
6409
|
+
const operationName = "queryOpsiDataObjectData";
|
|
6410
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiDataObjects/QueryOpsiDataObjectData";
|
|
5450
6411
|
const pathParams = {};
|
|
5451
6412
|
const queryParams = {
|
|
5452
|
-
"compartmentId":
|
|
5453
|
-
"
|
|
5454
|
-
"
|
|
5455
|
-
"sqlIdentifier": listSqlPlansRequest.sqlIdentifier,
|
|
5456
|
-
"planHash": listSqlPlansRequest.planHash,
|
|
5457
|
-
"page": listSqlPlansRequest.page
|
|
6413
|
+
"compartmentId": queryOpsiDataObjectDataRequest.compartmentId,
|
|
6414
|
+
"limit": queryOpsiDataObjectDataRequest.limit,
|
|
6415
|
+
"page": queryOpsiDataObjectDataRequest.page
|
|
5458
6416
|
};
|
|
5459
6417
|
let headerParams = {
|
|
5460
6418
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5461
|
-
"opc-request-id":
|
|
6419
|
+
"opc-request-id": queryOpsiDataObjectDataRequest.opcRequestId
|
|
5462
6420
|
};
|
|
5463
6421
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5464
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6422
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, queryOpsiDataObjectDataRequest.retryConfiguration, specRetryConfiguration);
|
|
5465
6423
|
if (this.logger)
|
|
5466
6424
|
retrier.logger = this.logger;
|
|
5467
6425
|
const request = yield oci_common_1.composeRequest({
|
|
5468
6426
|
baseEndpoint: this._endpoint,
|
|
5469
6427
|
defaultHeaders: this._defaultHeaders,
|
|
5470
|
-
path: "/
|
|
5471
|
-
method: "
|
|
6428
|
+
path: "/opsiDataObjects/actions/queryData",
|
|
6429
|
+
method: "POST",
|
|
6430
|
+
bodyContent: common.ObjectSerializer.serialize(queryOpsiDataObjectDataRequest.queryOpsiDataObjectDataDetails, "QueryOpsiDataObjectDataDetails", model.QueryOpsiDataObjectDataDetails.getJsonObj),
|
|
5472
6431
|
pathParams: pathParams,
|
|
5473
6432
|
headerParams: headerParams,
|
|
5474
6433
|
queryParams: queryParams
|
|
@@ -5478,9 +6437,9 @@ class OperationsInsightsClient {
|
|
|
5478
6437
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5479
6438
|
responseObject: {},
|
|
5480
6439
|
body: yield response.json(),
|
|
5481
|
-
bodyKey: "
|
|
5482
|
-
bodyModel: model.
|
|
5483
|
-
type: "model.
|
|
6440
|
+
bodyKey: "queryDataObjectResultSetRowsCollection",
|
|
6441
|
+
bodyModel: model.QueryDataObjectResultSetRowsCollection,
|
|
6442
|
+
type: "model.QueryDataObjectResultSetRowsCollection",
|
|
5484
6443
|
responseHeaders: [
|
|
5485
6444
|
{
|
|
5486
6445
|
value: response.headers.get("opc-request-id"),
|
|
@@ -5502,48 +6461,37 @@ class OperationsInsightsClient {
|
|
|
5502
6461
|
});
|
|
5503
6462
|
}
|
|
5504
6463
|
/**
|
|
5505
|
-
*
|
|
5506
|
-
* And get the SQL Text and the details of the databases executing the SQL for a given time period.
|
|
5507
|
-
*
|
|
6464
|
+
* Rotate the ADW wallet for Operations Insights Warehouse using which the Hub data is exposed.
|
|
5508
6465
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5509
|
-
* @param
|
|
5510
|
-
* @return
|
|
6466
|
+
* @param RotateOperationsInsightsWarehouseWalletRequest
|
|
6467
|
+
* @return RotateOperationsInsightsWarehouseWalletResponse
|
|
5511
6468
|
* @throws OciError when an error occurs
|
|
5512
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6469
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
|
|
5513
6470
|
*/
|
|
5514
|
-
|
|
6471
|
+
rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest) {
|
|
5515
6472
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5516
6473
|
if (this.logger)
|
|
5517
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
5518
|
-
const operationName = "
|
|
5519
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
5520
|
-
const pathParams = {
|
|
5521
|
-
|
|
5522
|
-
"compartmentId": listSqlSearchesRequest.compartmentId,
|
|
5523
|
-
"sqlIdentifier": listSqlSearchesRequest.sqlIdentifier,
|
|
5524
|
-
"analysisTimeInterval": listSqlSearchesRequest.analysisTimeInterval,
|
|
5525
|
-
"timeIntervalStart": listSqlSearchesRequest.timeIntervalStart,
|
|
5526
|
-
"timeIntervalEnd": listSqlSearchesRequest.timeIntervalEnd,
|
|
5527
|
-
"page": listSqlSearchesRequest.page,
|
|
5528
|
-
"definedTagEquals": listSqlSearchesRequest.definedTagEquals,
|
|
5529
|
-
"freeformTagEquals": listSqlSearchesRequest.freeformTagEquals,
|
|
5530
|
-
"definedTagExists": listSqlSearchesRequest.definedTagExists,
|
|
5531
|
-
"freeformTagExists": listSqlSearchesRequest.freeformTagExists,
|
|
5532
|
-
"compartmentIdInSubtree": listSqlSearchesRequest.compartmentIdInSubtree
|
|
6474
|
+
this.logger.debug("Calling operation OperationsInsightsClient#rotateOperationsInsightsWarehouseWallet.");
|
|
6475
|
+
const operationName = "rotateOperationsInsightsWarehouseWallet";
|
|
6476
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/RotateOperationsInsightsWarehouseWallet";
|
|
6477
|
+
const pathParams = {
|
|
6478
|
+
"{operationsInsightsWarehouseId}": rotateOperationsInsightsWarehouseWalletRequest.operationsInsightsWarehouseId
|
|
5533
6479
|
};
|
|
6480
|
+
const queryParams = {};
|
|
5534
6481
|
let headerParams = {
|
|
5535
6482
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5536
|
-
"opc-request-id":
|
|
6483
|
+
"opc-request-id": rotateOperationsInsightsWarehouseWalletRequest.opcRequestId,
|
|
6484
|
+
"if-match": rotateOperationsInsightsWarehouseWalletRequest.ifMatch
|
|
5537
6485
|
};
|
|
5538
6486
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5539
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6487
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, rotateOperationsInsightsWarehouseWalletRequest.retryConfiguration, specRetryConfiguration);
|
|
5540
6488
|
if (this.logger)
|
|
5541
6489
|
retrier.logger = this.logger;
|
|
5542
6490
|
const request = yield oci_common_1.composeRequest({
|
|
5543
6491
|
baseEndpoint: this._endpoint,
|
|
5544
6492
|
defaultHeaders: this._defaultHeaders,
|
|
5545
|
-
path: "/
|
|
5546
|
-
method: "
|
|
6493
|
+
path: "/operationsInsightsWarehouses/{operationsInsightsWarehouseId}/actions/rotateWarehouseWallet",
|
|
6494
|
+
method: "POST",
|
|
5547
6495
|
pathParams: pathParams,
|
|
5548
6496
|
headerParams: headerParams,
|
|
5549
6497
|
queryParams: queryParams
|
|
@@ -5552,19 +6500,15 @@ class OperationsInsightsClient {
|
|
|
5552
6500
|
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5553
6501
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5554
6502
|
responseObject: {},
|
|
5555
|
-
body: yield response.json(),
|
|
5556
|
-
bodyKey: "sqlSearchCollection",
|
|
5557
|
-
bodyModel: model.SqlSearchCollection,
|
|
5558
|
-
type: "model.SqlSearchCollection",
|
|
5559
6503
|
responseHeaders: [
|
|
5560
6504
|
{
|
|
5561
|
-
value: response.headers.get("opc-request-id"),
|
|
5562
|
-
key: "
|
|
6505
|
+
value: response.headers.get("opc-work-request-id"),
|
|
6506
|
+
key: "opcWorkRequestId",
|
|
5563
6507
|
dataType: "string"
|
|
5564
6508
|
},
|
|
5565
6509
|
{
|
|
5566
|
-
value: response.headers.get("opc-
|
|
5567
|
-
key: "
|
|
6510
|
+
value: response.headers.get("opc-request-id"),
|
|
6511
|
+
key: "opcRequestId",
|
|
5568
6512
|
dataType: "string"
|
|
5569
6513
|
}
|
|
5570
6514
|
]
|
|
@@ -5577,45 +6521,51 @@ class OperationsInsightsClient {
|
|
|
5577
6521
|
});
|
|
5578
6522
|
}
|
|
5579
6523
|
/**
|
|
5580
|
-
*
|
|
6524
|
+
* Summarizes ADDM findings for the specified databases.
|
|
5581
6525
|
*
|
|
5582
6526
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5583
|
-
* @param
|
|
5584
|
-
* @return
|
|
6527
|
+
* @param SummarizeAddmDbFindingsRequest
|
|
6528
|
+
* @return SummarizeAddmDbFindingsResponse
|
|
5585
6529
|
* @throws OciError when an error occurs
|
|
5586
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6530
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeAddmDbFindings.ts.html |here} to see how to use SummarizeAddmDbFindings API.
|
|
5587
6531
|
*/
|
|
5588
|
-
|
|
6532
|
+
summarizeAddmDbFindings(summarizeAddmDbFindingsRequest) {
|
|
5589
6533
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5590
6534
|
if (this.logger)
|
|
5591
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
5592
|
-
const operationName = "
|
|
5593
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/
|
|
6535
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAddmDbFindings.");
|
|
6536
|
+
const operationName = "summarizeAddmDbFindings";
|
|
6537
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeAddmDbFindings";
|
|
5594
6538
|
const pathParams = {};
|
|
5595
6539
|
const queryParams = {
|
|
5596
|
-
"compartmentId":
|
|
5597
|
-
"databaseId":
|
|
5598
|
-
"id":
|
|
5599
|
-
"
|
|
5600
|
-
"
|
|
5601
|
-
"
|
|
5602
|
-
"
|
|
5603
|
-
"
|
|
5604
|
-
"
|
|
5605
|
-
"
|
|
6540
|
+
"compartmentId": summarizeAddmDbFindingsRequest.compartmentId,
|
|
6541
|
+
"databaseId": summarizeAddmDbFindingsRequest.databaseId,
|
|
6542
|
+
"id": summarizeAddmDbFindingsRequest.id,
|
|
6543
|
+
"instanceNumber": summarizeAddmDbFindingsRequest.instanceNumber,
|
|
6544
|
+
"timeIntervalStart": summarizeAddmDbFindingsRequest.timeIntervalStart,
|
|
6545
|
+
"timeIntervalEnd": summarizeAddmDbFindingsRequest.timeIntervalEnd,
|
|
6546
|
+
"categoryName": summarizeAddmDbFindingsRequest.categoryName,
|
|
6547
|
+
"limit": summarizeAddmDbFindingsRequest.limit,
|
|
6548
|
+
"page": summarizeAddmDbFindingsRequest.page,
|
|
6549
|
+
"sortOrder": summarizeAddmDbFindingsRequest.sortOrder,
|
|
6550
|
+
"sortBy": summarizeAddmDbFindingsRequest.sortBy,
|
|
6551
|
+
"definedTagEquals": summarizeAddmDbFindingsRequest.definedTagEquals,
|
|
6552
|
+
"freeformTagEquals": summarizeAddmDbFindingsRequest.freeformTagEquals,
|
|
6553
|
+
"definedTagExists": summarizeAddmDbFindingsRequest.definedTagExists,
|
|
6554
|
+
"freeformTagExists": summarizeAddmDbFindingsRequest.freeformTagExists,
|
|
6555
|
+
"compartmentIdInSubtree": summarizeAddmDbFindingsRequest.compartmentIdInSubtree
|
|
5606
6556
|
};
|
|
5607
6557
|
let headerParams = {
|
|
5608
6558
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5609
|
-
"opc-request-id":
|
|
6559
|
+
"opc-request-id": summarizeAddmDbFindingsRequest.opcRequestId
|
|
5610
6560
|
};
|
|
5611
6561
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5612
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6562
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAddmDbFindingsRequest.retryConfiguration, specRetryConfiguration);
|
|
5613
6563
|
if (this.logger)
|
|
5614
6564
|
retrier.logger = this.logger;
|
|
5615
6565
|
const request = yield oci_common_1.composeRequest({
|
|
5616
6566
|
baseEndpoint: this._endpoint,
|
|
5617
6567
|
defaultHeaders: this._defaultHeaders,
|
|
5618
|
-
path: "/databaseInsights/
|
|
6568
|
+
path: "/databaseInsights/addmDbFindings",
|
|
5619
6569
|
method: "GET",
|
|
5620
6570
|
pathParams: pathParams,
|
|
5621
6571
|
headerParams: headerParams,
|
|
@@ -5626,9 +6576,9 @@ class OperationsInsightsClient {
|
|
|
5626
6576
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5627
6577
|
responseObject: {},
|
|
5628
6578
|
body: yield response.json(),
|
|
5629
|
-
bodyKey: "
|
|
5630
|
-
bodyModel: model.
|
|
5631
|
-
type: "model.
|
|
6579
|
+
bodyKey: "addmDbFindingAggregationCollection",
|
|
6580
|
+
bodyModel: model.AddmDbFindingAggregationCollection,
|
|
6581
|
+
type: "model.AddmDbFindingAggregationCollection",
|
|
5632
6582
|
responseHeaders: [
|
|
5633
6583
|
{
|
|
5634
6584
|
value: response.headers.get("opc-request-id"),
|
|
@@ -5650,41 +6600,54 @@ class OperationsInsightsClient {
|
|
|
5650
6600
|
});
|
|
5651
6601
|
}
|
|
5652
6602
|
/**
|
|
5653
|
-
*
|
|
6603
|
+
* Summarizes the AWR database parameter change history for the specified parameter. There will
|
|
6604
|
+
* be one element for each time that parameter changed during the specified time period.
|
|
6605
|
+
* This API is limited to only one parameter per request.
|
|
5654
6606
|
*
|
|
5655
6607
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5656
|
-
* @param
|
|
5657
|
-
* @return
|
|
6608
|
+
* @param SummarizeAddmDbParameterChangesRequest
|
|
6609
|
+
* @return SummarizeAddmDbParameterChangesResponse
|
|
5658
6610
|
* @throws OciError when an error occurs
|
|
5659
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6611
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeAddmDbParameterChanges.ts.html |here} to see how to use SummarizeAddmDbParameterChanges API.
|
|
5660
6612
|
*/
|
|
5661
|
-
|
|
6613
|
+
summarizeAddmDbParameterChanges(summarizeAddmDbParameterChangesRequest) {
|
|
5662
6614
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5663
6615
|
if (this.logger)
|
|
5664
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
5665
|
-
const operationName = "
|
|
5666
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
5667
|
-
const pathParams = {
|
|
5668
|
-
"{workRequestId}": listWorkRequestErrorsRequest.workRequestId
|
|
5669
|
-
};
|
|
6616
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAddmDbParameterChanges.");
|
|
6617
|
+
const operationName = "summarizeAddmDbParameterChanges";
|
|
6618
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeAddmDbParameterChanges";
|
|
6619
|
+
const pathParams = {};
|
|
5670
6620
|
const queryParams = {
|
|
5671
|
-
"
|
|
5672
|
-
"
|
|
5673
|
-
"
|
|
5674
|
-
"
|
|
6621
|
+
"compartmentId": summarizeAddmDbParameterChangesRequest.compartmentId,
|
|
6622
|
+
"databaseId": summarizeAddmDbParameterChangesRequest.databaseId,
|
|
6623
|
+
"id": summarizeAddmDbParameterChangesRequest.id,
|
|
6624
|
+
"instanceNumber": summarizeAddmDbParameterChangesRequest.instanceNumber,
|
|
6625
|
+
"timeIntervalStart": summarizeAddmDbParameterChangesRequest.timeIntervalStart,
|
|
6626
|
+
"timeIntervalEnd": summarizeAddmDbParameterChangesRequest.timeIntervalEnd,
|
|
6627
|
+
"name": summarizeAddmDbParameterChangesRequest.name,
|
|
6628
|
+
"valueContains": summarizeAddmDbParameterChangesRequest.valueContains,
|
|
6629
|
+
"limit": summarizeAddmDbParameterChangesRequest.limit,
|
|
6630
|
+
"page": summarizeAddmDbParameterChangesRequest.page,
|
|
6631
|
+
"sortOrder": summarizeAddmDbParameterChangesRequest.sortOrder,
|
|
6632
|
+
"sortBy": summarizeAddmDbParameterChangesRequest.sortBy,
|
|
6633
|
+
"definedTagEquals": summarizeAddmDbParameterChangesRequest.definedTagEquals,
|
|
6634
|
+
"freeformTagEquals": summarizeAddmDbParameterChangesRequest.freeformTagEquals,
|
|
6635
|
+
"definedTagExists": summarizeAddmDbParameterChangesRequest.definedTagExists,
|
|
6636
|
+
"freeformTagExists": summarizeAddmDbParameterChangesRequest.freeformTagExists,
|
|
6637
|
+
"compartmentIdInSubtree": summarizeAddmDbParameterChangesRequest.compartmentIdInSubtree
|
|
5675
6638
|
};
|
|
5676
6639
|
let headerParams = {
|
|
5677
6640
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5678
|
-
"opc-request-id":
|
|
6641
|
+
"opc-request-id": summarizeAddmDbParameterChangesRequest.opcRequestId
|
|
5679
6642
|
};
|
|
5680
6643
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5681
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6644
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAddmDbParameterChangesRequest.retryConfiguration, specRetryConfiguration);
|
|
5682
6645
|
if (this.logger)
|
|
5683
6646
|
retrier.logger = this.logger;
|
|
5684
6647
|
const request = yield oci_common_1.composeRequest({
|
|
5685
6648
|
baseEndpoint: this._endpoint,
|
|
5686
6649
|
defaultHeaders: this._defaultHeaders,
|
|
5687
|
-
path: "/
|
|
6650
|
+
path: "/databaseInsights/addmDbParameterChanges",
|
|
5688
6651
|
method: "GET",
|
|
5689
6652
|
pathParams: pathParams,
|
|
5690
6653
|
headerParams: headerParams,
|
|
@@ -5695,18 +6658,18 @@ class OperationsInsightsClient {
|
|
|
5695
6658
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5696
6659
|
responseObject: {},
|
|
5697
6660
|
body: yield response.json(),
|
|
5698
|
-
bodyKey: "
|
|
5699
|
-
bodyModel: model.
|
|
5700
|
-
type: "model.
|
|
6661
|
+
bodyKey: "addmDbParameterChangeAggregationCollection",
|
|
6662
|
+
bodyModel: model.AddmDbParameterChangeAggregationCollection,
|
|
6663
|
+
type: "model.AddmDbParameterChangeAggregationCollection",
|
|
5701
6664
|
responseHeaders: [
|
|
5702
6665
|
{
|
|
5703
|
-
value: response.headers.get("opc-
|
|
5704
|
-
key: "
|
|
6666
|
+
value: response.headers.get("opc-request-id"),
|
|
6667
|
+
key: "opcRequestId",
|
|
5705
6668
|
dataType: "string"
|
|
5706
6669
|
},
|
|
5707
6670
|
{
|
|
5708
|
-
value: response.headers.get("opc-
|
|
5709
|
-
key: "
|
|
6671
|
+
value: response.headers.get("opc-next-page"),
|
|
6672
|
+
key: "opcNextPage",
|
|
5710
6673
|
dataType: "string"
|
|
5711
6674
|
}
|
|
5712
6675
|
]
|
|
@@ -5719,41 +6682,58 @@ class OperationsInsightsClient {
|
|
|
5719
6682
|
});
|
|
5720
6683
|
}
|
|
5721
6684
|
/**
|
|
5722
|
-
*
|
|
6685
|
+
* Summarizes database parameter history information for the specified databases. Return a list of parameters
|
|
6686
|
+
* with information on whether the parameter values were changed or not within the specified
|
|
6687
|
+
* time period. The response does not include the individual parameter changes within the time
|
|
6688
|
+
* period.
|
|
5723
6689
|
*
|
|
5724
6690
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5725
|
-
* @param
|
|
5726
|
-
* @return
|
|
6691
|
+
* @param SummarizeAddmDbParametersRequest
|
|
6692
|
+
* @return SummarizeAddmDbParametersResponse
|
|
5727
6693
|
* @throws OciError when an error occurs
|
|
5728
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6694
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeAddmDbParameters.ts.html |here} to see how to use SummarizeAddmDbParameters API.
|
|
5729
6695
|
*/
|
|
5730
|
-
|
|
6696
|
+
summarizeAddmDbParameters(summarizeAddmDbParametersRequest) {
|
|
5731
6697
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5732
6698
|
if (this.logger)
|
|
5733
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
5734
|
-
const operationName = "
|
|
5735
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
5736
|
-
const pathParams = {
|
|
5737
|
-
"{workRequestId}": listWorkRequestLogsRequest.workRequestId
|
|
5738
|
-
};
|
|
6699
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAddmDbParameters.");
|
|
6700
|
+
const operationName = "summarizeAddmDbParameters";
|
|
6701
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeAddmDbParameters";
|
|
6702
|
+
const pathParams = {};
|
|
5739
6703
|
const queryParams = {
|
|
5740
|
-
"
|
|
5741
|
-
"
|
|
5742
|
-
"
|
|
5743
|
-
"
|
|
6704
|
+
"compartmentId": summarizeAddmDbParametersRequest.compartmentId,
|
|
6705
|
+
"databaseId": summarizeAddmDbParametersRequest.databaseId,
|
|
6706
|
+
"id": summarizeAddmDbParametersRequest.id,
|
|
6707
|
+
"instanceNumber": summarizeAddmDbParametersRequest.instanceNumber,
|
|
6708
|
+
"timeIntervalStart": summarizeAddmDbParametersRequest.timeIntervalStart,
|
|
6709
|
+
"timeIntervalEnd": summarizeAddmDbParametersRequest.timeIntervalEnd,
|
|
6710
|
+
"categoryName": summarizeAddmDbParametersRequest.categoryName,
|
|
6711
|
+
"nameOrValueContains": summarizeAddmDbParametersRequest.nameOrValueContains,
|
|
6712
|
+
"isChanged": summarizeAddmDbParametersRequest.isChanged,
|
|
6713
|
+
"isDefault": summarizeAddmDbParametersRequest.isDefault,
|
|
6714
|
+
"hasRecommendations": summarizeAddmDbParametersRequest.hasRecommendations,
|
|
6715
|
+
"limit": summarizeAddmDbParametersRequest.limit,
|
|
6716
|
+
"page": summarizeAddmDbParametersRequest.page,
|
|
6717
|
+
"sortOrder": summarizeAddmDbParametersRequest.sortOrder,
|
|
6718
|
+
"sortBy": summarizeAddmDbParametersRequest.sortBy,
|
|
6719
|
+
"definedTagEquals": summarizeAddmDbParametersRequest.definedTagEquals,
|
|
6720
|
+
"freeformTagEquals": summarizeAddmDbParametersRequest.freeformTagEquals,
|
|
6721
|
+
"definedTagExists": summarizeAddmDbParametersRequest.definedTagExists,
|
|
6722
|
+
"freeformTagExists": summarizeAddmDbParametersRequest.freeformTagExists,
|
|
6723
|
+
"compartmentIdInSubtree": summarizeAddmDbParametersRequest.compartmentIdInSubtree
|
|
5744
6724
|
};
|
|
5745
6725
|
let headerParams = {
|
|
5746
6726
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5747
|
-
"opc-request-id":
|
|
6727
|
+
"opc-request-id": summarizeAddmDbParametersRequest.opcRequestId
|
|
5748
6728
|
};
|
|
5749
6729
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5750
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6730
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAddmDbParametersRequest.retryConfiguration, specRetryConfiguration);
|
|
5751
6731
|
if (this.logger)
|
|
5752
6732
|
retrier.logger = this.logger;
|
|
5753
6733
|
const request = yield oci_common_1.composeRequest({
|
|
5754
6734
|
baseEndpoint: this._endpoint,
|
|
5755
6735
|
defaultHeaders: this._defaultHeaders,
|
|
5756
|
-
path: "/
|
|
6736
|
+
path: "/databaseInsights/addmDbParameters",
|
|
5757
6737
|
method: "GET",
|
|
5758
6738
|
pathParams: pathParams,
|
|
5759
6739
|
headerParams: headerParams,
|
|
@@ -5764,18 +6744,18 @@ class OperationsInsightsClient {
|
|
|
5764
6744
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5765
6745
|
responseObject: {},
|
|
5766
6746
|
body: yield response.json(),
|
|
5767
|
-
bodyKey: "
|
|
5768
|
-
bodyModel: model.
|
|
5769
|
-
type: "model.
|
|
6747
|
+
bodyKey: "addmDbParameterAggregationCollection",
|
|
6748
|
+
bodyModel: model.AddmDbParameterAggregationCollection,
|
|
6749
|
+
type: "model.AddmDbParameterAggregationCollection",
|
|
5770
6750
|
responseHeaders: [
|
|
5771
6751
|
{
|
|
5772
|
-
value: response.headers.get("opc-
|
|
5773
|
-
key: "
|
|
6752
|
+
value: response.headers.get("opc-request-id"),
|
|
6753
|
+
key: "opcRequestId",
|
|
5774
6754
|
dataType: "string"
|
|
5775
6755
|
},
|
|
5776
6756
|
{
|
|
5777
|
-
value: response.headers.get("opc-
|
|
5778
|
-
key: "
|
|
6757
|
+
value: response.headers.get("opc-next-page"),
|
|
6758
|
+
key: "opcNextPage",
|
|
5779
6759
|
dataType: "string"
|
|
5780
6760
|
}
|
|
5781
6761
|
]
|
|
@@ -5788,44 +6768,56 @@ class OperationsInsightsClient {
|
|
|
5788
6768
|
});
|
|
5789
6769
|
}
|
|
5790
6770
|
/**
|
|
5791
|
-
*
|
|
6771
|
+
* Summarizes ADDM recommendations for the specified databases.
|
|
5792
6772
|
*
|
|
5793
6773
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5794
|
-
* @param
|
|
5795
|
-
* @return
|
|
6774
|
+
* @param SummarizeAddmDbRecommendationsRequest
|
|
6775
|
+
* @return SummarizeAddmDbRecommendationsResponse
|
|
5796
6776
|
* @throws OciError when an error occurs
|
|
5797
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeAddmDbRecommendations.ts.html |here} to see how to use SummarizeAddmDbRecommendations API.
|
|
5798
6778
|
*/
|
|
5799
|
-
|
|
6779
|
+
summarizeAddmDbRecommendations(summarizeAddmDbRecommendationsRequest) {
|
|
5800
6780
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5801
6781
|
if (this.logger)
|
|
5802
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
5803
|
-
const operationName = "
|
|
5804
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
6782
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAddmDbRecommendations.");
|
|
6783
|
+
const operationName = "summarizeAddmDbRecommendations";
|
|
6784
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeAddmDbRecommendations";
|
|
5805
6785
|
const pathParams = {};
|
|
5806
6786
|
const queryParams = {
|
|
5807
|
-
"
|
|
5808
|
-
"
|
|
5809
|
-
"
|
|
5810
|
-
"
|
|
5811
|
-
"
|
|
5812
|
-
"
|
|
5813
|
-
"
|
|
5814
|
-
"
|
|
5815
|
-
"
|
|
6787
|
+
"compartmentId": summarizeAddmDbRecommendationsRequest.compartmentId,
|
|
6788
|
+
"databaseId": summarizeAddmDbRecommendationsRequest.databaseId,
|
|
6789
|
+
"id": summarizeAddmDbRecommendationsRequest.id,
|
|
6790
|
+
"instanceNumber": summarizeAddmDbRecommendationsRequest.instanceNumber,
|
|
6791
|
+
"timeIntervalStart": summarizeAddmDbRecommendationsRequest.timeIntervalStart,
|
|
6792
|
+
"timeIntervalEnd": summarizeAddmDbRecommendationsRequest.timeIntervalEnd,
|
|
6793
|
+
"categoryName": summarizeAddmDbRecommendationsRequest.categoryName,
|
|
6794
|
+
"findingIdentifier": summarizeAddmDbRecommendationsRequest.findingIdentifier,
|
|
6795
|
+
"sqlIdentifier": summarizeAddmDbRecommendationsRequest.sqlIdentifier,
|
|
6796
|
+
"ownerOrNameContains": summarizeAddmDbRecommendationsRequest.ownerOrNameContains,
|
|
6797
|
+
"nameContains": summarizeAddmDbRecommendationsRequest.nameContains,
|
|
6798
|
+
"name": summarizeAddmDbRecommendationsRequest.name,
|
|
6799
|
+
"limit": summarizeAddmDbRecommendationsRequest.limit,
|
|
6800
|
+
"page": summarizeAddmDbRecommendationsRequest.page,
|
|
6801
|
+
"sortOrder": summarizeAddmDbRecommendationsRequest.sortOrder,
|
|
6802
|
+
"sortBy": summarizeAddmDbRecommendationsRequest.sortBy,
|
|
6803
|
+
"definedTagEquals": summarizeAddmDbRecommendationsRequest.definedTagEquals,
|
|
6804
|
+
"freeformTagEquals": summarizeAddmDbRecommendationsRequest.freeformTagEquals,
|
|
6805
|
+
"definedTagExists": summarizeAddmDbRecommendationsRequest.definedTagExists,
|
|
6806
|
+
"freeformTagExists": summarizeAddmDbRecommendationsRequest.freeformTagExists,
|
|
6807
|
+
"compartmentIdInSubtree": summarizeAddmDbRecommendationsRequest.compartmentIdInSubtree
|
|
5816
6808
|
};
|
|
5817
6809
|
let headerParams = {
|
|
5818
6810
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5819
|
-
"opc-request-id":
|
|
6811
|
+
"opc-request-id": summarizeAddmDbRecommendationsRequest.opcRequestId
|
|
5820
6812
|
};
|
|
5821
6813
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5822
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6814
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAddmDbRecommendationsRequest.retryConfiguration, specRetryConfiguration);
|
|
5823
6815
|
if (this.logger)
|
|
5824
6816
|
retrier.logger = this.logger;
|
|
5825
6817
|
const request = yield oci_common_1.composeRequest({
|
|
5826
6818
|
baseEndpoint: this._endpoint,
|
|
5827
6819
|
defaultHeaders: this._defaultHeaders,
|
|
5828
|
-
path: "/
|
|
6820
|
+
path: "/databaseInsights/addmDbRecommendations",
|
|
5829
6821
|
method: "GET",
|
|
5830
6822
|
pathParams: pathParams,
|
|
5831
6823
|
headerParams: headerParams,
|
|
@@ -5836,9 +6828,9 @@ class OperationsInsightsClient {
|
|
|
5836
6828
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5837
6829
|
responseObject: {},
|
|
5838
6830
|
body: yield response.json(),
|
|
5839
|
-
bodyKey: "
|
|
5840
|
-
bodyModel: model.
|
|
5841
|
-
type: "model.
|
|
6831
|
+
bodyKey: "addmDbRecommendationAggregationCollection",
|
|
6832
|
+
bodyModel: model.AddmDbRecommendationAggregationCollection,
|
|
6833
|
+
type: "model.AddmDbRecommendationAggregationCollection",
|
|
5842
6834
|
responseHeaders: [
|
|
5843
6835
|
{
|
|
5844
6836
|
value: response.headers.get("opc-request-id"),
|
|
@@ -5860,41 +6852,49 @@ class OperationsInsightsClient {
|
|
|
5860
6852
|
});
|
|
5861
6853
|
}
|
|
5862
6854
|
/**
|
|
5863
|
-
*
|
|
5864
|
-
* or timeIntervalStart and timeIntervalEnd parameters need to be passed as well.
|
|
6855
|
+
* Summarizes Schema objects for the specified databases for the specified objectIdentifiers
|
|
5865
6856
|
*
|
|
5866
6857
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5867
|
-
* @param
|
|
5868
|
-
* @return
|
|
6858
|
+
* @param SummarizeAddmDbSchemaObjectsRequest
|
|
6859
|
+
* @return SummarizeAddmDbSchemaObjectsResponse
|
|
5869
6860
|
* @throws OciError when an error occurs
|
|
5870
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6861
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeAddmDbSchemaObjects.ts.html |here} to see how to use SummarizeAddmDbSchemaObjects API.
|
|
5871
6862
|
*/
|
|
5872
|
-
|
|
6863
|
+
summarizeAddmDbSchemaObjects(summarizeAddmDbSchemaObjectsRequest) {
|
|
5873
6864
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5874
6865
|
if (this.logger)
|
|
5875
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
5876
|
-
const operationName = "
|
|
5877
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
6866
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAddmDbSchemaObjects.");
|
|
6867
|
+
const operationName = "summarizeAddmDbSchemaObjects";
|
|
6868
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeAddmDbSchemaObjects";
|
|
5878
6869
|
const pathParams = {};
|
|
5879
6870
|
const queryParams = {
|
|
5880
|
-
"compartmentId":
|
|
5881
|
-
"
|
|
5882
|
-
"
|
|
6871
|
+
"compartmentId": summarizeAddmDbSchemaObjectsRequest.compartmentId,
|
|
6872
|
+
"databaseId": summarizeAddmDbSchemaObjectsRequest.databaseId,
|
|
6873
|
+
"id": summarizeAddmDbSchemaObjectsRequest.id,
|
|
6874
|
+
"objectIdentifier": summarizeAddmDbSchemaObjectsRequest.objectIdentifier,
|
|
6875
|
+
"timeIntervalStart": summarizeAddmDbSchemaObjectsRequest.timeIntervalStart,
|
|
6876
|
+
"timeIntervalEnd": summarizeAddmDbSchemaObjectsRequest.timeIntervalEnd,
|
|
6877
|
+
"limit": summarizeAddmDbSchemaObjectsRequest.limit,
|
|
6878
|
+
"page": summarizeAddmDbSchemaObjectsRequest.page,
|
|
6879
|
+
"definedTagEquals": summarizeAddmDbSchemaObjectsRequest.definedTagEquals,
|
|
6880
|
+
"freeformTagEquals": summarizeAddmDbSchemaObjectsRequest.freeformTagEquals,
|
|
6881
|
+
"definedTagExists": summarizeAddmDbSchemaObjectsRequest.definedTagExists,
|
|
6882
|
+
"freeformTagExists": summarizeAddmDbSchemaObjectsRequest.freeformTagExists,
|
|
6883
|
+
"compartmentIdInSubtree": summarizeAddmDbSchemaObjectsRequest.compartmentIdInSubtree
|
|
5883
6884
|
};
|
|
5884
6885
|
let headerParams = {
|
|
5885
6886
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5886
|
-
"opc-request-id":
|
|
6887
|
+
"opc-request-id": summarizeAddmDbSchemaObjectsRequest.opcRequestId
|
|
5887
6888
|
};
|
|
5888
6889
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5889
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6890
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAddmDbSchemaObjectsRequest.retryConfiguration, specRetryConfiguration);
|
|
5890
6891
|
if (this.logger)
|
|
5891
6892
|
retrier.logger = this.logger;
|
|
5892
6893
|
const request = yield oci_common_1.composeRequest({
|
|
5893
6894
|
baseEndpoint: this._endpoint,
|
|
5894
6895
|
defaultHeaders: this._defaultHeaders,
|
|
5895
|
-
path: "/
|
|
5896
|
-
method: "
|
|
5897
|
-
bodyContent: common.ObjectSerializer.serialize(queryOpsiDataObjectDataRequest.queryOpsiDataObjectDataDetails, "QueryOpsiDataObjectDataDetails", model.QueryOpsiDataObjectDataDetails.getJsonObj),
|
|
6896
|
+
path: "/databaseInsights/addmDbSchemaObjects",
|
|
6897
|
+
method: "GET",
|
|
5898
6898
|
pathParams: pathParams,
|
|
5899
6899
|
headerParams: headerParams,
|
|
5900
6900
|
queryParams: queryParams
|
|
@@ -5904,9 +6904,9 @@ class OperationsInsightsClient {
|
|
|
5904
6904
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5905
6905
|
responseObject: {},
|
|
5906
6906
|
body: yield response.json(),
|
|
5907
|
-
bodyKey: "
|
|
5908
|
-
bodyModel: model.
|
|
5909
|
-
type: "model.
|
|
6907
|
+
bodyKey: "addmDbSchemaObjectCollection",
|
|
6908
|
+
bodyModel: model.AddmDbSchemaObjectCollection,
|
|
6909
|
+
type: "model.AddmDbSchemaObjectCollection",
|
|
5910
6910
|
responseHeaders: [
|
|
5911
6911
|
{
|
|
5912
6912
|
value: response.headers.get("opc-request-id"),
|
|
@@ -5928,37 +6928,49 @@ class OperationsInsightsClient {
|
|
|
5928
6928
|
});
|
|
5929
6929
|
}
|
|
5930
6930
|
/**
|
|
5931
|
-
*
|
|
6931
|
+
* Summarizes SQL Statements for the specified databases for the specified sqlIdentifiers
|
|
6932
|
+
*
|
|
5932
6933
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5933
|
-
* @param
|
|
5934
|
-
* @return
|
|
6934
|
+
* @param SummarizeAddmDbSqlStatementsRequest
|
|
6935
|
+
* @return SummarizeAddmDbSqlStatementsResponse
|
|
5935
6936
|
* @throws OciError when an error occurs
|
|
5936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6937
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeAddmDbSqlStatements.ts.html |here} to see how to use SummarizeAddmDbSqlStatements API.
|
|
5937
6938
|
*/
|
|
5938
|
-
|
|
6939
|
+
summarizeAddmDbSqlStatements(summarizeAddmDbSqlStatementsRequest) {
|
|
5939
6940
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5940
6941
|
if (this.logger)
|
|
5941
|
-
this.logger.debug("Calling operation OperationsInsightsClient#
|
|
5942
|
-
const operationName = "
|
|
5943
|
-
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/
|
|
5944
|
-
const pathParams = {
|
|
5945
|
-
|
|
6942
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAddmDbSqlStatements.");
|
|
6943
|
+
const operationName = "summarizeAddmDbSqlStatements";
|
|
6944
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeAddmDbSqlStatements";
|
|
6945
|
+
const pathParams = {};
|
|
6946
|
+
const queryParams = {
|
|
6947
|
+
"compartmentId": summarizeAddmDbSqlStatementsRequest.compartmentId,
|
|
6948
|
+
"databaseId": summarizeAddmDbSqlStatementsRequest.databaseId,
|
|
6949
|
+
"id": summarizeAddmDbSqlStatementsRequest.id,
|
|
6950
|
+
"sqlIdentifier": summarizeAddmDbSqlStatementsRequest.sqlIdentifier,
|
|
6951
|
+
"timeIntervalStart": summarizeAddmDbSqlStatementsRequest.timeIntervalStart,
|
|
6952
|
+
"timeIntervalEnd": summarizeAddmDbSqlStatementsRequest.timeIntervalEnd,
|
|
6953
|
+
"limit": summarizeAddmDbSqlStatementsRequest.limit,
|
|
6954
|
+
"page": summarizeAddmDbSqlStatementsRequest.page,
|
|
6955
|
+
"definedTagEquals": summarizeAddmDbSqlStatementsRequest.definedTagEquals,
|
|
6956
|
+
"freeformTagEquals": summarizeAddmDbSqlStatementsRequest.freeformTagEquals,
|
|
6957
|
+
"definedTagExists": summarizeAddmDbSqlStatementsRequest.definedTagExists,
|
|
6958
|
+
"freeformTagExists": summarizeAddmDbSqlStatementsRequest.freeformTagExists,
|
|
6959
|
+
"compartmentIdInSubtree": summarizeAddmDbSqlStatementsRequest.compartmentIdInSubtree
|
|
5946
6960
|
};
|
|
5947
|
-
const queryParams = {};
|
|
5948
6961
|
let headerParams = {
|
|
5949
6962
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5950
|
-
"opc-request-id":
|
|
5951
|
-
"if-match": rotateOperationsInsightsWarehouseWalletRequest.ifMatch
|
|
6963
|
+
"opc-request-id": summarizeAddmDbSqlStatementsRequest.opcRequestId
|
|
5952
6964
|
};
|
|
5953
6965
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5954
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6966
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAddmDbSqlStatementsRequest.retryConfiguration, specRetryConfiguration);
|
|
5955
6967
|
if (this.logger)
|
|
5956
6968
|
retrier.logger = this.logger;
|
|
5957
6969
|
const request = yield oci_common_1.composeRequest({
|
|
5958
6970
|
baseEndpoint: this._endpoint,
|
|
5959
6971
|
defaultHeaders: this._defaultHeaders,
|
|
5960
|
-
path: "/
|
|
5961
|
-
method: "
|
|
6972
|
+
path: "/databaseInsights/addmDbSqlStatements",
|
|
6973
|
+
method: "GET",
|
|
5962
6974
|
pathParams: pathParams,
|
|
5963
6975
|
headerParams: headerParams,
|
|
5964
6976
|
queryParams: queryParams
|
|
@@ -5967,15 +6979,19 @@ class OperationsInsightsClient {
|
|
|
5967
6979
|
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5968
6980
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5969
6981
|
responseObject: {},
|
|
6982
|
+
body: yield response.json(),
|
|
6983
|
+
bodyKey: "addmDbSqlStatementCollection",
|
|
6984
|
+
bodyModel: model.AddmDbSqlStatementCollection,
|
|
6985
|
+
type: "model.AddmDbSqlStatementCollection",
|
|
5970
6986
|
responseHeaders: [
|
|
5971
6987
|
{
|
|
5972
|
-
value: response.headers.get("opc-
|
|
5973
|
-
key: "
|
|
6988
|
+
value: response.headers.get("opc-request-id"),
|
|
6989
|
+
key: "opcRequestId",
|
|
5974
6990
|
dataType: "string"
|
|
5975
6991
|
},
|
|
5976
6992
|
{
|
|
5977
|
-
value: response.headers.get("opc-
|
|
5978
|
-
key: "
|
|
6993
|
+
value: response.headers.get("opc-next-page"),
|
|
6994
|
+
key: "opcNextPage",
|
|
5979
6995
|
dataType: "string"
|
|
5980
6996
|
}
|
|
5981
6997
|
]
|
|
@@ -5998,7 +7014,7 @@ class OperationsInsightsClient {
|
|
|
5998
7014
|
* @param SummarizeAwrDatabaseCpuUsagesRequest
|
|
5999
7015
|
* @return SummarizeAwrDatabaseCpuUsagesResponse
|
|
6000
7016
|
* @throws OciError when an error occurs
|
|
6001
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7017
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeAwrDatabaseCpuUsages.ts.html |here} to see how to use SummarizeAwrDatabaseCpuUsages API.
|
|
6002
7018
|
*/
|
|
6003
7019
|
summarizeAwrDatabaseCpuUsages(summarizeAwrDatabaseCpuUsagesRequest) {
|
|
6004
7020
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6074,7 +7090,7 @@ class OperationsInsightsClient {
|
|
|
6074
7090
|
* @param SummarizeAwrDatabaseMetricsRequest
|
|
6075
7091
|
* @return SummarizeAwrDatabaseMetricsResponse
|
|
6076
7092
|
* @throws OciError when an error occurs
|
|
6077
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7093
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeAwrDatabaseMetrics.ts.html |here} to see how to use SummarizeAwrDatabaseMetrics API.
|
|
6078
7094
|
*/
|
|
6079
7095
|
summarizeAwrDatabaseMetrics(summarizeAwrDatabaseMetricsRequest) {
|
|
6080
7096
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6154,7 +7170,7 @@ class OperationsInsightsClient {
|
|
|
6154
7170
|
* @param SummarizeAwrDatabaseParameterChangesRequest
|
|
6155
7171
|
* @return SummarizeAwrDatabaseParameterChangesResponse
|
|
6156
7172
|
* @throws OciError when an error occurs
|
|
6157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeAwrDatabaseParameterChanges.ts.html |here} to see how to use SummarizeAwrDatabaseParameterChanges API.
|
|
6158
7174
|
*/
|
|
6159
7175
|
summarizeAwrDatabaseParameterChanges(summarizeAwrDatabaseParameterChangesRequest) {
|
|
6160
7176
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6240,7 +7256,7 @@ class OperationsInsightsClient {
|
|
|
6240
7256
|
* @param SummarizeAwrDatabaseParametersRequest
|
|
6241
7257
|
* @return SummarizeAwrDatabaseParametersResponse
|
|
6242
7258
|
* @throws OciError when an error occurs
|
|
6243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeAwrDatabaseParameters.ts.html |here} to see how to use SummarizeAwrDatabaseParameters API.
|
|
6244
7260
|
*/
|
|
6245
7261
|
summarizeAwrDatabaseParameters(summarizeAwrDatabaseParametersRequest) {
|
|
6246
7262
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6320,7 +7336,7 @@ class OperationsInsightsClient {
|
|
|
6320
7336
|
* @param SummarizeAwrDatabaseSnapshotRangesRequest
|
|
6321
7337
|
* @return SummarizeAwrDatabaseSnapshotRangesResponse
|
|
6322
7338
|
* @throws OciError when an error occurs
|
|
6323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7339
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeAwrDatabaseSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDatabaseSnapshotRanges API.
|
|
6324
7340
|
*/
|
|
6325
7341
|
summarizeAwrDatabaseSnapshotRanges(summarizeAwrDatabaseSnapshotRangesRequest) {
|
|
6326
7342
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6392,7 +7408,7 @@ class OperationsInsightsClient {
|
|
|
6392
7408
|
* @param SummarizeAwrDatabaseSysstatsRequest
|
|
6393
7409
|
* @return SummarizeAwrDatabaseSysstatsResponse
|
|
6394
7410
|
* @throws OciError when an error occurs
|
|
6395
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7411
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeAwrDatabaseSysstats.ts.html |here} to see how to use SummarizeAwrDatabaseSysstats API.
|
|
6396
7412
|
*/
|
|
6397
7413
|
summarizeAwrDatabaseSysstats(summarizeAwrDatabaseSysstatsRequest) {
|
|
6398
7414
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6468,7 +7484,7 @@ class OperationsInsightsClient {
|
|
|
6468
7484
|
* @param SummarizeAwrDatabaseTopWaitEventsRequest
|
|
6469
7485
|
* @return SummarizeAwrDatabaseTopWaitEventsResponse
|
|
6470
7486
|
* @throws OciError when an error occurs
|
|
6471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeAwrDatabaseTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseTopWaitEvents API.
|
|
6472
7488
|
*/
|
|
6473
7489
|
summarizeAwrDatabaseTopWaitEvents(summarizeAwrDatabaseTopWaitEventsRequest) {
|
|
6474
7490
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6543,7 +7559,7 @@ class OperationsInsightsClient {
|
|
|
6543
7559
|
* @param SummarizeAwrDatabaseWaitEventBucketsRequest
|
|
6544
7560
|
* @return SummarizeAwrDatabaseWaitEventBucketsResponse
|
|
6545
7561
|
* @throws OciError when an error occurs
|
|
6546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeAwrDatabaseWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventBuckets API.
|
|
6547
7563
|
*/
|
|
6548
7564
|
summarizeAwrDatabaseWaitEventBuckets(summarizeAwrDatabaseWaitEventBucketsRequest) {
|
|
6549
7565
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6622,7 +7638,7 @@ class OperationsInsightsClient {
|
|
|
6622
7638
|
* @param SummarizeAwrDatabaseWaitEventsRequest
|
|
6623
7639
|
* @return SummarizeAwrDatabaseWaitEventsResponse
|
|
6624
7640
|
* @throws OciError when an error occurs
|
|
6625
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7641
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeAwrDatabaseWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEvents API.
|
|
6626
7642
|
*/
|
|
6627
7643
|
summarizeAwrDatabaseWaitEvents(summarizeAwrDatabaseWaitEventsRequest) {
|
|
6628
7644
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6699,7 +7715,7 @@ class OperationsInsightsClient {
|
|
|
6699
7715
|
* @param SummarizeAwrSourcesSummariesRequest
|
|
6700
7716
|
* @return SummarizeAwrSourcesSummariesResponse
|
|
6701
7717
|
* @throws OciError when an error occurs
|
|
6702
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7718
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
|
|
6703
7719
|
*/
|
|
6704
7720
|
summarizeAwrSourcesSummaries(summarizeAwrSourcesSummariesRequest) {
|
|
6705
7721
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6771,7 +7787,7 @@ class OperationsInsightsClient {
|
|
|
6771
7787
|
* @param SummarizeConfigurationItemsRequest
|
|
6772
7788
|
* @return SummarizeConfigurationItemsResponse
|
|
6773
7789
|
* @throws OciError when an error occurs
|
|
6774
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7790
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeConfigurationItems.ts.html |here} to see how to use SummarizeConfigurationItems API.
|
|
6775
7791
|
*/
|
|
6776
7792
|
summarizeConfigurationItems(summarizeConfigurationItemsRequest) {
|
|
6777
7793
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6843,7 +7859,7 @@ class OperationsInsightsClient {
|
|
|
6843
7859
|
* @param SummarizeDatabaseInsightResourceCapacityTrendRequest
|
|
6844
7860
|
* @return SummarizeDatabaseInsightResourceCapacityTrendResponse
|
|
6845
7861
|
* @throws OciError when an error occurs
|
|
6846
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7862
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
|
|
6847
7863
|
*/
|
|
6848
7864
|
summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest) {
|
|
6849
7865
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6932,7 +7948,7 @@ class OperationsInsightsClient {
|
|
|
6932
7948
|
* @param SummarizeDatabaseInsightResourceForecastTrendRequest
|
|
6933
7949
|
* @return SummarizeDatabaseInsightResourceForecastTrendResponse
|
|
6934
7950
|
* @throws OciError when an error occurs
|
|
6935
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7951
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
|
|
6936
7952
|
*/
|
|
6937
7953
|
summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest) {
|
|
6938
7954
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7023,7 +8039,7 @@ class OperationsInsightsClient {
|
|
|
7023
8039
|
* @param SummarizeDatabaseInsightResourceStatisticsRequest
|
|
7024
8040
|
* @return SummarizeDatabaseInsightResourceStatisticsResponse
|
|
7025
8041
|
* @throws OciError when an error occurs
|
|
7026
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8042
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
|
|
7027
8043
|
*/
|
|
7028
8044
|
summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest) {
|
|
7029
8045
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7116,7 +8132,7 @@ class OperationsInsightsClient {
|
|
|
7116
8132
|
* @param SummarizeDatabaseInsightResourceUsageRequest
|
|
7117
8133
|
* @return SummarizeDatabaseInsightResourceUsageResponse
|
|
7118
8134
|
* @throws OciError when an error occurs
|
|
7119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
|
|
7120
8136
|
*/
|
|
7121
8137
|
summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest) {
|
|
7122
8138
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7201,7 +8217,7 @@ class OperationsInsightsClient {
|
|
|
7201
8217
|
* @param SummarizeDatabaseInsightResourceUsageTrendRequest
|
|
7202
8218
|
* @return SummarizeDatabaseInsightResourceUsageTrendResponse
|
|
7203
8219
|
* @throws OciError when an error occurs
|
|
7204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
|
|
7205
8221
|
*/
|
|
7206
8222
|
summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest) {
|
|
7207
8223
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7286,7 +8302,7 @@ class OperationsInsightsClient {
|
|
|
7286
8302
|
* @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
|
|
7287
8303
|
* @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
|
|
7288
8304
|
* @throws OciError when an error occurs
|
|
7289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8305
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
|
|
7290
8306
|
*/
|
|
7291
8307
|
summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest) {
|
|
7292
8308
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7373,7 +8389,7 @@ class OperationsInsightsClient {
|
|
|
7373
8389
|
* @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
|
|
7374
8390
|
* @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
|
|
7375
8391
|
* @throws OciError when an error occurs
|
|
7376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8392
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
|
|
7377
8393
|
*/
|
|
7378
8394
|
summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest) {
|
|
7379
8395
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7451,7 +8467,7 @@ class OperationsInsightsClient {
|
|
|
7451
8467
|
* @param SummarizeExadataInsightResourceCapacityTrendRequest
|
|
7452
8468
|
* @return SummarizeExadataInsightResourceCapacityTrendResponse
|
|
7453
8469
|
* @throws OciError when an error occurs
|
|
7454
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8470
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
|
|
7455
8471
|
*/
|
|
7456
8472
|
summarizeExadataInsightResourceCapacityTrend(summarizeExadataInsightResourceCapacityTrendRequest) {
|
|
7457
8473
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7535,7 +8551,7 @@ class OperationsInsightsClient {
|
|
|
7535
8551
|
* @param SummarizeExadataInsightResourceCapacityTrendAggregatedRequest
|
|
7536
8552
|
* @return SummarizeExadataInsightResourceCapacityTrendAggregatedResponse
|
|
7537
8553
|
* @throws OciError when an error occurs
|
|
7538
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
|
|
7539
8555
|
*/
|
|
7540
8556
|
summarizeExadataInsightResourceCapacityTrendAggregated(summarizeExadataInsightResourceCapacityTrendAggregatedRequest) {
|
|
7541
8557
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7622,7 +8638,7 @@ class OperationsInsightsClient {
|
|
|
7622
8638
|
* @param SummarizeExadataInsightResourceForecastTrendRequest
|
|
7623
8639
|
* @return SummarizeExadataInsightResourceForecastTrendResponse
|
|
7624
8640
|
* @throws OciError when an error occurs
|
|
7625
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8641
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
|
|
7626
8642
|
*/
|
|
7627
8643
|
summarizeExadataInsightResourceForecastTrend(summarizeExadataInsightResourceForecastTrendRequest) {
|
|
7628
8644
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7709,7 +8725,7 @@ class OperationsInsightsClient {
|
|
|
7709
8725
|
* @param SummarizeExadataInsightResourceForecastTrendAggregatedRequest
|
|
7710
8726
|
* @return SummarizeExadataInsightResourceForecastTrendAggregatedResponse
|
|
7711
8727
|
* @throws OciError when an error occurs
|
|
7712
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8728
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
|
|
7713
8729
|
*/
|
|
7714
8730
|
summarizeExadataInsightResourceForecastTrendAggregated(summarizeExadataInsightResourceForecastTrendAggregatedRequest) {
|
|
7715
8731
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7796,7 +8812,7 @@ class OperationsInsightsClient {
|
|
|
7796
8812
|
* @param SummarizeExadataInsightResourceStatisticsRequest
|
|
7797
8813
|
* @return SummarizeExadataInsightResourceStatisticsResponse
|
|
7798
8814
|
* @throws OciError when an error occurs
|
|
7799
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8815
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
|
|
7800
8816
|
*/
|
|
7801
8817
|
summarizeExadataInsightResourceStatistics(summarizeExadataInsightResourceStatisticsRequest) {
|
|
7802
8818
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7883,7 +8899,7 @@ class OperationsInsightsClient {
|
|
|
7883
8899
|
* @param SummarizeExadataInsightResourceUsageRequest
|
|
7884
8900
|
* @return SummarizeExadataInsightResourceUsageResponse
|
|
7885
8901
|
* @throws OciError when an error occurs
|
|
7886
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8902
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
|
|
7887
8903
|
*/
|
|
7888
8904
|
summarizeExadataInsightResourceUsage(summarizeExadataInsightResourceUsageRequest) {
|
|
7889
8905
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7970,7 +8986,7 @@ class OperationsInsightsClient {
|
|
|
7970
8986
|
* @param SummarizeExadataInsightResourceUsageAggregatedRequest
|
|
7971
8987
|
* @return SummarizeExadataInsightResourceUsageAggregatedResponse
|
|
7972
8988
|
* @throws OciError when an error occurs
|
|
7973
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8989
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
|
|
7974
8990
|
*/
|
|
7975
8991
|
summarizeExadataInsightResourceUsageAggregated(summarizeExadataInsightResourceUsageAggregatedRequest) {
|
|
7976
8992
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8048,7 +9064,7 @@ class OperationsInsightsClient {
|
|
|
8048
9064
|
* @param SummarizeExadataInsightResourceUtilizationInsightRequest
|
|
8049
9065
|
* @return SummarizeExadataInsightResourceUtilizationInsightResponse
|
|
8050
9066
|
* @throws OciError when an error occurs
|
|
8051
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9067
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
|
|
8052
9068
|
*/
|
|
8053
9069
|
summarizeExadataInsightResourceUtilizationInsight(summarizeExadataInsightResourceUtilizationInsightRequest) {
|
|
8054
9070
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8133,7 +9149,7 @@ class OperationsInsightsClient {
|
|
|
8133
9149
|
* @param SummarizeExadataMembersRequest
|
|
8134
9150
|
* @return SummarizeExadataMembersResponse
|
|
8135
9151
|
* @throws OciError when an error occurs
|
|
8136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
|
|
8137
9153
|
*/
|
|
8138
9154
|
summarizeExadataMembers(summarizeExadataMembersRequest) {
|
|
8139
9155
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8207,7 +9223,7 @@ class OperationsInsightsClient {
|
|
|
8207
9223
|
* @param SummarizeHostInsightNetworkUsageTrendRequest
|
|
8208
9224
|
* @return SummarizeHostInsightNetworkUsageTrendResponse
|
|
8209
9225
|
* @throws OciError when an error occurs
|
|
8210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeHostInsightNetworkUsageTrend.ts.html |here} to see how to use SummarizeHostInsightNetworkUsageTrend API.
|
|
8211
9227
|
*/
|
|
8212
9228
|
summarizeHostInsightNetworkUsageTrend(summarizeHostInsightNetworkUsageTrendRequest) {
|
|
8213
9229
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8281,7 +9297,7 @@ class OperationsInsightsClient {
|
|
|
8281
9297
|
* @param SummarizeHostInsightResourceCapacityTrendRequest
|
|
8282
9298
|
* @return SummarizeHostInsightResourceCapacityTrendResponse
|
|
8283
9299
|
* @throws OciError when an error occurs
|
|
8284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9300
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
|
|
8285
9301
|
*/
|
|
8286
9302
|
summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest) {
|
|
8287
9303
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8367,7 +9383,7 @@ class OperationsInsightsClient {
|
|
|
8367
9383
|
* @param SummarizeHostInsightResourceForecastTrendRequest
|
|
8368
9384
|
* @return SummarizeHostInsightResourceForecastTrendResponse
|
|
8369
9385
|
* @throws OciError when an error occurs
|
|
8370
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9386
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
|
|
8371
9387
|
*/
|
|
8372
9388
|
summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest) {
|
|
8373
9389
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8452,7 +9468,7 @@ class OperationsInsightsClient {
|
|
|
8452
9468
|
* @param SummarizeHostInsightResourceStatisticsRequest
|
|
8453
9469
|
* @return SummarizeHostInsightResourceStatisticsResponse
|
|
8454
9470
|
* @throws OciError when an error occurs
|
|
8455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
|
|
8456
9472
|
*/
|
|
8457
9473
|
summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest) {
|
|
8458
9474
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8543,7 +9559,7 @@ class OperationsInsightsClient {
|
|
|
8543
9559
|
* @param SummarizeHostInsightResourceUsageRequest
|
|
8544
9560
|
* @return SummarizeHostInsightResourceUsageResponse
|
|
8545
9561
|
* @throws OciError when an error occurs
|
|
8546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
|
|
8547
9563
|
*/
|
|
8548
9564
|
summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest) {
|
|
8549
9565
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8621,7 +9637,7 @@ class OperationsInsightsClient {
|
|
|
8621
9637
|
* @param SummarizeHostInsightResourceUsageTrendRequest
|
|
8622
9638
|
* @return SummarizeHostInsightResourceUsageTrendResponse
|
|
8623
9639
|
* @throws OciError when an error occurs
|
|
8624
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9640
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
|
|
8625
9641
|
*/
|
|
8626
9642
|
summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest) {
|
|
8627
9643
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8704,7 +9720,7 @@ class OperationsInsightsClient {
|
|
|
8704
9720
|
* @param SummarizeHostInsightResourceUtilizationInsightRequest
|
|
8705
9721
|
* @return SummarizeHostInsightResourceUtilizationInsightResponse
|
|
8706
9722
|
* @throws OciError when an error occurs
|
|
8707
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9723
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
|
|
8708
9724
|
*/
|
|
8709
9725
|
summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest) {
|
|
8710
9726
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8782,7 +9798,7 @@ class OperationsInsightsClient {
|
|
|
8782
9798
|
* @param SummarizeHostInsightStorageUsageTrendRequest
|
|
8783
9799
|
* @return SummarizeHostInsightStorageUsageTrendResponse
|
|
8784
9800
|
* @throws OciError when an error occurs
|
|
8785
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9801
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeHostInsightStorageUsageTrend.ts.html |here} to see how to use SummarizeHostInsightStorageUsageTrend API.
|
|
8786
9802
|
*/
|
|
8787
9803
|
summarizeHostInsightStorageUsageTrend(summarizeHostInsightStorageUsageTrendRequest) {
|
|
8788
9804
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8856,7 +9872,7 @@ class OperationsInsightsClient {
|
|
|
8856
9872
|
* @param SummarizeHostInsightTopProcessesUsageRequest
|
|
8857
9873
|
* @return SummarizeHostInsightTopProcessesUsageResponse
|
|
8858
9874
|
* @throws OciError when an error occurs
|
|
8859
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9875
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeHostInsightTopProcessesUsage.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsage API.
|
|
8860
9876
|
*/
|
|
8861
9877
|
summarizeHostInsightTopProcessesUsage(summarizeHostInsightTopProcessesUsageRequest) {
|
|
8862
9878
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8933,7 +9949,7 @@ class OperationsInsightsClient {
|
|
|
8933
9949
|
* @param SummarizeHostInsightTopProcessesUsageTrendRequest
|
|
8934
9950
|
* @return SummarizeHostInsightTopProcessesUsageTrendResponse
|
|
8935
9951
|
* @throws OciError when an error occurs
|
|
8936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9952
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
|
|
8937
9953
|
*/
|
|
8938
9954
|
summarizeHostInsightTopProcessesUsageTrend(summarizeHostInsightTopProcessesUsageTrendRequest) {
|
|
8939
9955
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9009,7 +10025,7 @@ class OperationsInsightsClient {
|
|
|
9009
10025
|
* @param SummarizeOperationsInsightsWarehouseResourceUsageRequest
|
|
9010
10026
|
* @return SummarizeOperationsInsightsWarehouseResourceUsageResponse
|
|
9011
10027
|
* @throws OciError when an error occurs
|
|
9012
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10028
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
|
|
9013
10029
|
*/
|
|
9014
10030
|
summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest) {
|
|
9015
10031
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9074,7 +10090,7 @@ class OperationsInsightsClient {
|
|
|
9074
10090
|
* @param SummarizeSqlInsightsRequest
|
|
9075
10091
|
* @return SummarizeSqlInsightsResponse
|
|
9076
10092
|
* @throws OciError when an error occurs
|
|
9077
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10093
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
|
|
9078
10094
|
*/
|
|
9079
10095
|
summarizeSqlInsights(summarizeSqlInsightsRequest) {
|
|
9080
10096
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9156,7 +10172,7 @@ class OperationsInsightsClient {
|
|
|
9156
10172
|
* @param SummarizeSqlPlanInsightsRequest
|
|
9157
10173
|
* @return SummarizeSqlPlanInsightsResponse
|
|
9158
10174
|
* @throws OciError when an error occurs
|
|
9159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
|
|
9160
10176
|
*/
|
|
9161
10177
|
summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest) {
|
|
9162
10178
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9228,7 +10244,7 @@ class OperationsInsightsClient {
|
|
|
9228
10244
|
* @param SummarizeSqlResponseTimeDistributionsRequest
|
|
9229
10245
|
* @return SummarizeSqlResponseTimeDistributionsResponse
|
|
9230
10246
|
* @throws OciError when an error occurs
|
|
9231
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
|
|
9232
10248
|
*/
|
|
9233
10249
|
summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest) {
|
|
9234
10250
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9300,7 +10316,7 @@ class OperationsInsightsClient {
|
|
|
9300
10316
|
* @param SummarizeSqlStatisticsRequest
|
|
9301
10317
|
* @return SummarizeSqlStatisticsResponse
|
|
9302
10318
|
* @throws OciError when an error occurs
|
|
9303
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10319
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
|
|
9304
10320
|
*/
|
|
9305
10321
|
summarizeSqlStatistics(summarizeSqlStatisticsRequest) {
|
|
9306
10322
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9387,7 +10403,7 @@ class OperationsInsightsClient {
|
|
|
9387
10403
|
* @param SummarizeSqlStatisticsTimeSeriesRequest
|
|
9388
10404
|
* @return SummarizeSqlStatisticsTimeSeriesResponse
|
|
9389
10405
|
* @throws OciError when an error occurs
|
|
9390
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10406
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
|
|
9391
10407
|
*/
|
|
9392
10408
|
summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest) {
|
|
9393
10409
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9468,7 +10484,7 @@ class OperationsInsightsClient {
|
|
|
9468
10484
|
* @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
|
|
9469
10485
|
* @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
|
|
9470
10486
|
* @throws OciError when an error occurs
|
|
9471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
|
|
9472
10488
|
*/
|
|
9473
10489
|
summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest) {
|
|
9474
10490
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9538,7 +10554,7 @@ class OperationsInsightsClient {
|
|
|
9538
10554
|
* @param UpdateAwrHubRequest
|
|
9539
10555
|
* @return UpdateAwrHubResponse
|
|
9540
10556
|
* @throws OciError when an error occurs
|
|
9541
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10557
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
|
|
9542
10558
|
*/
|
|
9543
10559
|
updateAwrHub(updateAwrHubRequest) {
|
|
9544
10560
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9599,7 +10615,7 @@ class OperationsInsightsClient {
|
|
|
9599
10615
|
* @param UpdateDatabaseInsightRequest
|
|
9600
10616
|
* @return UpdateDatabaseInsightResponse
|
|
9601
10617
|
* @throws OciError when an error occurs
|
|
9602
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10618
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
|
|
9603
10619
|
*/
|
|
9604
10620
|
updateDatabaseInsight(updateDatabaseInsightRequest) {
|
|
9605
10621
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9660,7 +10676,7 @@ class OperationsInsightsClient {
|
|
|
9660
10676
|
* @param UpdateEnterpriseManagerBridgeRequest
|
|
9661
10677
|
* @return UpdateEnterpriseManagerBridgeResponse
|
|
9662
10678
|
* @throws OciError when an error occurs
|
|
9663
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10679
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
|
|
9664
10680
|
*/
|
|
9665
10681
|
updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest) {
|
|
9666
10682
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9721,7 +10737,7 @@ class OperationsInsightsClient {
|
|
|
9721
10737
|
* @param UpdateExadataInsightRequest
|
|
9722
10738
|
* @return UpdateExadataInsightResponse
|
|
9723
10739
|
* @throws OciError when an error occurs
|
|
9724
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10740
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
|
|
9725
10741
|
*/
|
|
9726
10742
|
updateExadataInsight(updateExadataInsightRequest) {
|
|
9727
10743
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9782,7 +10798,7 @@ class OperationsInsightsClient {
|
|
|
9782
10798
|
* @param UpdateHostInsightRequest
|
|
9783
10799
|
* @return UpdateHostInsightResponse
|
|
9784
10800
|
* @throws OciError when an error occurs
|
|
9785
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10801
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
|
|
9786
10802
|
*/
|
|
9787
10803
|
updateHostInsight(updateHostInsightRequest) {
|
|
9788
10804
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9843,7 +10859,7 @@ class OperationsInsightsClient {
|
|
|
9843
10859
|
* @param UpdateOperationsInsightsPrivateEndpointRequest
|
|
9844
10860
|
* @return UpdateOperationsInsightsPrivateEndpointResponse
|
|
9845
10861
|
* @throws OciError when an error occurs
|
|
9846
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10862
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
|
|
9847
10863
|
*/
|
|
9848
10864
|
updateOperationsInsightsPrivateEndpoint(updateOperationsInsightsPrivateEndpointRequest) {
|
|
9849
10865
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9906,7 +10922,7 @@ class OperationsInsightsClient {
|
|
|
9906
10922
|
* @param UpdateOperationsInsightsWarehouseRequest
|
|
9907
10923
|
* @return UpdateOperationsInsightsWarehouseResponse
|
|
9908
10924
|
* @throws OciError when an error occurs
|
|
9909
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10925
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
|
|
9910
10926
|
*/
|
|
9911
10927
|
updateOperationsInsightsWarehouse(updateOperationsInsightsWarehouseRequest) {
|
|
9912
10928
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9967,7 +10983,7 @@ class OperationsInsightsClient {
|
|
|
9967
10983
|
* @param UpdateOperationsInsightsWarehouseUserRequest
|
|
9968
10984
|
* @return UpdateOperationsInsightsWarehouseUserResponse
|
|
9969
10985
|
* @throws OciError when an error occurs
|
|
9970
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10986
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
|
|
9971
10987
|
*/
|
|
9972
10988
|
updateOperationsInsightsWarehouseUser(updateOperationsInsightsWarehouseUserRequest) {
|
|
9973
10989
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10028,7 +11044,7 @@ class OperationsInsightsClient {
|
|
|
10028
11044
|
* @param UpdateOpsiConfigurationRequest
|
|
10029
11045
|
* @return UpdateOpsiConfigurationResponse
|
|
10030
11046
|
* @throws OciError when an error occurs
|
|
10031
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11047
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/opsi/UpdateOpsiConfiguration.ts.html |here} to see how to use UpdateOpsiConfiguration API.
|
|
10032
11048
|
*/
|
|
10033
11049
|
updateOpsiConfiguration(updateOpsiConfigurationRequest) {
|
|
10034
11050
|
return __awaiter(this, void 0, void 0, function* () {
|