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,134 @@
|
|
|
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/ListAddmDbFindingsTimeSeries.ts.html |here} to see how to use ListAddmDbFindingsTimeSeriesRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListAddmDbFindingsTimeSeriesRequest 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 time series summary data
|
|
82
|
+
*
|
|
83
|
+
*/
|
|
84
|
+
"sortBy"?: ListAddmDbFindingsTimeSeriesRequest.SortBy;
|
|
85
|
+
/**
|
|
86
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
87
|
+
* Oracle about a particular request, please provide the request ID.
|
|
88
|
+
*
|
|
89
|
+
*/
|
|
90
|
+
"opcRequestId"?: string;
|
|
91
|
+
/**
|
|
92
|
+
* A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
93
|
+
* Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
94
|
+
* Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
95
|
+
* Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
96
|
+
*
|
|
97
|
+
*/
|
|
98
|
+
"definedTagEquals"?: Array<string>;
|
|
99
|
+
/**
|
|
100
|
+
* A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
101
|
+
* The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
102
|
+
* Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
103
|
+
*
|
|
104
|
+
*/
|
|
105
|
+
"freeformTagEquals"?: Array<string>;
|
|
106
|
+
/**
|
|
107
|
+
* A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
108
|
+
* Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
109
|
+
* or \"{namespace}.true\". All inputs are case-insensitive.
|
|
110
|
+
* Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
111
|
+
* Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
112
|
+
* Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
113
|
+
*
|
|
114
|
+
*/
|
|
115
|
+
"definedTagExists"?: Array<string>;
|
|
116
|
+
/**
|
|
117
|
+
* A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
118
|
+
* The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
119
|
+
* Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
120
|
+
* Multiple values for different tag names are interpreted as \"AND\".
|
|
121
|
+
*
|
|
122
|
+
*/
|
|
123
|
+
"freeformTagExists"?: Array<string>;
|
|
124
|
+
/**
|
|
125
|
+
* A flag to search all resources within a given compartment and all sub-compartments.
|
|
126
|
+
*
|
|
127
|
+
*/
|
|
128
|
+
"compartmentIdInSubtree"?: boolean;
|
|
129
|
+
}
|
|
130
|
+
export declare namespace ListAddmDbFindingsTimeSeriesRequest {
|
|
131
|
+
enum SortBy {
|
|
132
|
+
Timestamp = "timestamp"
|
|
133
|
+
}
|
|
134
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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.ListAddmDbFindingsTimeSeriesRequest = void 0;
|
|
16
|
+
var ListAddmDbFindingsTimeSeriesRequest;
|
|
17
|
+
(function (ListAddmDbFindingsTimeSeriesRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["Timestamp"] = "timestamp";
|
|
21
|
+
})(SortBy = ListAddmDbFindingsTimeSeriesRequest.SortBy || (ListAddmDbFindingsTimeSeriesRequest.SortBy = {}));
|
|
22
|
+
})(ListAddmDbFindingsTimeSeriesRequest = exports.ListAddmDbFindingsTimeSeriesRequest || (exports.ListAddmDbFindingsTimeSeriesRequest = {}));
|
|
23
|
+
//# sourceMappingURL=list-addm-db-findings-time-series-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-addm-db-findings-time-series-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-addm-db-findings-time-series-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyHH,IAAiB,mCAAmC,CAInD;AAJD,WAAiB,mCAAmC;IAClD,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,iCAAuB,CAAA;IACzB,CAAC,EAFW,MAAM,GAAN,0CAAM,KAAN,0CAAM,QAEjB;AACH,CAAC,EAJgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAInD"}
|
|
@@ -0,0 +1,107 @@
|
|
|
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/ListAddmDbParameterCategories.ts.html |here} to see how to use ListAddmDbParameterCategoriesRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListAddmDbParameterCategoriesRequest 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
|
+
* For list pagination. The maximum number of results per page, or items to
|
|
35
|
+
* return in a paginated \"List\" call.
|
|
36
|
+
* For important details about how pagination works, see
|
|
37
|
+
* [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
38
|
+
* Example: `50`
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"limit"?: number;
|
|
42
|
+
/**
|
|
43
|
+
* For list pagination. The value of the `opc-next-page` response header from
|
|
44
|
+
* the previous \"List\" call. For important details about how pagination works,
|
|
45
|
+
* see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"page"?: string;
|
|
49
|
+
/**
|
|
50
|
+
* The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
"sortOrder"?: model.SortOrder;
|
|
54
|
+
/**
|
|
55
|
+
* Field name for sorting the database parameter categories
|
|
56
|
+
*/
|
|
57
|
+
"sortBy"?: ListAddmDbParameterCategoriesRequest.SortBy;
|
|
58
|
+
/**
|
|
59
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
60
|
+
* Oracle about a particular request, please provide the request ID.
|
|
61
|
+
*
|
|
62
|
+
*/
|
|
63
|
+
"opcRequestId"?: string;
|
|
64
|
+
/**
|
|
65
|
+
* A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
66
|
+
* Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
67
|
+
* Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
68
|
+
* Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
69
|
+
*
|
|
70
|
+
*/
|
|
71
|
+
"definedTagEquals"?: Array<string>;
|
|
72
|
+
/**
|
|
73
|
+
* A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
74
|
+
* The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
75
|
+
* Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
76
|
+
*
|
|
77
|
+
*/
|
|
78
|
+
"freeformTagEquals"?: Array<string>;
|
|
79
|
+
/**
|
|
80
|
+
* A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
81
|
+
* Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
82
|
+
* or \"{namespace}.true\". All inputs are case-insensitive.
|
|
83
|
+
* Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
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
|
+
"definedTagExists"?: Array<string>;
|
|
89
|
+
/**
|
|
90
|
+
* A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
91
|
+
* The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
92
|
+
* Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
93
|
+
* Multiple values for different tag names are interpreted as \"AND\".
|
|
94
|
+
*
|
|
95
|
+
*/
|
|
96
|
+
"freeformTagExists"?: Array<string>;
|
|
97
|
+
/**
|
|
98
|
+
* A flag to search all resources within a given compartment and all sub-compartments.
|
|
99
|
+
*
|
|
100
|
+
*/
|
|
101
|
+
"compartmentIdInSubtree"?: boolean;
|
|
102
|
+
}
|
|
103
|
+
export declare namespace ListAddmDbParameterCategoriesRequest {
|
|
104
|
+
enum SortBy {
|
|
105
|
+
Name = "name"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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.ListAddmDbParameterCategoriesRequest = void 0;
|
|
16
|
+
var ListAddmDbParameterCategoriesRequest;
|
|
17
|
+
(function (ListAddmDbParameterCategoriesRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["Name"] = "name";
|
|
21
|
+
})(SortBy = ListAddmDbParameterCategoriesRequest.SortBy || (ListAddmDbParameterCategoriesRequest.SortBy = {}));
|
|
22
|
+
})(ListAddmDbParameterCategoriesRequest = exports.ListAddmDbParameterCategoriesRequest || (exports.ListAddmDbParameterCategoriesRequest = {}));
|
|
23
|
+
//# sourceMappingURL=list-addm-db-parameter-categories-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-addm-db-parameter-categories-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-addm-db-parameter-categories-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8FH,IAAiB,oCAAoC,CAIpD;AAJD,WAAiB,oCAAoC;IACnD,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uBAAa,CAAA;IACf,CAAC,EAFW,MAAM,GAAN,2CAAM,KAAN,2CAAM,QAEjB;AACH,CAAC,EAJgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAIpD"}
|
|
@@ -0,0 +1,107 @@
|
|
|
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/ListAddmDbRecommendationCategories.ts.html |here} to see how to use ListAddmDbRecommendationCategoriesRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListAddmDbRecommendationCategoriesRequest 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
|
+
* For list pagination. The maximum number of results per page, or items to
|
|
35
|
+
* return in a paginated \"List\" call.
|
|
36
|
+
* For important details about how pagination works, see
|
|
37
|
+
* [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
38
|
+
* Example: `50`
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"limit"?: number;
|
|
42
|
+
/**
|
|
43
|
+
* For list pagination. The value of the `opc-next-page` response header from
|
|
44
|
+
* the previous \"List\" call. For important details about how pagination works,
|
|
45
|
+
* see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"page"?: string;
|
|
49
|
+
/**
|
|
50
|
+
* The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
"sortOrder"?: model.SortOrder;
|
|
54
|
+
/**
|
|
55
|
+
* Field name for sorting the recommendation categories
|
|
56
|
+
*/
|
|
57
|
+
"sortBy"?: ListAddmDbRecommendationCategoriesRequest.SortBy;
|
|
58
|
+
/**
|
|
59
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
60
|
+
* Oracle about a particular request, please provide the request ID.
|
|
61
|
+
*
|
|
62
|
+
*/
|
|
63
|
+
"opcRequestId"?: string;
|
|
64
|
+
/**
|
|
65
|
+
* A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
66
|
+
* Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
67
|
+
* Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
68
|
+
* Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
69
|
+
*
|
|
70
|
+
*/
|
|
71
|
+
"definedTagEquals"?: Array<string>;
|
|
72
|
+
/**
|
|
73
|
+
* A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
74
|
+
* The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
75
|
+
* Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
76
|
+
*
|
|
77
|
+
*/
|
|
78
|
+
"freeformTagEquals"?: Array<string>;
|
|
79
|
+
/**
|
|
80
|
+
* A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
81
|
+
* Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
82
|
+
* or \"{namespace}.true\". All inputs are case-insensitive.
|
|
83
|
+
* Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
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
|
+
"definedTagExists"?: Array<string>;
|
|
89
|
+
/**
|
|
90
|
+
* A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
91
|
+
* The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
92
|
+
* Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
93
|
+
* Multiple values for different tag names are interpreted as \"AND\".
|
|
94
|
+
*
|
|
95
|
+
*/
|
|
96
|
+
"freeformTagExists"?: Array<string>;
|
|
97
|
+
/**
|
|
98
|
+
* A flag to search all resources within a given compartment and all sub-compartments.
|
|
99
|
+
*
|
|
100
|
+
*/
|
|
101
|
+
"compartmentIdInSubtree"?: boolean;
|
|
102
|
+
}
|
|
103
|
+
export declare namespace ListAddmDbRecommendationCategoriesRequest {
|
|
104
|
+
enum SortBy {
|
|
105
|
+
Name = "name"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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.ListAddmDbRecommendationCategoriesRequest = void 0;
|
|
16
|
+
var ListAddmDbRecommendationCategoriesRequest;
|
|
17
|
+
(function (ListAddmDbRecommendationCategoriesRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["Name"] = "name";
|
|
21
|
+
})(SortBy = ListAddmDbRecommendationCategoriesRequest.SortBy || (ListAddmDbRecommendationCategoriesRequest.SortBy = {}));
|
|
22
|
+
})(ListAddmDbRecommendationCategoriesRequest = exports.ListAddmDbRecommendationCategoriesRequest || (exports.ListAddmDbRecommendationCategoriesRequest = {}));
|
|
23
|
+
//# sourceMappingURL=list-addm-db-recommendation-categories-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-addm-db-recommendation-categories-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-addm-db-recommendation-categories-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8FH,IAAiB,yCAAyC,CAIzD;AAJD,WAAiB,yCAAyC;IACxD,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uBAAa,CAAA;IACf,CAAC,EAFW,MAAM,GAAN,gDAAM,KAAN,gDAAM,QAEjB;AACH,CAAC,EAJgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAIzD"}
|
|
@@ -0,0 +1,157 @@
|
|
|
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/ListAddmDbRecommendationsTimeSeries.ts.html |here} to see how to use ListAddmDbRecommendationsTimeSeriesRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListAddmDbRecommendationsTimeSeriesRequest 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
|
+
* Optional filter to return only resources whose sql id matches the value given. Only considered when
|
|
61
|
+
* categoryName is SQL_TUNING.
|
|
62
|
+
*
|
|
63
|
+
*/
|
|
64
|
+
"sqlIdentifier"?: string;
|
|
65
|
+
/**
|
|
66
|
+
* Optional filter to return only resources whose owner or name contains the substring given. The
|
|
67
|
+
* match is not case sensitive. Only considered when categoryName is SCHEMA_OBJECT.
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
70
|
+
"ownerOrNameContains"?: string;
|
|
71
|
+
/**
|
|
72
|
+
* Optional filter to return only resources whose name contains the substring given. The
|
|
73
|
+
* match is not case sensitive. Only considered when categoryName is DATABASE_CONFIGURATION.
|
|
74
|
+
*
|
|
75
|
+
*/
|
|
76
|
+
"nameContains"?: string;
|
|
77
|
+
/**
|
|
78
|
+
* Optional filter to return only resources whose name exactly matches the substring given. The
|
|
79
|
+
* match is case sensitive. Only considered when categoryName is DATABASE_CONFIGURATION.
|
|
80
|
+
*
|
|
81
|
+
*/
|
|
82
|
+
"name"?: string;
|
|
83
|
+
/**
|
|
84
|
+
* For list pagination. The maximum number of results per page, or items to
|
|
85
|
+
* return in a paginated \"List\" call.
|
|
86
|
+
* For important details about how pagination works, see
|
|
87
|
+
* [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
88
|
+
* Example: `50`
|
|
89
|
+
*
|
|
90
|
+
*/
|
|
91
|
+
"limit"?: number;
|
|
92
|
+
/**
|
|
93
|
+
* For list pagination. The value of the `opc-next-page` response header from
|
|
94
|
+
* the previous \"List\" call. For important details about how pagination works,
|
|
95
|
+
* see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
96
|
+
*
|
|
97
|
+
*/
|
|
98
|
+
"page"?: string;
|
|
99
|
+
/**
|
|
100
|
+
* The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
|
101
|
+
*
|
|
102
|
+
*/
|
|
103
|
+
"sortOrder"?: model.SortOrder;
|
|
104
|
+
/**
|
|
105
|
+
* Field name for sorting the ADDM recommendation time series summary data
|
|
106
|
+
*/
|
|
107
|
+
"sortBy"?: ListAddmDbRecommendationsTimeSeriesRequest.SortBy;
|
|
108
|
+
/**
|
|
109
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
110
|
+
* Oracle about a particular request, please provide the request ID.
|
|
111
|
+
*
|
|
112
|
+
*/
|
|
113
|
+
"opcRequestId"?: string;
|
|
114
|
+
/**
|
|
115
|
+
* A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
116
|
+
* Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
117
|
+
* Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
118
|
+
* Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
119
|
+
*
|
|
120
|
+
*/
|
|
121
|
+
"definedTagEquals"?: Array<string>;
|
|
122
|
+
/**
|
|
123
|
+
* A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
124
|
+
* The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
125
|
+
* Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
126
|
+
*
|
|
127
|
+
*/
|
|
128
|
+
"freeformTagEquals"?: Array<string>;
|
|
129
|
+
/**
|
|
130
|
+
* A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
131
|
+
* Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
132
|
+
* or \"{namespace}.true\". All inputs are case-insensitive.
|
|
133
|
+
* Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
134
|
+
* Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
135
|
+
* Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
136
|
+
*
|
|
137
|
+
*/
|
|
138
|
+
"definedTagExists"?: Array<string>;
|
|
139
|
+
/**
|
|
140
|
+
* A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
141
|
+
* The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
142
|
+
* Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
143
|
+
* Multiple values for different tag names are interpreted as \"AND\".
|
|
144
|
+
*
|
|
145
|
+
*/
|
|
146
|
+
"freeformTagExists"?: Array<string>;
|
|
147
|
+
/**
|
|
148
|
+
* A flag to search all resources within a given compartment and all sub-compartments.
|
|
149
|
+
*
|
|
150
|
+
*/
|
|
151
|
+
"compartmentIdInSubtree"?: boolean;
|
|
152
|
+
}
|
|
153
|
+
export declare namespace ListAddmDbRecommendationsTimeSeriesRequest {
|
|
154
|
+
enum SortBy {
|
|
155
|
+
Timestamp = "timestamp"
|
|
156
|
+
}
|
|
157
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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.ListAddmDbRecommendationsTimeSeriesRequest = void 0;
|
|
16
|
+
var ListAddmDbRecommendationsTimeSeriesRequest;
|
|
17
|
+
(function (ListAddmDbRecommendationsTimeSeriesRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["Timestamp"] = "timestamp";
|
|
21
|
+
})(SortBy = ListAddmDbRecommendationsTimeSeriesRequest.SortBy || (ListAddmDbRecommendationsTimeSeriesRequest.SortBy = {}));
|
|
22
|
+
})(ListAddmDbRecommendationsTimeSeriesRequest = exports.ListAddmDbRecommendationsTimeSeriesRequest || (exports.ListAddmDbRecommendationsTimeSeriesRequest = {}));
|
|
23
|
+
//# sourceMappingURL=list-addm-db-recommendations-time-series-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-addm-db-recommendations-time-series-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-addm-db-recommendations-time-series-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgJH,IAAiB,0CAA0C,CAI1D;AAJD,WAAiB,0CAA0C;IACzD,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,iCAAuB,CAAA;IACzB,CAAC,EAFW,MAAM,GAAN,iDAAM,KAAN,iDAAM,QAEjB;AACH,CAAC,EAJgB,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QAI1D"}
|