oci-opsi 2.68.1 → 2.68.2
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 +178 -157
- package/lib/client.js +304 -158
- package/lib/client.js.map +1 -1
- package/lib/model/awr-hub.d.ts +4 -0
- package/lib/model/awr-hub.js.map +1 -1
- package/lib/model/data-object-bind-parameter.d.ts +36 -0
- package/lib/model/data-object-bind-parameter.js +32 -0
- package/lib/model/data-object-bind-parameter.js.map +1 -0
- package/lib/model/data-object-column-metadata.d.ts +6 -0
- package/lib/model/data-object-column-metadata.js +2 -0
- package/lib/model/data-object-column-metadata.js.map +1 -1
- package/lib/model/data-object-query.d.ts +9 -0
- package/lib/model/data-object-query.js +18 -2
- package/lib/model/data-object-query.js.map +1 -1
- package/lib/model/data-object-standard-query.d.ts +40 -0
- package/lib/model/data-object-standard-query.js +65 -0
- package/lib/model/data-object-standard-query.js.map +1 -0
- package/lib/model/data-object-templatized-query.d.ts +8 -0
- package/lib/model/data-object-templatized-query.js.map +1 -1
- package/lib/model/data-object-time-column-unit.d.ts +1 -0
- package/lib/model/data-object-time-column-unit.js +1 -0
- package/lib/model/data-object-time-column-unit.js.map +1 -1
- package/lib/model/data-object-type.d.ts +31 -0
- package/lib/model/data-object-type.js +42 -0
- package/lib/model/data-object-type.js.map +1 -0
- package/lib/model/index.d.ts +32 -0
- package/lib/model/index.js +41 -8
- package/lib/model/index.js.map +1 -1
- package/lib/model/individual-opsi-data-object-details-in-query.d.ts +31 -0
- package/lib/model/individual-opsi-data-object-details-in-query.js +57 -0
- package/lib/model/individual-opsi-data-object-details-in-query.js.map +1 -0
- package/lib/model/operation-type.d.ts +6 -0
- package/lib/model/operation-type.js +6 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/opsi-data-object-details-in-query.d.ts +32 -0
- package/lib/model/opsi-data-object-details-in-query.js +87 -0
- package/lib/model/opsi-data-object-details-in-query.js.map +1 -0
- package/lib/model/opsi-data-object-details-target.d.ts +26 -0
- package/lib/model/opsi-data-object-details-target.js +37 -0
- package/lib/model/opsi-data-object-details-target.js.map +1 -0
- package/lib/model/opsi-data-object-query-param.d.ts +32 -0
- package/lib/model/opsi-data-object-query-param.js +32 -0
- package/lib/model/opsi-data-object-query-param.js.map +1 -0
- package/lib/model/opsi-data-object-summary.d.ts +8 -0
- package/lib/model/opsi-data-object-summary.js.map +1 -1
- package/lib/model/opsi-data-object-supported-query-param.d.ts +36 -0
- package/lib/model/opsi-data-object-supported-query-param.js +32 -0
- package/lib/model/opsi-data-object-supported-query-param.js.map +1 -0
- package/lib/model/opsi-data-object-type-opsi-data-object-details-in-query.d.ts +31 -0
- package/lib/model/opsi-data-object-type-opsi-data-object-details-in-query.js +57 -0
- package/lib/model/opsi-data-object-type-opsi-data-object-details-in-query.js.map +1 -0
- package/lib/model/opsi-data-object.d.ts +19 -0
- package/lib/model/opsi-data-object.js +10 -0
- package/lib/model/opsi-data-object.js.map +1 -1
- package/lib/model/opsi-warehouse-data-objects.d.ts +28 -0
- package/lib/model/opsi-warehouse-data-objects.js +32 -0
- package/lib/model/opsi-warehouse-data-objects.js.map +1 -0
- package/lib/model/query-data-object-json-result-set-rows-collection.d.ts +6 -0
- package/lib/model/query-data-object-json-result-set-rows-collection.js.map +1 -1
- package/lib/model/query-data-object-result-set-column-metadata.d.ts +5 -0
- package/lib/model/query-data-object-result-set-column-metadata.js +1 -0
- package/lib/model/query-data-object-result-set-column-metadata.js.map +1 -1
- package/lib/model/query-opsi-data-object-data-details.d.ts +5 -1
- package/lib/model/query-opsi-data-object-data-details.js +10 -0
- package/lib/model/query-opsi-data-object-data-details.js.map +1 -1
- package/lib/model/query-warehouse-data-object-data-details.d.ts +26 -0
- package/lib/model/query-warehouse-data-object-data-details.js +56 -0
- package/lib/model/query-warehouse-data-object-data-details.js.map +1 -0
- package/lib/model/warehouse-data-object-collection.d.ts +29 -0
- package/lib/model/warehouse-data-object-collection.js +64 -0
- package/lib/model/warehouse-data-object-collection.js.map +1 -0
- package/lib/model/warehouse-data-object-details.d.ts +25 -0
- package/lib/model/warehouse-data-object-details.js +75 -0
- package/lib/model/warehouse-data-object-details.js.map +1 -0
- package/lib/model/warehouse-data-object-summary.d.ts +38 -0
- package/lib/model/warehouse-data-object-summary.js +60 -0
- package/lib/model/warehouse-data-object-summary.js.map +1 -0
- package/lib/model/warehouse-table-data-object-details.d.ts +31 -0
- package/lib/model/warehouse-table-data-object-details.js +69 -0
- package/lib/model/warehouse-table-data-object-details.js.map +1 -0
- package/lib/model/warehouse-view-data-object-details.d.ts +31 -0
- package/lib/model/warehouse-view-data-object-details.js +69 -0
- package/lib/model/warehouse-view-data-object-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-news-report-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-news-report-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-news-report-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-news-report-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 +4 -0
- package/lib/request/index.js +6 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/ingest-addm-reports-request.d.ts +1 -1
- package/lib/request/ingest-database-configuration-request.d.ts +1 -1
- package/lib/request/ingest-host-configuration-request.d.ts +1 -1
- package/lib/request/ingest-host-metrics-request.d.ts +1 -1
- package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
- package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
- package/lib/request/ingest-sql-stats-request.d.ts +1 -1
- package/lib/request/ingest-sql-text-request.d.ts +1 -1
- package/lib/request/list-addm-db-finding-categories-request.d.ts +1 -1
- package/lib/request/list-addm-db-findings-time-series-request.d.ts +1 -1
- package/lib/request/list-addm-db-parameter-categories-request.d.ts +1 -1
- package/lib/request/list-addm-db-recommendation-categories-request.d.ts +1 -1
- package/lib/request/list-addm-db-recommendations-time-series-request.d.ts +1 -1
- package/lib/request/list-addm-dbs-request.d.ts +1 -1
- package/lib/request/list-awr-database-snapshots-request.d.ts +1 -1
- package/lib/request/list-awr-databases-request.d.ts +1 -1
- package/lib/request/list-awr-hubs-request.d.ts +1 -1
- package/lib/request/list-awr-snapshots-request.d.ts +1 -1
- package/lib/request/list-database-configurations-request.d.ts +1 -1
- package/lib/request/list-database-insights-request.d.ts +1 -1
- package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
- package/lib/request/list-exadata-configurations-request.d.ts +1 -1
- package/lib/request/list-exadata-insights-request.d.ts +1 -1
- package/lib/request/list-host-configurations-request.d.ts +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-news-reports-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 +11 -2
- package/lib/request/list-opsi-data-objects-request.js +1 -0
- package/lib/request/list-opsi-data-objects-request.js.map +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-warehouse-data-objects-request.d.ts +89 -0
- package/lib/request/list-warehouse-data-objects-request.js +33 -0
- package/lib/request/list-warehouse-data-objects-request.js.map +1 -0
- 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/query-warehouse-data-object-data-request.d.ts +59 -0
- package/lib/request/query-warehouse-data-object-data-request.js +23 -0
- package/lib/request/query-warehouse-data-object-data-request.js.map +1 -0
- package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
- package/lib/request/summarize-addm-db-findings-request.d.ts +1 -1
- package/lib/request/summarize-addm-db-parameter-changes-request.d.ts +1 -1
- package/lib/request/summarize-addm-db-parameters-request.d.ts +1 -1
- package/lib/request/summarize-addm-db-recommendations-request.d.ts +1 -1
- package/lib/request/summarize-addm-db-schema-objects-request.d.ts +1 -1
- package/lib/request/summarize-addm-db-sql-statements-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-metrics-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-parameters-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-sysstats-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +1 -1
- package/lib/request/summarize-awr-database-wait-events-request.d.ts +1 -1
- package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
- package/lib/request/summarize-configuration-items-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +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-news-report-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 +4 -0
- package/lib/response/list-warehouse-data-objects-response.d.ts +32 -0
- package/lib/response/list-warehouse-data-objects-response.js +15 -0
- package/lib/response/list-warehouse-data-objects-response.js.map +1 -0
- package/lib/response/query-warehouse-data-object-data-response.d.ts +32 -0
- package/lib/response/query-warehouse-data-object-data-response.js +15 -0
- package/lib/response/query-warehouse-data-object-data-response.js.map +1 -0
- package/package.json +3 -3
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;;AAwCH,oGAAsF;AACxE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAuC7G,+FAAiF;AACnE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,sGAAwF;AAC1E,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAqB7G,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AAqBpG,8GAAgG;AAClF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AACzH,iHAAmG;AACrF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,kHAAoG;AACtF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,4HAA8G;AAChG,QAAA,yCAAyC,GAAG,yCAAyC,CAAC,yCAAyC,CAAC;AAC9I,+HAAiH;AACnG,QAAA,0CAA0C,GAAG,0CAA0C,CAAC,0CAA0C,CAAC;AACjJ,4EAA8D;AAChD,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,uGAAyF;AAC3E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,4EAA8D;AAChD,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,0GAA4F;AAC9E,QAAA,iCAAiC,GAAG,iCAAiC,CAAC,iCAAiC,CAAC;AACtH,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,+GAAiG;AACnF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,wGAA0F;AAC5E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,6GAA+F;AACjF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AACzH,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAG/H,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,oIAAsH;AACxG,QAAA,6CAA6C,GAAG,6CAA6C,CAAC,6CAA6C,CAAC;AAC1J,gIAAkH;AACpG,QAAA,2CAA2C,GAAG,2CAA2C,CAAC,2CAA2C,CAAC;AACpJ,uHAAyG;AAC3F,QAAA,uCAAuC,GAAG,uCAAuC,CAAC,uCAAuC,CAAC;AACxI,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AAOjG,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/IngestAddmReports.ts.html |here} to see how to use IngestAddmReportsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface IngestAddmReportsRequest 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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface IngestDatabaseConfigurationRequest 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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface IngestHostConfigurationRequest 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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetricsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface IngestHostMetricsRequest 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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucketRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface IngestSqlBucketRequest 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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLinesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface IngestSqlPlanLinesRequest 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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStatsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface IngestSqlStatsRequest 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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlTextRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface IngestSqlTextRequest 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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAddmDbFindingCategories.ts.html |here} to see how to use ListAddmDbFindingCategoriesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAddmDbFindingCategoriesRequest 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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAddmDbFindingsTimeSeries.ts.html |here} to see how to use ListAddmDbFindingsTimeSeriesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAddmDbFindingsTimeSeriesRequest 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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAddmDbParameterCategories.ts.html |here} to see how to use ListAddmDbParameterCategoriesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAddmDbParameterCategoriesRequest 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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAddmDbRecommendationCategories.ts.html |here} to see how to use ListAddmDbRecommendationCategoriesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAddmDbRecommendationCategoriesRequest 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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAddmDbRecommendationsTimeSeries.ts.html |here} to see how to use ListAddmDbRecommendationsTimeSeriesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAddmDbRecommendationsTimeSeriesRequest 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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListAddmDbs.ts.html |here} to see how to use ListAddmDbsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAddmDbsRequest 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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListNewsReports.ts.html |here} to see how to use ListNewsReportsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListNewsReportsRequest 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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjectsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListOpsiDataObjectsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -54,6 +54,14 @@ export interface ListOpsiDataObjectsRequest extends common.BaseRequest {
|
|
|
54
54
|
*
|
|
55
55
|
*/
|
|
56
56
|
"sortBy"?: ListOpsiDataObjectsRequest.SortBy;
|
|
57
|
+
/**
|
|
58
|
+
* A filter to return only data objects that belongs to the group of the given group name. By default, no filtering will be applied on group name.
|
|
59
|
+
*/
|
|
60
|
+
"groupName"?: string;
|
|
61
|
+
/**
|
|
62
|
+
* A filter to return only data objects that match the entire data object name. By default, no filtering will be applied on data object name.
|
|
63
|
+
*/
|
|
64
|
+
"name"?: string;
|
|
57
65
|
/**
|
|
58
66
|
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
59
67
|
* Oracle about a particular request, please provide the request ID.
|
|
@@ -64,6 +72,7 @@ export interface ListOpsiDataObjectsRequest extends common.BaseRequest {
|
|
|
64
72
|
export declare namespace ListOpsiDataObjectsRequest {
|
|
65
73
|
enum SortBy {
|
|
66
74
|
DisplayName = "displayName",
|
|
67
|
-
DataObjectType = "dataObjectType"
|
|
75
|
+
DataObjectType = "dataObjectType",
|
|
76
|
+
Name = "name"
|
|
68
77
|
}
|
|
69
78
|
}
|
|
@@ -19,6 +19,7 @@ var ListOpsiDataObjectsRequest;
|
|
|
19
19
|
(function (SortBy) {
|
|
20
20
|
SortBy["DisplayName"] = "displayName";
|
|
21
21
|
SortBy["DataObjectType"] = "dataObjectType";
|
|
22
|
+
SortBy["Name"] = "name";
|
|
22
23
|
})(SortBy = ListOpsiDataObjectsRequest.SortBy || (ListOpsiDataObjectsRequest.SortBy = {}));
|
|
23
24
|
})(ListOpsiDataObjectsRequest = exports.ListOpsiDataObjectsRequest || (exports.ListOpsiDataObjectsRequest = {}));
|
|
24
25
|
//# sourceMappingURL=list-opsi-data-objects-request.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-opsi-data-objects-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-opsi-data-objects-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"list-opsi-data-objects-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-opsi-data-objects-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+DH,IAAiB,0BAA0B,CAM1C;AAND,WAAiB,0BAA0B;IACzC,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,2CAAiC,CAAA;QACjC,uBAAa,CAAA;IACf,CAAC,EAJW,MAAM,GAAN,iCAAM,KAAN,iCAAM,QAIjB;AACH,CAAC,EANgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAM1C"}
|
|
@@ -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.68.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTextsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSqlTextsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,89 @@
|
|
|
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.68.2/opsi/ListWarehouseDataObjects.ts.html |here} to see how to use ListWarehouseDataObjectsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListWarehouseDataObjectsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Type of the Warehouse.
|
|
21
|
+
*/
|
|
22
|
+
"warehouseType": ListWarehouseDataObjectsRequest.WarehouseType;
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a Warehouse.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"warehouseId": string;
|
|
28
|
+
/**
|
|
29
|
+
* A filter to return only data objects that match the data object type. By default, no filtering will be applied on data object type.
|
|
30
|
+
*/
|
|
31
|
+
"dataObjectType"?: Array<model.DataObjectType>;
|
|
32
|
+
/**
|
|
33
|
+
* A filter to return only data objects that match the entire data object name. By default, no filtering will be applied on data object name.
|
|
34
|
+
*/
|
|
35
|
+
"name"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* A filter to return only data objects that match the entire data object owner name. By default, no filtering will be applied on data object owner name.
|
|
38
|
+
*/
|
|
39
|
+
"owner"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* For list pagination. The maximum number of results per page, or items to
|
|
42
|
+
* return in a paginated \"List\" call.
|
|
43
|
+
* For important details about how pagination works, see
|
|
44
|
+
* [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
45
|
+
* Example: `50`
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"limit"?: number;
|
|
49
|
+
/**
|
|
50
|
+
* For list pagination. The value of the `opc-next-page` response header from
|
|
51
|
+
* the previous \"List\" call. For important details about how pagination works,
|
|
52
|
+
* see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"page"?: string;
|
|
56
|
+
/**
|
|
57
|
+
* The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"sortOrder"?: model.SortOrder;
|
|
61
|
+
/**
|
|
62
|
+
* Sort options for Warehouse data objects list.
|
|
63
|
+
*/
|
|
64
|
+
"sortBy"?: ListWarehouseDataObjectsRequest.SortBy;
|
|
65
|
+
/**
|
|
66
|
+
* Specifies the optional fields to return in a WarehouseDataObjectSummary. Unless requested, these fields are not returned by default.
|
|
67
|
+
*
|
|
68
|
+
*/
|
|
69
|
+
"summaryField"?: Array<ListWarehouseDataObjectsRequest.SummaryField>;
|
|
70
|
+
/**
|
|
71
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
72
|
+
* Oracle about a particular request, please provide the request ID.
|
|
73
|
+
*
|
|
74
|
+
*/
|
|
75
|
+
"opcRequestId"?: string;
|
|
76
|
+
}
|
|
77
|
+
export declare namespace ListWarehouseDataObjectsRequest {
|
|
78
|
+
enum WarehouseType {
|
|
79
|
+
AwrHubs = "awrHubs"
|
|
80
|
+
}
|
|
81
|
+
enum SortBy {
|
|
82
|
+
DataObjectType = "dataObjectType",
|
|
83
|
+
Name = "name",
|
|
84
|
+
Owner = "owner"
|
|
85
|
+
}
|
|
86
|
+
enum SummaryField {
|
|
87
|
+
Details = "details"
|
|
88
|
+
}
|
|
89
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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.ListWarehouseDataObjectsRequest = void 0;
|
|
16
|
+
var ListWarehouseDataObjectsRequest;
|
|
17
|
+
(function (ListWarehouseDataObjectsRequest) {
|
|
18
|
+
let WarehouseType;
|
|
19
|
+
(function (WarehouseType) {
|
|
20
|
+
WarehouseType["AwrHubs"] = "awrHubs";
|
|
21
|
+
})(WarehouseType = ListWarehouseDataObjectsRequest.WarehouseType || (ListWarehouseDataObjectsRequest.WarehouseType = {}));
|
|
22
|
+
let SortBy;
|
|
23
|
+
(function (SortBy) {
|
|
24
|
+
SortBy["DataObjectType"] = "dataObjectType";
|
|
25
|
+
SortBy["Name"] = "name";
|
|
26
|
+
SortBy["Owner"] = "owner";
|
|
27
|
+
})(SortBy = ListWarehouseDataObjectsRequest.SortBy || (ListWarehouseDataObjectsRequest.SortBy = {}));
|
|
28
|
+
let SummaryField;
|
|
29
|
+
(function (SummaryField) {
|
|
30
|
+
SummaryField["Details"] = "details";
|
|
31
|
+
})(SummaryField = ListWarehouseDataObjectsRequest.SummaryField || (ListWarehouseDataObjectsRequest.SummaryField = {}));
|
|
32
|
+
})(ListWarehouseDataObjectsRequest = exports.ListWarehouseDataObjectsRequest || (exports.ListWarehouseDataObjectsRequest = {}));
|
|
33
|
+
//# sourceMappingURL=list-warehouse-data-objects-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-warehouse-data-objects-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/list-warehouse-data-objects-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoEH,IAAiB,+BAA+B,CAc/C;AAdD,WAAiB,+BAA+B;IAC9C,IAAY,aAEX;IAFD,WAAY,aAAa;QACvB,oCAAmB,CAAA;IACrB,CAAC,EAFW,aAAa,GAAb,6CAAa,KAAb,6CAAa,QAExB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,2CAAiC,CAAA;QACjC,uBAAa,CAAA;QACb,yBAAe,CAAA;IACjB,CAAC,EAJW,MAAM,GAAN,sCAAM,KAAN,sCAAM,QAIjB;IAED,IAAY,YAEX;IAFD,WAAY,YAAY;QACtB,mCAAmB,CAAA;IACrB,CAAC,EAFW,YAAY,GAAZ,4CAAY,KAAZ,4CAAY,QAEvB;AACH,CAAC,EAdgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAc/C"}
|
|
@@ -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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|