oci-opsi 2.56.0 → 2.58.1
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 +284 -138
- package/lib/client.js +1891 -852
- 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
|
@@ -59,11 +59,14 @@ var OperationsInsightsApiKeys;
|
|
|
59
59
|
*/
|
|
60
60
|
class OperationsInsightsClient {
|
|
61
61
|
constructor(params, clientConfiguration) {
|
|
62
|
+
this["_realmSpecificEndpointTemplateEnabled"] = false;
|
|
62
63
|
this["_endpoint"] = "";
|
|
63
64
|
this["_defaultHeaders"] = {};
|
|
64
65
|
this._circuitBreaker = null;
|
|
65
66
|
this._httpOptions = undefined;
|
|
66
67
|
this.targetService = "OperationsInsights";
|
|
68
|
+
this._regionId = "";
|
|
69
|
+
this._lastSetRegionOrRegionId = "";
|
|
67
70
|
const requestSigner = params.authenticationDetailsProvider
|
|
68
71
|
? new common.DefaultRequestSigner(params.authenticationDetailsProvider)
|
|
69
72
|
: null;
|
|
@@ -113,13 +116,31 @@ class OperationsInsightsClient {
|
|
|
113
116
|
get logger() {
|
|
114
117
|
return common.LOG.logger;
|
|
115
118
|
}
|
|
119
|
+
/**
|
|
120
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
121
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
122
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
123
|
+
*/
|
|
124
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled) {
|
|
125
|
+
this._realmSpecificEndpointTemplateEnabled = realmSpecificEndpointTemplateEnabled;
|
|
126
|
+
if (this.logger)
|
|
127
|
+
this.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
|
|
128
|
+
if (this._lastSetRegionOrRegionId === common.Region.REGION_STRING) {
|
|
129
|
+
this.endpoint = common.EndpointBuilder.createEndpointFromRegion(OperationsInsightsClient.serviceEndpointTemplate, this._region, OperationsInsightsClient.endpointServiceName);
|
|
130
|
+
}
|
|
131
|
+
else if (this._lastSetRegionOrRegionId === common.Region.REGION_ID_STRING) {
|
|
132
|
+
this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(OperationsInsightsClient.serviceEndpointTemplate, this._regionId, OperationsInsightsClient.endpointServiceName);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
116
135
|
/**
|
|
117
136
|
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
118
137
|
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
119
138
|
* @param region The region of the service.
|
|
120
139
|
*/
|
|
121
140
|
set region(region) {
|
|
141
|
+
this._region = region;
|
|
122
142
|
this.endpoint = common.EndpointBuilder.createEndpointFromRegion(OperationsInsightsClient.serviceEndpointTemplate, region, OperationsInsightsClient.endpointServiceName);
|
|
143
|
+
this._lastSetRegionOrRegionId = common.Region.REGION_STRING;
|
|
123
144
|
}
|
|
124
145
|
/**
|
|
125
146
|
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
@@ -130,7 +151,9 @@ class OperationsInsightsClient {
|
|
|
130
151
|
* @param regionId The public region ID.
|
|
131
152
|
*/
|
|
132
153
|
set regionId(regionId) {
|
|
154
|
+
this._regionId = regionId;
|
|
133
155
|
this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(OperationsInsightsClient.serviceEndpointTemplate, regionId, OperationsInsightsClient.endpointServiceName);
|
|
156
|
+
this._lastSetRegionOrRegionId = common.Region.REGION_ID_STRING;
|
|
134
157
|
}
|
|
135
158
|
/**
|
|
136
159
|
* Creates a new OperationsInsightsWaiter for resources for this service.
|
|
@@ -159,7 +182,7 @@ class OperationsInsightsClient {
|
|
|
159
182
|
* @param AddExadataInsightMembersRequest
|
|
160
183
|
* @return AddExadataInsightMembersResponse
|
|
161
184
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
|
|
163
186
|
*/
|
|
164
187
|
addExadataInsightMembers(addExadataInsightMembersRequest) {
|
|
165
188
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -221,7 +244,7 @@ class OperationsInsightsClient {
|
|
|
221
244
|
* @param ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest
|
|
222
245
|
* @return ChangeAutonomousDatabaseInsightAdvancedFeaturesResponse
|
|
223
246
|
* @throws OciError when an error occurs
|
|
224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ChangeAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use ChangeAutonomousDatabaseInsightAdvancedFeatures API.
|
|
225
248
|
*/
|
|
226
249
|
changeAutonomousDatabaseInsightAdvancedFeatures(changeAutonomousDatabaseInsightAdvancedFeaturesRequest) {
|
|
227
250
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -283,7 +306,7 @@ class OperationsInsightsClient {
|
|
|
283
306
|
* @param ChangeDatabaseInsightCompartmentRequest
|
|
284
307
|
* @return ChangeDatabaseInsightCompartmentResponse
|
|
285
308
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
309
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
|
|
287
310
|
*/
|
|
288
311
|
changeDatabaseInsightCompartment(changeDatabaseInsightCompartmentRequest) {
|
|
289
312
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -345,7 +368,7 @@ class OperationsInsightsClient {
|
|
|
345
368
|
* @param ChangeEnterpriseManagerBridgeCompartmentRequest
|
|
346
369
|
* @return ChangeEnterpriseManagerBridgeCompartmentResponse
|
|
347
370
|
* @throws OciError when an error occurs
|
|
348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
|
|
349
372
|
*/
|
|
350
373
|
changeEnterpriseManagerBridgeCompartment(changeEnterpriseManagerBridgeCompartmentRequest) {
|
|
351
374
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -406,7 +429,7 @@ class OperationsInsightsClient {
|
|
|
406
429
|
* @param ChangeExadataInsightCompartmentRequest
|
|
407
430
|
* @return ChangeExadataInsightCompartmentResponse
|
|
408
431
|
* @throws OciError when an error occurs
|
|
409
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
|
|
410
433
|
*/
|
|
411
434
|
changeExadataInsightCompartment(changeExadataInsightCompartmentRequest) {
|
|
412
435
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -468,7 +491,7 @@ class OperationsInsightsClient {
|
|
|
468
491
|
* @param ChangeHostInsightCompartmentRequest
|
|
469
492
|
* @return ChangeHostInsightCompartmentResponse
|
|
470
493
|
* @throws OciError when an error occurs
|
|
471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
494
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
|
|
472
495
|
*/
|
|
473
496
|
changeHostInsightCompartment(changeHostInsightCompartmentRequest) {
|
|
474
497
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -530,7 +553,7 @@ class OperationsInsightsClient {
|
|
|
530
553
|
* @param ChangeOperationsInsightsPrivateEndpointCompartmentRequest
|
|
531
554
|
* @return ChangeOperationsInsightsPrivateEndpointCompartmentResponse
|
|
532
555
|
* @throws OciError when an error occurs
|
|
533
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
556
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
|
|
534
557
|
*/
|
|
535
558
|
changeOperationsInsightsPrivateEndpointCompartment(changeOperationsInsightsPrivateEndpointCompartmentRequest) {
|
|
536
559
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -592,7 +615,7 @@ class OperationsInsightsClient {
|
|
|
592
615
|
* @param ChangeOpsiConfigurationCompartmentRequest
|
|
593
616
|
* @return ChangeOpsiConfigurationCompartmentResponse
|
|
594
617
|
* @throws OciError when an error occurs
|
|
595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
618
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ChangeOpsiConfigurationCompartment.ts.html |here} to see how to use ChangeOpsiConfigurationCompartment API.
|
|
596
619
|
*/
|
|
597
620
|
changeOpsiConfigurationCompartment(changeOpsiConfigurationCompartmentRequest) {
|
|
598
621
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -654,7 +677,7 @@ class OperationsInsightsClient {
|
|
|
654
677
|
* @param ChangePeComanagedDatabaseInsightRequest
|
|
655
678
|
* @return ChangePeComanagedDatabaseInsightResponse
|
|
656
679
|
* @throws OciError when an error occurs
|
|
657
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
680
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
|
|
658
681
|
*/
|
|
659
682
|
changePeComanagedDatabaseInsight(changePeComanagedDatabaseInsightRequest) {
|
|
660
683
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -718,7 +741,7 @@ class OperationsInsightsClient {
|
|
|
718
741
|
* @param CreateAwrHubRequest
|
|
719
742
|
* @return CreateAwrHubResponse
|
|
720
743
|
* @throws OciError when an error occurs
|
|
721
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
744
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
|
|
722
745
|
*/
|
|
723
746
|
createAwrHub(createAwrHubRequest) {
|
|
724
747
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -797,7 +820,7 @@ class OperationsInsightsClient {
|
|
|
797
820
|
* @param CreateDatabaseInsightRequest
|
|
798
821
|
* @return CreateDatabaseInsightResponse
|
|
799
822
|
* @throws OciError when an error occurs
|
|
800
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
823
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
|
|
801
824
|
*/
|
|
802
825
|
createDatabaseInsight(createDatabaseInsightRequest) {
|
|
803
826
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -876,7 +899,7 @@ class OperationsInsightsClient {
|
|
|
876
899
|
* @param CreateEnterpriseManagerBridgeRequest
|
|
877
900
|
* @return CreateEnterpriseManagerBridgeResponse
|
|
878
901
|
* @throws OciError when an error occurs
|
|
879
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
902
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
|
|
880
903
|
*/
|
|
881
904
|
createEnterpriseManagerBridge(createEnterpriseManagerBridgeRequest) {
|
|
882
905
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -955,7 +978,7 @@ class OperationsInsightsClient {
|
|
|
955
978
|
* @param CreateExadataInsightRequest
|
|
956
979
|
* @return CreateExadataInsightResponse
|
|
957
980
|
* @throws OciError when an error occurs
|
|
958
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
981
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
|
|
959
982
|
*/
|
|
960
983
|
createExadataInsight(createExadataInsightRequest) {
|
|
961
984
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1034,7 +1057,7 @@ class OperationsInsightsClient {
|
|
|
1034
1057
|
* @param CreateHostInsightRequest
|
|
1035
1058
|
* @return CreateHostInsightResponse
|
|
1036
1059
|
* @throws OciError when an error occurs
|
|
1037
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1060
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
|
|
1038
1061
|
*/
|
|
1039
1062
|
createHostInsight(createHostInsightRequest) {
|
|
1040
1063
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1114,7 +1137,7 @@ class OperationsInsightsClient {
|
|
|
1114
1137
|
* @param CreateOperationsInsightsPrivateEndpointRequest
|
|
1115
1138
|
* @return CreateOperationsInsightsPrivateEndpointResponse
|
|
1116
1139
|
* @throws OciError when an error occurs
|
|
1117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
|
|
1118
1141
|
*/
|
|
1119
1142
|
createOperationsInsightsPrivateEndpoint(createOperationsInsightsPrivateEndpointRequest) {
|
|
1120
1143
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1195,7 +1218,7 @@ class OperationsInsightsClient {
|
|
|
1195
1218
|
* @param CreateOperationsInsightsWarehouseRequest
|
|
1196
1219
|
* @return CreateOperationsInsightsWarehouseResponse
|
|
1197
1220
|
* @throws OciError when an error occurs
|
|
1198
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
|
|
1199
1222
|
*/
|
|
1200
1223
|
createOperationsInsightsWarehouse(createOperationsInsightsWarehouseRequest) {
|
|
1201
1224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1275,7 +1298,7 @@ class OperationsInsightsClient {
|
|
|
1275
1298
|
* @param CreateOperationsInsightsWarehouseUserRequest
|
|
1276
1299
|
* @return CreateOperationsInsightsWarehouseUserResponse
|
|
1277
1300
|
* @throws OciError when an error occurs
|
|
1278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1301
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
|
|
1279
1302
|
*/
|
|
1280
1303
|
createOperationsInsightsWarehouseUser(createOperationsInsightsWarehouseUserRequest) {
|
|
1281
1304
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1354,7 +1377,7 @@ class OperationsInsightsClient {
|
|
|
1354
1377
|
* @param CreateOpsiConfigurationRequest
|
|
1355
1378
|
* @return CreateOpsiConfigurationResponse
|
|
1356
1379
|
* @throws OciError when an error occurs
|
|
1357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1380
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/CreateOpsiConfiguration.ts.html |here} to see how to use CreateOpsiConfiguration API.
|
|
1358
1381
|
*/
|
|
1359
1382
|
createOpsiConfiguration(createOpsiConfigurationRequest) {
|
|
1360
1383
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1427,7 +1450,7 @@ class OperationsInsightsClient {
|
|
|
1427
1450
|
* @param DeleteAwrHubRequest
|
|
1428
1451
|
* @return DeleteAwrHubResponse
|
|
1429
1452
|
* @throws OciError when an error occurs
|
|
1430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
|
|
1431
1454
|
*/
|
|
1432
1455
|
deleteAwrHub(deleteAwrHubRequest) {
|
|
1433
1456
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1487,7 +1510,7 @@ class OperationsInsightsClient {
|
|
|
1487
1510
|
* @param DeleteDatabaseInsightRequest
|
|
1488
1511
|
* @return DeleteDatabaseInsightResponse
|
|
1489
1512
|
* @throws OciError when an error occurs
|
|
1490
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1513
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
|
|
1491
1514
|
*/
|
|
1492
1515
|
deleteDatabaseInsight(deleteDatabaseInsightRequest) {
|
|
1493
1516
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1547,7 +1570,7 @@ class OperationsInsightsClient {
|
|
|
1547
1570
|
* @param DeleteEnterpriseManagerBridgeRequest
|
|
1548
1571
|
* @return DeleteEnterpriseManagerBridgeResponse
|
|
1549
1572
|
* @throws OciError when an error occurs
|
|
1550
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1573
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
|
|
1551
1574
|
*/
|
|
1552
1575
|
deleteEnterpriseManagerBridge(deleteEnterpriseManagerBridgeRequest) {
|
|
1553
1576
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1607,7 +1630,7 @@ class OperationsInsightsClient {
|
|
|
1607
1630
|
* @param DeleteExadataInsightRequest
|
|
1608
1631
|
* @return DeleteExadataInsightResponse
|
|
1609
1632
|
* @throws OciError when an error occurs
|
|
1610
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1633
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
|
|
1611
1634
|
*/
|
|
1612
1635
|
deleteExadataInsight(deleteExadataInsightRequest) {
|
|
1613
1636
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1667,7 +1690,7 @@ class OperationsInsightsClient {
|
|
|
1667
1690
|
* @param DeleteHostInsightRequest
|
|
1668
1691
|
* @return DeleteHostInsightResponse
|
|
1669
1692
|
* @throws OciError when an error occurs
|
|
1670
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1693
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
|
|
1671
1694
|
*/
|
|
1672
1695
|
deleteHostInsight(deleteHostInsightRequest) {
|
|
1673
1696
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1727,7 +1750,7 @@ class OperationsInsightsClient {
|
|
|
1727
1750
|
* @param DeleteOperationsInsightsPrivateEndpointRequest
|
|
1728
1751
|
* @return DeleteOperationsInsightsPrivateEndpointResponse
|
|
1729
1752
|
* @throws OciError when an error occurs
|
|
1730
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
|
|
1731
1754
|
*/
|
|
1732
1755
|
deleteOperationsInsightsPrivateEndpoint(deleteOperationsInsightsPrivateEndpointRequest) {
|
|
1733
1756
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1791,7 +1814,7 @@ class OperationsInsightsClient {
|
|
|
1791
1814
|
* @param DeleteOperationsInsightsWarehouseRequest
|
|
1792
1815
|
* @return DeleteOperationsInsightsWarehouseResponse
|
|
1793
1816
|
* @throws OciError when an error occurs
|
|
1794
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1817
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
|
|
1795
1818
|
*/
|
|
1796
1819
|
deleteOperationsInsightsWarehouse(deleteOperationsInsightsWarehouseRequest) {
|
|
1797
1820
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1851,7 +1874,7 @@ class OperationsInsightsClient {
|
|
|
1851
1874
|
* @param DeleteOperationsInsightsWarehouseUserRequest
|
|
1852
1875
|
* @return DeleteOperationsInsightsWarehouseUserResponse
|
|
1853
1876
|
* @throws OciError when an error occurs
|
|
1854
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
|
|
1855
1878
|
*/
|
|
1856
1879
|
deleteOperationsInsightsWarehouseUser(deleteOperationsInsightsWarehouseUserRequest) {
|
|
1857
1880
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1911,7 +1934,7 @@ class OperationsInsightsClient {
|
|
|
1911
1934
|
* @param DeleteOpsiConfigurationRequest
|
|
1912
1935
|
* @return DeleteOpsiConfigurationResponse
|
|
1913
1936
|
* @throws OciError when an error occurs
|
|
1914
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1937
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DeleteOpsiConfiguration.ts.html |here} to see how to use DeleteOpsiConfiguration API.
|
|
1915
1938
|
*/
|
|
1916
1939
|
deleteOpsiConfiguration(deleteOpsiConfigurationRequest) {
|
|
1917
1940
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1971,7 +1994,7 @@ class OperationsInsightsClient {
|
|
|
1971
1994
|
* @param DisableAutonomousDatabaseInsightAdvancedFeaturesRequest
|
|
1972
1995
|
* @return DisableAutonomousDatabaseInsightAdvancedFeaturesResponse
|
|
1973
1996
|
* @throws OciError when an error occurs
|
|
1974
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1997
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DisableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use DisableAutonomousDatabaseInsightAdvancedFeatures API.
|
|
1975
1998
|
*/
|
|
1976
1999
|
disableAutonomousDatabaseInsightAdvancedFeatures(disableAutonomousDatabaseInsightAdvancedFeaturesRequest) {
|
|
1977
2000
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2032,7 +2055,7 @@ class OperationsInsightsClient {
|
|
|
2032
2055
|
* @param DisableDatabaseInsightRequest
|
|
2033
2056
|
* @return DisableDatabaseInsightResponse
|
|
2034
2057
|
* @throws OciError when an error occurs
|
|
2035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2058
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
|
|
2036
2059
|
*/
|
|
2037
2060
|
disableDatabaseInsight(disableDatabaseInsightRequest) {
|
|
2038
2061
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2093,7 +2116,7 @@ class OperationsInsightsClient {
|
|
|
2093
2116
|
* @param DisableExadataInsightRequest
|
|
2094
2117
|
* @return DisableExadataInsightResponse
|
|
2095
2118
|
* @throws OciError when an error occurs
|
|
2096
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
|
|
2097
2120
|
*/
|
|
2098
2121
|
disableExadataInsight(disableExadataInsightRequest) {
|
|
2099
2122
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2154,7 +2177,7 @@ class OperationsInsightsClient {
|
|
|
2154
2177
|
* @param DisableHostInsightRequest
|
|
2155
2178
|
* @return DisableHostInsightResponse
|
|
2156
2179
|
* @throws OciError when an error occurs
|
|
2157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
|
|
2158
2181
|
*/
|
|
2159
2182
|
disableHostInsight(disableHostInsightRequest) {
|
|
2160
2183
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2215,7 +2238,7 @@ class OperationsInsightsClient {
|
|
|
2215
2238
|
* @param DownloadOperationsInsightsWarehouseWalletRequest
|
|
2216
2239
|
* @return DownloadOperationsInsightsWarehouseWalletResponse
|
|
2217
2240
|
* @throws OciError when an error occurs
|
|
2218
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
|
|
2219
2242
|
*/
|
|
2220
2243
|
downloadOperationsInsightsWarehouseWallet(downloadOperationsInsightsWarehouseWalletRequest) {
|
|
2221
2244
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2289,7 +2312,7 @@ class OperationsInsightsClient {
|
|
|
2289
2312
|
* @param EnableAutonomousDatabaseInsightAdvancedFeaturesRequest
|
|
2290
2313
|
* @return EnableAutonomousDatabaseInsightAdvancedFeaturesResponse
|
|
2291
2314
|
* @throws OciError when an error occurs
|
|
2292
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/EnableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use EnableAutonomousDatabaseInsightAdvancedFeatures API.
|
|
2293
2316
|
*/
|
|
2294
2317
|
enableAutonomousDatabaseInsightAdvancedFeatures(enableAutonomousDatabaseInsightAdvancedFeaturesRequest) {
|
|
2295
2318
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2351,7 +2374,7 @@ class OperationsInsightsClient {
|
|
|
2351
2374
|
* @param EnableDatabaseInsightRequest
|
|
2352
2375
|
* @return EnableDatabaseInsightResponse
|
|
2353
2376
|
* @throws OciError when an error occurs
|
|
2354
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2377
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
|
|
2355
2378
|
*/
|
|
2356
2379
|
enableDatabaseInsight(enableDatabaseInsightRequest) {
|
|
2357
2380
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2413,7 +2436,7 @@ class OperationsInsightsClient {
|
|
|
2413
2436
|
* @param EnableExadataInsightRequest
|
|
2414
2437
|
* @return EnableExadataInsightResponse
|
|
2415
2438
|
* @throws OciError when an error occurs
|
|
2416
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
|
|
2417
2440
|
*/
|
|
2418
2441
|
enableExadataInsight(enableExadataInsightRequest) {
|
|
2419
2442
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2475,7 +2498,7 @@ class OperationsInsightsClient {
|
|
|
2475
2498
|
* @param EnableHostInsightRequest
|
|
2476
2499
|
* @return EnableHostInsightResponse
|
|
2477
2500
|
* @throws OciError when an error occurs
|
|
2478
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2501
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
|
|
2479
2502
|
*/
|
|
2480
2503
|
enableHostInsight(enableHostInsightRequest) {
|
|
2481
2504
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2538,7 +2561,7 @@ class OperationsInsightsClient {
|
|
|
2538
2561
|
* @param GetAwrDatabaseReportRequest
|
|
2539
2562
|
* @return GetAwrDatabaseReportResponse
|
|
2540
2563
|
* @throws OciError when an error occurs
|
|
2541
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2564
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReport API.
|
|
2542
2565
|
*/
|
|
2543
2566
|
getAwrDatabaseReport(getAwrDatabaseReportRequest) {
|
|
2544
2567
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2606,7 +2629,7 @@ class OperationsInsightsClient {
|
|
|
2606
2629
|
* @param GetAwrDatabaseSqlReportRequest
|
|
2607
2630
|
* @return GetAwrDatabaseSqlReportResponse
|
|
2608
2631
|
* @throws OciError when an error occurs
|
|
2609
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2632
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReport API.
|
|
2610
2633
|
*/
|
|
2611
2634
|
getAwrDatabaseSqlReport(getAwrDatabaseSqlReportRequest) {
|
|
2612
2635
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2673,7 +2696,7 @@ class OperationsInsightsClient {
|
|
|
2673
2696
|
* @param GetAwrHubRequest
|
|
2674
2697
|
* @return GetAwrHubResponse
|
|
2675
2698
|
* @throws OciError when an error occurs
|
|
2676
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2699
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
|
|
2677
2700
|
*/
|
|
2678
2701
|
getAwrHub(getAwrHubRequest) {
|
|
2679
2702
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2738,7 +2761,7 @@ class OperationsInsightsClient {
|
|
|
2738
2761
|
* @param GetAwrReportRequest
|
|
2739
2762
|
* @return GetAwrReportResponse
|
|
2740
2763
|
* @throws OciError when an error occurs
|
|
2741
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2764
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
|
|
2742
2765
|
*/
|
|
2743
2766
|
getAwrReport(getAwrReportRequest) {
|
|
2744
2767
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2804,7 +2827,7 @@ class OperationsInsightsClient {
|
|
|
2804
2827
|
* @param GetDatabaseInsightRequest
|
|
2805
2828
|
* @return GetDatabaseInsightResponse
|
|
2806
2829
|
* @throws OciError when an error occurs
|
|
2807
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2830
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
|
|
2808
2831
|
*/
|
|
2809
2832
|
getDatabaseInsight(getDatabaseInsightRequest) {
|
|
2810
2833
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2867,7 +2890,7 @@ class OperationsInsightsClient {
|
|
|
2867
2890
|
* @param GetEnterpriseManagerBridgeRequest
|
|
2868
2891
|
* @return GetEnterpriseManagerBridgeResponse
|
|
2869
2892
|
* @throws OciError when an error occurs
|
|
2870
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2893
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
|
|
2871
2894
|
*/
|
|
2872
2895
|
getEnterpriseManagerBridge(getEnterpriseManagerBridgeRequest) {
|
|
2873
2896
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2930,7 +2953,7 @@ class OperationsInsightsClient {
|
|
|
2930
2953
|
* @param GetExadataInsightRequest
|
|
2931
2954
|
* @return GetExadataInsightResponse
|
|
2932
2955
|
* @throws OciError when an error occurs
|
|
2933
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2956
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
|
|
2934
2957
|
*/
|
|
2935
2958
|
getExadataInsight(getExadataInsightRequest) {
|
|
2936
2959
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2993,7 +3016,7 @@ class OperationsInsightsClient {
|
|
|
2993
3016
|
* @param GetHostInsightRequest
|
|
2994
3017
|
* @return GetHostInsightResponse
|
|
2995
3018
|
* @throws OciError when an error occurs
|
|
2996
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3019
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
|
|
2997
3020
|
*/
|
|
2998
3021
|
getHostInsight(getHostInsightRequest) {
|
|
2999
3022
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3056,7 +3079,7 @@ class OperationsInsightsClient {
|
|
|
3056
3079
|
* @param GetOperationsInsightsPrivateEndpointRequest
|
|
3057
3080
|
* @return GetOperationsInsightsPrivateEndpointResponse
|
|
3058
3081
|
* @throws OciError when an error occurs
|
|
3059
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3082
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
|
|
3060
3083
|
*/
|
|
3061
3084
|
getOperationsInsightsPrivateEndpoint(getOperationsInsightsPrivateEndpointRequest) {
|
|
3062
3085
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3121,7 +3144,7 @@ class OperationsInsightsClient {
|
|
|
3121
3144
|
* @param GetOperationsInsightsWarehouseRequest
|
|
3122
3145
|
* @return GetOperationsInsightsWarehouseResponse
|
|
3123
3146
|
* @throws OciError when an error occurs
|
|
3124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
|
|
3125
3148
|
*/
|
|
3126
3149
|
getOperationsInsightsWarehouse(getOperationsInsightsWarehouseRequest) {
|
|
3127
3150
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3184,7 +3207,7 @@ class OperationsInsightsClient {
|
|
|
3184
3207
|
* @param GetOperationsInsightsWarehouseUserRequest
|
|
3185
3208
|
* @return GetOperationsInsightsWarehouseUserResponse
|
|
3186
3209
|
* @throws OciError when an error occurs
|
|
3187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
|
|
3188
3211
|
*/
|
|
3189
3212
|
getOperationsInsightsWarehouseUser(getOperationsInsightsWarehouseUserRequest) {
|
|
3190
3213
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3250,7 +3273,7 @@ class OperationsInsightsClient {
|
|
|
3250
3273
|
* @param GetOpsiConfigurationRequest
|
|
3251
3274
|
* @return GetOpsiConfigurationResponse
|
|
3252
3275
|
* @throws OciError when an error occurs
|
|
3253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetOpsiConfiguration.ts.html |here} to see how to use GetOpsiConfiguration API.
|
|
3254
3277
|
*/
|
|
3255
3278
|
getOpsiConfiguration(getOpsiConfigurationRequest) {
|
|
3256
3279
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3318,7 +3341,7 @@ class OperationsInsightsClient {
|
|
|
3318
3341
|
* @param GetOpsiDataObjectRequest
|
|
3319
3342
|
* @return GetOpsiDataObjectResponse
|
|
3320
3343
|
* @throws OciError when an error occurs
|
|
3321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3344
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObject API.
|
|
3322
3345
|
*/
|
|
3323
3346
|
getOpsiDataObject(getOpsiDataObjectRequest) {
|
|
3324
3347
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3378,7 +3401,7 @@ class OperationsInsightsClient {
|
|
|
3378
3401
|
* @param GetWorkRequestRequest
|
|
3379
3402
|
* @return GetWorkRequestResponse
|
|
3380
3403
|
* @throws OciError when an error occurs
|
|
3381
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3404
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
3382
3405
|
*/
|
|
3383
3406
|
getWorkRequest(getWorkRequestRequest) {
|
|
3384
3407
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3440,13 +3463,82 @@ class OperationsInsightsClient {
|
|
|
3440
3463
|
}
|
|
3441
3464
|
});
|
|
3442
3465
|
}
|
|
3466
|
+
/**
|
|
3467
|
+
* This endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.
|
|
3468
|
+
* Either databaseId or id must be specified.
|
|
3469
|
+
*
|
|
3470
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
3471
|
+
* @param IngestAddmReportsRequest
|
|
3472
|
+
* @return IngestAddmReportsResponse
|
|
3473
|
+
* @throws OciError when an error occurs
|
|
3474
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/IngestAddmReports.ts.html |here} to see how to use IngestAddmReports API.
|
|
3475
|
+
*/
|
|
3476
|
+
ingestAddmReports(ingestAddmReportsRequest) {
|
|
3477
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3478
|
+
if (this.logger)
|
|
3479
|
+
this.logger.debug("Calling operation OperationsInsightsClient#ingestAddmReports.");
|
|
3480
|
+
const operationName = "ingestAddmReports";
|
|
3481
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/IngestAddmReports";
|
|
3482
|
+
const pathParams = {};
|
|
3483
|
+
const queryParams = {
|
|
3484
|
+
"databaseId": ingestAddmReportsRequest.databaseId,
|
|
3485
|
+
"id": ingestAddmReportsRequest.id
|
|
3486
|
+
};
|
|
3487
|
+
let headerParams = {
|
|
3488
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
3489
|
+
"opc-request-id": ingestAddmReportsRequest.opcRequestId,
|
|
3490
|
+
"if-match": ingestAddmReportsRequest.ifMatch,
|
|
3491
|
+
"opc-retry-token": ingestAddmReportsRequest.opcRetryToken
|
|
3492
|
+
};
|
|
3493
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3494
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, ingestAddmReportsRequest.retryConfiguration, specRetryConfiguration);
|
|
3495
|
+
if (this.logger)
|
|
3496
|
+
retrier.logger = this.logger;
|
|
3497
|
+
const request = yield oci_common_1.composeRequest({
|
|
3498
|
+
baseEndpoint: this._endpoint,
|
|
3499
|
+
defaultHeaders: this._defaultHeaders,
|
|
3500
|
+
path: "/databaseInsights/actions/ingestAddmReports",
|
|
3501
|
+
method: "POST",
|
|
3502
|
+
bodyContent: common.ObjectSerializer.serialize(ingestAddmReportsRequest.ingestAddmReportsDetails, "IngestAddmReportsDetails", model.IngestAddmReportsDetails.getJsonObj),
|
|
3503
|
+
pathParams: pathParams,
|
|
3504
|
+
headerParams: headerParams,
|
|
3505
|
+
queryParams: queryParams
|
|
3506
|
+
});
|
|
3507
|
+
try {
|
|
3508
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
3509
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
3510
|
+
responseObject: {},
|
|
3511
|
+
body: yield response.json(),
|
|
3512
|
+
bodyKey: "ingestAddmReportsResponseDetails",
|
|
3513
|
+
bodyModel: model.IngestAddmReportsResponseDetails,
|
|
3514
|
+
type: "model.IngestAddmReportsResponseDetails",
|
|
3515
|
+
responseHeaders: [
|
|
3516
|
+
{
|
|
3517
|
+
value: response.headers.get("opc-request-id"),
|
|
3518
|
+
key: "opcRequestId",
|
|
3519
|
+
dataType: "string"
|
|
3520
|
+
},
|
|
3521
|
+
{
|
|
3522
|
+
value: response.headers.get("etag"),
|
|
3523
|
+
key: "etag",
|
|
3524
|
+
dataType: "string"
|
|
3525
|
+
}
|
|
3526
|
+
]
|
|
3527
|
+
});
|
|
3528
|
+
return sdkResponse;
|
|
3529
|
+
}
|
|
3530
|
+
catch (err) {
|
|
3531
|
+
throw err;
|
|
3532
|
+
}
|
|
3533
|
+
});
|
|
3534
|
+
}
|
|
3443
3535
|
/**
|
|
3444
3536
|
* This is a generic ingest endpoint for all database configuration metrics.
|
|
3445
3537
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
3446
3538
|
* @param IngestDatabaseConfigurationRequest
|
|
3447
3539
|
* @return IngestDatabaseConfigurationResponse
|
|
3448
3540
|
* @throws OciError when an error occurs
|
|
3449
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3541
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
|
|
3450
3542
|
*/
|
|
3451
3543
|
ingestDatabaseConfiguration(ingestDatabaseConfigurationRequest) {
|
|
3452
3544
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3513,7 +3605,7 @@ class OperationsInsightsClient {
|
|
|
3513
3605
|
* @param IngestHostConfigurationRequest
|
|
3514
3606
|
* @return IngestHostConfigurationResponse
|
|
3515
3607
|
* @throws OciError when an error occurs
|
|
3516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3608
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
|
|
3517
3609
|
*/
|
|
3518
3610
|
ingestHostConfiguration(ingestHostConfigurationRequest) {
|
|
3519
3611
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3579,7 +3671,7 @@ class OperationsInsightsClient {
|
|
|
3579
3671
|
* @param IngestHostMetricsRequest
|
|
3580
3672
|
* @return IngestHostMetricsResponse
|
|
3581
3673
|
* @throws OciError when an error occurs
|
|
3582
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3674
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
|
|
3583
3675
|
*/
|
|
3584
3676
|
ingestHostMetrics(ingestHostMetricsRequest) {
|
|
3585
3677
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3647,7 +3739,7 @@ class OperationsInsightsClient {
|
|
|
3647
3739
|
* @param IngestSqlBucketRequest
|
|
3648
3740
|
* @return IngestSqlBucketResponse
|
|
3649
3741
|
* @throws OciError when an error occurs
|
|
3650
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3742
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
|
|
3651
3743
|
*/
|
|
3652
3744
|
ingestSqlBucket(ingestSqlBucketRequest) {
|
|
3653
3745
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3717,7 +3809,7 @@ class OperationsInsightsClient {
|
|
|
3717
3809
|
* @param IngestSqlPlanLinesRequest
|
|
3718
3810
|
* @return IngestSqlPlanLinesResponse
|
|
3719
3811
|
* @throws OciError when an error occurs
|
|
3720
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3812
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
|
|
3721
3813
|
*/
|
|
3722
3814
|
ingestSqlPlanLines(ingestSqlPlanLinesRequest) {
|
|
3723
3815
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3787,7 +3879,7 @@ class OperationsInsightsClient {
|
|
|
3787
3879
|
* @param IngestSqlStatsRequest
|
|
3788
3880
|
* @return IngestSqlStatsResponse
|
|
3789
3881
|
* @throws OciError when an error occurs
|
|
3790
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3882
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
|
|
3791
3883
|
*/
|
|
3792
3884
|
ingestSqlStats(ingestSqlStatsRequest) {
|
|
3793
3885
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3857,7 +3949,7 @@ class OperationsInsightsClient {
|
|
|
3857
3949
|
* @param IngestSqlTextRequest
|
|
3858
3950
|
* @return IngestSqlTextResponse
|
|
3859
3951
|
* @throws OciError when an error occurs
|
|
3860
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3952
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
|
|
3861
3953
|
*/
|
|
3862
3954
|
ingestSqlText(ingestSqlTextRequest) {
|
|
3863
3955
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3920,47 +4012,47 @@ class OperationsInsightsClient {
|
|
|
3920
4012
|
});
|
|
3921
4013
|
}
|
|
3922
4014
|
/**
|
|
3923
|
-
*
|
|
4015
|
+
* Gets list of ADDM finding categories.
|
|
3924
4016
|
*
|
|
3925
4017
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
3926
|
-
* @param
|
|
3927
|
-
* @return
|
|
4018
|
+
* @param ListAddmDbFindingCategoriesRequest
|
|
4019
|
+
* @return ListAddmDbFindingCategoriesResponse
|
|
3928
4020
|
* @throws OciError when an error occurs
|
|
3929
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4021
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAddmDbFindingCategories.ts.html |here} to see how to use ListAddmDbFindingCategories API.
|
|
3930
4022
|
*/
|
|
3931
|
-
|
|
4023
|
+
listAddmDbFindingCategories(listAddmDbFindingCategoriesRequest) {
|
|
3932
4024
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3933
4025
|
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
|
-
};
|
|
4026
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listAddmDbFindingCategories.");
|
|
4027
|
+
const operationName = "listAddmDbFindingCategories";
|
|
4028
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListAddmDbFindingCategories";
|
|
4029
|
+
const pathParams = {};
|
|
3940
4030
|
const queryParams = {
|
|
3941
|
-
"
|
|
3942
|
-
"
|
|
3943
|
-
"
|
|
3944
|
-
"
|
|
3945
|
-
"
|
|
3946
|
-
"
|
|
3947
|
-
"
|
|
3948
|
-
"
|
|
3949
|
-
"
|
|
3950
|
-
"
|
|
4031
|
+
"compartmentId": listAddmDbFindingCategoriesRequest.compartmentId,
|
|
4032
|
+
"databaseId": listAddmDbFindingCategoriesRequest.databaseId,
|
|
4033
|
+
"id": listAddmDbFindingCategoriesRequest.id,
|
|
4034
|
+
"limit": listAddmDbFindingCategoriesRequest.limit,
|
|
4035
|
+
"page": listAddmDbFindingCategoriesRequest.page,
|
|
4036
|
+
"sortOrder": listAddmDbFindingCategoriesRequest.sortOrder,
|
|
4037
|
+
"sortBy": listAddmDbFindingCategoriesRequest.sortBy,
|
|
4038
|
+
"definedTagEquals": listAddmDbFindingCategoriesRequest.definedTagEquals,
|
|
4039
|
+
"freeformTagEquals": listAddmDbFindingCategoriesRequest.freeformTagEquals,
|
|
4040
|
+
"definedTagExists": listAddmDbFindingCategoriesRequest.definedTagExists,
|
|
4041
|
+
"freeformTagExists": listAddmDbFindingCategoriesRequest.freeformTagExists,
|
|
4042
|
+
"compartmentIdInSubtree": listAddmDbFindingCategoriesRequest.compartmentIdInSubtree
|
|
3951
4043
|
};
|
|
3952
4044
|
let headerParams = {
|
|
3953
4045
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
3954
|
-
"opc-request-id":
|
|
4046
|
+
"opc-request-id": listAddmDbFindingCategoriesRequest.opcRequestId
|
|
3955
4047
|
};
|
|
3956
4048
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3957
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
4049
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAddmDbFindingCategoriesRequest.retryConfiguration, specRetryConfiguration);
|
|
3958
4050
|
if (this.logger)
|
|
3959
4051
|
retrier.logger = this.logger;
|
|
3960
4052
|
const request = yield oci_common_1.composeRequest({
|
|
3961
4053
|
baseEndpoint: this._endpoint,
|
|
3962
4054
|
defaultHeaders: this._defaultHeaders,
|
|
3963
|
-
path: "/
|
|
4055
|
+
path: "/databaseInsights/addmDbFindingCategories",
|
|
3964
4056
|
method: "GET",
|
|
3965
4057
|
pathParams: pathParams,
|
|
3966
4058
|
headerParams: headerParams,
|
|
@@ -3971,9 +4063,9 @@ class OperationsInsightsClient {
|
|
|
3971
4063
|
const sdkResponse = oci_common_1.composeResponse({
|
|
3972
4064
|
responseObject: {},
|
|
3973
4065
|
body: yield response.json(),
|
|
3974
|
-
bodyKey: "
|
|
3975
|
-
bodyModel: model.
|
|
3976
|
-
type: "model.
|
|
4066
|
+
bodyKey: "addmDbFindingCategoryCollection",
|
|
4067
|
+
bodyModel: model.AddmDbFindingCategoryCollection,
|
|
4068
|
+
type: "model.AddmDbFindingCategoryCollection",
|
|
3977
4069
|
responseHeaders: [
|
|
3978
4070
|
{
|
|
3979
4071
|
value: response.headers.get("opc-request-id"),
|
|
@@ -3995,44 +4087,51 @@ class OperationsInsightsClient {
|
|
|
3995
4087
|
});
|
|
3996
4088
|
}
|
|
3997
4089
|
/**
|
|
3998
|
-
*
|
|
4090
|
+
* Get the ADDM findings time series for the specified databases for a given time period.
|
|
3999
4091
|
*
|
|
4000
4092
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4001
|
-
* @param
|
|
4002
|
-
* @return
|
|
4093
|
+
* @param ListAddmDbFindingsTimeSeriesRequest
|
|
4094
|
+
* @return ListAddmDbFindingsTimeSeriesResponse
|
|
4003
4095
|
* @throws OciError when an error occurs
|
|
4004
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4096
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAddmDbFindingsTimeSeries.ts.html |here} to see how to use ListAddmDbFindingsTimeSeries API.
|
|
4005
4097
|
*/
|
|
4006
|
-
|
|
4098
|
+
listAddmDbFindingsTimeSeries(listAddmDbFindingsTimeSeriesRequest) {
|
|
4007
4099
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4008
4100
|
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
|
-
};
|
|
4101
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listAddmDbFindingsTimeSeries.");
|
|
4102
|
+
const operationName = "listAddmDbFindingsTimeSeries";
|
|
4103
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListAddmDbFindingsTimeSeries";
|
|
4104
|
+
const pathParams = {};
|
|
4015
4105
|
const queryParams = {
|
|
4016
|
-
"
|
|
4017
|
-
"
|
|
4018
|
-
"
|
|
4019
|
-
"
|
|
4020
|
-
"
|
|
4021
|
-
"
|
|
4022
|
-
"
|
|
4106
|
+
"compartmentId": listAddmDbFindingsTimeSeriesRequest.compartmentId,
|
|
4107
|
+
"databaseId": listAddmDbFindingsTimeSeriesRequest.databaseId,
|
|
4108
|
+
"id": listAddmDbFindingsTimeSeriesRequest.id,
|
|
4109
|
+
"instanceNumber": listAddmDbFindingsTimeSeriesRequest.instanceNumber,
|
|
4110
|
+
"timeIntervalStart": listAddmDbFindingsTimeSeriesRequest.timeIntervalStart,
|
|
4111
|
+
"timeIntervalEnd": listAddmDbFindingsTimeSeriesRequest.timeIntervalEnd,
|
|
4112
|
+
"categoryName": listAddmDbFindingsTimeSeriesRequest.categoryName,
|
|
4113
|
+
"limit": listAddmDbFindingsTimeSeriesRequest.limit,
|
|
4114
|
+
"page": listAddmDbFindingsTimeSeriesRequest.page,
|
|
4115
|
+
"sortOrder": listAddmDbFindingsTimeSeriesRequest.sortOrder,
|
|
4116
|
+
"sortBy": listAddmDbFindingsTimeSeriesRequest.sortBy,
|
|
4117
|
+
"definedTagEquals": listAddmDbFindingsTimeSeriesRequest.definedTagEquals,
|
|
4118
|
+
"freeformTagEquals": listAddmDbFindingsTimeSeriesRequest.freeformTagEquals,
|
|
4119
|
+
"definedTagExists": listAddmDbFindingsTimeSeriesRequest.definedTagExists,
|
|
4120
|
+
"freeformTagExists": listAddmDbFindingsTimeSeriesRequest.freeformTagExists,
|
|
4121
|
+
"compartmentIdInSubtree": listAddmDbFindingsTimeSeriesRequest.compartmentIdInSubtree
|
|
4023
4122
|
};
|
|
4024
4123
|
let headerParams = {
|
|
4025
4124
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4026
|
-
"opc-request-id":
|
|
4125
|
+
"opc-request-id": listAddmDbFindingsTimeSeriesRequest.opcRequestId
|
|
4027
4126
|
};
|
|
4028
4127
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4029
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
4128
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAddmDbFindingsTimeSeriesRequest.retryConfiguration, specRetryConfiguration);
|
|
4030
4129
|
if (this.logger)
|
|
4031
4130
|
retrier.logger = this.logger;
|
|
4032
4131
|
const request = yield oci_common_1.composeRequest({
|
|
4033
4132
|
baseEndpoint: this._endpoint,
|
|
4034
4133
|
defaultHeaders: this._defaultHeaders,
|
|
4035
|
-
path: "/
|
|
4134
|
+
path: "/databaseInsights/addmDbFindingsTimeSeries",
|
|
4036
4135
|
method: "GET",
|
|
4037
4136
|
pathParams: pathParams,
|
|
4038
4137
|
headerParams: headerParams,
|
|
@@ -4043,9 +4142,9 @@ class OperationsInsightsClient {
|
|
|
4043
4142
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4044
4143
|
responseObject: {},
|
|
4045
4144
|
body: yield response.json(),
|
|
4046
|
-
bodyKey: "
|
|
4047
|
-
bodyModel: model.
|
|
4048
|
-
type: "model.
|
|
4145
|
+
bodyKey: "addmDbFindingsTimeSeriesCollection",
|
|
4146
|
+
bodyModel: model.AddmDbFindingsTimeSeriesCollection,
|
|
4147
|
+
type: "model.AddmDbFindingsTimeSeriesCollection",
|
|
4049
4148
|
responseHeaders: [
|
|
4050
4149
|
{
|
|
4051
4150
|
value: response.headers.get("opc-request-id"),
|
|
@@ -4067,44 +4166,47 @@ class OperationsInsightsClient {
|
|
|
4067
4166
|
});
|
|
4068
4167
|
}
|
|
4069
4168
|
/**
|
|
4070
|
-
* Gets
|
|
4169
|
+
* Gets list of ADDM database parameter categories for the specified databases.
|
|
4071
4170
|
*
|
|
4072
4171
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4073
|
-
* @param
|
|
4074
|
-
* @return
|
|
4172
|
+
* @param ListAddmDbParameterCategoriesRequest
|
|
4173
|
+
* @return ListAddmDbParameterCategoriesResponse
|
|
4075
4174
|
* @throws OciError when an error occurs
|
|
4076
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAddmDbParameterCategories.ts.html |here} to see how to use ListAddmDbParameterCategories API.
|
|
4077
4176
|
*/
|
|
4078
|
-
|
|
4177
|
+
listAddmDbParameterCategories(listAddmDbParameterCategoriesRequest) {
|
|
4079
4178
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4080
4179
|
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/
|
|
4180
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listAddmDbParameterCategories.");
|
|
4181
|
+
const operationName = "listAddmDbParameterCategories";
|
|
4182
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListAddmDbParameterCategories";
|
|
4084
4183
|
const pathParams = {};
|
|
4085
4184
|
const queryParams = {
|
|
4086
|
-
"compartmentId":
|
|
4087
|
-
"
|
|
4088
|
-
"id":
|
|
4089
|
-
"
|
|
4090
|
-
"
|
|
4091
|
-
"
|
|
4092
|
-
"
|
|
4093
|
-
"
|
|
4094
|
-
"
|
|
4185
|
+
"compartmentId": listAddmDbParameterCategoriesRequest.compartmentId,
|
|
4186
|
+
"databaseId": listAddmDbParameterCategoriesRequest.databaseId,
|
|
4187
|
+
"id": listAddmDbParameterCategoriesRequest.id,
|
|
4188
|
+
"limit": listAddmDbParameterCategoriesRequest.limit,
|
|
4189
|
+
"page": listAddmDbParameterCategoriesRequest.page,
|
|
4190
|
+
"sortOrder": listAddmDbParameterCategoriesRequest.sortOrder,
|
|
4191
|
+
"sortBy": listAddmDbParameterCategoriesRequest.sortBy,
|
|
4192
|
+
"definedTagEquals": listAddmDbParameterCategoriesRequest.definedTagEquals,
|
|
4193
|
+
"freeformTagEquals": listAddmDbParameterCategoriesRequest.freeformTagEquals,
|
|
4194
|
+
"definedTagExists": listAddmDbParameterCategoriesRequest.definedTagExists,
|
|
4195
|
+
"freeformTagExists": listAddmDbParameterCategoriesRequest.freeformTagExists,
|
|
4196
|
+
"compartmentIdInSubtree": listAddmDbParameterCategoriesRequest.compartmentIdInSubtree
|
|
4095
4197
|
};
|
|
4096
4198
|
let headerParams = {
|
|
4097
4199
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4098
|
-
"opc-request-id":
|
|
4200
|
+
"opc-request-id": listAddmDbParameterCategoriesRequest.opcRequestId
|
|
4099
4201
|
};
|
|
4100
4202
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4101
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
4203
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAddmDbParameterCategoriesRequest.retryConfiguration, specRetryConfiguration);
|
|
4102
4204
|
if (this.logger)
|
|
4103
4205
|
retrier.logger = this.logger;
|
|
4104
4206
|
const request = yield oci_common_1.composeRequest({
|
|
4105
4207
|
baseEndpoint: this._endpoint,
|
|
4106
4208
|
defaultHeaders: this._defaultHeaders,
|
|
4107
|
-
path: "/
|
|
4209
|
+
path: "/databaseInsights/addmDbParameterCategories",
|
|
4108
4210
|
method: "GET",
|
|
4109
4211
|
pathParams: pathParams,
|
|
4110
4212
|
headerParams: headerParams,
|
|
@@ -4115,9 +4217,9 @@ class OperationsInsightsClient {
|
|
|
4115
4217
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4116
4218
|
responseObject: {},
|
|
4117
4219
|
body: yield response.json(),
|
|
4118
|
-
bodyKey: "
|
|
4119
|
-
bodyModel: model.
|
|
4120
|
-
type: "model.
|
|
4220
|
+
bodyKey: "addmDbParameterCategoryCollection",
|
|
4221
|
+
bodyModel: model.AddmDbParameterCategoryCollection,
|
|
4222
|
+
type: "model.AddmDbParameterCategoryCollection",
|
|
4121
4223
|
responseHeaders: [
|
|
4122
4224
|
{
|
|
4123
4225
|
value: response.headers.get("opc-request-id"),
|
|
@@ -4139,45 +4241,47 @@ class OperationsInsightsClient {
|
|
|
4139
4241
|
});
|
|
4140
4242
|
}
|
|
4141
4243
|
/**
|
|
4142
|
-
*
|
|
4143
|
-
* The timeGreaterThanOrEqualTo & timeLessThanOrEqualTo params are optional. If these params are not provided, by default last 1 day snapshots will be returned.
|
|
4244
|
+
* Gets list of ADDM recommendation categories for the specified databases.
|
|
4144
4245
|
*
|
|
4145
4246
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4146
|
-
* @param
|
|
4147
|
-
* @return
|
|
4247
|
+
* @param ListAddmDbRecommendationCategoriesRequest
|
|
4248
|
+
* @return ListAddmDbRecommendationCategoriesResponse
|
|
4148
4249
|
* @throws OciError when an error occurs
|
|
4149
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAddmDbRecommendationCategories.ts.html |here} to see how to use ListAddmDbRecommendationCategories API.
|
|
4150
4251
|
*/
|
|
4151
|
-
|
|
4252
|
+
listAddmDbRecommendationCategories(listAddmDbRecommendationCategoriesRequest) {
|
|
4152
4253
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4153
4254
|
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
|
-
};
|
|
4255
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listAddmDbRecommendationCategories.");
|
|
4256
|
+
const operationName = "listAddmDbRecommendationCategories";
|
|
4257
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListAddmDbRecommendationCategories";
|
|
4258
|
+
const pathParams = {};
|
|
4160
4259
|
const queryParams = {
|
|
4161
|
-
"
|
|
4162
|
-
"
|
|
4163
|
-
"
|
|
4164
|
-
"limit":
|
|
4165
|
-
"page":
|
|
4166
|
-
"sortOrder":
|
|
4167
|
-
"sortBy":
|
|
4260
|
+
"compartmentId": listAddmDbRecommendationCategoriesRequest.compartmentId,
|
|
4261
|
+
"databaseId": listAddmDbRecommendationCategoriesRequest.databaseId,
|
|
4262
|
+
"id": listAddmDbRecommendationCategoriesRequest.id,
|
|
4263
|
+
"limit": listAddmDbRecommendationCategoriesRequest.limit,
|
|
4264
|
+
"page": listAddmDbRecommendationCategoriesRequest.page,
|
|
4265
|
+
"sortOrder": listAddmDbRecommendationCategoriesRequest.sortOrder,
|
|
4266
|
+
"sortBy": listAddmDbRecommendationCategoriesRequest.sortBy,
|
|
4267
|
+
"definedTagEquals": listAddmDbRecommendationCategoriesRequest.definedTagEquals,
|
|
4268
|
+
"freeformTagEquals": listAddmDbRecommendationCategoriesRequest.freeformTagEquals,
|
|
4269
|
+
"definedTagExists": listAddmDbRecommendationCategoriesRequest.definedTagExists,
|
|
4270
|
+
"freeformTagExists": listAddmDbRecommendationCategoriesRequest.freeformTagExists,
|
|
4271
|
+
"compartmentIdInSubtree": listAddmDbRecommendationCategoriesRequest.compartmentIdInSubtree
|
|
4168
4272
|
};
|
|
4169
4273
|
let headerParams = {
|
|
4170
4274
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4171
|
-
"opc-request-id":
|
|
4275
|
+
"opc-request-id": listAddmDbRecommendationCategoriesRequest.opcRequestId
|
|
4172
4276
|
};
|
|
4173
4277
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4174
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
4278
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAddmDbRecommendationCategoriesRequest.retryConfiguration, specRetryConfiguration);
|
|
4175
4279
|
if (this.logger)
|
|
4176
4280
|
retrier.logger = this.logger;
|
|
4177
4281
|
const request = yield oci_common_1.composeRequest({
|
|
4178
4282
|
baseEndpoint: this._endpoint,
|
|
4179
4283
|
defaultHeaders: this._defaultHeaders,
|
|
4180
|
-
path: "/
|
|
4284
|
+
path: "/databaseInsights/addmDbRecommendationCategories",
|
|
4181
4285
|
method: "GET",
|
|
4182
4286
|
pathParams: pathParams,
|
|
4183
4287
|
headerParams: headerParams,
|
|
@@ -4188,9 +4292,9 @@ class OperationsInsightsClient {
|
|
|
4188
4292
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4189
4293
|
responseObject: {},
|
|
4190
4294
|
body: yield response.json(),
|
|
4191
|
-
bodyKey: "
|
|
4192
|
-
bodyModel: model.
|
|
4193
|
-
type: "model.
|
|
4295
|
+
bodyKey: "addmDbRecommendationCategoryCollection",
|
|
4296
|
+
bodyModel: model.AddmDbRecommendationCategoryCollection,
|
|
4297
|
+
type: "model.AddmDbRecommendationCategoryCollection",
|
|
4194
4298
|
responseHeaders: [
|
|
4195
4299
|
{
|
|
4196
4300
|
value: response.headers.get("opc-request-id"),
|
|
@@ -4212,54 +4316,55 @@ class OperationsInsightsClient {
|
|
|
4212
4316
|
});
|
|
4213
4317
|
}
|
|
4214
4318
|
/**
|
|
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.
|
|
4319
|
+
* Gets time series data for ADDM recommendations for the specified databases.
|
|
4217
4320
|
*
|
|
4218
4321
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4219
|
-
* @param
|
|
4220
|
-
* @return
|
|
4322
|
+
* @param ListAddmDbRecommendationsTimeSeriesRequest
|
|
4323
|
+
* @return ListAddmDbRecommendationsTimeSeriesResponse
|
|
4221
4324
|
* @throws OciError when an error occurs
|
|
4222
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAddmDbRecommendationsTimeSeries.ts.html |here} to see how to use ListAddmDbRecommendationsTimeSeries API.
|
|
4223
4326
|
*/
|
|
4224
|
-
|
|
4327
|
+
listAddmDbRecommendationsTimeSeries(listAddmDbRecommendationsTimeSeriesRequest) {
|
|
4225
4328
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4226
4329
|
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/
|
|
4330
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listAddmDbRecommendationsTimeSeries.");
|
|
4331
|
+
const operationName = "listAddmDbRecommendationsTimeSeries";
|
|
4332
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListAddmDbRecommendationsTimeSeries";
|
|
4230
4333
|
const pathParams = {};
|
|
4231
4334
|
const queryParams = {
|
|
4232
|
-
"compartmentId":
|
|
4233
|
-
"
|
|
4234
|
-
"id":
|
|
4235
|
-
"
|
|
4236
|
-
"
|
|
4237
|
-
"
|
|
4238
|
-
"
|
|
4239
|
-
"
|
|
4240
|
-
"
|
|
4241
|
-
"
|
|
4242
|
-
"
|
|
4243
|
-
"
|
|
4244
|
-
"
|
|
4245
|
-
"
|
|
4246
|
-
"
|
|
4247
|
-
"
|
|
4248
|
-
"
|
|
4249
|
-
"
|
|
4335
|
+
"compartmentId": listAddmDbRecommendationsTimeSeriesRequest.compartmentId,
|
|
4336
|
+
"databaseId": listAddmDbRecommendationsTimeSeriesRequest.databaseId,
|
|
4337
|
+
"id": listAddmDbRecommendationsTimeSeriesRequest.id,
|
|
4338
|
+
"instanceNumber": listAddmDbRecommendationsTimeSeriesRequest.instanceNumber,
|
|
4339
|
+
"timeIntervalStart": listAddmDbRecommendationsTimeSeriesRequest.timeIntervalStart,
|
|
4340
|
+
"timeIntervalEnd": listAddmDbRecommendationsTimeSeriesRequest.timeIntervalEnd,
|
|
4341
|
+
"categoryName": listAddmDbRecommendationsTimeSeriesRequest.categoryName,
|
|
4342
|
+
"sqlIdentifier": listAddmDbRecommendationsTimeSeriesRequest.sqlIdentifier,
|
|
4343
|
+
"ownerOrNameContains": listAddmDbRecommendationsTimeSeriesRequest.ownerOrNameContains,
|
|
4344
|
+
"nameContains": listAddmDbRecommendationsTimeSeriesRequest.nameContains,
|
|
4345
|
+
"name": listAddmDbRecommendationsTimeSeriesRequest.name,
|
|
4346
|
+
"limit": listAddmDbRecommendationsTimeSeriesRequest.limit,
|
|
4347
|
+
"page": listAddmDbRecommendationsTimeSeriesRequest.page,
|
|
4348
|
+
"sortOrder": listAddmDbRecommendationsTimeSeriesRequest.sortOrder,
|
|
4349
|
+
"sortBy": listAddmDbRecommendationsTimeSeriesRequest.sortBy,
|
|
4350
|
+
"definedTagEquals": listAddmDbRecommendationsTimeSeriesRequest.definedTagEquals,
|
|
4351
|
+
"freeformTagEquals": listAddmDbRecommendationsTimeSeriesRequest.freeformTagEquals,
|
|
4352
|
+
"definedTagExists": listAddmDbRecommendationsTimeSeriesRequest.definedTagExists,
|
|
4353
|
+
"freeformTagExists": listAddmDbRecommendationsTimeSeriesRequest.freeformTagExists,
|
|
4354
|
+
"compartmentIdInSubtree": listAddmDbRecommendationsTimeSeriesRequest.compartmentIdInSubtree
|
|
4250
4355
|
};
|
|
4251
4356
|
let headerParams = {
|
|
4252
4357
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4253
|
-
"opc-request-id":
|
|
4358
|
+
"opc-request-id": listAddmDbRecommendationsTimeSeriesRequest.opcRequestId
|
|
4254
4359
|
};
|
|
4255
4360
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4256
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
4361
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAddmDbRecommendationsTimeSeriesRequest.retryConfiguration, specRetryConfiguration);
|
|
4257
4362
|
if (this.logger)
|
|
4258
4363
|
retrier.logger = this.logger;
|
|
4259
4364
|
const request = yield oci_common_1.composeRequest({
|
|
4260
4365
|
baseEndpoint: this._endpoint,
|
|
4261
4366
|
defaultHeaders: this._defaultHeaders,
|
|
4262
|
-
path: "/databaseInsights/
|
|
4367
|
+
path: "/databaseInsights/addmDbRecommendationsTimeSeries",
|
|
4263
4368
|
method: "GET",
|
|
4264
4369
|
pathParams: pathParams,
|
|
4265
4370
|
headerParams: headerParams,
|
|
@@ -4270,20 +4375,15 @@ class OperationsInsightsClient {
|
|
|
4270
4375
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4271
4376
|
responseObject: {},
|
|
4272
4377
|
body: yield response.json(),
|
|
4273
|
-
bodyKey: "
|
|
4274
|
-
bodyModel: model.
|
|
4275
|
-
type: "model.
|
|
4378
|
+
bodyKey: "addmDbRecommendationsTimeSeriesCollection",
|
|
4379
|
+
bodyModel: model.AddmDbRecommendationsTimeSeriesCollection,
|
|
4380
|
+
type: "model.AddmDbRecommendationsTimeSeriesCollection",
|
|
4276
4381
|
responseHeaders: [
|
|
4277
4382
|
{
|
|
4278
4383
|
value: response.headers.get("opc-request-id"),
|
|
4279
4384
|
key: "opcRequestId",
|
|
4280
4385
|
dataType: "string"
|
|
4281
4386
|
},
|
|
4282
|
-
{
|
|
4283
|
-
value: response.headers.get("opc-total-items"),
|
|
4284
|
-
key: "opcTotalItems",
|
|
4285
|
-
dataType: "number"
|
|
4286
|
-
},
|
|
4287
4387
|
{
|
|
4288
4388
|
value: response.headers.get("opc-next-page"),
|
|
4289
4389
|
key: "opcNextPage",
|
|
@@ -4299,51 +4399,49 @@ class OperationsInsightsClient {
|
|
|
4299
4399
|
});
|
|
4300
4400
|
}
|
|
4301
4401
|
/**
|
|
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.
|
|
4402
|
+
* Gets a list of ADDM database information
|
|
4304
4403
|
*
|
|
4305
4404
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4306
|
-
* @param
|
|
4307
|
-
* @return
|
|
4405
|
+
* @param ListAddmDbsRequest
|
|
4406
|
+
* @return ListAddmDbsResponse
|
|
4308
4407
|
* @throws OciError when an error occurs
|
|
4309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAddmDbs.ts.html |here} to see how to use ListAddmDbs API.
|
|
4310
4409
|
*/
|
|
4311
|
-
|
|
4410
|
+
listAddmDbs(listAddmDbsRequest) {
|
|
4312
4411
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4313
4412
|
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/
|
|
4413
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listAddmDbs.");
|
|
4414
|
+
const operationName = "listAddmDbs";
|
|
4415
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListAddmDbs";
|
|
4317
4416
|
const pathParams = {};
|
|
4318
4417
|
const queryParams = {
|
|
4319
|
-
"compartmentId":
|
|
4320
|
-
"
|
|
4321
|
-
"id":
|
|
4322
|
-
"
|
|
4323
|
-
"
|
|
4324
|
-
"
|
|
4325
|
-
"
|
|
4326
|
-
"
|
|
4327
|
-
"
|
|
4328
|
-
"
|
|
4329
|
-
"
|
|
4330
|
-
"
|
|
4331
|
-
"
|
|
4332
|
-
"compartmentIdInSubtree":
|
|
4333
|
-
"opsiPrivateEndpointId": listDatabaseInsightsRequest.opsiPrivateEndpointId
|
|
4418
|
+
"compartmentId": listAddmDbsRequest.compartmentId,
|
|
4419
|
+
"databaseId": listAddmDbsRequest.databaseId,
|
|
4420
|
+
"id": listAddmDbsRequest.id,
|
|
4421
|
+
"timeIntervalStart": listAddmDbsRequest.timeIntervalStart,
|
|
4422
|
+
"timeIntervalEnd": listAddmDbsRequest.timeIntervalEnd,
|
|
4423
|
+
"limit": listAddmDbsRequest.limit,
|
|
4424
|
+
"page": listAddmDbsRequest.page,
|
|
4425
|
+
"sortOrder": listAddmDbsRequest.sortOrder,
|
|
4426
|
+
"sortBy": listAddmDbsRequest.sortBy,
|
|
4427
|
+
"definedTagEquals": listAddmDbsRequest.definedTagEquals,
|
|
4428
|
+
"freeformTagEquals": listAddmDbsRequest.freeformTagEquals,
|
|
4429
|
+
"definedTagExists": listAddmDbsRequest.definedTagExists,
|
|
4430
|
+
"freeformTagExists": listAddmDbsRequest.freeformTagExists,
|
|
4431
|
+
"compartmentIdInSubtree": listAddmDbsRequest.compartmentIdInSubtree
|
|
4334
4432
|
};
|
|
4335
4433
|
let headerParams = {
|
|
4336
4434
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4337
|
-
"opc-request-id":
|
|
4435
|
+
"opc-request-id": listAddmDbsRequest.opcRequestId
|
|
4338
4436
|
};
|
|
4339
4437
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4340
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
4438
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAddmDbsRequest.retryConfiguration, specRetryConfiguration);
|
|
4341
4439
|
if (this.logger)
|
|
4342
4440
|
retrier.logger = this.logger;
|
|
4343
4441
|
const request = yield oci_common_1.composeRequest({
|
|
4344
4442
|
baseEndpoint: this._endpoint,
|
|
4345
4443
|
defaultHeaders: this._defaultHeaders,
|
|
4346
|
-
path: "/databaseInsights",
|
|
4444
|
+
path: "/databaseInsights/addmDbs",
|
|
4347
4445
|
method: "GET",
|
|
4348
4446
|
pathParams: pathParams,
|
|
4349
4447
|
headerParams: headerParams,
|
|
@@ -4354,20 +4452,15 @@ class OperationsInsightsClient {
|
|
|
4354
4452
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4355
4453
|
responseObject: {},
|
|
4356
4454
|
body: yield response.json(),
|
|
4357
|
-
bodyKey: "
|
|
4358
|
-
bodyModel: model.
|
|
4359
|
-
type: "model.
|
|
4455
|
+
bodyKey: "addmDbCollection",
|
|
4456
|
+
bodyModel: model.AddmDbCollection,
|
|
4457
|
+
type: "model.AddmDbCollection",
|
|
4360
4458
|
responseHeaders: [
|
|
4361
4459
|
{
|
|
4362
4460
|
value: response.headers.get("opc-request-id"),
|
|
4363
4461
|
key: "opcRequestId",
|
|
4364
4462
|
dataType: "string"
|
|
4365
4463
|
},
|
|
4366
|
-
{
|
|
4367
|
-
value: response.headers.get("opc-total-items"),
|
|
4368
|
-
key: "opcTotalItems",
|
|
4369
|
-
dataType: "number"
|
|
4370
|
-
},
|
|
4371
4464
|
{
|
|
4372
4465
|
value: response.headers.get("opc-next-page"),
|
|
4373
4466
|
key: "opcNextPage",
|
|
@@ -4383,45 +4476,47 @@ class OperationsInsightsClient {
|
|
|
4383
4476
|
});
|
|
4384
4477
|
}
|
|
4385
4478
|
/**
|
|
4386
|
-
*
|
|
4387
|
-
* When both compartmentId and compartmentIdInSubtree are specified, a list of bridges in that compartment and in all sub-compartments will be returned.
|
|
4479
|
+
* Lists AWR snapshots for the specified database in the AWR.
|
|
4388
4480
|
*
|
|
4389
4481
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4390
|
-
* @param
|
|
4391
|
-
* @return
|
|
4482
|
+
* @param ListAwrDatabaseSnapshotsRequest
|
|
4483
|
+
* @return ListAwrDatabaseSnapshotsResponse
|
|
4392
4484
|
* @throws OciError when an error occurs
|
|
4393
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4485
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshots API.
|
|
4394
4486
|
*/
|
|
4395
|
-
|
|
4487
|
+
listAwrDatabaseSnapshots(listAwrDatabaseSnapshotsRequest) {
|
|
4396
4488
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4397
4489
|
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
|
|
4490
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listAwrDatabaseSnapshots.");
|
|
4491
|
+
const operationName = "listAwrDatabaseSnapshots";
|
|
4492
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrDatabaseSnapshots";
|
|
4493
|
+
const pathParams = {
|
|
4494
|
+
"{awrHubId}": listAwrDatabaseSnapshotsRequest.awrHubId
|
|
4412
4495
|
};
|
|
4413
|
-
|
|
4414
|
-
"
|
|
4415
|
-
"
|
|
4496
|
+
const queryParams = {
|
|
4497
|
+
"awrSourceDatabaseIdentifier": listAwrDatabaseSnapshotsRequest.awrSourceDatabaseIdentifier,
|
|
4498
|
+
"instanceNumber": listAwrDatabaseSnapshotsRequest.instanceNumber,
|
|
4499
|
+
"beginSnapshotIdentifierGreaterThanOrEqualTo": listAwrDatabaseSnapshotsRequest.beginSnapshotIdentifierGreaterThanOrEqualTo,
|
|
4500
|
+
"endSnapshotIdentifierLessThanOrEqualTo": listAwrDatabaseSnapshotsRequest.endSnapshotIdentifierLessThanOrEqualTo,
|
|
4501
|
+
"timeGreaterThanOrEqualTo": listAwrDatabaseSnapshotsRequest.timeGreaterThanOrEqualTo,
|
|
4502
|
+
"timeLessThanOrEqualTo": listAwrDatabaseSnapshotsRequest.timeLessThanOrEqualTo,
|
|
4503
|
+
"page": listAwrDatabaseSnapshotsRequest.page,
|
|
4504
|
+
"limit": listAwrDatabaseSnapshotsRequest.limit,
|
|
4505
|
+
"sortBy": listAwrDatabaseSnapshotsRequest.sortBy,
|
|
4506
|
+
"sortOrder": listAwrDatabaseSnapshotsRequest.sortOrder
|
|
4507
|
+
};
|
|
4508
|
+
let headerParams = {
|
|
4509
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4510
|
+
"opc-request-id": listAwrDatabaseSnapshotsRequest.opcRequestId
|
|
4416
4511
|
};
|
|
4417
4512
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4418
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
4513
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAwrDatabaseSnapshotsRequest.retryConfiguration, specRetryConfiguration);
|
|
4419
4514
|
if (this.logger)
|
|
4420
4515
|
retrier.logger = this.logger;
|
|
4421
4516
|
const request = yield oci_common_1.composeRequest({
|
|
4422
4517
|
baseEndpoint: this._endpoint,
|
|
4423
4518
|
defaultHeaders: this._defaultHeaders,
|
|
4424
|
-
path: "/
|
|
4519
|
+
path: "/awrHubs/{awrHubId}/awrDatabaseSnapshots",
|
|
4425
4520
|
method: "GET",
|
|
4426
4521
|
pathParams: pathParams,
|
|
4427
4522
|
headerParams: headerParams,
|
|
@@ -4432,9 +4527,9 @@ class OperationsInsightsClient {
|
|
|
4432
4527
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4433
4528
|
responseObject: {},
|
|
4434
4529
|
body: yield response.json(),
|
|
4435
|
-
bodyKey: "
|
|
4436
|
-
bodyModel: model.
|
|
4437
|
-
type: "model.
|
|
4530
|
+
bodyKey: "awrDatabaseSnapshotCollection",
|
|
4531
|
+
bodyModel: model.AwrDatabaseSnapshotCollection,
|
|
4532
|
+
type: "model.AwrDatabaseSnapshotCollection",
|
|
4438
4533
|
responseHeaders: [
|
|
4439
4534
|
{
|
|
4440
4535
|
value: response.headers.get("opc-request-id"),
|
|
@@ -4456,45 +4551,44 @@ class OperationsInsightsClient {
|
|
|
4456
4551
|
});
|
|
4457
4552
|
}
|
|
4458
4553
|
/**
|
|
4459
|
-
* Gets
|
|
4554
|
+
* Gets the list of databases and their snapshot summary details available in the AWRHub.
|
|
4555
|
+
*
|
|
4460
4556
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4461
|
-
* @param
|
|
4462
|
-
* @return
|
|
4557
|
+
* @param ListAwrDatabasesRequest
|
|
4558
|
+
* @return ListAwrDatabasesResponse
|
|
4463
4559
|
* @throws OciError when an error occurs
|
|
4464
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4560
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabases API.
|
|
4465
4561
|
*/
|
|
4466
|
-
|
|
4562
|
+
listAwrDatabases(listAwrDatabasesRequest) {
|
|
4467
4563
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4468
4564
|
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/
|
|
4472
|
-
const pathParams = {
|
|
4565
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listAwrDatabases.");
|
|
4566
|
+
const operationName = "listAwrDatabases";
|
|
4567
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrDatabases";
|
|
4568
|
+
const pathParams = {
|
|
4569
|
+
"{awrHubId}": listAwrDatabasesRequest.awrHubId
|
|
4570
|
+
};
|
|
4473
4571
|
const queryParams = {
|
|
4474
|
-
"
|
|
4475
|
-
"
|
|
4476
|
-
"
|
|
4477
|
-
"
|
|
4478
|
-
"
|
|
4479
|
-
"
|
|
4480
|
-
"
|
|
4481
|
-
"definedTagEquals": listExadataConfigurationsRequest.definedTagEquals,
|
|
4482
|
-
"freeformTagEquals": listExadataConfigurationsRequest.freeformTagEquals,
|
|
4483
|
-
"definedTagExists": listExadataConfigurationsRequest.definedTagExists,
|
|
4484
|
-
"freeformTagExists": listExadataConfigurationsRequest.freeformTagExists
|
|
4572
|
+
"name": listAwrDatabasesRequest.name,
|
|
4573
|
+
"timeGreaterThanOrEqualTo": listAwrDatabasesRequest.timeGreaterThanOrEqualTo,
|
|
4574
|
+
"timeLessThanOrEqualTo": listAwrDatabasesRequest.timeLessThanOrEqualTo,
|
|
4575
|
+
"page": listAwrDatabasesRequest.page,
|
|
4576
|
+
"limit": listAwrDatabasesRequest.limit,
|
|
4577
|
+
"sortBy": listAwrDatabasesRequest.sortBy,
|
|
4578
|
+
"sortOrder": listAwrDatabasesRequest.sortOrder
|
|
4485
4579
|
};
|
|
4486
4580
|
let headerParams = {
|
|
4487
4581
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4488
|
-
"opc-request-id":
|
|
4582
|
+
"opc-request-id": listAwrDatabasesRequest.opcRequestId
|
|
4489
4583
|
};
|
|
4490
4584
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4491
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
4585
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAwrDatabasesRequest.retryConfiguration, specRetryConfiguration);
|
|
4492
4586
|
if (this.logger)
|
|
4493
4587
|
retrier.logger = this.logger;
|
|
4494
4588
|
const request = yield oci_common_1.composeRequest({
|
|
4495
4589
|
baseEndpoint: this._endpoint,
|
|
4496
4590
|
defaultHeaders: this._defaultHeaders,
|
|
4497
|
-
path: "/
|
|
4591
|
+
path: "/awrHubs/{awrHubId}/awrDatabases",
|
|
4498
4592
|
method: "GET",
|
|
4499
4593
|
pathParams: pathParams,
|
|
4500
4594
|
headerParams: headerParams,
|
|
@@ -4505,20 +4599,15 @@ class OperationsInsightsClient {
|
|
|
4505
4599
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4506
4600
|
responseObject: {},
|
|
4507
4601
|
body: yield response.json(),
|
|
4508
|
-
bodyKey: "
|
|
4509
|
-
bodyModel: model.
|
|
4510
|
-
type: "model.
|
|
4602
|
+
bodyKey: "awrDatabaseCollection",
|
|
4603
|
+
bodyModel: model.AwrDatabaseCollection,
|
|
4604
|
+
type: "model.AwrDatabaseCollection",
|
|
4511
4605
|
responseHeaders: [
|
|
4512
4606
|
{
|
|
4513
4607
|
value: response.headers.get("opc-request-id"),
|
|
4514
4608
|
key: "opcRequestId",
|
|
4515
4609
|
dataType: "string"
|
|
4516
4610
|
},
|
|
4517
|
-
{
|
|
4518
|
-
value: response.headers.get("opc-total-items"),
|
|
4519
|
-
key: "opcTotalItems",
|
|
4520
|
-
dataType: "number"
|
|
4521
|
-
},
|
|
4522
4611
|
{
|
|
4523
4612
|
value: response.headers.get("opc-next-page"),
|
|
4524
4613
|
key: "opcNextPage",
|
|
@@ -4534,47 +4623,44 @@ class OperationsInsightsClient {
|
|
|
4534
4623
|
});
|
|
4535
4624
|
}
|
|
4536
4625
|
/**
|
|
4537
|
-
* Gets a list of
|
|
4538
|
-
* When both compartmentId and compartmentIdInSubtree are specified, a list of Exadata insights in that compartment and in all sub-compartments will be returned.
|
|
4626
|
+
* Gets a list of AWR hubs. Either compartmentId or id must be specified. All these resources are expected to be in root compartment.
|
|
4539
4627
|
*
|
|
4540
4628
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4541
|
-
* @param
|
|
4542
|
-
* @return
|
|
4629
|
+
* @param ListAwrHubsRequest
|
|
4630
|
+
* @return ListAwrHubsResponse
|
|
4543
4631
|
* @throws OciError when an error occurs
|
|
4544
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4632
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
|
|
4545
4633
|
*/
|
|
4546
|
-
|
|
4634
|
+
listAwrHubs(listAwrHubsRequest) {
|
|
4547
4635
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4548
4636
|
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/
|
|
4637
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listAwrHubs.");
|
|
4638
|
+
const operationName = "listAwrHubs";
|
|
4639
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrHubs";
|
|
4552
4640
|
const pathParams = {};
|
|
4553
4641
|
const queryParams = {
|
|
4554
|
-
"compartmentId":
|
|
4555
|
-
"
|
|
4556
|
-
"id":
|
|
4557
|
-
"
|
|
4558
|
-
"lifecycleState":
|
|
4559
|
-
"
|
|
4560
|
-
"
|
|
4561
|
-
"
|
|
4562
|
-
"
|
|
4563
|
-
"sortBy": listExadataInsightsRequest.sortBy,
|
|
4564
|
-
"compartmentIdInSubtree": listExadataInsightsRequest.compartmentIdInSubtree
|
|
4642
|
+
"compartmentId": listAwrHubsRequest.compartmentId,
|
|
4643
|
+
"displayName": listAwrHubsRequest.displayName,
|
|
4644
|
+
"id": listAwrHubsRequest.id,
|
|
4645
|
+
"operationsInsightsWarehouseId": listAwrHubsRequest.operationsInsightsWarehouseId,
|
|
4646
|
+
"lifecycleState": listAwrHubsRequest.lifecycleState,
|
|
4647
|
+
"limit": listAwrHubsRequest.limit,
|
|
4648
|
+
"page": listAwrHubsRequest.page,
|
|
4649
|
+
"sortOrder": listAwrHubsRequest.sortOrder,
|
|
4650
|
+
"sortBy": listAwrHubsRequest.sortBy
|
|
4565
4651
|
};
|
|
4566
4652
|
let headerParams = {
|
|
4567
4653
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4568
|
-
"opc-request-id":
|
|
4654
|
+
"opc-request-id": listAwrHubsRequest.opcRequestId
|
|
4569
4655
|
};
|
|
4570
4656
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4571
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
4657
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAwrHubsRequest.retryConfiguration, specRetryConfiguration);
|
|
4572
4658
|
if (this.logger)
|
|
4573
4659
|
retrier.logger = this.logger;
|
|
4574
4660
|
const request = yield oci_common_1.composeRequest({
|
|
4575
4661
|
baseEndpoint: this._endpoint,
|
|
4576
4662
|
defaultHeaders: this._defaultHeaders,
|
|
4577
|
-
path: "/
|
|
4663
|
+
path: "/awrHubs",
|
|
4578
4664
|
method: "GET",
|
|
4579
4665
|
pathParams: pathParams,
|
|
4580
4666
|
headerParams: headerParams,
|
|
@@ -4585,20 +4671,15 @@ class OperationsInsightsClient {
|
|
|
4585
4671
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4586
4672
|
responseObject: {},
|
|
4587
4673
|
body: yield response.json(),
|
|
4588
|
-
bodyKey: "
|
|
4589
|
-
bodyModel: model.
|
|
4590
|
-
type: "model.
|
|
4674
|
+
bodyKey: "awrHubSummaryCollection",
|
|
4675
|
+
bodyModel: model.AwrHubSummaryCollection,
|
|
4676
|
+
type: "model.AwrHubSummaryCollection",
|
|
4591
4677
|
responseHeaders: [
|
|
4592
4678
|
{
|
|
4593
4679
|
value: response.headers.get("opc-request-id"),
|
|
4594
4680
|
key: "opcRequestId",
|
|
4595
4681
|
dataType: "string"
|
|
4596
4682
|
},
|
|
4597
|
-
{
|
|
4598
|
-
value: response.headers.get("opc-total-items"),
|
|
4599
|
-
key: "opcTotalItems",
|
|
4600
|
-
dataType: "number"
|
|
4601
|
-
},
|
|
4602
4683
|
{
|
|
4603
4684
|
value: response.headers.get("opc-next-page"),
|
|
4604
4685
|
key: "opcNextPage",
|
|
@@ -4614,53 +4695,45 @@ class OperationsInsightsClient {
|
|
|
4614
4695
|
});
|
|
4615
4696
|
}
|
|
4616
4697
|
/**
|
|
4617
|
-
*
|
|
4618
|
-
*
|
|
4698
|
+
* 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.
|
|
4699
|
+
* The timeGreaterThanOrEqualTo & timeLessThanOrEqualTo params are optional. If these params are not provided, by default last 1 day snapshots will be returned.
|
|
4619
4700
|
*
|
|
4620
4701
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4621
|
-
* @param
|
|
4622
|
-
* @return
|
|
4702
|
+
* @param ListAwrSnapshotsRequest
|
|
4703
|
+
* @return ListAwrSnapshotsResponse
|
|
4623
4704
|
* @throws OciError when an error occurs
|
|
4624
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4705
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
|
|
4625
4706
|
*/
|
|
4626
|
-
|
|
4707
|
+
listAwrSnapshots(listAwrSnapshotsRequest) {
|
|
4627
4708
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4628
4709
|
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/
|
|
4632
|
-
const pathParams = {
|
|
4710
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listAwrSnapshots.");
|
|
4711
|
+
const operationName = "listAwrSnapshots";
|
|
4712
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrSnapshots";
|
|
4713
|
+
const pathParams = {
|
|
4714
|
+
"{awrHubId}": listAwrSnapshotsRequest.awrHubId
|
|
4715
|
+
};
|
|
4633
4716
|
const queryParams = {
|
|
4634
|
-
"
|
|
4635
|
-
"
|
|
4636
|
-
"
|
|
4637
|
-
"
|
|
4638
|
-
"
|
|
4639
|
-
"
|
|
4640
|
-
"
|
|
4641
|
-
"sortOrder": listHostConfigurationsRequest.sortOrder,
|
|
4642
|
-
"sortBy": listHostConfigurationsRequest.sortBy,
|
|
4643
|
-
"definedTagEquals": listHostConfigurationsRequest.definedTagEquals,
|
|
4644
|
-
"freeformTagEquals": listHostConfigurationsRequest.freeformTagEquals,
|
|
4645
|
-
"definedTagExists": listHostConfigurationsRequest.definedTagExists,
|
|
4646
|
-
"freeformTagExists": listHostConfigurationsRequest.freeformTagExists,
|
|
4647
|
-
"compartmentIdInSubtree": listHostConfigurationsRequest.compartmentIdInSubtree,
|
|
4648
|
-
"hostType": listHostConfigurationsRequest.hostType,
|
|
4649
|
-
"hostId": listHostConfigurationsRequest.hostId,
|
|
4650
|
-
"vmclusterName": listHostConfigurationsRequest.vmclusterName
|
|
4717
|
+
"awrSourceDatabaseIdentifier": listAwrSnapshotsRequest.awrSourceDatabaseIdentifier,
|
|
4718
|
+
"timeGreaterThanOrEqualTo": listAwrSnapshotsRequest.timeGreaterThanOrEqualTo,
|
|
4719
|
+
"timeLessThanOrEqualTo": listAwrSnapshotsRequest.timeLessThanOrEqualTo,
|
|
4720
|
+
"limit": listAwrSnapshotsRequest.limit,
|
|
4721
|
+
"page": listAwrSnapshotsRequest.page,
|
|
4722
|
+
"sortOrder": listAwrSnapshotsRequest.sortOrder,
|
|
4723
|
+
"sortBy": listAwrSnapshotsRequest.sortBy
|
|
4651
4724
|
};
|
|
4652
4725
|
let headerParams = {
|
|
4653
4726
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4654
|
-
"opc-request-id":
|
|
4727
|
+
"opc-request-id": listAwrSnapshotsRequest.opcRequestId
|
|
4655
4728
|
};
|
|
4656
4729
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4657
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
4730
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAwrSnapshotsRequest.retryConfiguration, specRetryConfiguration);
|
|
4658
4731
|
if (this.logger)
|
|
4659
4732
|
retrier.logger = this.logger;
|
|
4660
4733
|
const request = yield oci_common_1.composeRequest({
|
|
4661
4734
|
baseEndpoint: this._endpoint,
|
|
4662
4735
|
defaultHeaders: this._defaultHeaders,
|
|
4663
|
-
path: "/
|
|
4736
|
+
path: "/awrHubs/{awrHubId}/awrSnapshots",
|
|
4664
4737
|
method: "GET",
|
|
4665
4738
|
pathParams: pathParams,
|
|
4666
4739
|
headerParams: headerParams,
|
|
@@ -4671,20 +4744,15 @@ class OperationsInsightsClient {
|
|
|
4671
4744
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4672
4745
|
responseObject: {},
|
|
4673
4746
|
body: yield response.json(),
|
|
4674
|
-
bodyKey: "
|
|
4675
|
-
bodyModel: model.
|
|
4676
|
-
type: "model.
|
|
4747
|
+
bodyKey: "awrSnapshotCollection",
|
|
4748
|
+
bodyModel: model.AwrSnapshotCollection,
|
|
4749
|
+
type: "model.AwrSnapshotCollection",
|
|
4677
4750
|
responseHeaders: [
|
|
4678
4751
|
{
|
|
4679
4752
|
value: response.headers.get("opc-request-id"),
|
|
4680
4753
|
key: "opcRequestId",
|
|
4681
4754
|
dataType: "string"
|
|
4682
4755
|
},
|
|
4683
|
-
{
|
|
4684
|
-
value: response.headers.get("opc-total-items"),
|
|
4685
|
-
key: "opcTotalItems",
|
|
4686
|
-
dataType: "number"
|
|
4687
|
-
},
|
|
4688
4756
|
{
|
|
4689
4757
|
value: response.headers.get("opc-next-page"),
|
|
4690
4758
|
key: "opcNextPage",
|
|
@@ -4700,49 +4768,54 @@ class OperationsInsightsClient {
|
|
|
4700
4768
|
});
|
|
4701
4769
|
}
|
|
4702
4770
|
/**
|
|
4703
|
-
* Gets a list of
|
|
4704
|
-
* When both compartmentId and compartmentIdInSubtree are specified, a list of
|
|
4771
|
+
* Gets a list of database insight configurations based on the query parameters specified. Either compartmentId or databaseInsightId query parameter must be specified.
|
|
4772
|
+
* When both compartmentId and compartmentIdInSubtree are specified, a list of database insight configurations in that compartment and in all sub-compartments will be returned.
|
|
4705
4773
|
*
|
|
4706
4774
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4707
|
-
* @param
|
|
4708
|
-
* @return
|
|
4775
|
+
* @param ListDatabaseConfigurationsRequest
|
|
4776
|
+
* @return ListDatabaseConfigurationsResponse
|
|
4709
4777
|
* @throws OciError when an error occurs
|
|
4710
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4778
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
|
|
4711
4779
|
*/
|
|
4712
|
-
|
|
4780
|
+
listDatabaseConfigurations(listDatabaseConfigurationsRequest) {
|
|
4713
4781
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4714
4782
|
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/
|
|
4783
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listDatabaseConfigurations.");
|
|
4784
|
+
const operationName = "listDatabaseConfigurations";
|
|
4785
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListDatabaseConfigurations";
|
|
4718
4786
|
const pathParams = {};
|
|
4719
4787
|
const queryParams = {
|
|
4720
|
-
"compartmentId":
|
|
4721
|
-
"
|
|
4722
|
-
"
|
|
4723
|
-
"
|
|
4724
|
-
"
|
|
4725
|
-
"
|
|
4726
|
-
"
|
|
4727
|
-
"
|
|
4728
|
-
"
|
|
4729
|
-
"
|
|
4730
|
-
"
|
|
4731
|
-
"
|
|
4732
|
-
"
|
|
4788
|
+
"compartmentId": listDatabaseConfigurationsRequest.compartmentId,
|
|
4789
|
+
"enterpriseManagerBridgeId": listDatabaseConfigurationsRequest.enterpriseManagerBridgeId,
|
|
4790
|
+
"id": listDatabaseConfigurationsRequest.id,
|
|
4791
|
+
"databaseId": listDatabaseConfigurationsRequest.databaseId,
|
|
4792
|
+
"exadataInsightId": listDatabaseConfigurationsRequest.exadataInsightId,
|
|
4793
|
+
"cdbName": listDatabaseConfigurationsRequest.cdbName,
|
|
4794
|
+
"databaseType": listDatabaseConfigurationsRequest.databaseType,
|
|
4795
|
+
"limit": listDatabaseConfigurationsRequest.limit,
|
|
4796
|
+
"page": listDatabaseConfigurationsRequest.page,
|
|
4797
|
+
"sortOrder": listDatabaseConfigurationsRequest.sortOrder,
|
|
4798
|
+
"sortBy": listDatabaseConfigurationsRequest.sortBy,
|
|
4799
|
+
"hostName": listDatabaseConfigurationsRequest.hostName,
|
|
4800
|
+
"definedTagEquals": listDatabaseConfigurationsRequest.definedTagEquals,
|
|
4801
|
+
"freeformTagEquals": listDatabaseConfigurationsRequest.freeformTagEquals,
|
|
4802
|
+
"definedTagExists": listDatabaseConfigurationsRequest.definedTagExists,
|
|
4803
|
+
"freeformTagExists": listDatabaseConfigurationsRequest.freeformTagExists,
|
|
4804
|
+
"compartmentIdInSubtree": listDatabaseConfigurationsRequest.compartmentIdInSubtree,
|
|
4805
|
+
"vmclusterName": listDatabaseConfigurationsRequest.vmclusterName
|
|
4733
4806
|
};
|
|
4734
4807
|
let headerParams = {
|
|
4735
4808
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4736
|
-
"opc-request-id":
|
|
4809
|
+
"opc-request-id": listDatabaseConfigurationsRequest.opcRequestId
|
|
4737
4810
|
};
|
|
4738
4811
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4739
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
4812
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDatabaseConfigurationsRequest.retryConfiguration, specRetryConfiguration);
|
|
4740
4813
|
if (this.logger)
|
|
4741
4814
|
retrier.logger = this.logger;
|
|
4742
4815
|
const request = yield oci_common_1.composeRequest({
|
|
4743
4816
|
baseEndpoint: this._endpoint,
|
|
4744
4817
|
defaultHeaders: this._defaultHeaders,
|
|
4745
|
-
path: "/
|
|
4818
|
+
path: "/databaseInsights/databaseConfigurations",
|
|
4746
4819
|
method: "GET",
|
|
4747
4820
|
pathParams: pathParams,
|
|
4748
4821
|
headerParams: headerParams,
|
|
@@ -4753,9 +4826,9 @@ class OperationsInsightsClient {
|
|
|
4753
4826
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4754
4827
|
responseObject: {},
|
|
4755
4828
|
body: yield response.json(),
|
|
4756
|
-
bodyKey: "
|
|
4757
|
-
bodyModel: model.
|
|
4758
|
-
type: "model.
|
|
4829
|
+
bodyKey: "databaseConfigurationCollection",
|
|
4830
|
+
bodyModel: model.DatabaseConfigurationCollection,
|
|
4831
|
+
type: "model.DatabaseConfigurationCollection",
|
|
4759
4832
|
responseHeaders: [
|
|
4760
4833
|
{
|
|
4761
4834
|
value: response.headers.get("opc-request-id"),
|
|
@@ -4782,48 +4855,892 @@ class OperationsInsightsClient {
|
|
|
4782
4855
|
});
|
|
4783
4856
|
}
|
|
4784
4857
|
/**
|
|
4785
|
-
*
|
|
4858
|
+
* Gets a list of database insights based on the query parameters specified. Either compartmentId or id query parameter must be specified.
|
|
4859
|
+
* When both compartmentId and compartmentIdInSubtree are specified, a list of database insights in that compartment and in all sub-compartments will be returned.
|
|
4786
4860
|
*
|
|
4787
4861
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4788
|
-
* @param
|
|
4789
|
-
* @return
|
|
4862
|
+
* @param ListDatabaseInsightsRequest
|
|
4863
|
+
* @return ListDatabaseInsightsResponse
|
|
4864
|
+
* @throws OciError when an error occurs
|
|
4865
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
|
|
4866
|
+
*/
|
|
4867
|
+
listDatabaseInsights(listDatabaseInsightsRequest) {
|
|
4868
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4869
|
+
if (this.logger)
|
|
4870
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listDatabaseInsights.");
|
|
4871
|
+
const operationName = "listDatabaseInsights";
|
|
4872
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListDatabaseInsights";
|
|
4873
|
+
const pathParams = {};
|
|
4874
|
+
const queryParams = {
|
|
4875
|
+
"compartmentId": listDatabaseInsightsRequest.compartmentId,
|
|
4876
|
+
"enterpriseManagerBridgeId": listDatabaseInsightsRequest.enterpriseManagerBridgeId,
|
|
4877
|
+
"id": listDatabaseInsightsRequest.id,
|
|
4878
|
+
"status": listDatabaseInsightsRequest.status,
|
|
4879
|
+
"lifecycleState": listDatabaseInsightsRequest.lifecycleState,
|
|
4880
|
+
"databaseType": listDatabaseInsightsRequest.databaseType,
|
|
4881
|
+
"databaseId": listDatabaseInsightsRequest.databaseId,
|
|
4882
|
+
"fields": listDatabaseInsightsRequest.fields,
|
|
4883
|
+
"limit": listDatabaseInsightsRequest.limit,
|
|
4884
|
+
"page": listDatabaseInsightsRequest.page,
|
|
4885
|
+
"sortOrder": listDatabaseInsightsRequest.sortOrder,
|
|
4886
|
+
"sortBy": listDatabaseInsightsRequest.sortBy,
|
|
4887
|
+
"exadataInsightId": listDatabaseInsightsRequest.exadataInsightId,
|
|
4888
|
+
"compartmentIdInSubtree": listDatabaseInsightsRequest.compartmentIdInSubtree,
|
|
4889
|
+
"opsiPrivateEndpointId": listDatabaseInsightsRequest.opsiPrivateEndpointId
|
|
4890
|
+
};
|
|
4891
|
+
let headerParams = {
|
|
4892
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4893
|
+
"opc-request-id": listDatabaseInsightsRequest.opcRequestId
|
|
4894
|
+
};
|
|
4895
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4896
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDatabaseInsightsRequest.retryConfiguration, specRetryConfiguration);
|
|
4897
|
+
if (this.logger)
|
|
4898
|
+
retrier.logger = this.logger;
|
|
4899
|
+
const request = yield oci_common_1.composeRequest({
|
|
4900
|
+
baseEndpoint: this._endpoint,
|
|
4901
|
+
defaultHeaders: this._defaultHeaders,
|
|
4902
|
+
path: "/databaseInsights",
|
|
4903
|
+
method: "GET",
|
|
4904
|
+
pathParams: pathParams,
|
|
4905
|
+
headerParams: headerParams,
|
|
4906
|
+
queryParams: queryParams
|
|
4907
|
+
});
|
|
4908
|
+
try {
|
|
4909
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
4910
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
4911
|
+
responseObject: {},
|
|
4912
|
+
body: yield response.json(),
|
|
4913
|
+
bodyKey: "databaseInsightsCollection",
|
|
4914
|
+
bodyModel: model.DatabaseInsightsCollection,
|
|
4915
|
+
type: "model.DatabaseInsightsCollection",
|
|
4916
|
+
responseHeaders: [
|
|
4917
|
+
{
|
|
4918
|
+
value: response.headers.get("opc-request-id"),
|
|
4919
|
+
key: "opcRequestId",
|
|
4920
|
+
dataType: "string"
|
|
4921
|
+
},
|
|
4922
|
+
{
|
|
4923
|
+
value: response.headers.get("opc-total-items"),
|
|
4924
|
+
key: "opcTotalItems",
|
|
4925
|
+
dataType: "number"
|
|
4926
|
+
},
|
|
4927
|
+
{
|
|
4928
|
+
value: response.headers.get("opc-next-page"),
|
|
4929
|
+
key: "opcNextPage",
|
|
4930
|
+
dataType: "string"
|
|
4931
|
+
}
|
|
4932
|
+
]
|
|
4933
|
+
});
|
|
4934
|
+
return sdkResponse;
|
|
4935
|
+
}
|
|
4936
|
+
catch (err) {
|
|
4937
|
+
throw err;
|
|
4938
|
+
}
|
|
4939
|
+
});
|
|
4940
|
+
}
|
|
4941
|
+
/**
|
|
4942
|
+
* Gets a list of Operations Insights Enterprise Manager bridges. Either compartmentId or id must be specified.
|
|
4943
|
+
* When both compartmentId and compartmentIdInSubtree are specified, a list of bridges in that compartment and in all sub-compartments will be returned.
|
|
4944
|
+
*
|
|
4945
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4946
|
+
* @param ListEnterpriseManagerBridgesRequest
|
|
4947
|
+
* @return ListEnterpriseManagerBridgesResponse
|
|
4948
|
+
* @throws OciError when an error occurs
|
|
4949
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
|
|
4950
|
+
*/
|
|
4951
|
+
listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest) {
|
|
4952
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4953
|
+
if (this.logger)
|
|
4954
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listEnterpriseManagerBridges.");
|
|
4955
|
+
const operationName = "listEnterpriseManagerBridges";
|
|
4956
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/ListEnterpriseManagerBridges";
|
|
4957
|
+
const pathParams = {};
|
|
4958
|
+
const queryParams = {
|
|
4959
|
+
"compartmentId": listEnterpriseManagerBridgesRequest.compartmentId,
|
|
4960
|
+
"displayName": listEnterpriseManagerBridgesRequest.displayName,
|
|
4961
|
+
"id": listEnterpriseManagerBridgesRequest.id,
|
|
4962
|
+
"lifecycleState": listEnterpriseManagerBridgesRequest.lifecycleState,
|
|
4963
|
+
"limit": listEnterpriseManagerBridgesRequest.limit,
|
|
4964
|
+
"page": listEnterpriseManagerBridgesRequest.page,
|
|
4965
|
+
"sortOrder": listEnterpriseManagerBridgesRequest.sortOrder,
|
|
4966
|
+
"sortBy": listEnterpriseManagerBridgesRequest.sortBy,
|
|
4967
|
+
"compartmentIdInSubtree": listEnterpriseManagerBridgesRequest.compartmentIdInSubtree
|
|
4968
|
+
};
|
|
4969
|
+
let headerParams = {
|
|
4970
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4971
|
+
"opc-request-id": listEnterpriseManagerBridgesRequest.opcRequestId
|
|
4972
|
+
};
|
|
4973
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4974
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listEnterpriseManagerBridgesRequest.retryConfiguration, specRetryConfiguration);
|
|
4975
|
+
if (this.logger)
|
|
4976
|
+
retrier.logger = this.logger;
|
|
4977
|
+
const request = yield oci_common_1.composeRequest({
|
|
4978
|
+
baseEndpoint: this._endpoint,
|
|
4979
|
+
defaultHeaders: this._defaultHeaders,
|
|
4980
|
+
path: "/enterpriseManagerBridges",
|
|
4981
|
+
method: "GET",
|
|
4982
|
+
pathParams: pathParams,
|
|
4983
|
+
headerParams: headerParams,
|
|
4984
|
+
queryParams: queryParams
|
|
4985
|
+
});
|
|
4986
|
+
try {
|
|
4987
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
4988
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
4989
|
+
responseObject: {},
|
|
4990
|
+
body: yield response.json(),
|
|
4991
|
+
bodyKey: "enterpriseManagerBridgeCollection",
|
|
4992
|
+
bodyModel: model.EnterpriseManagerBridgeCollection,
|
|
4993
|
+
type: "model.EnterpriseManagerBridgeCollection",
|
|
4994
|
+
responseHeaders: [
|
|
4995
|
+
{
|
|
4996
|
+
value: response.headers.get("opc-request-id"),
|
|
4997
|
+
key: "opcRequestId",
|
|
4998
|
+
dataType: "string"
|
|
4999
|
+
},
|
|
5000
|
+
{
|
|
5001
|
+
value: response.headers.get("opc-next-page"),
|
|
5002
|
+
key: "opcNextPage",
|
|
5003
|
+
dataType: "string"
|
|
5004
|
+
}
|
|
5005
|
+
]
|
|
5006
|
+
});
|
|
5007
|
+
return sdkResponse;
|
|
5008
|
+
}
|
|
5009
|
+
catch (err) {
|
|
5010
|
+
throw err;
|
|
5011
|
+
}
|
|
5012
|
+
});
|
|
5013
|
+
}
|
|
5014
|
+
/**
|
|
5015
|
+
* Gets a list of exadata insight configurations. Either compartmentId or exadataInsightsId query parameter must be specified.
|
|
5016
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5017
|
+
* @param ListExadataConfigurationsRequest
|
|
5018
|
+
* @return ListExadataConfigurationsResponse
|
|
5019
|
+
* @throws OciError when an error occurs
|
|
5020
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
|
|
5021
|
+
*/
|
|
5022
|
+
listExadataConfigurations(listExadataConfigurationsRequest) {
|
|
5023
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5024
|
+
if (this.logger)
|
|
5025
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listExadataConfigurations.");
|
|
5026
|
+
const operationName = "listExadataConfigurations";
|
|
5027
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/ListExadataConfigurations";
|
|
5028
|
+
const pathParams = {};
|
|
5029
|
+
const queryParams = {
|
|
5030
|
+
"compartmentId": listExadataConfigurationsRequest.compartmentId,
|
|
5031
|
+
"exadataInsightId": listExadataConfigurationsRequest.exadataInsightId,
|
|
5032
|
+
"exadataType": listExadataConfigurationsRequest.exadataType,
|
|
5033
|
+
"limit": listExadataConfigurationsRequest.limit,
|
|
5034
|
+
"page": listExadataConfigurationsRequest.page,
|
|
5035
|
+
"sortOrder": listExadataConfigurationsRequest.sortOrder,
|
|
5036
|
+
"sortBy": listExadataConfigurationsRequest.sortBy,
|
|
5037
|
+
"definedTagEquals": listExadataConfigurationsRequest.definedTagEquals,
|
|
5038
|
+
"freeformTagEquals": listExadataConfigurationsRequest.freeformTagEquals,
|
|
5039
|
+
"definedTagExists": listExadataConfigurationsRequest.definedTagExists,
|
|
5040
|
+
"freeformTagExists": listExadataConfigurationsRequest.freeformTagExists
|
|
5041
|
+
};
|
|
5042
|
+
let headerParams = {
|
|
5043
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5044
|
+
"opc-request-id": listExadataConfigurationsRequest.opcRequestId
|
|
5045
|
+
};
|
|
5046
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5047
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listExadataConfigurationsRequest.retryConfiguration, specRetryConfiguration);
|
|
5048
|
+
if (this.logger)
|
|
5049
|
+
retrier.logger = this.logger;
|
|
5050
|
+
const request = yield oci_common_1.composeRequest({
|
|
5051
|
+
baseEndpoint: this._endpoint,
|
|
5052
|
+
defaultHeaders: this._defaultHeaders,
|
|
5053
|
+
path: "/exadataInsights/exadataConfigurations",
|
|
5054
|
+
method: "GET",
|
|
5055
|
+
pathParams: pathParams,
|
|
5056
|
+
headerParams: headerParams,
|
|
5057
|
+
queryParams: queryParams
|
|
5058
|
+
});
|
|
5059
|
+
try {
|
|
5060
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5061
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5062
|
+
responseObject: {},
|
|
5063
|
+
body: yield response.json(),
|
|
5064
|
+
bodyKey: "exadataConfigurationCollection",
|
|
5065
|
+
bodyModel: model.ExadataConfigurationCollection,
|
|
5066
|
+
type: "model.ExadataConfigurationCollection",
|
|
5067
|
+
responseHeaders: [
|
|
5068
|
+
{
|
|
5069
|
+
value: response.headers.get("opc-request-id"),
|
|
5070
|
+
key: "opcRequestId",
|
|
5071
|
+
dataType: "string"
|
|
5072
|
+
},
|
|
5073
|
+
{
|
|
5074
|
+
value: response.headers.get("opc-total-items"),
|
|
5075
|
+
key: "opcTotalItems",
|
|
5076
|
+
dataType: "number"
|
|
5077
|
+
},
|
|
5078
|
+
{
|
|
5079
|
+
value: response.headers.get("opc-next-page"),
|
|
5080
|
+
key: "opcNextPage",
|
|
5081
|
+
dataType: "string"
|
|
5082
|
+
}
|
|
5083
|
+
]
|
|
5084
|
+
});
|
|
5085
|
+
return sdkResponse;
|
|
5086
|
+
}
|
|
5087
|
+
catch (err) {
|
|
5088
|
+
throw err;
|
|
5089
|
+
}
|
|
5090
|
+
});
|
|
5091
|
+
}
|
|
5092
|
+
/**
|
|
5093
|
+
* Gets a list of Exadata insights based on the query parameters specified. Either compartmentId or id query parameter must be specified.
|
|
5094
|
+
* When both compartmentId and compartmentIdInSubtree are specified, a list of Exadata insights in that compartment and in all sub-compartments will be returned.
|
|
5095
|
+
*
|
|
5096
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5097
|
+
* @param ListExadataInsightsRequest
|
|
5098
|
+
* @return ListExadataInsightsResponse
|
|
5099
|
+
* @throws OciError when an error occurs
|
|
5100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
|
|
5101
|
+
*/
|
|
5102
|
+
listExadataInsights(listExadataInsightsRequest) {
|
|
5103
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5104
|
+
if (this.logger)
|
|
5105
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listExadataInsights.");
|
|
5106
|
+
const operationName = "listExadataInsights";
|
|
5107
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/ListExadataInsights";
|
|
5108
|
+
const pathParams = {};
|
|
5109
|
+
const queryParams = {
|
|
5110
|
+
"compartmentId": listExadataInsightsRequest.compartmentId,
|
|
5111
|
+
"enterpriseManagerBridgeId": listExadataInsightsRequest.enterpriseManagerBridgeId,
|
|
5112
|
+
"id": listExadataInsightsRequest.id,
|
|
5113
|
+
"status": listExadataInsightsRequest.status,
|
|
5114
|
+
"lifecycleState": listExadataInsightsRequest.lifecycleState,
|
|
5115
|
+
"exadataType": listExadataInsightsRequest.exadataType,
|
|
5116
|
+
"limit": listExadataInsightsRequest.limit,
|
|
5117
|
+
"page": listExadataInsightsRequest.page,
|
|
5118
|
+
"sortOrder": listExadataInsightsRequest.sortOrder,
|
|
5119
|
+
"sortBy": listExadataInsightsRequest.sortBy,
|
|
5120
|
+
"compartmentIdInSubtree": listExadataInsightsRequest.compartmentIdInSubtree
|
|
5121
|
+
};
|
|
5122
|
+
let headerParams = {
|
|
5123
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5124
|
+
"opc-request-id": listExadataInsightsRequest.opcRequestId
|
|
5125
|
+
};
|
|
5126
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5127
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listExadataInsightsRequest.retryConfiguration, specRetryConfiguration);
|
|
5128
|
+
if (this.logger)
|
|
5129
|
+
retrier.logger = this.logger;
|
|
5130
|
+
const request = yield oci_common_1.composeRequest({
|
|
5131
|
+
baseEndpoint: this._endpoint,
|
|
5132
|
+
defaultHeaders: this._defaultHeaders,
|
|
5133
|
+
path: "/exadataInsights",
|
|
5134
|
+
method: "GET",
|
|
5135
|
+
pathParams: pathParams,
|
|
5136
|
+
headerParams: headerParams,
|
|
5137
|
+
queryParams: queryParams
|
|
5138
|
+
});
|
|
5139
|
+
try {
|
|
5140
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5141
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5142
|
+
responseObject: {},
|
|
5143
|
+
body: yield response.json(),
|
|
5144
|
+
bodyKey: "exadataInsightSummaryCollection",
|
|
5145
|
+
bodyModel: model.ExadataInsightSummaryCollection,
|
|
5146
|
+
type: "model.ExadataInsightSummaryCollection",
|
|
5147
|
+
responseHeaders: [
|
|
5148
|
+
{
|
|
5149
|
+
value: response.headers.get("opc-request-id"),
|
|
5150
|
+
key: "opcRequestId",
|
|
5151
|
+
dataType: "string"
|
|
5152
|
+
},
|
|
5153
|
+
{
|
|
5154
|
+
value: response.headers.get("opc-total-items"),
|
|
5155
|
+
key: "opcTotalItems",
|
|
5156
|
+
dataType: "number"
|
|
5157
|
+
},
|
|
5158
|
+
{
|
|
5159
|
+
value: response.headers.get("opc-next-page"),
|
|
5160
|
+
key: "opcNextPage",
|
|
5161
|
+
dataType: "string"
|
|
5162
|
+
}
|
|
5163
|
+
]
|
|
5164
|
+
});
|
|
5165
|
+
return sdkResponse;
|
|
5166
|
+
}
|
|
5167
|
+
catch (err) {
|
|
5168
|
+
throw err;
|
|
5169
|
+
}
|
|
5170
|
+
});
|
|
5171
|
+
}
|
|
5172
|
+
/**
|
|
5173
|
+
* Gets a list of host insight configurations based on the query parameters specified. Either compartmentId or hostInsightId query parameter must be specified.
|
|
5174
|
+
* When both compartmentId and compartmentIdInSubtree are specified, a list of host insight configurations in that compartment and in all sub-compartments will be returned.
|
|
5175
|
+
*
|
|
5176
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5177
|
+
* @param ListHostConfigurationsRequest
|
|
5178
|
+
* @return ListHostConfigurationsResponse
|
|
5179
|
+
* @throws OciError when an error occurs
|
|
5180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
|
|
5181
|
+
*/
|
|
5182
|
+
listHostConfigurations(listHostConfigurationsRequest) {
|
|
5183
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5184
|
+
if (this.logger)
|
|
5185
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listHostConfigurations.");
|
|
5186
|
+
const operationName = "listHostConfigurations";
|
|
5187
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListHostConfigurations";
|
|
5188
|
+
const pathParams = {};
|
|
5189
|
+
const queryParams = {
|
|
5190
|
+
"compartmentId": listHostConfigurationsRequest.compartmentId,
|
|
5191
|
+
"enterpriseManagerBridgeId": listHostConfigurationsRequest.enterpriseManagerBridgeId,
|
|
5192
|
+
"id": listHostConfigurationsRequest.id,
|
|
5193
|
+
"exadataInsightId": listHostConfigurationsRequest.exadataInsightId,
|
|
5194
|
+
"platformType": listHostConfigurationsRequest.platformType,
|
|
5195
|
+
"limit": listHostConfigurationsRequest.limit,
|
|
5196
|
+
"page": listHostConfigurationsRequest.page,
|
|
5197
|
+
"sortOrder": listHostConfigurationsRequest.sortOrder,
|
|
5198
|
+
"sortBy": listHostConfigurationsRequest.sortBy,
|
|
5199
|
+
"definedTagEquals": listHostConfigurationsRequest.definedTagEquals,
|
|
5200
|
+
"freeformTagEquals": listHostConfigurationsRequest.freeformTagEquals,
|
|
5201
|
+
"definedTagExists": listHostConfigurationsRequest.definedTagExists,
|
|
5202
|
+
"freeformTagExists": listHostConfigurationsRequest.freeformTagExists,
|
|
5203
|
+
"compartmentIdInSubtree": listHostConfigurationsRequest.compartmentIdInSubtree,
|
|
5204
|
+
"hostType": listHostConfigurationsRequest.hostType,
|
|
5205
|
+
"hostId": listHostConfigurationsRequest.hostId,
|
|
5206
|
+
"vmclusterName": listHostConfigurationsRequest.vmclusterName
|
|
5207
|
+
};
|
|
5208
|
+
let headerParams = {
|
|
5209
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5210
|
+
"opc-request-id": listHostConfigurationsRequest.opcRequestId
|
|
5211
|
+
};
|
|
5212
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5213
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listHostConfigurationsRequest.retryConfiguration, specRetryConfiguration);
|
|
5214
|
+
if (this.logger)
|
|
5215
|
+
retrier.logger = this.logger;
|
|
5216
|
+
const request = yield oci_common_1.composeRequest({
|
|
5217
|
+
baseEndpoint: this._endpoint,
|
|
5218
|
+
defaultHeaders: this._defaultHeaders,
|
|
5219
|
+
path: "/hostInsights/hostConfigurations",
|
|
5220
|
+
method: "GET",
|
|
5221
|
+
pathParams: pathParams,
|
|
5222
|
+
headerParams: headerParams,
|
|
5223
|
+
queryParams: queryParams
|
|
5224
|
+
});
|
|
5225
|
+
try {
|
|
5226
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5227
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5228
|
+
responseObject: {},
|
|
5229
|
+
body: yield response.json(),
|
|
5230
|
+
bodyKey: "hostConfigurationCollection",
|
|
5231
|
+
bodyModel: model.HostConfigurationCollection,
|
|
5232
|
+
type: "model.HostConfigurationCollection",
|
|
5233
|
+
responseHeaders: [
|
|
5234
|
+
{
|
|
5235
|
+
value: response.headers.get("opc-request-id"),
|
|
5236
|
+
key: "opcRequestId",
|
|
5237
|
+
dataType: "string"
|
|
5238
|
+
},
|
|
5239
|
+
{
|
|
5240
|
+
value: response.headers.get("opc-total-items"),
|
|
5241
|
+
key: "opcTotalItems",
|
|
5242
|
+
dataType: "number"
|
|
5243
|
+
},
|
|
5244
|
+
{
|
|
5245
|
+
value: response.headers.get("opc-next-page"),
|
|
5246
|
+
key: "opcNextPage",
|
|
5247
|
+
dataType: "string"
|
|
5248
|
+
}
|
|
5249
|
+
]
|
|
5250
|
+
});
|
|
5251
|
+
return sdkResponse;
|
|
5252
|
+
}
|
|
5253
|
+
catch (err) {
|
|
5254
|
+
throw err;
|
|
5255
|
+
}
|
|
5256
|
+
});
|
|
5257
|
+
}
|
|
5258
|
+
/**
|
|
5259
|
+
* Gets a list of host insights based on the query parameters specified. Either compartmentId or id query parameter must be specified.
|
|
5260
|
+
* When both compartmentId and compartmentIdInSubtree are specified, a list of host insights in that compartment and in all sub-compartments will be returned.
|
|
5261
|
+
*
|
|
5262
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5263
|
+
* @param ListHostInsightsRequest
|
|
5264
|
+
* @return ListHostInsightsResponse
|
|
5265
|
+
* @throws OciError when an error occurs
|
|
5266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
|
|
5267
|
+
*/
|
|
5268
|
+
listHostInsights(listHostInsightsRequest) {
|
|
5269
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5270
|
+
if (this.logger)
|
|
5271
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listHostInsights.");
|
|
5272
|
+
const operationName = "listHostInsights";
|
|
5273
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListHostInsights";
|
|
5274
|
+
const pathParams = {};
|
|
5275
|
+
const queryParams = {
|
|
5276
|
+
"compartmentId": listHostInsightsRequest.compartmentId,
|
|
5277
|
+
"id": listHostInsightsRequest.id,
|
|
5278
|
+
"status": listHostInsightsRequest.status,
|
|
5279
|
+
"lifecycleState": listHostInsightsRequest.lifecycleState,
|
|
5280
|
+
"hostType": listHostInsightsRequest.hostType,
|
|
5281
|
+
"platformType": listHostInsightsRequest.platformType,
|
|
5282
|
+
"limit": listHostInsightsRequest.limit,
|
|
5283
|
+
"page": listHostInsightsRequest.page,
|
|
5284
|
+
"sortOrder": listHostInsightsRequest.sortOrder,
|
|
5285
|
+
"sortBy": listHostInsightsRequest.sortBy,
|
|
5286
|
+
"enterpriseManagerBridgeId": listHostInsightsRequest.enterpriseManagerBridgeId,
|
|
5287
|
+
"exadataInsightId": listHostInsightsRequest.exadataInsightId,
|
|
5288
|
+
"compartmentIdInSubtree": listHostInsightsRequest.compartmentIdInSubtree
|
|
5289
|
+
};
|
|
5290
|
+
let headerParams = {
|
|
5291
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5292
|
+
"opc-request-id": listHostInsightsRequest.opcRequestId
|
|
5293
|
+
};
|
|
5294
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5295
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listHostInsightsRequest.retryConfiguration, specRetryConfiguration);
|
|
5296
|
+
if (this.logger)
|
|
5297
|
+
retrier.logger = this.logger;
|
|
5298
|
+
const request = yield oci_common_1.composeRequest({
|
|
5299
|
+
baseEndpoint: this._endpoint,
|
|
5300
|
+
defaultHeaders: this._defaultHeaders,
|
|
5301
|
+
path: "/hostInsights",
|
|
5302
|
+
method: "GET",
|
|
5303
|
+
pathParams: pathParams,
|
|
5304
|
+
headerParams: headerParams,
|
|
5305
|
+
queryParams: queryParams
|
|
5306
|
+
});
|
|
5307
|
+
try {
|
|
5308
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5309
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5310
|
+
responseObject: {},
|
|
5311
|
+
body: yield response.json(),
|
|
5312
|
+
bodyKey: "hostInsightSummaryCollection",
|
|
5313
|
+
bodyModel: model.HostInsightSummaryCollection,
|
|
5314
|
+
type: "model.HostInsightSummaryCollection",
|
|
5315
|
+
responseHeaders: [
|
|
5316
|
+
{
|
|
5317
|
+
value: response.headers.get("opc-request-id"),
|
|
5318
|
+
key: "opcRequestId",
|
|
5319
|
+
dataType: "string"
|
|
5320
|
+
},
|
|
5321
|
+
{
|
|
5322
|
+
value: response.headers.get("opc-total-items"),
|
|
5323
|
+
key: "opcTotalItems",
|
|
5324
|
+
dataType: "number"
|
|
5325
|
+
},
|
|
5326
|
+
{
|
|
5327
|
+
value: response.headers.get("opc-next-page"),
|
|
5328
|
+
key: "opcNextPage",
|
|
5329
|
+
dataType: "string"
|
|
5330
|
+
}
|
|
5331
|
+
]
|
|
5332
|
+
});
|
|
5333
|
+
return sdkResponse;
|
|
5334
|
+
}
|
|
5335
|
+
catch (err) {
|
|
5336
|
+
throw err;
|
|
5337
|
+
}
|
|
5338
|
+
});
|
|
5339
|
+
}
|
|
5340
|
+
/**
|
|
5341
|
+
* Get a list of hosted entities details.
|
|
5342
|
+
*
|
|
5343
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5344
|
+
* @param ListHostedEntitiesRequest
|
|
5345
|
+
* @return ListHostedEntitiesResponse
|
|
5346
|
+
* @throws OciError when an error occurs
|
|
5347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
|
|
5348
|
+
*/
|
|
5349
|
+
listHostedEntities(listHostedEntitiesRequest) {
|
|
5350
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5351
|
+
if (this.logger)
|
|
5352
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listHostedEntities.");
|
|
5353
|
+
const operationName = "listHostedEntities";
|
|
5354
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListHostedEntities";
|
|
5355
|
+
const pathParams = {};
|
|
5356
|
+
const queryParams = {
|
|
5357
|
+
"compartmentId": listHostedEntitiesRequest.compartmentId,
|
|
5358
|
+
"analysisTimeInterval": listHostedEntitiesRequest.analysisTimeInterval,
|
|
5359
|
+
"timeIntervalStart": listHostedEntitiesRequest.timeIntervalStart,
|
|
5360
|
+
"timeIntervalEnd": listHostedEntitiesRequest.timeIntervalEnd,
|
|
5361
|
+
"platformType": listHostedEntitiesRequest.platformType,
|
|
5362
|
+
"id": listHostedEntitiesRequest.id,
|
|
5363
|
+
"exadataInsightId": listHostedEntitiesRequest.exadataInsightId,
|
|
5364
|
+
"limit": listHostedEntitiesRequest.limit,
|
|
5365
|
+
"page": listHostedEntitiesRequest.page,
|
|
5366
|
+
"sortOrder": listHostedEntitiesRequest.sortOrder,
|
|
5367
|
+
"sortBy": listHostedEntitiesRequest.sortBy,
|
|
5368
|
+
"hostType": listHostedEntitiesRequest.hostType,
|
|
5369
|
+
"hostId": listHostedEntitiesRequest.hostId
|
|
5370
|
+
};
|
|
5371
|
+
let headerParams = {
|
|
5372
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5373
|
+
"opc-request-id": listHostedEntitiesRequest.opcRequestId
|
|
5374
|
+
};
|
|
5375
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5376
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listHostedEntitiesRequest.retryConfiguration, specRetryConfiguration);
|
|
5377
|
+
if (this.logger)
|
|
5378
|
+
retrier.logger = this.logger;
|
|
5379
|
+
const request = yield oci_common_1.composeRequest({
|
|
5380
|
+
baseEndpoint: this._endpoint,
|
|
5381
|
+
defaultHeaders: this._defaultHeaders,
|
|
5382
|
+
path: "/hostInsights/hostedEntities",
|
|
5383
|
+
method: "GET",
|
|
5384
|
+
pathParams: pathParams,
|
|
5385
|
+
headerParams: headerParams,
|
|
5386
|
+
queryParams: queryParams
|
|
5387
|
+
});
|
|
5388
|
+
try {
|
|
5389
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5390
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5391
|
+
responseObject: {},
|
|
5392
|
+
body: yield response.json(),
|
|
5393
|
+
bodyKey: "hostedEntityCollection",
|
|
5394
|
+
bodyModel: model.HostedEntityCollection,
|
|
5395
|
+
type: "model.HostedEntityCollection",
|
|
5396
|
+
responseHeaders: [
|
|
5397
|
+
{
|
|
5398
|
+
value: response.headers.get("opc-request-id"),
|
|
5399
|
+
key: "opcRequestId",
|
|
5400
|
+
dataType: "string"
|
|
5401
|
+
},
|
|
5402
|
+
{
|
|
5403
|
+
value: response.headers.get("opc-next-page"),
|
|
5404
|
+
key: "opcNextPage",
|
|
5405
|
+
dataType: "string"
|
|
5406
|
+
}
|
|
5407
|
+
]
|
|
5408
|
+
});
|
|
5409
|
+
return sdkResponse;
|
|
5410
|
+
}
|
|
5411
|
+
catch (err) {
|
|
5412
|
+
throw err;
|
|
5413
|
+
}
|
|
5414
|
+
});
|
|
5415
|
+
}
|
|
5416
|
+
/**
|
|
5417
|
+
* Gets a list of agent entities available to add a new hostInsight. An agent entity is \"available\"
|
|
5418
|
+
* and will be shown if all the following conditions are true:
|
|
5419
|
+
* 1. The agent OCID is not already being used for an existing hostInsight.
|
|
5420
|
+
* 2. The agent availabilityStatus = 'ACTIVE'
|
|
5421
|
+
* 3. The agent lifecycleState = 'ACTIVE'
|
|
5422
|
+
*
|
|
5423
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5424
|
+
* @param ListImportableAgentEntitiesRequest
|
|
5425
|
+
* @return ListImportableAgentEntitiesResponse
|
|
5426
|
+
* @throws OciError when an error occurs
|
|
5427
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
|
|
5428
|
+
*/
|
|
5429
|
+
listImportableAgentEntities(listImportableAgentEntitiesRequest) {
|
|
5430
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5431
|
+
if (this.logger)
|
|
5432
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listImportableAgentEntities.");
|
|
5433
|
+
const operationName = "listImportableAgentEntities";
|
|
5434
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListImportableAgentEntities";
|
|
5435
|
+
const pathParams = {};
|
|
5436
|
+
const queryParams = {
|
|
5437
|
+
"compartmentId": listImportableAgentEntitiesRequest.compartmentId,
|
|
5438
|
+
"limit": listImportableAgentEntitiesRequest.limit,
|
|
5439
|
+
"page": listImportableAgentEntitiesRequest.page,
|
|
5440
|
+
"sortOrder": listImportableAgentEntitiesRequest.sortOrder,
|
|
5441
|
+
"sortBy": listImportableAgentEntitiesRequest.sortBy
|
|
5442
|
+
};
|
|
5443
|
+
let headerParams = {
|
|
5444
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5445
|
+
"opc-request-id": listImportableAgentEntitiesRequest.opcRequestId
|
|
5446
|
+
};
|
|
5447
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5448
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listImportableAgentEntitiesRequest.retryConfiguration, specRetryConfiguration);
|
|
5449
|
+
if (this.logger)
|
|
5450
|
+
retrier.logger = this.logger;
|
|
5451
|
+
const request = yield oci_common_1.composeRequest({
|
|
5452
|
+
baseEndpoint: this._endpoint,
|
|
5453
|
+
defaultHeaders: this._defaultHeaders,
|
|
5454
|
+
path: "/importableAgentEntities",
|
|
5455
|
+
method: "GET",
|
|
5456
|
+
pathParams: pathParams,
|
|
5457
|
+
headerParams: headerParams,
|
|
5458
|
+
queryParams: queryParams
|
|
5459
|
+
});
|
|
5460
|
+
try {
|
|
5461
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5462
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5463
|
+
responseObject: {},
|
|
5464
|
+
body: yield response.json(),
|
|
5465
|
+
bodyKey: "importableAgentEntitySummaryCollection",
|
|
5466
|
+
bodyModel: model.ImportableAgentEntitySummaryCollection,
|
|
5467
|
+
type: "model.ImportableAgentEntitySummaryCollection",
|
|
5468
|
+
responseHeaders: [
|
|
5469
|
+
{
|
|
5470
|
+
value: response.headers.get("opc-request-id"),
|
|
5471
|
+
key: "opcRequestId",
|
|
5472
|
+
dataType: "string"
|
|
5473
|
+
},
|
|
5474
|
+
{
|
|
5475
|
+
value: response.headers.get("opc-next-page"),
|
|
5476
|
+
key: "opcNextPage",
|
|
5477
|
+
dataType: "string"
|
|
5478
|
+
}
|
|
5479
|
+
]
|
|
5480
|
+
});
|
|
5481
|
+
return sdkResponse;
|
|
5482
|
+
}
|
|
5483
|
+
catch (err) {
|
|
5484
|
+
throw err;
|
|
5485
|
+
}
|
|
5486
|
+
});
|
|
5487
|
+
}
|
|
5488
|
+
/**
|
|
5489
|
+
* Gets a list of available compute intances running cloud agent to add a new hostInsight. An Compute entity is \"available\"
|
|
5490
|
+
* and will be shown if all the following conditions are true:
|
|
5491
|
+
* 1. Compute is running OCA
|
|
5492
|
+
* 2. OCI Management Agent is not enabled or If OCI Management Agent is enabled
|
|
5493
|
+
* 2.1 The agent OCID is not already being used for an existing hostInsight.
|
|
5494
|
+
* 2.2 The agent availabilityStatus = 'ACTIVE'
|
|
5495
|
+
* 2.3 The agent lifecycleState = 'ACTIVE'
|
|
5496
|
+
*
|
|
5497
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5498
|
+
* @param ListImportableComputeEntitiesRequest
|
|
5499
|
+
* @return ListImportableComputeEntitiesResponse
|
|
5500
|
+
* @throws OciError when an error occurs
|
|
5501
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListImportableComputeEntities.ts.html |here} to see how to use ListImportableComputeEntities API.
|
|
5502
|
+
*/
|
|
5503
|
+
listImportableComputeEntities(listImportableComputeEntitiesRequest) {
|
|
5504
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5505
|
+
if (this.logger)
|
|
5506
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listImportableComputeEntities.");
|
|
5507
|
+
const operationName = "listImportableComputeEntities";
|
|
5508
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListImportableComputeEntities";
|
|
5509
|
+
const pathParams = {};
|
|
5510
|
+
const queryParams = {
|
|
5511
|
+
"compartmentId": listImportableComputeEntitiesRequest.compartmentId,
|
|
5512
|
+
"limit": listImportableComputeEntitiesRequest.limit,
|
|
5513
|
+
"page": listImportableComputeEntitiesRequest.page,
|
|
5514
|
+
"sortOrder": listImportableComputeEntitiesRequest.sortOrder,
|
|
5515
|
+
"sortBy": listImportableComputeEntitiesRequest.sortBy
|
|
5516
|
+
};
|
|
5517
|
+
let headerParams = {
|
|
5518
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5519
|
+
"opc-request-id": listImportableComputeEntitiesRequest.opcRequestId
|
|
5520
|
+
};
|
|
5521
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5522
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listImportableComputeEntitiesRequest.retryConfiguration, specRetryConfiguration);
|
|
5523
|
+
if (this.logger)
|
|
5524
|
+
retrier.logger = this.logger;
|
|
5525
|
+
const request = yield oci_common_1.composeRequest({
|
|
5526
|
+
baseEndpoint: this._endpoint,
|
|
5527
|
+
defaultHeaders: this._defaultHeaders,
|
|
5528
|
+
path: "/importableComputeEntities",
|
|
5529
|
+
method: "GET",
|
|
5530
|
+
pathParams: pathParams,
|
|
5531
|
+
headerParams: headerParams,
|
|
5532
|
+
queryParams: queryParams
|
|
5533
|
+
});
|
|
5534
|
+
try {
|
|
5535
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5536
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5537
|
+
responseObject: {},
|
|
5538
|
+
body: yield response.json(),
|
|
5539
|
+
bodyKey: "importableComputeEntitySummaryCollection",
|
|
5540
|
+
bodyModel: model.ImportableComputeEntitySummaryCollection,
|
|
5541
|
+
type: "model.ImportableComputeEntitySummaryCollection",
|
|
5542
|
+
responseHeaders: [
|
|
5543
|
+
{
|
|
5544
|
+
value: response.headers.get("opc-request-id"),
|
|
5545
|
+
key: "opcRequestId",
|
|
5546
|
+
dataType: "string"
|
|
5547
|
+
},
|
|
5548
|
+
{
|
|
5549
|
+
value: response.headers.get("opc-next-page"),
|
|
5550
|
+
key: "opcNextPage",
|
|
5551
|
+
dataType: "string"
|
|
5552
|
+
}
|
|
5553
|
+
]
|
|
5554
|
+
});
|
|
5555
|
+
return sdkResponse;
|
|
5556
|
+
}
|
|
5557
|
+
catch (err) {
|
|
5558
|
+
throw err;
|
|
5559
|
+
}
|
|
5560
|
+
});
|
|
5561
|
+
}
|
|
5562
|
+
/**
|
|
5563
|
+
* Gets a list of importable entities for an Operations Insights Enterprise Manager bridge that have not been imported before.
|
|
5564
|
+
*
|
|
5565
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5566
|
+
* @param ListImportableEnterpriseManagerEntitiesRequest
|
|
5567
|
+
* @return ListImportableEnterpriseManagerEntitiesResponse
|
|
5568
|
+
* @throws OciError when an error occurs
|
|
5569
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
|
|
5570
|
+
*/
|
|
5571
|
+
listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest) {
|
|
5572
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5573
|
+
if (this.logger)
|
|
5574
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listImportableEnterpriseManagerEntities.");
|
|
5575
|
+
const operationName = "listImportableEnterpriseManagerEntities";
|
|
5576
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/ListImportableEnterpriseManagerEntities";
|
|
5577
|
+
const pathParams = {
|
|
5578
|
+
"{enterpriseManagerBridgeId}": listImportableEnterpriseManagerEntitiesRequest.enterpriseManagerBridgeId
|
|
5579
|
+
};
|
|
5580
|
+
const queryParams = {
|
|
5581
|
+
"limit": listImportableEnterpriseManagerEntitiesRequest.limit,
|
|
5582
|
+
"page": listImportableEnterpriseManagerEntitiesRequest.page,
|
|
5583
|
+
"enterpriseManagerEntityType": listImportableEnterpriseManagerEntitiesRequest.enterpriseManagerEntityType,
|
|
5584
|
+
"enterpriseManagerIdentifier": listImportableEnterpriseManagerEntitiesRequest.enterpriseManagerIdentifier,
|
|
5585
|
+
"enterpriseManagerParentEntityIdentifier": listImportableEnterpriseManagerEntitiesRequest.enterpriseManagerParentEntityIdentifier
|
|
5586
|
+
};
|
|
5587
|
+
let headerParams = {
|
|
5588
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5589
|
+
"opc-request-id": listImportableEnterpriseManagerEntitiesRequest.opcRequestId
|
|
5590
|
+
};
|
|
5591
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5592
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listImportableEnterpriseManagerEntitiesRequest.retryConfiguration, specRetryConfiguration);
|
|
5593
|
+
if (this.logger)
|
|
5594
|
+
retrier.logger = this.logger;
|
|
5595
|
+
const request = yield oci_common_1.composeRequest({
|
|
5596
|
+
baseEndpoint: this._endpoint,
|
|
5597
|
+
defaultHeaders: this._defaultHeaders,
|
|
5598
|
+
path: "/enterpriseManagerBridges/{enterpriseManagerBridgeId}/importableEnterpriseManagerEntities",
|
|
5599
|
+
method: "GET",
|
|
5600
|
+
pathParams: pathParams,
|
|
5601
|
+
headerParams: headerParams,
|
|
5602
|
+
queryParams: queryParams
|
|
5603
|
+
});
|
|
5604
|
+
try {
|
|
5605
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5606
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5607
|
+
responseObject: {},
|
|
5608
|
+
body: yield response.json(),
|
|
5609
|
+
bodyKey: "importableEnterpriseManagerEntityCollection",
|
|
5610
|
+
bodyModel: model.ImportableEnterpriseManagerEntityCollection,
|
|
5611
|
+
type: "model.ImportableEnterpriseManagerEntityCollection",
|
|
5612
|
+
responseHeaders: [
|
|
5613
|
+
{
|
|
5614
|
+
value: response.headers.get("opc-request-id"),
|
|
5615
|
+
key: "opcRequestId",
|
|
5616
|
+
dataType: "string"
|
|
5617
|
+
},
|
|
5618
|
+
{
|
|
5619
|
+
value: response.headers.get("opc-next-page"),
|
|
5620
|
+
key: "opcNextPage",
|
|
5621
|
+
dataType: "string"
|
|
5622
|
+
}
|
|
5623
|
+
]
|
|
5624
|
+
});
|
|
5625
|
+
return sdkResponse;
|
|
5626
|
+
}
|
|
5627
|
+
catch (err) {
|
|
5628
|
+
throw err;
|
|
5629
|
+
}
|
|
5630
|
+
});
|
|
5631
|
+
}
|
|
5632
|
+
/**
|
|
5633
|
+
* Gets a list of Operation Insights private endpoints.
|
|
5634
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5635
|
+
* @param ListOperationsInsightsPrivateEndpointsRequest
|
|
5636
|
+
* @return ListOperationsInsightsPrivateEndpointsResponse
|
|
5637
|
+
* @throws OciError when an error occurs
|
|
5638
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
|
|
5639
|
+
*/
|
|
5640
|
+
listOperationsInsightsPrivateEndpoints(listOperationsInsightsPrivateEndpointsRequest) {
|
|
5641
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5642
|
+
if (this.logger)
|
|
5643
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listOperationsInsightsPrivateEndpoints.");
|
|
5644
|
+
const operationName = "listOperationsInsightsPrivateEndpoints";
|
|
5645
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsPrivateEndpoint/ListOperationsInsightsPrivateEndpoints";
|
|
5646
|
+
const pathParams = {};
|
|
5647
|
+
const queryParams = {
|
|
5648
|
+
"compartmentId": listOperationsInsightsPrivateEndpointsRequest.compartmentId,
|
|
5649
|
+
"displayName": listOperationsInsightsPrivateEndpointsRequest.displayName,
|
|
5650
|
+
"opsiPrivateEndpointId": listOperationsInsightsPrivateEndpointsRequest.opsiPrivateEndpointId,
|
|
5651
|
+
"isUsedForRacDbs": listOperationsInsightsPrivateEndpointsRequest.isUsedForRacDbs,
|
|
5652
|
+
"vcnId": listOperationsInsightsPrivateEndpointsRequest.vcnId,
|
|
5653
|
+
"lifecycleState": listOperationsInsightsPrivateEndpointsRequest.lifecycleState,
|
|
5654
|
+
"limit": listOperationsInsightsPrivateEndpointsRequest.limit,
|
|
5655
|
+
"page": listOperationsInsightsPrivateEndpointsRequest.page,
|
|
5656
|
+
"sortOrder": listOperationsInsightsPrivateEndpointsRequest.sortOrder,
|
|
5657
|
+
"sortBy": listOperationsInsightsPrivateEndpointsRequest.sortBy,
|
|
5658
|
+
"compartmentIdInSubtree": listOperationsInsightsPrivateEndpointsRequest.compartmentIdInSubtree
|
|
5659
|
+
};
|
|
5660
|
+
let headerParams = {
|
|
5661
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5662
|
+
"opc-request-id": listOperationsInsightsPrivateEndpointsRequest.opcRequestId
|
|
5663
|
+
};
|
|
5664
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5665
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOperationsInsightsPrivateEndpointsRequest.retryConfiguration, specRetryConfiguration);
|
|
5666
|
+
if (this.logger)
|
|
5667
|
+
retrier.logger = this.logger;
|
|
5668
|
+
const request = yield oci_common_1.composeRequest({
|
|
5669
|
+
baseEndpoint: this._endpoint,
|
|
5670
|
+
defaultHeaders: this._defaultHeaders,
|
|
5671
|
+
path: "/operationsInsightsPrivateEndpoints",
|
|
5672
|
+
method: "GET",
|
|
5673
|
+
pathParams: pathParams,
|
|
5674
|
+
headerParams: headerParams,
|
|
5675
|
+
queryParams: queryParams
|
|
5676
|
+
});
|
|
5677
|
+
try {
|
|
5678
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5679
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5680
|
+
responseObject: {},
|
|
5681
|
+
body: yield response.json(),
|
|
5682
|
+
bodyKey: "operationsInsightsPrivateEndpointCollection",
|
|
5683
|
+
bodyModel: model.OperationsInsightsPrivateEndpointCollection,
|
|
5684
|
+
type: "model.OperationsInsightsPrivateEndpointCollection",
|
|
5685
|
+
responseHeaders: [
|
|
5686
|
+
{
|
|
5687
|
+
value: response.headers.get("opc-request-id"),
|
|
5688
|
+
key: "opcRequestId",
|
|
5689
|
+
dataType: "string"
|
|
5690
|
+
},
|
|
5691
|
+
{
|
|
5692
|
+
value: response.headers.get("opc-next-page"),
|
|
5693
|
+
key: "opcNextPage",
|
|
5694
|
+
dataType: "string"
|
|
5695
|
+
}
|
|
5696
|
+
]
|
|
5697
|
+
});
|
|
5698
|
+
return sdkResponse;
|
|
5699
|
+
}
|
|
5700
|
+
catch (err) {
|
|
5701
|
+
throw err;
|
|
5702
|
+
}
|
|
5703
|
+
});
|
|
5704
|
+
}
|
|
5705
|
+
/**
|
|
5706
|
+
* 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.
|
|
5707
|
+
*
|
|
5708
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5709
|
+
* @param ListOperationsInsightsWarehouseUsersRequest
|
|
5710
|
+
* @return ListOperationsInsightsWarehouseUsersResponse
|
|
4790
5711
|
* @throws OciError when an error occurs
|
|
4791
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5712
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
|
|
4792
5713
|
*/
|
|
4793
|
-
|
|
5714
|
+
listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest) {
|
|
4794
5715
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4795
5716
|
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/
|
|
5717
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listOperationsInsightsWarehouseUsers.");
|
|
5718
|
+
const operationName = "listOperationsInsightsWarehouseUsers";
|
|
5719
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouseUsers/ListOperationsInsightsWarehouseUsers";
|
|
4799
5720
|
const pathParams = {};
|
|
4800
5721
|
const queryParams = {
|
|
4801
|
-
"compartmentId":
|
|
4802
|
-
"
|
|
4803
|
-
"
|
|
4804
|
-
"
|
|
4805
|
-
"
|
|
4806
|
-
"
|
|
4807
|
-
"
|
|
4808
|
-
"
|
|
4809
|
-
"
|
|
4810
|
-
"sortOrder": listHostedEntitiesRequest.sortOrder,
|
|
4811
|
-
"sortBy": listHostedEntitiesRequest.sortBy,
|
|
4812
|
-
"hostType": listHostedEntitiesRequest.hostType,
|
|
4813
|
-
"hostId": listHostedEntitiesRequest.hostId
|
|
5722
|
+
"compartmentId": listOperationsInsightsWarehouseUsersRequest.compartmentId,
|
|
5723
|
+
"displayName": listOperationsInsightsWarehouseUsersRequest.displayName,
|
|
5724
|
+
"id": listOperationsInsightsWarehouseUsersRequest.id,
|
|
5725
|
+
"operationsInsightsWarehouseId": listOperationsInsightsWarehouseUsersRequest.operationsInsightsWarehouseId,
|
|
5726
|
+
"lifecycleState": listOperationsInsightsWarehouseUsersRequest.lifecycleState,
|
|
5727
|
+
"limit": listOperationsInsightsWarehouseUsersRequest.limit,
|
|
5728
|
+
"page": listOperationsInsightsWarehouseUsersRequest.page,
|
|
5729
|
+
"sortOrder": listOperationsInsightsWarehouseUsersRequest.sortOrder,
|
|
5730
|
+
"sortBy": listOperationsInsightsWarehouseUsersRequest.sortBy
|
|
4814
5731
|
};
|
|
4815
5732
|
let headerParams = {
|
|
4816
5733
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4817
|
-
"opc-request-id":
|
|
5734
|
+
"opc-request-id": listOperationsInsightsWarehouseUsersRequest.opcRequestId
|
|
4818
5735
|
};
|
|
4819
5736
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4820
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
5737
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOperationsInsightsWarehouseUsersRequest.retryConfiguration, specRetryConfiguration);
|
|
4821
5738
|
if (this.logger)
|
|
4822
5739
|
retrier.logger = this.logger;
|
|
4823
5740
|
const request = yield oci_common_1.composeRequest({
|
|
4824
5741
|
baseEndpoint: this._endpoint,
|
|
4825
5742
|
defaultHeaders: this._defaultHeaders,
|
|
4826
|
-
path: "/
|
|
5743
|
+
path: "/operationsInsightsWarehouseUsers",
|
|
4827
5744
|
method: "GET",
|
|
4828
5745
|
pathParams: pathParams,
|
|
4829
5746
|
headerParams: headerParams,
|
|
@@ -4834,9 +5751,9 @@ class OperationsInsightsClient {
|
|
|
4834
5751
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4835
5752
|
responseObject: {},
|
|
4836
5753
|
body: yield response.json(),
|
|
4837
|
-
bodyKey: "
|
|
4838
|
-
bodyModel: model.
|
|
4839
|
-
type: "model.
|
|
5754
|
+
bodyKey: "operationsInsightsWarehouseUserSummaryCollection",
|
|
5755
|
+
bodyModel: model.OperationsInsightsWarehouseUserSummaryCollection,
|
|
5756
|
+
type: "model.OperationsInsightsWarehouseUserSummaryCollection",
|
|
4840
5757
|
responseHeaders: [
|
|
4841
5758
|
{
|
|
4842
5759
|
value: response.headers.get("opc-request-id"),
|
|
@@ -4858,44 +5775,44 @@ class OperationsInsightsClient {
|
|
|
4858
5775
|
});
|
|
4859
5776
|
}
|
|
4860
5777
|
/**
|
|
4861
|
-
* Gets a list of
|
|
4862
|
-
*
|
|
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'
|
|
5778
|
+
* Gets a list of Operations Insights warehouses. Either compartmentId or id must be specified.
|
|
5779
|
+
* There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
|
|
4866
5780
|
*
|
|
4867
5781
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4868
|
-
* @param
|
|
4869
|
-
* @return
|
|
5782
|
+
* @param ListOperationsInsightsWarehousesRequest
|
|
5783
|
+
* @return ListOperationsInsightsWarehousesResponse
|
|
4870
5784
|
* @throws OciError when an error occurs
|
|
4871
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5785
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
|
|
4872
5786
|
*/
|
|
4873
|
-
|
|
5787
|
+
listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest) {
|
|
4874
5788
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4875
5789
|
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/
|
|
5790
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listOperationsInsightsWarehouses.");
|
|
5791
|
+
const operationName = "listOperationsInsightsWarehouses";
|
|
5792
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/ListOperationsInsightsWarehouses";
|
|
4879
5793
|
const pathParams = {};
|
|
4880
5794
|
const queryParams = {
|
|
4881
|
-
"compartmentId":
|
|
4882
|
-
"
|
|
4883
|
-
"
|
|
4884
|
-
"
|
|
4885
|
-
"
|
|
5795
|
+
"compartmentId": listOperationsInsightsWarehousesRequest.compartmentId,
|
|
5796
|
+
"displayName": listOperationsInsightsWarehousesRequest.displayName,
|
|
5797
|
+
"id": listOperationsInsightsWarehousesRequest.id,
|
|
5798
|
+
"lifecycleState": listOperationsInsightsWarehousesRequest.lifecycleState,
|
|
5799
|
+
"limit": listOperationsInsightsWarehousesRequest.limit,
|
|
5800
|
+
"page": listOperationsInsightsWarehousesRequest.page,
|
|
5801
|
+
"sortOrder": listOperationsInsightsWarehousesRequest.sortOrder,
|
|
5802
|
+
"sortBy": listOperationsInsightsWarehousesRequest.sortBy
|
|
4886
5803
|
};
|
|
4887
5804
|
let headerParams = {
|
|
4888
5805
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4889
|
-
"opc-request-id":
|
|
5806
|
+
"opc-request-id": listOperationsInsightsWarehousesRequest.opcRequestId
|
|
4890
5807
|
};
|
|
4891
5808
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4892
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
5809
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOperationsInsightsWarehousesRequest.retryConfiguration, specRetryConfiguration);
|
|
4893
5810
|
if (this.logger)
|
|
4894
5811
|
retrier.logger = this.logger;
|
|
4895
5812
|
const request = yield oci_common_1.composeRequest({
|
|
4896
5813
|
baseEndpoint: this._endpoint,
|
|
4897
5814
|
defaultHeaders: this._defaultHeaders,
|
|
4898
|
-
path: "/
|
|
5815
|
+
path: "/operationsInsightsWarehouses",
|
|
4899
5816
|
method: "GET",
|
|
4900
5817
|
pathParams: pathParams,
|
|
4901
5818
|
headerParams: headerParams,
|
|
@@ -4906,9 +5823,9 @@ class OperationsInsightsClient {
|
|
|
4906
5823
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4907
5824
|
responseObject: {},
|
|
4908
5825
|
body: yield response.json(),
|
|
4909
|
-
bodyKey: "
|
|
4910
|
-
bodyModel: model.
|
|
4911
|
-
type: "model.
|
|
5826
|
+
bodyKey: "operationsInsightsWarehouseSummaryCollection",
|
|
5827
|
+
bodyModel: model.OperationsInsightsWarehouseSummaryCollection,
|
|
5828
|
+
type: "model.OperationsInsightsWarehouseSummaryCollection",
|
|
4912
5829
|
responseHeaders: [
|
|
4913
5830
|
{
|
|
4914
5831
|
value: response.headers.get("opc-request-id"),
|
|
@@ -4930,46 +5847,43 @@ class OperationsInsightsClient {
|
|
|
4930
5847
|
});
|
|
4931
5848
|
}
|
|
4932
5849
|
/**
|
|
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'
|
|
5850
|
+
* Gets a list of OPSI configuration resources based on the query parameters specified.
|
|
4940
5851
|
*
|
|
4941
5852
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4942
|
-
* @param
|
|
4943
|
-
* @return
|
|
5853
|
+
* @param ListOpsiConfigurationsRequest
|
|
5854
|
+
* @return ListOpsiConfigurationsResponse
|
|
4944
5855
|
* @throws OciError when an error occurs
|
|
4945
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5856
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListOpsiConfigurations.ts.html |here} to see how to use ListOpsiConfigurations API.
|
|
4946
5857
|
*/
|
|
4947
|
-
|
|
5858
|
+
listOpsiConfigurations(listOpsiConfigurationsRequest) {
|
|
4948
5859
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4949
5860
|
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/
|
|
5861
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listOpsiConfigurations.");
|
|
5862
|
+
const operationName = "listOpsiConfigurations";
|
|
5863
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiConfigurations/ListOpsiConfigurations";
|
|
4953
5864
|
const pathParams = {};
|
|
4954
5865
|
const queryParams = {
|
|
4955
|
-
"compartmentId":
|
|
4956
|
-
"
|
|
4957
|
-
"
|
|
4958
|
-
"
|
|
4959
|
-
"
|
|
5866
|
+
"compartmentId": listOpsiConfigurationsRequest.compartmentId,
|
|
5867
|
+
"displayName": listOpsiConfigurationsRequest.displayName,
|
|
5868
|
+
"lifecycleState": listOpsiConfigurationsRequest.lifecycleState,
|
|
5869
|
+
"opsiConfigType": listOpsiConfigurationsRequest.opsiConfigType,
|
|
5870
|
+
"limit": listOpsiConfigurationsRequest.limit,
|
|
5871
|
+
"page": listOpsiConfigurationsRequest.page,
|
|
5872
|
+
"sortOrder": listOpsiConfigurationsRequest.sortOrder,
|
|
5873
|
+
"sortBy": listOpsiConfigurationsRequest.sortBy
|
|
4960
5874
|
};
|
|
4961
5875
|
let headerParams = {
|
|
4962
5876
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4963
|
-
"opc-request-id":
|
|
5877
|
+
"opc-request-id": listOpsiConfigurationsRequest.opcRequestId
|
|
4964
5878
|
};
|
|
4965
5879
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4966
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
5880
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOpsiConfigurationsRequest.retryConfiguration, specRetryConfiguration);
|
|
4967
5881
|
if (this.logger)
|
|
4968
5882
|
retrier.logger = this.logger;
|
|
4969
5883
|
const request = yield oci_common_1.composeRequest({
|
|
4970
5884
|
baseEndpoint: this._endpoint,
|
|
4971
5885
|
defaultHeaders: this._defaultHeaders,
|
|
4972
|
-
path: "/
|
|
5886
|
+
path: "/opsiConfigurations",
|
|
4973
5887
|
method: "GET",
|
|
4974
5888
|
pathParams: pathParams,
|
|
4975
5889
|
headerParams: headerParams,
|
|
@@ -4980,9 +5894,9 @@ class OperationsInsightsClient {
|
|
|
4980
5894
|
const sdkResponse = oci_common_1.composeResponse({
|
|
4981
5895
|
responseObject: {},
|
|
4982
5896
|
body: yield response.json(),
|
|
4983
|
-
bodyKey: "
|
|
4984
|
-
bodyModel: model.
|
|
4985
|
-
type: "model.
|
|
5897
|
+
bodyKey: "opsiConfigurationsCollection",
|
|
5898
|
+
bodyModel: model.OpsiConfigurationsCollection,
|
|
5899
|
+
type: "model.OpsiConfigurationsCollection",
|
|
4986
5900
|
responseHeaders: [
|
|
4987
5901
|
{
|
|
4988
5902
|
value: response.headers.get("opc-request-id"),
|
|
@@ -5004,42 +5918,112 @@ class OperationsInsightsClient {
|
|
|
5004
5918
|
});
|
|
5005
5919
|
}
|
|
5006
5920
|
/**
|
|
5007
|
-
* Gets a list of
|
|
5921
|
+
* Gets a list of OPSI data objects based on the query parameters specified. CompartmentId id query parameter must be specified.
|
|
5008
5922
|
*
|
|
5009
5923
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5010
|
-
* @param
|
|
5011
|
-
* @return
|
|
5924
|
+
* @param ListOpsiDataObjectsRequest
|
|
5925
|
+
* @return ListOpsiDataObjectsResponse
|
|
5012
5926
|
* @throws OciError when an error occurs
|
|
5013
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5927
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
|
|
5014
5928
|
*/
|
|
5015
|
-
|
|
5929
|
+
listOpsiDataObjects(listOpsiDataObjectsRequest) {
|
|
5016
5930
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5017
5931
|
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
|
-
|
|
5932
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listOpsiDataObjects.");
|
|
5933
|
+
const operationName = "listOpsiDataObjects";
|
|
5934
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiDataObjects/ListOpsiDataObjects";
|
|
5935
|
+
const pathParams = {};
|
|
5936
|
+
const queryParams = {
|
|
5937
|
+
"compartmentId": listOpsiDataObjectsRequest.compartmentId,
|
|
5938
|
+
"dataObjectType": listOpsiDataObjectsRequest.dataObjectType,
|
|
5939
|
+
"displayName": listOpsiDataObjectsRequest.displayName,
|
|
5940
|
+
"limit": listOpsiDataObjectsRequest.limit,
|
|
5941
|
+
"page": listOpsiDataObjectsRequest.page,
|
|
5942
|
+
"sortOrder": listOpsiDataObjectsRequest.sortOrder,
|
|
5943
|
+
"sortBy": listOpsiDataObjectsRequest.sortBy
|
|
5944
|
+
};
|
|
5945
|
+
let headerParams = {
|
|
5946
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5947
|
+
"opc-request-id": listOpsiDataObjectsRequest.opcRequestId
|
|
5023
5948
|
};
|
|
5949
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5950
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOpsiDataObjectsRequest.retryConfiguration, specRetryConfiguration);
|
|
5951
|
+
if (this.logger)
|
|
5952
|
+
retrier.logger = this.logger;
|
|
5953
|
+
const request = yield oci_common_1.composeRequest({
|
|
5954
|
+
baseEndpoint: this._endpoint,
|
|
5955
|
+
defaultHeaders: this._defaultHeaders,
|
|
5956
|
+
path: "/opsiDataObjects",
|
|
5957
|
+
method: "GET",
|
|
5958
|
+
pathParams: pathParams,
|
|
5959
|
+
headerParams: headerParams,
|
|
5960
|
+
queryParams: queryParams
|
|
5961
|
+
});
|
|
5962
|
+
try {
|
|
5963
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5964
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
5965
|
+
responseObject: {},
|
|
5966
|
+
body: yield response.json(),
|
|
5967
|
+
bodyKey: "opsiDataObjectsCollection",
|
|
5968
|
+
bodyModel: model.OpsiDataObjectsCollection,
|
|
5969
|
+
type: "model.OpsiDataObjectsCollection",
|
|
5970
|
+
responseHeaders: [
|
|
5971
|
+
{
|
|
5972
|
+
value: response.headers.get("opc-request-id"),
|
|
5973
|
+
key: "opcRequestId",
|
|
5974
|
+
dataType: "string"
|
|
5975
|
+
},
|
|
5976
|
+
{
|
|
5977
|
+
value: response.headers.get("opc-next-page"),
|
|
5978
|
+
key: "opcNextPage",
|
|
5979
|
+
dataType: "string"
|
|
5980
|
+
}
|
|
5981
|
+
]
|
|
5982
|
+
});
|
|
5983
|
+
return sdkResponse;
|
|
5984
|
+
}
|
|
5985
|
+
catch (err) {
|
|
5986
|
+
throw err;
|
|
5987
|
+
}
|
|
5988
|
+
});
|
|
5989
|
+
}
|
|
5990
|
+
/**
|
|
5991
|
+
* 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.
|
|
5992
|
+
* Either databaseId or id must be specified.
|
|
5993
|
+
*
|
|
5994
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5995
|
+
* @param ListSqlPlansRequest
|
|
5996
|
+
* @return ListSqlPlansResponse
|
|
5997
|
+
* @throws OciError when an error occurs
|
|
5998
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
|
|
5999
|
+
*/
|
|
6000
|
+
listSqlPlans(listSqlPlansRequest) {
|
|
6001
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
6002
|
+
if (this.logger)
|
|
6003
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listSqlPlans.");
|
|
6004
|
+
const operationName = "listSqlPlans";
|
|
6005
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListSqlPlans";
|
|
6006
|
+
const pathParams = {};
|
|
5024
6007
|
const queryParams = {
|
|
5025
|
-
"
|
|
5026
|
-
"
|
|
5027
|
-
"
|
|
5028
|
-
"
|
|
5029
|
-
"
|
|
6008
|
+
"compartmentId": listSqlPlansRequest.compartmentId,
|
|
6009
|
+
"databaseId": listSqlPlansRequest.databaseId,
|
|
6010
|
+
"id": listSqlPlansRequest.id,
|
|
6011
|
+
"sqlIdentifier": listSqlPlansRequest.sqlIdentifier,
|
|
6012
|
+
"planHash": listSqlPlansRequest.planHash,
|
|
6013
|
+
"page": listSqlPlansRequest.page
|
|
5030
6014
|
};
|
|
5031
6015
|
let headerParams = {
|
|
5032
6016
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5033
|
-
"opc-request-id":
|
|
6017
|
+
"opc-request-id": listSqlPlansRequest.opcRequestId
|
|
5034
6018
|
};
|
|
5035
6019
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5036
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6020
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSqlPlansRequest.retryConfiguration, specRetryConfiguration);
|
|
5037
6021
|
if (this.logger)
|
|
5038
6022
|
retrier.logger = this.logger;
|
|
5039
6023
|
const request = yield oci_common_1.composeRequest({
|
|
5040
6024
|
baseEndpoint: this._endpoint,
|
|
5041
6025
|
defaultHeaders: this._defaultHeaders,
|
|
5042
|
-
path: "/
|
|
6026
|
+
path: "/databaseInsights/sqlPlans",
|
|
5043
6027
|
method: "GET",
|
|
5044
6028
|
pathParams: pathParams,
|
|
5045
6029
|
headerParams: headerParams,
|
|
@@ -5050,9 +6034,9 @@ class OperationsInsightsClient {
|
|
|
5050
6034
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5051
6035
|
responseObject: {},
|
|
5052
6036
|
body: yield response.json(),
|
|
5053
|
-
bodyKey: "
|
|
5054
|
-
bodyModel: model.
|
|
5055
|
-
type: "model.
|
|
6037
|
+
bodyKey: "sqlPlanCollection",
|
|
6038
|
+
bodyModel: model.SqlPlanCollection,
|
|
6039
|
+
type: "model.SqlPlanCollection",
|
|
5056
6040
|
responseHeaders: [
|
|
5057
6041
|
{
|
|
5058
6042
|
value: response.headers.get("opc-request-id"),
|
|
@@ -5074,45 +6058,47 @@ class OperationsInsightsClient {
|
|
|
5074
6058
|
});
|
|
5075
6059
|
}
|
|
5076
6060
|
/**
|
|
5077
|
-
*
|
|
6061
|
+
* Search SQL by SQL Identifier across databases in a compartment and in all sub-compartments if specified.
|
|
6062
|
+
* And get the SQL Text and the details of the databases executing the SQL for a given time period.
|
|
6063
|
+
*
|
|
5078
6064
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5079
|
-
* @param
|
|
5080
|
-
* @return
|
|
6065
|
+
* @param ListSqlSearchesRequest
|
|
6066
|
+
* @return ListSqlSearchesResponse
|
|
5081
6067
|
* @throws OciError when an error occurs
|
|
5082
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6068
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
|
|
5083
6069
|
*/
|
|
5084
|
-
|
|
6070
|
+
listSqlSearches(listSqlSearchesRequest) {
|
|
5085
6071
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5086
6072
|
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/
|
|
6073
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listSqlSearches.");
|
|
6074
|
+
const operationName = "listSqlSearches";
|
|
6075
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListSqlSearches";
|
|
5090
6076
|
const pathParams = {};
|
|
5091
6077
|
const queryParams = {
|
|
5092
|
-
"compartmentId":
|
|
5093
|
-
"
|
|
5094
|
-
"
|
|
5095
|
-
"
|
|
5096
|
-
"
|
|
5097
|
-
"
|
|
5098
|
-
"
|
|
5099
|
-
"
|
|
5100
|
-
"
|
|
5101
|
-
"
|
|
5102
|
-
"compartmentIdInSubtree":
|
|
6078
|
+
"compartmentId": listSqlSearchesRequest.compartmentId,
|
|
6079
|
+
"sqlIdentifier": listSqlSearchesRequest.sqlIdentifier,
|
|
6080
|
+
"analysisTimeInterval": listSqlSearchesRequest.analysisTimeInterval,
|
|
6081
|
+
"timeIntervalStart": listSqlSearchesRequest.timeIntervalStart,
|
|
6082
|
+
"timeIntervalEnd": listSqlSearchesRequest.timeIntervalEnd,
|
|
6083
|
+
"page": listSqlSearchesRequest.page,
|
|
6084
|
+
"definedTagEquals": listSqlSearchesRequest.definedTagEquals,
|
|
6085
|
+
"freeformTagEquals": listSqlSearchesRequest.freeformTagEquals,
|
|
6086
|
+
"definedTagExists": listSqlSearchesRequest.definedTagExists,
|
|
6087
|
+
"freeformTagExists": listSqlSearchesRequest.freeformTagExists,
|
|
6088
|
+
"compartmentIdInSubtree": listSqlSearchesRequest.compartmentIdInSubtree
|
|
5103
6089
|
};
|
|
5104
6090
|
let headerParams = {
|
|
5105
6091
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5106
|
-
"opc-request-id":
|
|
6092
|
+
"opc-request-id": listSqlSearchesRequest.opcRequestId
|
|
5107
6093
|
};
|
|
5108
6094
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5109
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6095
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSqlSearchesRequest.retryConfiguration, specRetryConfiguration);
|
|
5110
6096
|
if (this.logger)
|
|
5111
6097
|
retrier.logger = this.logger;
|
|
5112
6098
|
const request = yield oci_common_1.composeRequest({
|
|
5113
6099
|
baseEndpoint: this._endpoint,
|
|
5114
6100
|
defaultHeaders: this._defaultHeaders,
|
|
5115
|
-
path: "/
|
|
6101
|
+
path: "/databaseInsights/sqlSearches",
|
|
5116
6102
|
method: "GET",
|
|
5117
6103
|
pathParams: pathParams,
|
|
5118
6104
|
headerParams: headerParams,
|
|
@@ -5123,9 +6109,9 @@ class OperationsInsightsClient {
|
|
|
5123
6109
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5124
6110
|
responseObject: {},
|
|
5125
6111
|
body: yield response.json(),
|
|
5126
|
-
bodyKey: "
|
|
5127
|
-
bodyModel: model.
|
|
5128
|
-
type: "model.
|
|
6112
|
+
bodyKey: "sqlSearchCollection",
|
|
6113
|
+
bodyModel: model.SqlSearchCollection,
|
|
6114
|
+
type: "model.SqlSearchCollection",
|
|
5129
6115
|
responseHeaders: [
|
|
5130
6116
|
{
|
|
5131
6117
|
value: response.headers.get("opc-request-id"),
|
|
@@ -5147,44 +6133,45 @@ class OperationsInsightsClient {
|
|
|
5147
6133
|
});
|
|
5148
6134
|
}
|
|
5149
6135
|
/**
|
|
5150
|
-
*
|
|
6136
|
+
* Query SQL Warehouse to get the full SQL Text for a SQL in a compartment and in all sub-compartments if specified.
|
|
5151
6137
|
*
|
|
5152
6138
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5153
|
-
* @param
|
|
5154
|
-
* @return
|
|
6139
|
+
* @param ListSqlTextsRequest
|
|
6140
|
+
* @return ListSqlTextsResponse
|
|
5155
6141
|
* @throws OciError when an error occurs
|
|
5156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
|
|
5157
6143
|
*/
|
|
5158
|
-
|
|
6144
|
+
listSqlTexts(listSqlTextsRequest) {
|
|
5159
6145
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5160
6146
|
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/
|
|
6147
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listSqlTexts.");
|
|
6148
|
+
const operationName = "listSqlTexts";
|
|
6149
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListSqlTexts";
|
|
5164
6150
|
const pathParams = {};
|
|
5165
6151
|
const queryParams = {
|
|
5166
|
-
"compartmentId":
|
|
5167
|
-
"
|
|
5168
|
-
"id":
|
|
5169
|
-
"
|
|
5170
|
-
"
|
|
5171
|
-
"
|
|
5172
|
-
"
|
|
5173
|
-
"
|
|
5174
|
-
"
|
|
6152
|
+
"compartmentId": listSqlTextsRequest.compartmentId,
|
|
6153
|
+
"databaseId": listSqlTextsRequest.databaseId,
|
|
6154
|
+
"id": listSqlTextsRequest.id,
|
|
6155
|
+
"sqlIdentifier": listSqlTextsRequest.sqlIdentifier,
|
|
6156
|
+
"page": listSqlTextsRequest.page,
|
|
6157
|
+
"definedTagEquals": listSqlTextsRequest.definedTagEquals,
|
|
6158
|
+
"freeformTagEquals": listSqlTextsRequest.freeformTagEquals,
|
|
6159
|
+
"definedTagExists": listSqlTextsRequest.definedTagExists,
|
|
6160
|
+
"freeformTagExists": listSqlTextsRequest.freeformTagExists,
|
|
6161
|
+
"compartmentIdInSubtree": listSqlTextsRequest.compartmentIdInSubtree
|
|
5175
6162
|
};
|
|
5176
6163
|
let headerParams = {
|
|
5177
6164
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5178
|
-
"opc-request-id":
|
|
6165
|
+
"opc-request-id": listSqlTextsRequest.opcRequestId
|
|
5179
6166
|
};
|
|
5180
6167
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5181
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6168
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSqlTextsRequest.retryConfiguration, specRetryConfiguration);
|
|
5182
6169
|
if (this.logger)
|
|
5183
6170
|
retrier.logger = this.logger;
|
|
5184
6171
|
const request = yield oci_common_1.composeRequest({
|
|
5185
6172
|
baseEndpoint: this._endpoint,
|
|
5186
6173
|
defaultHeaders: this._defaultHeaders,
|
|
5187
|
-
path: "/
|
|
6174
|
+
path: "/databaseInsights/sqlTexts",
|
|
5188
6175
|
method: "GET",
|
|
5189
6176
|
pathParams: pathParams,
|
|
5190
6177
|
headerParams: headerParams,
|
|
@@ -5195,9 +6182,9 @@ class OperationsInsightsClient {
|
|
|
5195
6182
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5196
6183
|
responseObject: {},
|
|
5197
6184
|
body: yield response.json(),
|
|
5198
|
-
bodyKey: "
|
|
5199
|
-
bodyModel: model.
|
|
5200
|
-
type: "model.
|
|
6185
|
+
bodyKey: "sqlTextCollection",
|
|
6186
|
+
bodyModel: model.SqlTextCollection,
|
|
6187
|
+
type: "model.SqlTextCollection",
|
|
5201
6188
|
responseHeaders: [
|
|
5202
6189
|
{
|
|
5203
6190
|
value: response.headers.get("opc-request-id"),
|
|
@@ -5219,44 +6206,41 @@ class OperationsInsightsClient {
|
|
|
5219
6206
|
});
|
|
5220
6207
|
}
|
|
5221
6208
|
/**
|
|
5222
|
-
*
|
|
5223
|
-
* There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment.
|
|
6209
|
+
* Return a (paginated) list of errors for a given work request.
|
|
5224
6210
|
*
|
|
5225
6211
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5226
|
-
* @param
|
|
5227
|
-
* @return
|
|
6212
|
+
* @param ListWorkRequestErrorsRequest
|
|
6213
|
+
* @return ListWorkRequestErrorsResponse
|
|
5228
6214
|
* @throws OciError when an error occurs
|
|
5229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
5230
6216
|
*/
|
|
5231
|
-
|
|
6217
|
+
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
5232
6218
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5233
6219
|
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 = {
|
|
6220
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listWorkRequestErrors.");
|
|
6221
|
+
const operationName = "listWorkRequestErrors";
|
|
6222
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/WorkRequests/ListWorkRequestErrors";
|
|
6223
|
+
const pathParams = {
|
|
6224
|
+
"{workRequestId}": listWorkRequestErrorsRequest.workRequestId
|
|
6225
|
+
};
|
|
5238
6226
|
const queryParams = {
|
|
5239
|
-
"
|
|
5240
|
-
"
|
|
5241
|
-
"
|
|
5242
|
-
"
|
|
5243
|
-
"limit": listOperationsInsightsWarehousesRequest.limit,
|
|
5244
|
-
"page": listOperationsInsightsWarehousesRequest.page,
|
|
5245
|
-
"sortOrder": listOperationsInsightsWarehousesRequest.sortOrder,
|
|
5246
|
-
"sortBy": listOperationsInsightsWarehousesRequest.sortBy
|
|
6227
|
+
"page": listWorkRequestErrorsRequest.page,
|
|
6228
|
+
"limit": listWorkRequestErrorsRequest.limit,
|
|
6229
|
+
"sortBy": listWorkRequestErrorsRequest.sortBy,
|
|
6230
|
+
"sortOrder": listWorkRequestErrorsRequest.sortOrder
|
|
5247
6231
|
};
|
|
5248
6232
|
let headerParams = {
|
|
5249
6233
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5250
|
-
"opc-request-id":
|
|
6234
|
+
"opc-request-id": listWorkRequestErrorsRequest.opcRequestId
|
|
5251
6235
|
};
|
|
5252
6236
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5253
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6237
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestErrorsRequest.retryConfiguration, specRetryConfiguration);
|
|
5254
6238
|
if (this.logger)
|
|
5255
6239
|
retrier.logger = this.logger;
|
|
5256
6240
|
const request = yield oci_common_1.composeRequest({
|
|
5257
6241
|
baseEndpoint: this._endpoint,
|
|
5258
6242
|
defaultHeaders: this._defaultHeaders,
|
|
5259
|
-
path: "/
|
|
6243
|
+
path: "/workRequests/{workRequestId}/errors",
|
|
5260
6244
|
method: "GET",
|
|
5261
6245
|
pathParams: pathParams,
|
|
5262
6246
|
headerParams: headerParams,
|
|
@@ -5267,18 +6251,18 @@ class OperationsInsightsClient {
|
|
|
5267
6251
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5268
6252
|
responseObject: {},
|
|
5269
6253
|
body: yield response.json(),
|
|
5270
|
-
bodyKey: "
|
|
5271
|
-
bodyModel: model.
|
|
5272
|
-
type: "model.
|
|
6254
|
+
bodyKey: "workRequestErrorCollection",
|
|
6255
|
+
bodyModel: model.WorkRequestErrorCollection,
|
|
6256
|
+
type: "model.WorkRequestErrorCollection",
|
|
5273
6257
|
responseHeaders: [
|
|
5274
6258
|
{
|
|
5275
|
-
value: response.headers.get("opc-
|
|
5276
|
-
key: "
|
|
6259
|
+
value: response.headers.get("opc-next-page"),
|
|
6260
|
+
key: "opcNextPage",
|
|
5277
6261
|
dataType: "string"
|
|
5278
6262
|
},
|
|
5279
6263
|
{
|
|
5280
|
-
value: response.headers.get("opc-
|
|
5281
|
-
key: "
|
|
6264
|
+
value: response.headers.get("opc-request-id"),
|
|
6265
|
+
key: "opcRequestId",
|
|
5282
6266
|
dataType: "string"
|
|
5283
6267
|
}
|
|
5284
6268
|
]
|
|
@@ -5291,43 +6275,41 @@ class OperationsInsightsClient {
|
|
|
5291
6275
|
});
|
|
5292
6276
|
}
|
|
5293
6277
|
/**
|
|
5294
|
-
*
|
|
6278
|
+
* Return a (paginated) list of logs for a given work request.
|
|
5295
6279
|
*
|
|
5296
6280
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5297
|
-
* @param
|
|
5298
|
-
* @return
|
|
6281
|
+
* @param ListWorkRequestLogsRequest
|
|
6282
|
+
* @return ListWorkRequestLogsResponse
|
|
5299
6283
|
* @throws OciError when an error occurs
|
|
5300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6284
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
5301
6285
|
*/
|
|
5302
|
-
|
|
6286
|
+
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
5303
6287
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5304
6288
|
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 = {
|
|
6289
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listWorkRequestLogs.");
|
|
6290
|
+
const operationName = "listWorkRequestLogs";
|
|
6291
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/WorkRequests/ListWorkRequestLogs";
|
|
6292
|
+
const pathParams = {
|
|
6293
|
+
"{workRequestId}": listWorkRequestLogsRequest.workRequestId
|
|
6294
|
+
};
|
|
5309
6295
|
const queryParams = {
|
|
5310
|
-
"
|
|
5311
|
-
"
|
|
5312
|
-
"
|
|
5313
|
-
"
|
|
5314
|
-
"limit": listOpsiConfigurationsRequest.limit,
|
|
5315
|
-
"page": listOpsiConfigurationsRequest.page,
|
|
5316
|
-
"sortOrder": listOpsiConfigurationsRequest.sortOrder,
|
|
5317
|
-
"sortBy": listOpsiConfigurationsRequest.sortBy
|
|
6296
|
+
"page": listWorkRequestLogsRequest.page,
|
|
6297
|
+
"limit": listWorkRequestLogsRequest.limit,
|
|
6298
|
+
"sortBy": listWorkRequestLogsRequest.sortBy,
|
|
6299
|
+
"sortOrder": listWorkRequestLogsRequest.sortOrder
|
|
5318
6300
|
};
|
|
5319
6301
|
let headerParams = {
|
|
5320
6302
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5321
|
-
"opc-request-id":
|
|
6303
|
+
"opc-request-id": listWorkRequestLogsRequest.opcRequestId
|
|
5322
6304
|
};
|
|
5323
6305
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5324
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6306
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestLogsRequest.retryConfiguration, specRetryConfiguration);
|
|
5325
6307
|
if (this.logger)
|
|
5326
6308
|
retrier.logger = this.logger;
|
|
5327
6309
|
const request = yield oci_common_1.composeRequest({
|
|
5328
6310
|
baseEndpoint: this._endpoint,
|
|
5329
6311
|
defaultHeaders: this._defaultHeaders,
|
|
5330
|
-
path: "/
|
|
6312
|
+
path: "/workRequests/{workRequestId}/logs",
|
|
5331
6313
|
method: "GET",
|
|
5332
6314
|
pathParams: pathParams,
|
|
5333
6315
|
headerParams: headerParams,
|
|
@@ -5338,18 +6320,18 @@ class OperationsInsightsClient {
|
|
|
5338
6320
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5339
6321
|
responseObject: {},
|
|
5340
6322
|
body: yield response.json(),
|
|
5341
|
-
bodyKey: "
|
|
5342
|
-
bodyModel: model.
|
|
5343
|
-
type: "model.
|
|
6323
|
+
bodyKey: "workRequestLogEntryCollection",
|
|
6324
|
+
bodyModel: model.WorkRequestLogEntryCollection,
|
|
6325
|
+
type: "model.WorkRequestLogEntryCollection",
|
|
5344
6326
|
responseHeaders: [
|
|
5345
6327
|
{
|
|
5346
|
-
value: response.headers.get("opc-
|
|
5347
|
-
key: "
|
|
6328
|
+
value: response.headers.get("opc-next-page"),
|
|
6329
|
+
key: "opcNextPage",
|
|
5348
6330
|
dataType: "string"
|
|
5349
6331
|
},
|
|
5350
6332
|
{
|
|
5351
|
-
value: response.headers.get("opc-
|
|
5352
|
-
key: "
|
|
6333
|
+
value: response.headers.get("opc-request-id"),
|
|
6334
|
+
key: "opcRequestId",
|
|
5353
6335
|
dataType: "string"
|
|
5354
6336
|
}
|
|
5355
6337
|
]
|
|
@@ -5362,42 +6344,44 @@ class OperationsInsightsClient {
|
|
|
5362
6344
|
});
|
|
5363
6345
|
}
|
|
5364
6346
|
/**
|
|
5365
|
-
*
|
|
6347
|
+
* 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
6348
|
*
|
|
5367
6349
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5368
|
-
* @param
|
|
5369
|
-
* @return
|
|
6350
|
+
* @param ListWorkRequestsRequest
|
|
6351
|
+
* @return ListWorkRequestsResponse
|
|
5370
6352
|
* @throws OciError when an error occurs
|
|
5371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6353
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
5372
6354
|
*/
|
|
5373
|
-
|
|
6355
|
+
listWorkRequests(listWorkRequestsRequest) {
|
|
5374
6356
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5375
6357
|
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/
|
|
6358
|
+
this.logger.debug("Calling operation OperationsInsightsClient#listWorkRequests.");
|
|
6359
|
+
const operationName = "listWorkRequests";
|
|
6360
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/WorkRequests/ListWorkRequests";
|
|
5379
6361
|
const pathParams = {};
|
|
5380
6362
|
const queryParams = {
|
|
5381
|
-
"
|
|
5382
|
-
"
|
|
5383
|
-
"
|
|
5384
|
-
"
|
|
5385
|
-
"
|
|
5386
|
-
"
|
|
5387
|
-
"
|
|
6363
|
+
"page": listWorkRequestsRequest.page,
|
|
6364
|
+
"limit": listWorkRequestsRequest.limit,
|
|
6365
|
+
"compartmentId": listWorkRequestsRequest.compartmentId,
|
|
6366
|
+
"id": listWorkRequestsRequest.id,
|
|
6367
|
+
"status": listWorkRequestsRequest.status,
|
|
6368
|
+
"resourceId": listWorkRequestsRequest.resourceId,
|
|
6369
|
+
"relatedResourceId": listWorkRequestsRequest.relatedResourceId,
|
|
6370
|
+
"sortOrder": listWorkRequestsRequest.sortOrder,
|
|
6371
|
+
"sortBy": listWorkRequestsRequest.sortBy
|
|
5388
6372
|
};
|
|
5389
6373
|
let headerParams = {
|
|
5390
6374
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5391
|
-
"opc-request-id":
|
|
6375
|
+
"opc-request-id": listWorkRequestsRequest.opcRequestId
|
|
5392
6376
|
};
|
|
5393
6377
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5394
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6378
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestsRequest.retryConfiguration, specRetryConfiguration);
|
|
5395
6379
|
if (this.logger)
|
|
5396
6380
|
retrier.logger = this.logger;
|
|
5397
6381
|
const request = yield oci_common_1.composeRequest({
|
|
5398
6382
|
baseEndpoint: this._endpoint,
|
|
5399
6383
|
defaultHeaders: this._defaultHeaders,
|
|
5400
|
-
path: "/
|
|
6384
|
+
path: "/workRequests",
|
|
5401
6385
|
method: "GET",
|
|
5402
6386
|
pathParams: pathParams,
|
|
5403
6387
|
headerParams: headerParams,
|
|
@@ -5408,9 +6392,9 @@ class OperationsInsightsClient {
|
|
|
5408
6392
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5409
6393
|
responseObject: {},
|
|
5410
6394
|
body: yield response.json(),
|
|
5411
|
-
bodyKey: "
|
|
5412
|
-
bodyModel: model.
|
|
5413
|
-
type: "model.
|
|
6395
|
+
bodyKey: "workRequestCollection",
|
|
6396
|
+
bodyModel: model.WorkRequestCollection,
|
|
6397
|
+
type: "model.WorkRequestCollection",
|
|
5414
6398
|
responseHeaders: [
|
|
5415
6399
|
{
|
|
5416
6400
|
value: response.headers.get("opc-request-id"),
|
|
@@ -5432,43 +6416,41 @@ class OperationsInsightsClient {
|
|
|
5432
6416
|
});
|
|
5433
6417
|
}
|
|
5434
6418
|
/**
|
|
5435
|
-
*
|
|
5436
|
-
*
|
|
6419
|
+
* Queries an OPSI data object with the inputs provided and sends the result set back. Either analysisTimeInterval
|
|
6420
|
+
* or timeIntervalStart and timeIntervalEnd parameters need to be passed as well.
|
|
5437
6421
|
*
|
|
5438
6422
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5439
|
-
* @param
|
|
5440
|
-
* @return
|
|
6423
|
+
* @param QueryOpsiDataObjectDataRequest
|
|
6424
|
+
* @return QueryOpsiDataObjectDataResponse
|
|
5441
6425
|
* @throws OciError when an error occurs
|
|
5442
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6426
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
|
|
5443
6427
|
*/
|
|
5444
|
-
|
|
6428
|
+
queryOpsiDataObjectData(queryOpsiDataObjectDataRequest) {
|
|
5445
6429
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5446
6430
|
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/
|
|
6431
|
+
this.logger.debug("Calling operation OperationsInsightsClient#queryOpsiDataObjectData.");
|
|
6432
|
+
const operationName = "queryOpsiDataObjectData";
|
|
6433
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiDataObjects/QueryOpsiDataObjectData";
|
|
5450
6434
|
const pathParams = {};
|
|
5451
6435
|
const queryParams = {
|
|
5452
|
-
"compartmentId":
|
|
5453
|
-
"
|
|
5454
|
-
"
|
|
5455
|
-
"sqlIdentifier": listSqlPlansRequest.sqlIdentifier,
|
|
5456
|
-
"planHash": listSqlPlansRequest.planHash,
|
|
5457
|
-
"page": listSqlPlansRequest.page
|
|
6436
|
+
"compartmentId": queryOpsiDataObjectDataRequest.compartmentId,
|
|
6437
|
+
"limit": queryOpsiDataObjectDataRequest.limit,
|
|
6438
|
+
"page": queryOpsiDataObjectDataRequest.page
|
|
5458
6439
|
};
|
|
5459
6440
|
let headerParams = {
|
|
5460
6441
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5461
|
-
"opc-request-id":
|
|
6442
|
+
"opc-request-id": queryOpsiDataObjectDataRequest.opcRequestId
|
|
5462
6443
|
};
|
|
5463
6444
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5464
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6445
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, queryOpsiDataObjectDataRequest.retryConfiguration, specRetryConfiguration);
|
|
5465
6446
|
if (this.logger)
|
|
5466
6447
|
retrier.logger = this.logger;
|
|
5467
6448
|
const request = yield oci_common_1.composeRequest({
|
|
5468
6449
|
baseEndpoint: this._endpoint,
|
|
5469
6450
|
defaultHeaders: this._defaultHeaders,
|
|
5470
|
-
path: "/
|
|
5471
|
-
method: "
|
|
6451
|
+
path: "/opsiDataObjects/actions/queryData",
|
|
6452
|
+
method: "POST",
|
|
6453
|
+
bodyContent: common.ObjectSerializer.serialize(queryOpsiDataObjectDataRequest.queryOpsiDataObjectDataDetails, "QueryOpsiDataObjectDataDetails", model.QueryOpsiDataObjectDataDetails.getJsonObj),
|
|
5472
6454
|
pathParams: pathParams,
|
|
5473
6455
|
headerParams: headerParams,
|
|
5474
6456
|
queryParams: queryParams
|
|
@@ -5478,9 +6460,9 @@ class OperationsInsightsClient {
|
|
|
5478
6460
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5479
6461
|
responseObject: {},
|
|
5480
6462
|
body: yield response.json(),
|
|
5481
|
-
bodyKey: "
|
|
5482
|
-
bodyModel: model.
|
|
5483
|
-
type: "model.
|
|
6463
|
+
bodyKey: "queryDataObjectResultSetRowsCollection",
|
|
6464
|
+
bodyModel: model.QueryDataObjectResultSetRowsCollection,
|
|
6465
|
+
type: "model.QueryDataObjectResultSetRowsCollection",
|
|
5484
6466
|
responseHeaders: [
|
|
5485
6467
|
{
|
|
5486
6468
|
value: response.headers.get("opc-request-id"),
|
|
@@ -5502,48 +6484,37 @@ class OperationsInsightsClient {
|
|
|
5502
6484
|
});
|
|
5503
6485
|
}
|
|
5504
6486
|
/**
|
|
5505
|
-
*
|
|
5506
|
-
* And get the SQL Text and the details of the databases executing the SQL for a given time period.
|
|
5507
|
-
*
|
|
6487
|
+
* Rotate the ADW wallet for Operations Insights Warehouse using which the Hub data is exposed.
|
|
5508
6488
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5509
|
-
* @param
|
|
5510
|
-
* @return
|
|
6489
|
+
* @param RotateOperationsInsightsWarehouseWalletRequest
|
|
6490
|
+
* @return RotateOperationsInsightsWarehouseWalletResponse
|
|
5511
6491
|
* @throws OciError when an error occurs
|
|
5512
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6492
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
|
|
5513
6493
|
*/
|
|
5514
|
-
|
|
6494
|
+
rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest) {
|
|
5515
6495
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5516
6496
|
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
|
|
6497
|
+
this.logger.debug("Calling operation OperationsInsightsClient#rotateOperationsInsightsWarehouseWallet.");
|
|
6498
|
+
const operationName = "rotateOperationsInsightsWarehouseWallet";
|
|
6499
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/RotateOperationsInsightsWarehouseWallet";
|
|
6500
|
+
const pathParams = {
|
|
6501
|
+
"{operationsInsightsWarehouseId}": rotateOperationsInsightsWarehouseWalletRequest.operationsInsightsWarehouseId
|
|
5533
6502
|
};
|
|
6503
|
+
const queryParams = {};
|
|
5534
6504
|
let headerParams = {
|
|
5535
6505
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5536
|
-
"opc-request-id":
|
|
6506
|
+
"opc-request-id": rotateOperationsInsightsWarehouseWalletRequest.opcRequestId,
|
|
6507
|
+
"if-match": rotateOperationsInsightsWarehouseWalletRequest.ifMatch
|
|
5537
6508
|
};
|
|
5538
6509
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5539
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6510
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, rotateOperationsInsightsWarehouseWalletRequest.retryConfiguration, specRetryConfiguration);
|
|
5540
6511
|
if (this.logger)
|
|
5541
6512
|
retrier.logger = this.logger;
|
|
5542
6513
|
const request = yield oci_common_1.composeRequest({
|
|
5543
6514
|
baseEndpoint: this._endpoint,
|
|
5544
6515
|
defaultHeaders: this._defaultHeaders,
|
|
5545
|
-
path: "/
|
|
5546
|
-
method: "
|
|
6516
|
+
path: "/operationsInsightsWarehouses/{operationsInsightsWarehouseId}/actions/rotateWarehouseWallet",
|
|
6517
|
+
method: "POST",
|
|
5547
6518
|
pathParams: pathParams,
|
|
5548
6519
|
headerParams: headerParams,
|
|
5549
6520
|
queryParams: queryParams
|
|
@@ -5552,19 +6523,15 @@ class OperationsInsightsClient {
|
|
|
5552
6523
|
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5553
6524
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5554
6525
|
responseObject: {},
|
|
5555
|
-
body: yield response.json(),
|
|
5556
|
-
bodyKey: "sqlSearchCollection",
|
|
5557
|
-
bodyModel: model.SqlSearchCollection,
|
|
5558
|
-
type: "model.SqlSearchCollection",
|
|
5559
6526
|
responseHeaders: [
|
|
5560
6527
|
{
|
|
5561
|
-
value: response.headers.get("opc-request-id"),
|
|
5562
|
-
key: "
|
|
6528
|
+
value: response.headers.get("opc-work-request-id"),
|
|
6529
|
+
key: "opcWorkRequestId",
|
|
5563
6530
|
dataType: "string"
|
|
5564
6531
|
},
|
|
5565
6532
|
{
|
|
5566
|
-
value: response.headers.get("opc-
|
|
5567
|
-
key: "
|
|
6533
|
+
value: response.headers.get("opc-request-id"),
|
|
6534
|
+
key: "opcRequestId",
|
|
5568
6535
|
dataType: "string"
|
|
5569
6536
|
}
|
|
5570
6537
|
]
|
|
@@ -5577,45 +6544,51 @@ class OperationsInsightsClient {
|
|
|
5577
6544
|
});
|
|
5578
6545
|
}
|
|
5579
6546
|
/**
|
|
5580
|
-
*
|
|
6547
|
+
* Summarizes ADDM findings for the specified databases.
|
|
5581
6548
|
*
|
|
5582
6549
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5583
|
-
* @param
|
|
5584
|
-
* @return
|
|
6550
|
+
* @param SummarizeAddmDbFindingsRequest
|
|
6551
|
+
* @return SummarizeAddmDbFindingsResponse
|
|
5585
6552
|
* @throws OciError when an error occurs
|
|
5586
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6553
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAddmDbFindings.ts.html |here} to see how to use SummarizeAddmDbFindings API.
|
|
5587
6554
|
*/
|
|
5588
|
-
|
|
6555
|
+
summarizeAddmDbFindings(summarizeAddmDbFindingsRequest) {
|
|
5589
6556
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5590
6557
|
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/
|
|
6558
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAddmDbFindings.");
|
|
6559
|
+
const operationName = "summarizeAddmDbFindings";
|
|
6560
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeAddmDbFindings";
|
|
5594
6561
|
const pathParams = {};
|
|
5595
6562
|
const queryParams = {
|
|
5596
|
-
"compartmentId":
|
|
5597
|
-
"databaseId":
|
|
5598
|
-
"id":
|
|
5599
|
-
"
|
|
5600
|
-
"
|
|
5601
|
-
"
|
|
5602
|
-
"
|
|
5603
|
-
"
|
|
5604
|
-
"
|
|
5605
|
-
"
|
|
6563
|
+
"compartmentId": summarizeAddmDbFindingsRequest.compartmentId,
|
|
6564
|
+
"databaseId": summarizeAddmDbFindingsRequest.databaseId,
|
|
6565
|
+
"id": summarizeAddmDbFindingsRequest.id,
|
|
6566
|
+
"instanceNumber": summarizeAddmDbFindingsRequest.instanceNumber,
|
|
6567
|
+
"timeIntervalStart": summarizeAddmDbFindingsRequest.timeIntervalStart,
|
|
6568
|
+
"timeIntervalEnd": summarizeAddmDbFindingsRequest.timeIntervalEnd,
|
|
6569
|
+
"categoryName": summarizeAddmDbFindingsRequest.categoryName,
|
|
6570
|
+
"limit": summarizeAddmDbFindingsRequest.limit,
|
|
6571
|
+
"page": summarizeAddmDbFindingsRequest.page,
|
|
6572
|
+
"sortOrder": summarizeAddmDbFindingsRequest.sortOrder,
|
|
6573
|
+
"sortBy": summarizeAddmDbFindingsRequest.sortBy,
|
|
6574
|
+
"definedTagEquals": summarizeAddmDbFindingsRequest.definedTagEquals,
|
|
6575
|
+
"freeformTagEquals": summarizeAddmDbFindingsRequest.freeformTagEquals,
|
|
6576
|
+
"definedTagExists": summarizeAddmDbFindingsRequest.definedTagExists,
|
|
6577
|
+
"freeformTagExists": summarizeAddmDbFindingsRequest.freeformTagExists,
|
|
6578
|
+
"compartmentIdInSubtree": summarizeAddmDbFindingsRequest.compartmentIdInSubtree
|
|
5606
6579
|
};
|
|
5607
6580
|
let headerParams = {
|
|
5608
6581
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5609
|
-
"opc-request-id":
|
|
6582
|
+
"opc-request-id": summarizeAddmDbFindingsRequest.opcRequestId
|
|
5610
6583
|
};
|
|
5611
6584
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5612
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6585
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAddmDbFindingsRequest.retryConfiguration, specRetryConfiguration);
|
|
5613
6586
|
if (this.logger)
|
|
5614
6587
|
retrier.logger = this.logger;
|
|
5615
6588
|
const request = yield oci_common_1.composeRequest({
|
|
5616
6589
|
baseEndpoint: this._endpoint,
|
|
5617
6590
|
defaultHeaders: this._defaultHeaders,
|
|
5618
|
-
path: "/databaseInsights/
|
|
6591
|
+
path: "/databaseInsights/addmDbFindings",
|
|
5619
6592
|
method: "GET",
|
|
5620
6593
|
pathParams: pathParams,
|
|
5621
6594
|
headerParams: headerParams,
|
|
@@ -5626,9 +6599,9 @@ class OperationsInsightsClient {
|
|
|
5626
6599
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5627
6600
|
responseObject: {},
|
|
5628
6601
|
body: yield response.json(),
|
|
5629
|
-
bodyKey: "
|
|
5630
|
-
bodyModel: model.
|
|
5631
|
-
type: "model.
|
|
6602
|
+
bodyKey: "addmDbFindingAggregationCollection",
|
|
6603
|
+
bodyModel: model.AddmDbFindingAggregationCollection,
|
|
6604
|
+
type: "model.AddmDbFindingAggregationCollection",
|
|
5632
6605
|
responseHeaders: [
|
|
5633
6606
|
{
|
|
5634
6607
|
value: response.headers.get("opc-request-id"),
|
|
@@ -5650,41 +6623,54 @@ class OperationsInsightsClient {
|
|
|
5650
6623
|
});
|
|
5651
6624
|
}
|
|
5652
6625
|
/**
|
|
5653
|
-
*
|
|
6626
|
+
* Summarizes the AWR database parameter change history for the specified parameter. There will
|
|
6627
|
+
* be one element for each time that parameter changed during the specified time period.
|
|
6628
|
+
* This API is limited to only one parameter per request.
|
|
5654
6629
|
*
|
|
5655
6630
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5656
|
-
* @param
|
|
5657
|
-
* @return
|
|
6631
|
+
* @param SummarizeAddmDbParameterChangesRequest
|
|
6632
|
+
* @return SummarizeAddmDbParameterChangesResponse
|
|
5658
6633
|
* @throws OciError when an error occurs
|
|
5659
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6634
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAddmDbParameterChanges.ts.html |here} to see how to use SummarizeAddmDbParameterChanges API.
|
|
5660
6635
|
*/
|
|
5661
|
-
|
|
6636
|
+
summarizeAddmDbParameterChanges(summarizeAddmDbParameterChangesRequest) {
|
|
5662
6637
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5663
6638
|
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
|
-
};
|
|
6639
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAddmDbParameterChanges.");
|
|
6640
|
+
const operationName = "summarizeAddmDbParameterChanges";
|
|
6641
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeAddmDbParameterChanges";
|
|
6642
|
+
const pathParams = {};
|
|
5670
6643
|
const queryParams = {
|
|
5671
|
-
"
|
|
5672
|
-
"
|
|
5673
|
-
"
|
|
5674
|
-
"
|
|
6644
|
+
"compartmentId": summarizeAddmDbParameterChangesRequest.compartmentId,
|
|
6645
|
+
"databaseId": summarizeAddmDbParameterChangesRequest.databaseId,
|
|
6646
|
+
"id": summarizeAddmDbParameterChangesRequest.id,
|
|
6647
|
+
"instanceNumber": summarizeAddmDbParameterChangesRequest.instanceNumber,
|
|
6648
|
+
"timeIntervalStart": summarizeAddmDbParameterChangesRequest.timeIntervalStart,
|
|
6649
|
+
"timeIntervalEnd": summarizeAddmDbParameterChangesRequest.timeIntervalEnd,
|
|
6650
|
+
"name": summarizeAddmDbParameterChangesRequest.name,
|
|
6651
|
+
"valueContains": summarizeAddmDbParameterChangesRequest.valueContains,
|
|
6652
|
+
"limit": summarizeAddmDbParameterChangesRequest.limit,
|
|
6653
|
+
"page": summarizeAddmDbParameterChangesRequest.page,
|
|
6654
|
+
"sortOrder": summarizeAddmDbParameterChangesRequest.sortOrder,
|
|
6655
|
+
"sortBy": summarizeAddmDbParameterChangesRequest.sortBy,
|
|
6656
|
+
"definedTagEquals": summarizeAddmDbParameterChangesRequest.definedTagEquals,
|
|
6657
|
+
"freeformTagEquals": summarizeAddmDbParameterChangesRequest.freeformTagEquals,
|
|
6658
|
+
"definedTagExists": summarizeAddmDbParameterChangesRequest.definedTagExists,
|
|
6659
|
+
"freeformTagExists": summarizeAddmDbParameterChangesRequest.freeformTagExists,
|
|
6660
|
+
"compartmentIdInSubtree": summarizeAddmDbParameterChangesRequest.compartmentIdInSubtree
|
|
5675
6661
|
};
|
|
5676
6662
|
let headerParams = {
|
|
5677
6663
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5678
|
-
"opc-request-id":
|
|
6664
|
+
"opc-request-id": summarizeAddmDbParameterChangesRequest.opcRequestId
|
|
5679
6665
|
};
|
|
5680
6666
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5681
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6667
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAddmDbParameterChangesRequest.retryConfiguration, specRetryConfiguration);
|
|
5682
6668
|
if (this.logger)
|
|
5683
6669
|
retrier.logger = this.logger;
|
|
5684
6670
|
const request = yield oci_common_1.composeRequest({
|
|
5685
6671
|
baseEndpoint: this._endpoint,
|
|
5686
6672
|
defaultHeaders: this._defaultHeaders,
|
|
5687
|
-
path: "/
|
|
6673
|
+
path: "/databaseInsights/addmDbParameterChanges",
|
|
5688
6674
|
method: "GET",
|
|
5689
6675
|
pathParams: pathParams,
|
|
5690
6676
|
headerParams: headerParams,
|
|
@@ -5695,18 +6681,18 @@ class OperationsInsightsClient {
|
|
|
5695
6681
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5696
6682
|
responseObject: {},
|
|
5697
6683
|
body: yield response.json(),
|
|
5698
|
-
bodyKey: "
|
|
5699
|
-
bodyModel: model.
|
|
5700
|
-
type: "model.
|
|
6684
|
+
bodyKey: "addmDbParameterChangeAggregationCollection",
|
|
6685
|
+
bodyModel: model.AddmDbParameterChangeAggregationCollection,
|
|
6686
|
+
type: "model.AddmDbParameterChangeAggregationCollection",
|
|
5701
6687
|
responseHeaders: [
|
|
5702
6688
|
{
|
|
5703
|
-
value: response.headers.get("opc-
|
|
5704
|
-
key: "
|
|
6689
|
+
value: response.headers.get("opc-request-id"),
|
|
6690
|
+
key: "opcRequestId",
|
|
5705
6691
|
dataType: "string"
|
|
5706
6692
|
},
|
|
5707
6693
|
{
|
|
5708
|
-
value: response.headers.get("opc-
|
|
5709
|
-
key: "
|
|
6694
|
+
value: response.headers.get("opc-next-page"),
|
|
6695
|
+
key: "opcNextPage",
|
|
5710
6696
|
dataType: "string"
|
|
5711
6697
|
}
|
|
5712
6698
|
]
|
|
@@ -5719,41 +6705,58 @@ class OperationsInsightsClient {
|
|
|
5719
6705
|
});
|
|
5720
6706
|
}
|
|
5721
6707
|
/**
|
|
5722
|
-
*
|
|
6708
|
+
* Summarizes database parameter history information for the specified databases. Return a list of parameters
|
|
6709
|
+
* with information on whether the parameter values were changed or not within the specified
|
|
6710
|
+
* time period. The response does not include the individual parameter changes within the time
|
|
6711
|
+
* period.
|
|
5723
6712
|
*
|
|
5724
6713
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5725
|
-
* @param
|
|
5726
|
-
* @return
|
|
6714
|
+
* @param SummarizeAddmDbParametersRequest
|
|
6715
|
+
* @return SummarizeAddmDbParametersResponse
|
|
5727
6716
|
* @throws OciError when an error occurs
|
|
5728
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6717
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAddmDbParameters.ts.html |here} to see how to use SummarizeAddmDbParameters API.
|
|
5729
6718
|
*/
|
|
5730
|
-
|
|
6719
|
+
summarizeAddmDbParameters(summarizeAddmDbParametersRequest) {
|
|
5731
6720
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5732
6721
|
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
|
-
};
|
|
6722
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAddmDbParameters.");
|
|
6723
|
+
const operationName = "summarizeAddmDbParameters";
|
|
6724
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeAddmDbParameters";
|
|
6725
|
+
const pathParams = {};
|
|
5739
6726
|
const queryParams = {
|
|
5740
|
-
"
|
|
5741
|
-
"
|
|
5742
|
-
"
|
|
5743
|
-
"
|
|
6727
|
+
"compartmentId": summarizeAddmDbParametersRequest.compartmentId,
|
|
6728
|
+
"databaseId": summarizeAddmDbParametersRequest.databaseId,
|
|
6729
|
+
"id": summarizeAddmDbParametersRequest.id,
|
|
6730
|
+
"instanceNumber": summarizeAddmDbParametersRequest.instanceNumber,
|
|
6731
|
+
"timeIntervalStart": summarizeAddmDbParametersRequest.timeIntervalStart,
|
|
6732
|
+
"timeIntervalEnd": summarizeAddmDbParametersRequest.timeIntervalEnd,
|
|
6733
|
+
"categoryName": summarizeAddmDbParametersRequest.categoryName,
|
|
6734
|
+
"nameOrValueContains": summarizeAddmDbParametersRequest.nameOrValueContains,
|
|
6735
|
+
"isChanged": summarizeAddmDbParametersRequest.isChanged,
|
|
6736
|
+
"isDefault": summarizeAddmDbParametersRequest.isDefault,
|
|
6737
|
+
"hasRecommendations": summarizeAddmDbParametersRequest.hasRecommendations,
|
|
6738
|
+
"limit": summarizeAddmDbParametersRequest.limit,
|
|
6739
|
+
"page": summarizeAddmDbParametersRequest.page,
|
|
6740
|
+
"sortOrder": summarizeAddmDbParametersRequest.sortOrder,
|
|
6741
|
+
"sortBy": summarizeAddmDbParametersRequest.sortBy,
|
|
6742
|
+
"definedTagEquals": summarizeAddmDbParametersRequest.definedTagEquals,
|
|
6743
|
+
"freeformTagEquals": summarizeAddmDbParametersRequest.freeformTagEquals,
|
|
6744
|
+
"definedTagExists": summarizeAddmDbParametersRequest.definedTagExists,
|
|
6745
|
+
"freeformTagExists": summarizeAddmDbParametersRequest.freeformTagExists,
|
|
6746
|
+
"compartmentIdInSubtree": summarizeAddmDbParametersRequest.compartmentIdInSubtree
|
|
5744
6747
|
};
|
|
5745
6748
|
let headerParams = {
|
|
5746
6749
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5747
|
-
"opc-request-id":
|
|
6750
|
+
"opc-request-id": summarizeAddmDbParametersRequest.opcRequestId
|
|
5748
6751
|
};
|
|
5749
6752
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5750
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6753
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAddmDbParametersRequest.retryConfiguration, specRetryConfiguration);
|
|
5751
6754
|
if (this.logger)
|
|
5752
6755
|
retrier.logger = this.logger;
|
|
5753
6756
|
const request = yield oci_common_1.composeRequest({
|
|
5754
6757
|
baseEndpoint: this._endpoint,
|
|
5755
6758
|
defaultHeaders: this._defaultHeaders,
|
|
5756
|
-
path: "/
|
|
6759
|
+
path: "/databaseInsights/addmDbParameters",
|
|
5757
6760
|
method: "GET",
|
|
5758
6761
|
pathParams: pathParams,
|
|
5759
6762
|
headerParams: headerParams,
|
|
@@ -5764,18 +6767,18 @@ class OperationsInsightsClient {
|
|
|
5764
6767
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5765
6768
|
responseObject: {},
|
|
5766
6769
|
body: yield response.json(),
|
|
5767
|
-
bodyKey: "
|
|
5768
|
-
bodyModel: model.
|
|
5769
|
-
type: "model.
|
|
6770
|
+
bodyKey: "addmDbParameterAggregationCollection",
|
|
6771
|
+
bodyModel: model.AddmDbParameterAggregationCollection,
|
|
6772
|
+
type: "model.AddmDbParameterAggregationCollection",
|
|
5770
6773
|
responseHeaders: [
|
|
5771
6774
|
{
|
|
5772
|
-
value: response.headers.get("opc-
|
|
5773
|
-
key: "
|
|
6775
|
+
value: response.headers.get("opc-request-id"),
|
|
6776
|
+
key: "opcRequestId",
|
|
5774
6777
|
dataType: "string"
|
|
5775
6778
|
},
|
|
5776
6779
|
{
|
|
5777
|
-
value: response.headers.get("opc-
|
|
5778
|
-
key: "
|
|
6780
|
+
value: response.headers.get("opc-next-page"),
|
|
6781
|
+
key: "opcNextPage",
|
|
5779
6782
|
dataType: "string"
|
|
5780
6783
|
}
|
|
5781
6784
|
]
|
|
@@ -5788,44 +6791,56 @@ class OperationsInsightsClient {
|
|
|
5788
6791
|
});
|
|
5789
6792
|
}
|
|
5790
6793
|
/**
|
|
5791
|
-
*
|
|
6794
|
+
* Summarizes ADDM recommendations for the specified databases.
|
|
5792
6795
|
*
|
|
5793
6796
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5794
|
-
* @param
|
|
5795
|
-
* @return
|
|
6797
|
+
* @param SummarizeAddmDbRecommendationsRequest
|
|
6798
|
+
* @return SummarizeAddmDbRecommendationsResponse
|
|
5796
6799
|
* @throws OciError when an error occurs
|
|
5797
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6800
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAddmDbRecommendations.ts.html |here} to see how to use SummarizeAddmDbRecommendations API.
|
|
5798
6801
|
*/
|
|
5799
|
-
|
|
6802
|
+
summarizeAddmDbRecommendations(summarizeAddmDbRecommendationsRequest) {
|
|
5800
6803
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5801
6804
|
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/
|
|
6805
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAddmDbRecommendations.");
|
|
6806
|
+
const operationName = "summarizeAddmDbRecommendations";
|
|
6807
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeAddmDbRecommendations";
|
|
5805
6808
|
const pathParams = {};
|
|
5806
6809
|
const queryParams = {
|
|
5807
|
-
"
|
|
5808
|
-
"
|
|
5809
|
-
"
|
|
5810
|
-
"
|
|
5811
|
-
"
|
|
5812
|
-
"
|
|
5813
|
-
"
|
|
5814
|
-
"
|
|
5815
|
-
"
|
|
6810
|
+
"compartmentId": summarizeAddmDbRecommendationsRequest.compartmentId,
|
|
6811
|
+
"databaseId": summarizeAddmDbRecommendationsRequest.databaseId,
|
|
6812
|
+
"id": summarizeAddmDbRecommendationsRequest.id,
|
|
6813
|
+
"instanceNumber": summarizeAddmDbRecommendationsRequest.instanceNumber,
|
|
6814
|
+
"timeIntervalStart": summarizeAddmDbRecommendationsRequest.timeIntervalStart,
|
|
6815
|
+
"timeIntervalEnd": summarizeAddmDbRecommendationsRequest.timeIntervalEnd,
|
|
6816
|
+
"categoryName": summarizeAddmDbRecommendationsRequest.categoryName,
|
|
6817
|
+
"findingIdentifier": summarizeAddmDbRecommendationsRequest.findingIdentifier,
|
|
6818
|
+
"sqlIdentifier": summarizeAddmDbRecommendationsRequest.sqlIdentifier,
|
|
6819
|
+
"ownerOrNameContains": summarizeAddmDbRecommendationsRequest.ownerOrNameContains,
|
|
6820
|
+
"nameContains": summarizeAddmDbRecommendationsRequest.nameContains,
|
|
6821
|
+
"name": summarizeAddmDbRecommendationsRequest.name,
|
|
6822
|
+
"limit": summarizeAddmDbRecommendationsRequest.limit,
|
|
6823
|
+
"page": summarizeAddmDbRecommendationsRequest.page,
|
|
6824
|
+
"sortOrder": summarizeAddmDbRecommendationsRequest.sortOrder,
|
|
6825
|
+
"sortBy": summarizeAddmDbRecommendationsRequest.sortBy,
|
|
6826
|
+
"definedTagEquals": summarizeAddmDbRecommendationsRequest.definedTagEquals,
|
|
6827
|
+
"freeformTagEquals": summarizeAddmDbRecommendationsRequest.freeformTagEquals,
|
|
6828
|
+
"definedTagExists": summarizeAddmDbRecommendationsRequest.definedTagExists,
|
|
6829
|
+
"freeformTagExists": summarizeAddmDbRecommendationsRequest.freeformTagExists,
|
|
6830
|
+
"compartmentIdInSubtree": summarizeAddmDbRecommendationsRequest.compartmentIdInSubtree
|
|
5816
6831
|
};
|
|
5817
6832
|
let headerParams = {
|
|
5818
6833
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5819
|
-
"opc-request-id":
|
|
6834
|
+
"opc-request-id": summarizeAddmDbRecommendationsRequest.opcRequestId
|
|
5820
6835
|
};
|
|
5821
6836
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5822
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6837
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAddmDbRecommendationsRequest.retryConfiguration, specRetryConfiguration);
|
|
5823
6838
|
if (this.logger)
|
|
5824
6839
|
retrier.logger = this.logger;
|
|
5825
6840
|
const request = yield oci_common_1.composeRequest({
|
|
5826
6841
|
baseEndpoint: this._endpoint,
|
|
5827
6842
|
defaultHeaders: this._defaultHeaders,
|
|
5828
|
-
path: "/
|
|
6843
|
+
path: "/databaseInsights/addmDbRecommendations",
|
|
5829
6844
|
method: "GET",
|
|
5830
6845
|
pathParams: pathParams,
|
|
5831
6846
|
headerParams: headerParams,
|
|
@@ -5836,9 +6851,9 @@ class OperationsInsightsClient {
|
|
|
5836
6851
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5837
6852
|
responseObject: {},
|
|
5838
6853
|
body: yield response.json(),
|
|
5839
|
-
bodyKey: "
|
|
5840
|
-
bodyModel: model.
|
|
5841
|
-
type: "model.
|
|
6854
|
+
bodyKey: "addmDbRecommendationAggregationCollection",
|
|
6855
|
+
bodyModel: model.AddmDbRecommendationAggregationCollection,
|
|
6856
|
+
type: "model.AddmDbRecommendationAggregationCollection",
|
|
5842
6857
|
responseHeaders: [
|
|
5843
6858
|
{
|
|
5844
6859
|
value: response.headers.get("opc-request-id"),
|
|
@@ -5860,41 +6875,49 @@ class OperationsInsightsClient {
|
|
|
5860
6875
|
});
|
|
5861
6876
|
}
|
|
5862
6877
|
/**
|
|
5863
|
-
*
|
|
5864
|
-
* or timeIntervalStart and timeIntervalEnd parameters need to be passed as well.
|
|
6878
|
+
* Summarizes Schema objects for the specified databases for the specified objectIdentifiers
|
|
5865
6879
|
*
|
|
5866
6880
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5867
|
-
* @param
|
|
5868
|
-
* @return
|
|
6881
|
+
* @param SummarizeAddmDbSchemaObjectsRequest
|
|
6882
|
+
* @return SummarizeAddmDbSchemaObjectsResponse
|
|
5869
6883
|
* @throws OciError when an error occurs
|
|
5870
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6884
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAddmDbSchemaObjects.ts.html |here} to see how to use SummarizeAddmDbSchemaObjects API.
|
|
5871
6885
|
*/
|
|
5872
|
-
|
|
6886
|
+
summarizeAddmDbSchemaObjects(summarizeAddmDbSchemaObjectsRequest) {
|
|
5873
6887
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5874
6888
|
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/
|
|
6889
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAddmDbSchemaObjects.");
|
|
6890
|
+
const operationName = "summarizeAddmDbSchemaObjects";
|
|
6891
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeAddmDbSchemaObjects";
|
|
5878
6892
|
const pathParams = {};
|
|
5879
6893
|
const queryParams = {
|
|
5880
|
-
"compartmentId":
|
|
5881
|
-
"
|
|
5882
|
-
"
|
|
6894
|
+
"compartmentId": summarizeAddmDbSchemaObjectsRequest.compartmentId,
|
|
6895
|
+
"databaseId": summarizeAddmDbSchemaObjectsRequest.databaseId,
|
|
6896
|
+
"id": summarizeAddmDbSchemaObjectsRequest.id,
|
|
6897
|
+
"objectIdentifier": summarizeAddmDbSchemaObjectsRequest.objectIdentifier,
|
|
6898
|
+
"timeIntervalStart": summarizeAddmDbSchemaObjectsRequest.timeIntervalStart,
|
|
6899
|
+
"timeIntervalEnd": summarizeAddmDbSchemaObjectsRequest.timeIntervalEnd,
|
|
6900
|
+
"limit": summarizeAddmDbSchemaObjectsRequest.limit,
|
|
6901
|
+
"page": summarizeAddmDbSchemaObjectsRequest.page,
|
|
6902
|
+
"definedTagEquals": summarizeAddmDbSchemaObjectsRequest.definedTagEquals,
|
|
6903
|
+
"freeformTagEquals": summarizeAddmDbSchemaObjectsRequest.freeformTagEquals,
|
|
6904
|
+
"definedTagExists": summarizeAddmDbSchemaObjectsRequest.definedTagExists,
|
|
6905
|
+
"freeformTagExists": summarizeAddmDbSchemaObjectsRequest.freeformTagExists,
|
|
6906
|
+
"compartmentIdInSubtree": summarizeAddmDbSchemaObjectsRequest.compartmentIdInSubtree
|
|
5883
6907
|
};
|
|
5884
6908
|
let headerParams = {
|
|
5885
6909
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5886
|
-
"opc-request-id":
|
|
6910
|
+
"opc-request-id": summarizeAddmDbSchemaObjectsRequest.opcRequestId
|
|
5887
6911
|
};
|
|
5888
6912
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5889
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6913
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAddmDbSchemaObjectsRequest.retryConfiguration, specRetryConfiguration);
|
|
5890
6914
|
if (this.logger)
|
|
5891
6915
|
retrier.logger = this.logger;
|
|
5892
6916
|
const request = yield oci_common_1.composeRequest({
|
|
5893
6917
|
baseEndpoint: this._endpoint,
|
|
5894
6918
|
defaultHeaders: this._defaultHeaders,
|
|
5895
|
-
path: "/
|
|
5896
|
-
method: "
|
|
5897
|
-
bodyContent: common.ObjectSerializer.serialize(queryOpsiDataObjectDataRequest.queryOpsiDataObjectDataDetails, "QueryOpsiDataObjectDataDetails", model.QueryOpsiDataObjectDataDetails.getJsonObj),
|
|
6919
|
+
path: "/databaseInsights/addmDbSchemaObjects",
|
|
6920
|
+
method: "GET",
|
|
5898
6921
|
pathParams: pathParams,
|
|
5899
6922
|
headerParams: headerParams,
|
|
5900
6923
|
queryParams: queryParams
|
|
@@ -5904,9 +6927,9 @@ class OperationsInsightsClient {
|
|
|
5904
6927
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5905
6928
|
responseObject: {},
|
|
5906
6929
|
body: yield response.json(),
|
|
5907
|
-
bodyKey: "
|
|
5908
|
-
bodyModel: model.
|
|
5909
|
-
type: "model.
|
|
6930
|
+
bodyKey: "addmDbSchemaObjectCollection",
|
|
6931
|
+
bodyModel: model.AddmDbSchemaObjectCollection,
|
|
6932
|
+
type: "model.AddmDbSchemaObjectCollection",
|
|
5910
6933
|
responseHeaders: [
|
|
5911
6934
|
{
|
|
5912
6935
|
value: response.headers.get("opc-request-id"),
|
|
@@ -5928,37 +6951,49 @@ class OperationsInsightsClient {
|
|
|
5928
6951
|
});
|
|
5929
6952
|
}
|
|
5930
6953
|
/**
|
|
5931
|
-
*
|
|
6954
|
+
* Summarizes SQL Statements for the specified databases for the specified sqlIdentifiers
|
|
6955
|
+
*
|
|
5932
6956
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5933
|
-
* @param
|
|
5934
|
-
* @return
|
|
6957
|
+
* @param SummarizeAddmDbSqlStatementsRequest
|
|
6958
|
+
* @return SummarizeAddmDbSqlStatementsResponse
|
|
5935
6959
|
* @throws OciError when an error occurs
|
|
5936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6960
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAddmDbSqlStatements.ts.html |here} to see how to use SummarizeAddmDbSqlStatements API.
|
|
5937
6961
|
*/
|
|
5938
|
-
|
|
6962
|
+
summarizeAddmDbSqlStatements(summarizeAddmDbSqlStatementsRequest) {
|
|
5939
6963
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5940
6964
|
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
|
-
|
|
6965
|
+
this.logger.debug("Calling operation OperationsInsightsClient#summarizeAddmDbSqlStatements.");
|
|
6966
|
+
const operationName = "summarizeAddmDbSqlStatements";
|
|
6967
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeAddmDbSqlStatements";
|
|
6968
|
+
const pathParams = {};
|
|
6969
|
+
const queryParams = {
|
|
6970
|
+
"compartmentId": summarizeAddmDbSqlStatementsRequest.compartmentId,
|
|
6971
|
+
"databaseId": summarizeAddmDbSqlStatementsRequest.databaseId,
|
|
6972
|
+
"id": summarizeAddmDbSqlStatementsRequest.id,
|
|
6973
|
+
"sqlIdentifier": summarizeAddmDbSqlStatementsRequest.sqlIdentifier,
|
|
6974
|
+
"timeIntervalStart": summarizeAddmDbSqlStatementsRequest.timeIntervalStart,
|
|
6975
|
+
"timeIntervalEnd": summarizeAddmDbSqlStatementsRequest.timeIntervalEnd,
|
|
6976
|
+
"limit": summarizeAddmDbSqlStatementsRequest.limit,
|
|
6977
|
+
"page": summarizeAddmDbSqlStatementsRequest.page,
|
|
6978
|
+
"definedTagEquals": summarizeAddmDbSqlStatementsRequest.definedTagEquals,
|
|
6979
|
+
"freeformTagEquals": summarizeAddmDbSqlStatementsRequest.freeformTagEquals,
|
|
6980
|
+
"definedTagExists": summarizeAddmDbSqlStatementsRequest.definedTagExists,
|
|
6981
|
+
"freeformTagExists": summarizeAddmDbSqlStatementsRequest.freeformTagExists,
|
|
6982
|
+
"compartmentIdInSubtree": summarizeAddmDbSqlStatementsRequest.compartmentIdInSubtree
|
|
5946
6983
|
};
|
|
5947
|
-
const queryParams = {};
|
|
5948
6984
|
let headerParams = {
|
|
5949
6985
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5950
|
-
"opc-request-id":
|
|
5951
|
-
"if-match": rotateOperationsInsightsWarehouseWalletRequest.ifMatch
|
|
6986
|
+
"opc-request-id": summarizeAddmDbSqlStatementsRequest.opcRequestId
|
|
5952
6987
|
};
|
|
5953
6988
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5954
|
-
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined,
|
|
6989
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeAddmDbSqlStatementsRequest.retryConfiguration, specRetryConfiguration);
|
|
5955
6990
|
if (this.logger)
|
|
5956
6991
|
retrier.logger = this.logger;
|
|
5957
6992
|
const request = yield oci_common_1.composeRequest({
|
|
5958
6993
|
baseEndpoint: this._endpoint,
|
|
5959
6994
|
defaultHeaders: this._defaultHeaders,
|
|
5960
|
-
path: "/
|
|
5961
|
-
method: "
|
|
6995
|
+
path: "/databaseInsights/addmDbSqlStatements",
|
|
6996
|
+
method: "GET",
|
|
5962
6997
|
pathParams: pathParams,
|
|
5963
6998
|
headerParams: headerParams,
|
|
5964
6999
|
queryParams: queryParams
|
|
@@ -5967,15 +7002,19 @@ class OperationsInsightsClient {
|
|
|
5967
7002
|
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5968
7003
|
const sdkResponse = oci_common_1.composeResponse({
|
|
5969
7004
|
responseObject: {},
|
|
7005
|
+
body: yield response.json(),
|
|
7006
|
+
bodyKey: "addmDbSqlStatementCollection",
|
|
7007
|
+
bodyModel: model.AddmDbSqlStatementCollection,
|
|
7008
|
+
type: "model.AddmDbSqlStatementCollection",
|
|
5970
7009
|
responseHeaders: [
|
|
5971
7010
|
{
|
|
5972
|
-
value: response.headers.get("opc-
|
|
5973
|
-
key: "
|
|
7011
|
+
value: response.headers.get("opc-request-id"),
|
|
7012
|
+
key: "opcRequestId",
|
|
5974
7013
|
dataType: "string"
|
|
5975
7014
|
},
|
|
5976
7015
|
{
|
|
5977
|
-
value: response.headers.get("opc-
|
|
5978
|
-
key: "
|
|
7016
|
+
value: response.headers.get("opc-next-page"),
|
|
7017
|
+
key: "opcNextPage",
|
|
5979
7018
|
dataType: "string"
|
|
5980
7019
|
}
|
|
5981
7020
|
]
|
|
@@ -5998,7 +7037,7 @@ class OperationsInsightsClient {
|
|
|
5998
7037
|
* @param SummarizeAwrDatabaseCpuUsagesRequest
|
|
5999
7038
|
* @return SummarizeAwrDatabaseCpuUsagesResponse
|
|
6000
7039
|
* @throws OciError when an error occurs
|
|
6001
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7040
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseCpuUsages.ts.html |here} to see how to use SummarizeAwrDatabaseCpuUsages API.
|
|
6002
7041
|
*/
|
|
6003
7042
|
summarizeAwrDatabaseCpuUsages(summarizeAwrDatabaseCpuUsagesRequest) {
|
|
6004
7043
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6074,7 +7113,7 @@ class OperationsInsightsClient {
|
|
|
6074
7113
|
* @param SummarizeAwrDatabaseMetricsRequest
|
|
6075
7114
|
* @return SummarizeAwrDatabaseMetricsResponse
|
|
6076
7115
|
* @throws OciError when an error occurs
|
|
6077
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseMetrics.ts.html |here} to see how to use SummarizeAwrDatabaseMetrics API.
|
|
6078
7117
|
*/
|
|
6079
7118
|
summarizeAwrDatabaseMetrics(summarizeAwrDatabaseMetricsRequest) {
|
|
6080
7119
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6154,7 +7193,7 @@ class OperationsInsightsClient {
|
|
|
6154
7193
|
* @param SummarizeAwrDatabaseParameterChangesRequest
|
|
6155
7194
|
* @return SummarizeAwrDatabaseParameterChangesResponse
|
|
6156
7195
|
* @throws OciError when an error occurs
|
|
6157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseParameterChanges.ts.html |here} to see how to use SummarizeAwrDatabaseParameterChanges API.
|
|
6158
7197
|
*/
|
|
6159
7198
|
summarizeAwrDatabaseParameterChanges(summarizeAwrDatabaseParameterChangesRequest) {
|
|
6160
7199
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6240,7 +7279,7 @@ class OperationsInsightsClient {
|
|
|
6240
7279
|
* @param SummarizeAwrDatabaseParametersRequest
|
|
6241
7280
|
* @return SummarizeAwrDatabaseParametersResponse
|
|
6242
7281
|
* @throws OciError when an error occurs
|
|
6243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseParameters.ts.html |here} to see how to use SummarizeAwrDatabaseParameters API.
|
|
6244
7283
|
*/
|
|
6245
7284
|
summarizeAwrDatabaseParameters(summarizeAwrDatabaseParametersRequest) {
|
|
6246
7285
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6320,7 +7359,7 @@ class OperationsInsightsClient {
|
|
|
6320
7359
|
* @param SummarizeAwrDatabaseSnapshotRangesRequest
|
|
6321
7360
|
* @return SummarizeAwrDatabaseSnapshotRangesResponse
|
|
6322
7361
|
* @throws OciError when an error occurs
|
|
6323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7362
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDatabaseSnapshotRanges API.
|
|
6324
7363
|
*/
|
|
6325
7364
|
summarizeAwrDatabaseSnapshotRanges(summarizeAwrDatabaseSnapshotRangesRequest) {
|
|
6326
7365
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6392,7 +7431,7 @@ class OperationsInsightsClient {
|
|
|
6392
7431
|
* @param SummarizeAwrDatabaseSysstatsRequest
|
|
6393
7432
|
* @return SummarizeAwrDatabaseSysstatsResponse
|
|
6394
7433
|
* @throws OciError when an error occurs
|
|
6395
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7434
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseSysstats.ts.html |here} to see how to use SummarizeAwrDatabaseSysstats API.
|
|
6396
7435
|
*/
|
|
6397
7436
|
summarizeAwrDatabaseSysstats(summarizeAwrDatabaseSysstatsRequest) {
|
|
6398
7437
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6468,7 +7507,7 @@ class OperationsInsightsClient {
|
|
|
6468
7507
|
* @param SummarizeAwrDatabaseTopWaitEventsRequest
|
|
6469
7508
|
* @return SummarizeAwrDatabaseTopWaitEventsResponse
|
|
6470
7509
|
* @throws OciError when an error occurs
|
|
6471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7510
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseTopWaitEvents API.
|
|
6472
7511
|
*/
|
|
6473
7512
|
summarizeAwrDatabaseTopWaitEvents(summarizeAwrDatabaseTopWaitEventsRequest) {
|
|
6474
7513
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6543,7 +7582,7 @@ class OperationsInsightsClient {
|
|
|
6543
7582
|
* @param SummarizeAwrDatabaseWaitEventBucketsRequest
|
|
6544
7583
|
* @return SummarizeAwrDatabaseWaitEventBucketsResponse
|
|
6545
7584
|
* @throws OciError when an error occurs
|
|
6546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7585
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventBuckets API.
|
|
6547
7586
|
*/
|
|
6548
7587
|
summarizeAwrDatabaseWaitEventBuckets(summarizeAwrDatabaseWaitEventBucketsRequest) {
|
|
6549
7588
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6622,7 +7661,7 @@ class OperationsInsightsClient {
|
|
|
6622
7661
|
* @param SummarizeAwrDatabaseWaitEventsRequest
|
|
6623
7662
|
* @return SummarizeAwrDatabaseWaitEventsResponse
|
|
6624
7663
|
* @throws OciError when an error occurs
|
|
6625
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7664
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrDatabaseWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEvents API.
|
|
6626
7665
|
*/
|
|
6627
7666
|
summarizeAwrDatabaseWaitEvents(summarizeAwrDatabaseWaitEventsRequest) {
|
|
6628
7667
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6699,7 +7738,7 @@ class OperationsInsightsClient {
|
|
|
6699
7738
|
* @param SummarizeAwrSourcesSummariesRequest
|
|
6700
7739
|
* @return SummarizeAwrSourcesSummariesResponse
|
|
6701
7740
|
* @throws OciError when an error occurs
|
|
6702
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7741
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
|
|
6703
7742
|
*/
|
|
6704
7743
|
summarizeAwrSourcesSummaries(summarizeAwrSourcesSummariesRequest) {
|
|
6705
7744
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6771,7 +7810,7 @@ class OperationsInsightsClient {
|
|
|
6771
7810
|
* @param SummarizeConfigurationItemsRequest
|
|
6772
7811
|
* @return SummarizeConfigurationItemsResponse
|
|
6773
7812
|
* @throws OciError when an error occurs
|
|
6774
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7813
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeConfigurationItems.ts.html |here} to see how to use SummarizeConfigurationItems API.
|
|
6775
7814
|
*/
|
|
6776
7815
|
summarizeConfigurationItems(summarizeConfigurationItemsRequest) {
|
|
6777
7816
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6843,7 +7882,7 @@ class OperationsInsightsClient {
|
|
|
6843
7882
|
* @param SummarizeDatabaseInsightResourceCapacityTrendRequest
|
|
6844
7883
|
* @return SummarizeDatabaseInsightResourceCapacityTrendResponse
|
|
6845
7884
|
* @throws OciError when an error occurs
|
|
6846
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7885
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
|
|
6847
7886
|
*/
|
|
6848
7887
|
summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest) {
|
|
6849
7888
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6932,7 +7971,7 @@ class OperationsInsightsClient {
|
|
|
6932
7971
|
* @param SummarizeDatabaseInsightResourceForecastTrendRequest
|
|
6933
7972
|
* @return SummarizeDatabaseInsightResourceForecastTrendResponse
|
|
6934
7973
|
* @throws OciError when an error occurs
|
|
6935
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7974
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
|
|
6936
7975
|
*/
|
|
6937
7976
|
summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest) {
|
|
6938
7977
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7023,7 +8062,7 @@ class OperationsInsightsClient {
|
|
|
7023
8062
|
* @param SummarizeDatabaseInsightResourceStatisticsRequest
|
|
7024
8063
|
* @return SummarizeDatabaseInsightResourceStatisticsResponse
|
|
7025
8064
|
* @throws OciError when an error occurs
|
|
7026
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8065
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
|
|
7027
8066
|
*/
|
|
7028
8067
|
summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest) {
|
|
7029
8068
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7116,7 +8155,7 @@ class OperationsInsightsClient {
|
|
|
7116
8155
|
* @param SummarizeDatabaseInsightResourceUsageRequest
|
|
7117
8156
|
* @return SummarizeDatabaseInsightResourceUsageResponse
|
|
7118
8157
|
* @throws OciError when an error occurs
|
|
7119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
|
|
7120
8159
|
*/
|
|
7121
8160
|
summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest) {
|
|
7122
8161
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7201,7 +8240,7 @@ class OperationsInsightsClient {
|
|
|
7201
8240
|
* @param SummarizeDatabaseInsightResourceUsageTrendRequest
|
|
7202
8241
|
* @return SummarizeDatabaseInsightResourceUsageTrendResponse
|
|
7203
8242
|
* @throws OciError when an error occurs
|
|
7204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
|
|
7205
8244
|
*/
|
|
7206
8245
|
summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest) {
|
|
7207
8246
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7286,7 +8325,7 @@ class OperationsInsightsClient {
|
|
|
7286
8325
|
* @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
|
|
7287
8326
|
* @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
|
|
7288
8327
|
* @throws OciError when an error occurs
|
|
7289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8328
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
|
|
7290
8329
|
*/
|
|
7291
8330
|
summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest) {
|
|
7292
8331
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7373,7 +8412,7 @@ class OperationsInsightsClient {
|
|
|
7373
8412
|
* @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
|
|
7374
8413
|
* @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
|
|
7375
8414
|
* @throws OciError when an error occurs
|
|
7376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8415
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
|
|
7377
8416
|
*/
|
|
7378
8417
|
summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest) {
|
|
7379
8418
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7451,7 +8490,7 @@ class OperationsInsightsClient {
|
|
|
7451
8490
|
* @param SummarizeExadataInsightResourceCapacityTrendRequest
|
|
7452
8491
|
* @return SummarizeExadataInsightResourceCapacityTrendResponse
|
|
7453
8492
|
* @throws OciError when an error occurs
|
|
7454
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8493
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
|
|
7455
8494
|
*/
|
|
7456
8495
|
summarizeExadataInsightResourceCapacityTrend(summarizeExadataInsightResourceCapacityTrendRequest) {
|
|
7457
8496
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7535,7 +8574,7 @@ class OperationsInsightsClient {
|
|
|
7535
8574
|
* @param SummarizeExadataInsightResourceCapacityTrendAggregatedRequest
|
|
7536
8575
|
* @return SummarizeExadataInsightResourceCapacityTrendAggregatedResponse
|
|
7537
8576
|
* @throws OciError when an error occurs
|
|
7538
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8577
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
|
|
7539
8578
|
*/
|
|
7540
8579
|
summarizeExadataInsightResourceCapacityTrendAggregated(summarizeExadataInsightResourceCapacityTrendAggregatedRequest) {
|
|
7541
8580
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7622,7 +8661,7 @@ class OperationsInsightsClient {
|
|
|
7622
8661
|
* @param SummarizeExadataInsightResourceForecastTrendRequest
|
|
7623
8662
|
* @return SummarizeExadataInsightResourceForecastTrendResponse
|
|
7624
8663
|
* @throws OciError when an error occurs
|
|
7625
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8664
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
|
|
7626
8665
|
*/
|
|
7627
8666
|
summarizeExadataInsightResourceForecastTrend(summarizeExadataInsightResourceForecastTrendRequest) {
|
|
7628
8667
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7709,7 +8748,7 @@ class OperationsInsightsClient {
|
|
|
7709
8748
|
* @param SummarizeExadataInsightResourceForecastTrendAggregatedRequest
|
|
7710
8749
|
* @return SummarizeExadataInsightResourceForecastTrendAggregatedResponse
|
|
7711
8750
|
* @throws OciError when an error occurs
|
|
7712
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8751
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
|
|
7713
8752
|
*/
|
|
7714
8753
|
summarizeExadataInsightResourceForecastTrendAggregated(summarizeExadataInsightResourceForecastTrendAggregatedRequest) {
|
|
7715
8754
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7796,7 +8835,7 @@ class OperationsInsightsClient {
|
|
|
7796
8835
|
* @param SummarizeExadataInsightResourceStatisticsRequest
|
|
7797
8836
|
* @return SummarizeExadataInsightResourceStatisticsResponse
|
|
7798
8837
|
* @throws OciError when an error occurs
|
|
7799
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8838
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
|
|
7800
8839
|
*/
|
|
7801
8840
|
summarizeExadataInsightResourceStatistics(summarizeExadataInsightResourceStatisticsRequest) {
|
|
7802
8841
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7883,7 +8922,7 @@ class OperationsInsightsClient {
|
|
|
7883
8922
|
* @param SummarizeExadataInsightResourceUsageRequest
|
|
7884
8923
|
* @return SummarizeExadataInsightResourceUsageResponse
|
|
7885
8924
|
* @throws OciError when an error occurs
|
|
7886
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8925
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
|
|
7887
8926
|
*/
|
|
7888
8927
|
summarizeExadataInsightResourceUsage(summarizeExadataInsightResourceUsageRequest) {
|
|
7889
8928
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7970,7 +9009,7 @@ class OperationsInsightsClient {
|
|
|
7970
9009
|
* @param SummarizeExadataInsightResourceUsageAggregatedRequest
|
|
7971
9010
|
* @return SummarizeExadataInsightResourceUsageAggregatedResponse
|
|
7972
9011
|
* @throws OciError when an error occurs
|
|
7973
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9012
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
|
|
7974
9013
|
*/
|
|
7975
9014
|
summarizeExadataInsightResourceUsageAggregated(summarizeExadataInsightResourceUsageAggregatedRequest) {
|
|
7976
9015
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8048,7 +9087,7 @@ class OperationsInsightsClient {
|
|
|
8048
9087
|
* @param SummarizeExadataInsightResourceUtilizationInsightRequest
|
|
8049
9088
|
* @return SummarizeExadataInsightResourceUtilizationInsightResponse
|
|
8050
9089
|
* @throws OciError when an error occurs
|
|
8051
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9090
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
|
|
8052
9091
|
*/
|
|
8053
9092
|
summarizeExadataInsightResourceUtilizationInsight(summarizeExadataInsightResourceUtilizationInsightRequest) {
|
|
8054
9093
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8133,7 +9172,7 @@ class OperationsInsightsClient {
|
|
|
8133
9172
|
* @param SummarizeExadataMembersRequest
|
|
8134
9173
|
* @return SummarizeExadataMembersResponse
|
|
8135
9174
|
* @throws OciError when an error occurs
|
|
8136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
|
|
8137
9176
|
*/
|
|
8138
9177
|
summarizeExadataMembers(summarizeExadataMembersRequest) {
|
|
8139
9178
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8207,7 +9246,7 @@ class OperationsInsightsClient {
|
|
|
8207
9246
|
* @param SummarizeHostInsightNetworkUsageTrendRequest
|
|
8208
9247
|
* @return SummarizeHostInsightNetworkUsageTrendResponse
|
|
8209
9248
|
* @throws OciError when an error occurs
|
|
8210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightNetworkUsageTrend.ts.html |here} to see how to use SummarizeHostInsightNetworkUsageTrend API.
|
|
8211
9250
|
*/
|
|
8212
9251
|
summarizeHostInsightNetworkUsageTrend(summarizeHostInsightNetworkUsageTrendRequest) {
|
|
8213
9252
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8281,7 +9320,7 @@ class OperationsInsightsClient {
|
|
|
8281
9320
|
* @param SummarizeHostInsightResourceCapacityTrendRequest
|
|
8282
9321
|
* @return SummarizeHostInsightResourceCapacityTrendResponse
|
|
8283
9322
|
* @throws OciError when an error occurs
|
|
8284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
|
|
8285
9324
|
*/
|
|
8286
9325
|
summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest) {
|
|
8287
9326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8367,7 +9406,7 @@ class OperationsInsightsClient {
|
|
|
8367
9406
|
* @param SummarizeHostInsightResourceForecastTrendRequest
|
|
8368
9407
|
* @return SummarizeHostInsightResourceForecastTrendResponse
|
|
8369
9408
|
* @throws OciError when an error occurs
|
|
8370
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
|
|
8371
9410
|
*/
|
|
8372
9411
|
summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest) {
|
|
8373
9412
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8452,7 +9491,7 @@ class OperationsInsightsClient {
|
|
|
8452
9491
|
* @param SummarizeHostInsightResourceStatisticsRequest
|
|
8453
9492
|
* @return SummarizeHostInsightResourceStatisticsResponse
|
|
8454
9493
|
* @throws OciError when an error occurs
|
|
8455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9494
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
|
|
8456
9495
|
*/
|
|
8457
9496
|
summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest) {
|
|
8458
9497
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8543,7 +9582,7 @@ class OperationsInsightsClient {
|
|
|
8543
9582
|
* @param SummarizeHostInsightResourceUsageRequest
|
|
8544
9583
|
* @return SummarizeHostInsightResourceUsageResponse
|
|
8545
9584
|
* @throws OciError when an error occurs
|
|
8546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9585
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
|
|
8547
9586
|
*/
|
|
8548
9587
|
summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest) {
|
|
8549
9588
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8621,7 +9660,7 @@ class OperationsInsightsClient {
|
|
|
8621
9660
|
* @param SummarizeHostInsightResourceUsageTrendRequest
|
|
8622
9661
|
* @return SummarizeHostInsightResourceUsageTrendResponse
|
|
8623
9662
|
* @throws OciError when an error occurs
|
|
8624
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9663
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
|
|
8625
9664
|
*/
|
|
8626
9665
|
summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest) {
|
|
8627
9666
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8704,7 +9743,7 @@ class OperationsInsightsClient {
|
|
|
8704
9743
|
* @param SummarizeHostInsightResourceUtilizationInsightRequest
|
|
8705
9744
|
* @return SummarizeHostInsightResourceUtilizationInsightResponse
|
|
8706
9745
|
* @throws OciError when an error occurs
|
|
8707
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9746
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
|
|
8708
9747
|
*/
|
|
8709
9748
|
summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest) {
|
|
8710
9749
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8782,7 +9821,7 @@ class OperationsInsightsClient {
|
|
|
8782
9821
|
* @param SummarizeHostInsightStorageUsageTrendRequest
|
|
8783
9822
|
* @return SummarizeHostInsightStorageUsageTrendResponse
|
|
8784
9823
|
* @throws OciError when an error occurs
|
|
8785
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9824
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightStorageUsageTrend.ts.html |here} to see how to use SummarizeHostInsightStorageUsageTrend API.
|
|
8786
9825
|
*/
|
|
8787
9826
|
summarizeHostInsightStorageUsageTrend(summarizeHostInsightStorageUsageTrendRequest) {
|
|
8788
9827
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8856,7 +9895,7 @@ class OperationsInsightsClient {
|
|
|
8856
9895
|
* @param SummarizeHostInsightTopProcessesUsageRequest
|
|
8857
9896
|
* @return SummarizeHostInsightTopProcessesUsageResponse
|
|
8858
9897
|
* @throws OciError when an error occurs
|
|
8859
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9898
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightTopProcessesUsage.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsage API.
|
|
8860
9899
|
*/
|
|
8861
9900
|
summarizeHostInsightTopProcessesUsage(summarizeHostInsightTopProcessesUsageRequest) {
|
|
8862
9901
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8933,7 +9972,7 @@ class OperationsInsightsClient {
|
|
|
8933
9972
|
* @param SummarizeHostInsightTopProcessesUsageTrendRequest
|
|
8934
9973
|
* @return SummarizeHostInsightTopProcessesUsageTrendResponse
|
|
8935
9974
|
* @throws OciError when an error occurs
|
|
8936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9975
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
|
|
8937
9976
|
*/
|
|
8938
9977
|
summarizeHostInsightTopProcessesUsageTrend(summarizeHostInsightTopProcessesUsageTrendRequest) {
|
|
8939
9978
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9009,7 +10048,7 @@ class OperationsInsightsClient {
|
|
|
9009
10048
|
* @param SummarizeOperationsInsightsWarehouseResourceUsageRequest
|
|
9010
10049
|
* @return SummarizeOperationsInsightsWarehouseResourceUsageResponse
|
|
9011
10050
|
* @throws OciError when an error occurs
|
|
9012
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10051
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
|
|
9013
10052
|
*/
|
|
9014
10053
|
summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest) {
|
|
9015
10054
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9074,7 +10113,7 @@ class OperationsInsightsClient {
|
|
|
9074
10113
|
* @param SummarizeSqlInsightsRequest
|
|
9075
10114
|
* @return SummarizeSqlInsightsResponse
|
|
9076
10115
|
* @throws OciError when an error occurs
|
|
9077
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
|
|
9078
10117
|
*/
|
|
9079
10118
|
summarizeSqlInsights(summarizeSqlInsightsRequest) {
|
|
9080
10119
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9156,7 +10195,7 @@ class OperationsInsightsClient {
|
|
|
9156
10195
|
* @param SummarizeSqlPlanInsightsRequest
|
|
9157
10196
|
* @return SummarizeSqlPlanInsightsResponse
|
|
9158
10197
|
* @throws OciError when an error occurs
|
|
9159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10198
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
|
|
9160
10199
|
*/
|
|
9161
10200
|
summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest) {
|
|
9162
10201
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9228,7 +10267,7 @@ class OperationsInsightsClient {
|
|
|
9228
10267
|
* @param SummarizeSqlResponseTimeDistributionsRequest
|
|
9229
10268
|
* @return SummarizeSqlResponseTimeDistributionsResponse
|
|
9230
10269
|
* @throws OciError when an error occurs
|
|
9231
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
|
|
9232
10271
|
*/
|
|
9233
10272
|
summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest) {
|
|
9234
10273
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9300,7 +10339,7 @@ class OperationsInsightsClient {
|
|
|
9300
10339
|
* @param SummarizeSqlStatisticsRequest
|
|
9301
10340
|
* @return SummarizeSqlStatisticsResponse
|
|
9302
10341
|
* @throws OciError when an error occurs
|
|
9303
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10342
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
|
|
9304
10343
|
*/
|
|
9305
10344
|
summarizeSqlStatistics(summarizeSqlStatisticsRequest) {
|
|
9306
10345
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9387,7 +10426,7 @@ class OperationsInsightsClient {
|
|
|
9387
10426
|
* @param SummarizeSqlStatisticsTimeSeriesRequest
|
|
9388
10427
|
* @return SummarizeSqlStatisticsTimeSeriesResponse
|
|
9389
10428
|
* @throws OciError when an error occurs
|
|
9390
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10429
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
|
|
9391
10430
|
*/
|
|
9392
10431
|
summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest) {
|
|
9393
10432
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9468,7 +10507,7 @@ class OperationsInsightsClient {
|
|
|
9468
10507
|
* @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
|
|
9469
10508
|
* @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
|
|
9470
10509
|
* @throws OciError when an error occurs
|
|
9471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10510
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
|
|
9472
10511
|
*/
|
|
9473
10512
|
summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest) {
|
|
9474
10513
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9538,7 +10577,7 @@ class OperationsInsightsClient {
|
|
|
9538
10577
|
* @param UpdateAwrHubRequest
|
|
9539
10578
|
* @return UpdateAwrHubResponse
|
|
9540
10579
|
* @throws OciError when an error occurs
|
|
9541
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
|
|
9542
10581
|
*/
|
|
9543
10582
|
updateAwrHub(updateAwrHubRequest) {
|
|
9544
10583
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9599,7 +10638,7 @@ class OperationsInsightsClient {
|
|
|
9599
10638
|
* @param UpdateDatabaseInsightRequest
|
|
9600
10639
|
* @return UpdateDatabaseInsightResponse
|
|
9601
10640
|
* @throws OciError when an error occurs
|
|
9602
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10641
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
|
|
9603
10642
|
*/
|
|
9604
10643
|
updateDatabaseInsight(updateDatabaseInsightRequest) {
|
|
9605
10644
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9660,7 +10699,7 @@ class OperationsInsightsClient {
|
|
|
9660
10699
|
* @param UpdateEnterpriseManagerBridgeRequest
|
|
9661
10700
|
* @return UpdateEnterpriseManagerBridgeResponse
|
|
9662
10701
|
* @throws OciError when an error occurs
|
|
9663
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10702
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
|
|
9664
10703
|
*/
|
|
9665
10704
|
updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest) {
|
|
9666
10705
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9721,7 +10760,7 @@ class OperationsInsightsClient {
|
|
|
9721
10760
|
* @param UpdateExadataInsightRequest
|
|
9722
10761
|
* @return UpdateExadataInsightResponse
|
|
9723
10762
|
* @throws OciError when an error occurs
|
|
9724
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10763
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
|
|
9725
10764
|
*/
|
|
9726
10765
|
updateExadataInsight(updateExadataInsightRequest) {
|
|
9727
10766
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9782,7 +10821,7 @@ class OperationsInsightsClient {
|
|
|
9782
10821
|
* @param UpdateHostInsightRequest
|
|
9783
10822
|
* @return UpdateHostInsightResponse
|
|
9784
10823
|
* @throws OciError when an error occurs
|
|
9785
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10824
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
|
|
9786
10825
|
*/
|
|
9787
10826
|
updateHostInsight(updateHostInsightRequest) {
|
|
9788
10827
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9843,7 +10882,7 @@ class OperationsInsightsClient {
|
|
|
9843
10882
|
* @param UpdateOperationsInsightsPrivateEndpointRequest
|
|
9844
10883
|
* @return UpdateOperationsInsightsPrivateEndpointResponse
|
|
9845
10884
|
* @throws OciError when an error occurs
|
|
9846
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10885
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
|
|
9847
10886
|
*/
|
|
9848
10887
|
updateOperationsInsightsPrivateEndpoint(updateOperationsInsightsPrivateEndpointRequest) {
|
|
9849
10888
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9906,7 +10945,7 @@ class OperationsInsightsClient {
|
|
|
9906
10945
|
* @param UpdateOperationsInsightsWarehouseRequest
|
|
9907
10946
|
* @return UpdateOperationsInsightsWarehouseResponse
|
|
9908
10947
|
* @throws OciError when an error occurs
|
|
9909
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10948
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
|
|
9910
10949
|
*/
|
|
9911
10950
|
updateOperationsInsightsWarehouse(updateOperationsInsightsWarehouseRequest) {
|
|
9912
10951
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9967,7 +11006,7 @@ class OperationsInsightsClient {
|
|
|
9967
11006
|
* @param UpdateOperationsInsightsWarehouseUserRequest
|
|
9968
11007
|
* @return UpdateOperationsInsightsWarehouseUserResponse
|
|
9969
11008
|
* @throws OciError when an error occurs
|
|
9970
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11009
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
|
|
9971
11010
|
*/
|
|
9972
11011
|
updateOperationsInsightsWarehouseUser(updateOperationsInsightsWarehouseUserRequest) {
|
|
9973
11012
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10028,7 +11067,7 @@ class OperationsInsightsClient {
|
|
|
10028
11067
|
* @param UpdateOpsiConfigurationRequest
|
|
10029
11068
|
* @return UpdateOpsiConfigurationResponse
|
|
10030
11069
|
* @throws OciError when an error occurs
|
|
10031
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11070
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opsi/UpdateOpsiConfiguration.ts.html |here} to see how to use UpdateOpsiConfiguration API.
|
|
10032
11071
|
*/
|
|
10033
11072
|
updateOpsiConfiguration(updateOpsiConfigurationRequest) {
|
|
10034
11073
|
return __awaiter(this, void 0, void 0, function* () {
|