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
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @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 ListAddmDbsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListAddmDbsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Optional list of database [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated DBaaS entity.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"databaseId"?: Array<string>;
|
|
28
|
+
/**
|
|
29
|
+
* Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"id"?: Array<string>;
|
|
33
|
+
/**
|
|
34
|
+
* Analysis start time in UTC in ISO 8601 format(inclusive).
|
|
35
|
+
* Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
|
|
36
|
+
* The minimum allowed value is 2 years prior to the current day.
|
|
37
|
+
* timeIntervalStart and timeIntervalEnd parameters are used together.
|
|
38
|
+
* If analysisTimeInterval is specified, this parameter is ignored.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"timeIntervalStart"?: Date;
|
|
42
|
+
/**
|
|
43
|
+
* Analysis end time in UTC in ISO 8601 format(exclusive).
|
|
44
|
+
* Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
|
|
45
|
+
* timeIntervalStart and timeIntervalEnd are used together.
|
|
46
|
+
* If timeIntervalEnd is not specified, current time is used as timeIntervalEnd.
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"timeIntervalEnd"?: Date;
|
|
50
|
+
/**
|
|
51
|
+
* For list pagination. The maximum number of results per page, or items to
|
|
52
|
+
* return in a paginated \"List\" call.
|
|
53
|
+
* For important details about how pagination works, see
|
|
54
|
+
* [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
55
|
+
* Example: `50`
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
58
|
+
"limit"?: number;
|
|
59
|
+
/**
|
|
60
|
+
* For list pagination. The value of the `opc-next-page` response header from
|
|
61
|
+
* the previous \"List\" call. For important details about how pagination works,
|
|
62
|
+
* see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
"page"?: string;
|
|
66
|
+
/**
|
|
67
|
+
* The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
70
|
+
"sortOrder"?: model.SortOrder;
|
|
71
|
+
/**
|
|
72
|
+
* Field name for sorting ADDM database data
|
|
73
|
+
*/
|
|
74
|
+
"sortBy"?: ListAddmDbsRequest.SortBy;
|
|
75
|
+
/**
|
|
76
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
77
|
+
* Oracle about a particular request, please provide the request ID.
|
|
78
|
+
*
|
|
79
|
+
*/
|
|
80
|
+
"opcRequestId"?: string;
|
|
81
|
+
/**
|
|
82
|
+
* A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
83
|
+
* Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
84
|
+
* Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
85
|
+
* Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
86
|
+
*
|
|
87
|
+
*/
|
|
88
|
+
"definedTagEquals"?: Array<string>;
|
|
89
|
+
/**
|
|
90
|
+
* A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
91
|
+
* The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
92
|
+
* Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
93
|
+
*
|
|
94
|
+
*/
|
|
95
|
+
"freeformTagEquals"?: Array<string>;
|
|
96
|
+
/**
|
|
97
|
+
* A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
98
|
+
* Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
99
|
+
* or \"{namespace}.true\". All inputs are case-insensitive.
|
|
100
|
+
* Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
101
|
+
* Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
102
|
+
* Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
103
|
+
*
|
|
104
|
+
*/
|
|
105
|
+
"definedTagExists"?: Array<string>;
|
|
106
|
+
/**
|
|
107
|
+
* A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
108
|
+
* The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
109
|
+
* Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
110
|
+
* Multiple values for different tag names are interpreted as \"AND\".
|
|
111
|
+
*
|
|
112
|
+
*/
|
|
113
|
+
"freeformTagExists"?: Array<string>;
|
|
114
|
+
/**
|
|
115
|
+
* A flag to search all resources within a given compartment and all sub-compartments.
|
|
116
|
+
*
|
|
117
|
+
*/
|
|
118
|
+
"compartmentIdInSubtree"?: boolean;
|
|
119
|
+
}
|
|
120
|
+
export declare namespace ListAddmDbsRequest {
|
|
121
|
+
enum SortBy {
|
|
122
|
+
DatabaseName = "databaseName",
|
|
123
|
+
NumberOfFindings = "numberOfFindings"
|
|
124
|
+
}
|
|
125
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListAddmDbsRequest = void 0;
|
|
16
|
+
var ListAddmDbsRequest;
|
|
17
|
+
(function (ListAddmDbsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["DatabaseName"] = "databaseName";
|
|
21
|
+
SortBy["NumberOfFindings"] = "numberOfFindings";
|
|
22
|
+
})(SortBy = ListAddmDbsRequest.SortBy || (ListAddmDbsRequest.SortBy = {}));
|
|
23
|
+
})(ListAddmDbsRequest = exports.ListAddmDbsRequest || (exports.ListAddmDbsRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-addm-dbs-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-addm-dbs-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-addm-dbs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+GH,IAAiB,kBAAkB,CAKlC;AALD,WAAiB,kBAAkB;IACjC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,+CAAqC,CAAA;IACvC,CAAC,EAHW,MAAM,GAAN,yBAAM,KAAN,yBAAM,QAGjB;AACH,CAAC,EALgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAKlC"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ListAwrDatabaseSnapshotsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAwrDatabaseSnapshotsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ListAwrDatabasesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAwrDatabasesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ListAwrHubsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAwrHubsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ListAwrSnapshotsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAwrSnapshotsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ListDatabaseConfigurationsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListDatabaseConfigurationsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ListDatabaseInsightsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListDatabaseInsightsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ListEnterpriseManagerBridgesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListEnterpriseManagerBridgesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ListExadataConfigurationsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListExadataConfigurationsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ListExadataInsightsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListExadataInsightsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ListHostConfigurationsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListHostConfigurationsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ListHostInsightsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListHostInsightsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ListHostedEntitiesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListHostedEntitiesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ListImportableAgentEntitiesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListImportableAgentEntitiesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ListImportableComputeEntitiesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListImportableComputeEntitiesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @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 ListImportableEnterpriseManagerEntitiesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListImportableEnterpriseManagerEntitiesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ListOperationsInsightsPrivateEndpointsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListOperationsInsightsPrivateEndpointsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ListOperationsInsightsWarehouseUsersRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListOperationsInsightsWarehouseUsersRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ListOperationsInsightsWarehousesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListOperationsInsightsWarehousesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ListOpsiConfigurationsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListOpsiConfigurationsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ListOpsiDataObjectsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListOpsiDataObjectsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @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 ListSqlPlansRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSqlPlansRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @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 ListSqlSearchesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSqlSearchesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @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 ListSqlTextsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSqlTextsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ListWorkRequestErrorsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ListWorkRequestLogsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 QueryOpsiDataObjectDataRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface QueryOpsiDataObjectDataRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @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 RotateOperationsInsightsWarehouseWalletRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface RotateOperationsInsightsWarehouseWalletRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @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 SummarizeAddmDbFindingsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface SummarizeAddmDbFindingsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Optional list of database [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated DBaaS entity.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"databaseId"?: Array<string>;
|
|
28
|
+
/**
|
|
29
|
+
* Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"id"?: Array<string>;
|
|
33
|
+
/**
|
|
34
|
+
* The optional single value query parameter to filter by database instance number.
|
|
35
|
+
*/
|
|
36
|
+
"instanceNumber"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Analysis start time in UTC in ISO 8601 format(inclusive).
|
|
39
|
+
* Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
|
|
40
|
+
* The minimum allowed value is 2 years prior to the current day.
|
|
41
|
+
* timeIntervalStart and timeIntervalEnd parameters are used together.
|
|
42
|
+
* If analysisTimeInterval is specified, this parameter is ignored.
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
"timeIntervalStart"?: Date;
|
|
46
|
+
/**
|
|
47
|
+
* Analysis end time in UTC in ISO 8601 format(exclusive).
|
|
48
|
+
* Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ).
|
|
49
|
+
* timeIntervalStart and timeIntervalEnd are used together.
|
|
50
|
+
* If timeIntervalEnd is not specified, current time is used as timeIntervalEnd.
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
"timeIntervalEnd"?: Date;
|
|
54
|
+
/**
|
|
55
|
+
* Optional value filter to match the finding category exactly.
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
58
|
+
"categoryName"?: string;
|
|
59
|
+
/**
|
|
60
|
+
* For list pagination. The maximum number of results per page, or items to
|
|
61
|
+
* return in a paginated \"List\" call.
|
|
62
|
+
* For important details about how pagination works, see
|
|
63
|
+
* [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
64
|
+
* Example: `50`
|
|
65
|
+
*
|
|
66
|
+
*/
|
|
67
|
+
"limit"?: number;
|
|
68
|
+
/**
|
|
69
|
+
* For list pagination. The value of the `opc-next-page` response header from
|
|
70
|
+
* the previous \"List\" call. For important details about how pagination works,
|
|
71
|
+
* see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
72
|
+
*
|
|
73
|
+
*/
|
|
74
|
+
"page"?: string;
|
|
75
|
+
/**
|
|
76
|
+
* The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
|
77
|
+
*
|
|
78
|
+
*/
|
|
79
|
+
"sortOrder"?: model.SortOrder;
|
|
80
|
+
/**
|
|
81
|
+
* Field name for sorting the ADDM finding summary data
|
|
82
|
+
*/
|
|
83
|
+
"sortBy"?: SummarizeAddmDbFindingsRequest.SortBy;
|
|
84
|
+
/**
|
|
85
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
86
|
+
* Oracle about a particular request, please provide the request ID.
|
|
87
|
+
*
|
|
88
|
+
*/
|
|
89
|
+
"opcRequestId"?: string;
|
|
90
|
+
/**
|
|
91
|
+
* A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
92
|
+
* Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
93
|
+
* Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
94
|
+
* Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
95
|
+
*
|
|
96
|
+
*/
|
|
97
|
+
"definedTagEquals"?: Array<string>;
|
|
98
|
+
/**
|
|
99
|
+
* A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
100
|
+
* The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
101
|
+
* Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
102
|
+
*
|
|
103
|
+
*/
|
|
104
|
+
"freeformTagEquals"?: Array<string>;
|
|
105
|
+
/**
|
|
106
|
+
* A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
107
|
+
* Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
108
|
+
* or \"{namespace}.true\". All inputs are case-insensitive.
|
|
109
|
+
* Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
110
|
+
* Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
111
|
+
* Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
112
|
+
*
|
|
113
|
+
*/
|
|
114
|
+
"definedTagExists"?: Array<string>;
|
|
115
|
+
/**
|
|
116
|
+
* A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
117
|
+
* The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
118
|
+
* Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
119
|
+
* Multiple values for different tag names are interpreted as \"AND\".
|
|
120
|
+
*
|
|
121
|
+
*/
|
|
122
|
+
"freeformTagExists"?: Array<string>;
|
|
123
|
+
/**
|
|
124
|
+
* A flag to search all resources within a given compartment and all sub-compartments.
|
|
125
|
+
*
|
|
126
|
+
*/
|
|
127
|
+
"compartmentIdInSubtree"?: boolean;
|
|
128
|
+
}
|
|
129
|
+
export declare namespace SummarizeAddmDbFindingsRequest {
|
|
130
|
+
enum SortBy {
|
|
131
|
+
ImpactOverallPercent = "impactOverallPercent",
|
|
132
|
+
ImpactMaxPercent = "impactMaxPercent",
|
|
133
|
+
ImpactAvgActiveSessions = "impactAvgActiveSessions",
|
|
134
|
+
FrequencyCount = "frequencyCount"
|
|
135
|
+
}
|
|
136
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.SummarizeAddmDbFindingsRequest = void 0;
|
|
16
|
+
var SummarizeAddmDbFindingsRequest;
|
|
17
|
+
(function (SummarizeAddmDbFindingsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["ImpactOverallPercent"] = "impactOverallPercent";
|
|
21
|
+
SortBy["ImpactMaxPercent"] = "impactMaxPercent";
|
|
22
|
+
SortBy["ImpactAvgActiveSessions"] = "impactAvgActiveSessions";
|
|
23
|
+
SortBy["FrequencyCount"] = "frequencyCount";
|
|
24
|
+
})(SortBy = SummarizeAddmDbFindingsRequest.SortBy || (SummarizeAddmDbFindingsRequest.SortBy = {}));
|
|
25
|
+
})(SummarizeAddmDbFindingsRequest = exports.SummarizeAddmDbFindingsRequest || (exports.SummarizeAddmDbFindingsRequest = {}));
|
|
26
|
+
//# sourceMappingURL=summarize-addm-db-findings-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-addm-db-findings-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-addm-db-findings-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwHH,IAAiB,8BAA8B,CAO9C;AAPD,WAAiB,8BAA8B;IAC7C,IAAY,MAKX;IALD,WAAY,MAAM;QAChB,uDAA6C,CAAA;QAC7C,+CAAqC,CAAA;QACrC,6DAAmD,CAAA;QACnD,2CAAiC,CAAA;IACnC,CAAC,EALW,MAAM,GAAN,qCAAM,KAAN,qCAAM,QAKjB;AACH,CAAC,EAPgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAO9C"}
|