oci-opsi 2.9.1 → 2.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +303 -78
- package/lib/client.js +1766 -314
- package/lib/client.js.map +1 -1
- package/lib/model/awr-hub-lifecycle-state.d.ts +35 -0
- package/lib/model/awr-hub-lifecycle-state.js +46 -0
- package/lib/model/awr-hub-lifecycle-state.js.map +1 -0
- package/lib/model/awr-hub-summary-collection.d.ts +29 -0
- package/lib/model/awr-hub-summary-collection.js +64 -0
- package/lib/model/awr-hub-summary-collection.js.map +1 -0
- package/lib/model/awr-hub-summary.d.ts +93 -0
- package/lib/model/awr-hub-summary.js +32 -0
- package/lib/model/awr-hub-summary.js.map +1 -0
- package/lib/model/awr-hub.d.ts +93 -0
- package/lib/model/awr-hub.js +32 -0
- package/lib/model/awr-hub.js.map +1 -0
- package/lib/model/awr-hubs.d.ts +28 -0
- package/lib/model/awr-hubs.js +32 -0
- package/lib/model/awr-hubs.js.map +1 -0
- package/lib/model/awr-report-format-type.d.ts +31 -0
- package/lib/model/awr-report-format-type.js +42 -0
- package/lib/model/awr-report-format-type.js.map +1 -0
- package/lib/model/awr-report.d.ts +33 -0
- package/lib/model/awr-report.js +32 -0
- package/lib/model/awr-report.js.map +1 -0
- package/lib/model/awr-snapshot-collection.d.ts +29 -0
- package/lib/model/awr-snapshot-collection.js +64 -0
- package/lib/model/awr-snapshot-collection.js.map +1 -0
- package/lib/model/awr-snapshot-summary.d.ts +52 -0
- package/lib/model/awr-snapshot-summary.js +32 -0
- package/lib/model/awr-snapshot-summary.js.map +1 -0
- package/lib/model/awr-source-summary.d.ts +60 -0
- package/lib/model/awr-source-summary.js +32 -0
- package/lib/model/awr-source-summary.js.map +1 -0
- package/lib/model/create-awr-hub-details.d.ts +58 -0
- package/lib/model/create-awr-hub-details.js +32 -0
- package/lib/model/create-awr-hub-details.js.map +1 -0
- package/lib/model/create-operations-insights-warehouse-details.d.ts +60 -0
- package/lib/model/create-operations-insights-warehouse-details.js +32 -0
- package/lib/model/create-operations-insights-warehouse-details.js.map +1 -0
- package/lib/model/create-operations-insights-warehouse-user-details.d.ts +70 -0
- package/lib/model/create-operations-insights-warehouse-user-details.js +32 -0
- package/lib/model/create-operations-insights-warehouse-user-details.js.map +1 -0
- package/lib/model/download-operations-insights-warehouse-wallet-details.d.ts +28 -0
- package/lib/model/download-operations-insights-warehouse-wallet-details.js +32 -0
- package/lib/model/download-operations-insights-warehouse-wallet-details.js.map +1 -0
- package/lib/model/em-managed-external-host-insight-summary.d.ts +1 -0
- package/lib/model/em-managed-external-host-insight-summary.js.map +1 -1
- package/lib/model/em-managed-external-host-insight.d.ts +1 -0
- package/lib/model/em-managed-external-host-insight.js.map +1 -1
- package/lib/model/host-configuration-summary.d.ts +1 -0
- package/lib/model/host-configuration-summary.js.map +1 -1
- package/lib/model/host-details.d.ts +1 -0
- package/lib/model/host-details.js.map +1 -1
- package/lib/model/host-importable-agent-entity-summary.d.ts +1 -0
- package/lib/model/host-importable-agent-entity-summary.js.map +1 -1
- package/lib/model/index.d.ts +64 -0
- package/lib/model/index.js +70 -5
- package/lib/model/index.js.map +1 -1
- package/lib/model/ingest-sql-stats-details.d.ts +30 -0
- package/lib/model/ingest-sql-stats-details.js +64 -0
- package/lib/model/ingest-sql-stats-details.js.map +1 -0
- package/lib/model/ingest-sql-stats-response-details.d.ts +30 -0
- package/lib/model/ingest-sql-stats-response-details.js +32 -0
- package/lib/model/ingest-sql-stats-response-details.js.map +1 -0
- package/lib/model/macs-managed-external-host-insight-summary.d.ts +1 -0
- package/lib/model/macs-managed-external-host-insight-summary.js.map +1 -1
- package/lib/model/macs-managed-external-host-insight.d.ts +1 -0
- package/lib/model/macs-managed-external-host-insight.js.map +1 -1
- package/lib/model/operation-type.d.ts +13 -0
- package/lib/model/operation-type.js +13 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/operations-insights-warehouse-lifecycle-state.d.ts +35 -0
- package/lib/model/operations-insights-warehouse-lifecycle-state.js +46 -0
- package/lib/model/operations-insights-warehouse-lifecycle-state.js.map +1 -0
- package/lib/model/operations-insights-warehouse-summary-collection.d.ts +29 -0
- package/lib/model/operations-insights-warehouse-summary-collection.js +64 -0
- package/lib/model/operations-insights-warehouse-summary-collection.js.map +1 -0
- package/lib/model/operations-insights-warehouse-summary.d.ts +113 -0
- package/lib/model/operations-insights-warehouse-summary.js +32 -0
- package/lib/model/operations-insights-warehouse-summary.js.map +1 -0
- package/lib/model/operations-insights-warehouse-user-lifecycle-state.d.ts +35 -0
- package/lib/model/operations-insights-warehouse-user-lifecycle-state.js +46 -0
- package/lib/model/operations-insights-warehouse-user-lifecycle-state.js.map +1 -0
- package/lib/model/operations-insights-warehouse-user-summary-collection.d.ts +29 -0
- package/lib/model/operations-insights-warehouse-user-summary-collection.js +64 -0
- package/lib/model/operations-insights-warehouse-user-summary-collection.js.map +1 -0
- package/lib/model/operations-insights-warehouse-user-summary.d.ts +101 -0
- package/lib/model/operations-insights-warehouse-user-summary.js +32 -0
- package/lib/model/operations-insights-warehouse-user-summary.js.map +1 -0
- package/lib/model/operations-insights-warehouse-user.d.ts +101 -0
- package/lib/model/operations-insights-warehouse-user.js +32 -0
- package/lib/model/operations-insights-warehouse-user.js.map +1 -0
- package/lib/model/operations-insights-warehouse-users.d.ts +28 -0
- package/lib/model/operations-insights-warehouse-users.js +32 -0
- package/lib/model/operations-insights-warehouse-users.js.map +1 -0
- package/lib/model/operations-insights-warehouse.d.ts +113 -0
- package/lib/model/operations-insights-warehouse.js +32 -0
- package/lib/model/operations-insights-warehouse.js.map +1 -0
- package/lib/model/operations-insights-warehouses.d.ts +28 -0
- package/lib/model/operations-insights-warehouses.js +32 -0
- package/lib/model/operations-insights-warehouses.js.map +1 -0
- package/lib/model/sql-stats.d.ts +301 -0
- package/lib/model/sql-stats.js +32 -0
- package/lib/model/sql-stats.js.map +1 -0
- package/lib/model/summarize-awr-sources-summaries-collection.d.ts +29 -0
- package/lib/model/summarize-awr-sources-summaries-collection.js +64 -0
- package/lib/model/summarize-awr-sources-summaries-collection.js.map +1 -0
- package/lib/model/summarize-operations-insights-warehouse-resource-usage-aggregation.d.ts +43 -0
- package/lib/model/summarize-operations-insights-warehouse-resource-usage-aggregation.js +32 -0
- package/lib/model/summarize-operations-insights-warehouse-resource-usage-aggregation.js.map +1 -0
- package/lib/model/update-awr-hub-details.d.ts +46 -0
- package/lib/model/update-awr-hub-details.js +32 -0
- package/lib/model/update-awr-hub-details.js.map +1 -0
- package/lib/model/update-operations-insights-warehouse-details.d.ts +56 -0
- package/lib/model/update-operations-insights-warehouse-details.js +32 -0
- package/lib/model/update-operations-insights-warehouse-details.js.map +1 -0
- package/lib/model/update-operations-insights-warehouse-user-details.d.ts +58 -0
- package/lib/model/update-operations-insights-warehouse-user-details.js +32 -0
- package/lib/model/update-operations-insights-warehouse-user-details.js.map +1 -0
- package/lib/operationsinsights-waiter.d.ts +24 -0
- package/lib/operationsinsights-waiter.js +36 -0
- package/lib/operationsinsights-waiter.js.map +1 -1
- package/lib/request/add-exadata-insight-members-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/create-awr-hub-request.d.ts +39 -0
- package/lib/request/create-awr-hub-request.js +15 -0
- package/lib/request/create-awr-hub-request.js.map +1 -0
- 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-warehouse-request.d.ts +39 -0
- package/lib/request/create-operations-insights-warehouse-request.js +15 -0
- package/lib/request/create-operations-insights-warehouse-request.js.map +1 -0
- package/lib/request/create-operations-insights-warehouse-user-request.d.ts +39 -0
- package/lib/request/create-operations-insights-warehouse-user-request.js +15 -0
- package/lib/request/create-operations-insights-warehouse-user-request.js.map +1 -0
- package/lib/request/delete-awr-hub-request.d.ts +35 -0
- package/lib/request/delete-awr-hub-request.js +15 -0
- package/lib/request/delete-awr-hub-request.js.map +1 -0
- 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-warehouse-request.d.ts +35 -0
- package/lib/request/delete-operations-insights-warehouse-request.js +15 -0
- package/lib/request/delete-operations-insights-warehouse-request.js.map +1 -0
- package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +35 -0
- package/lib/request/delete-operations-insights-warehouse-user-request.js +15 -0
- package/lib/request/delete-operations-insights-warehouse-user-request.js.map +1 -0
- 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 +43 -0
- package/lib/request/download-operations-insights-warehouse-wallet-request.js +15 -0
- package/lib/request/download-operations-insights-warehouse-wallet-request.js.map +1 -0
- 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-hub-request.d.ts +28 -0
- package/lib/request/get-awr-hub-request.js +15 -0
- package/lib/request/get-awr-hub-request.js.map +1 -0
- package/lib/request/get-awr-report-request.d.ts +61 -0
- package/lib/request/get-awr-report-request.js +15 -0
- package/lib/request/get-awr-report-request.js.map +1 -0
- 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-warehouse-request.d.ts +28 -0
- package/lib/request/get-operations-insights-warehouse-request.js +15 -0
- package/lib/request/get-operations-insights-warehouse-request.js.map +1 -0
- package/lib/request/get-operations-insights-warehouse-user-request.d.ts +28 -0
- package/lib/request/get-operations-insights-warehouse-user-request.js +15 -0
- package/lib/request/get-operations-insights-warehouse-user-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +44 -0
- package/lib/request/index.js +11 -1
- package/lib/request/index.js.map +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 +56 -0
- package/lib/request/ingest-sql-stats-request.js +15 -0
- package/lib/request/ingest-sql-stats-request.js.map +1 -0
- package/lib/request/ingest-sql-text-request.d.ts +1 -1
- package/lib/request/list-awr-hubs-request.d.ts +77 -0
- package/lib/request/list-awr-hubs-request.js +24 -0
- package/lib/request/list-awr-hubs-request.js.map +1 -0
- package/lib/request/list-awr-snapshots-request.d.ts +74 -0
- package/lib/request/list-awr-snapshots-request.js +24 -0
- package/lib/request/list-awr-snapshots-request.js.map +1 -0
- 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-enterprise-manager-entities-request.d.ts +1 -1
- package/lib/request/list-operations-insights-warehouse-users-request.d.ts +77 -0
- package/lib/request/list-operations-insights-warehouse-users-request.js +24 -0
- package/lib/request/list-operations-insights-warehouse-users-request.js.map +1 -0
- package/lib/request/list-operations-insights-warehouses-request.d.ts +73 -0
- package/lib/request/list-operations-insights-warehouses-request.js +24 -0
- package/lib/request/list-operations-insights-warehouses-request.js.map +1 -0
- 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/rotate-operations-insights-warehouse-wallet-request.d.ts +35 -0
- package/lib/request/rotate-operations-insights-warehouse-wallet-request.js +15 -0
- package/lib/request/rotate-operations-insights-warehouse-wallet-request.js.map +1 -0
- package/lib/request/summarize-awr-sources-summaries-request.d.ts +70 -0
- package/lib/request/summarize-awr-sources-summaries-request.js +24 -0
- package/lib/request/summarize-awr-sources-summaries-request.js.map +1 -0
- 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-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-operations-insights-warehouse-resource-usage-request.d.ts +28 -0
- package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.js +15 -0
- package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.js.map +1 -0
- 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 +40 -0
- package/lib/request/update-awr-hub-request.js +15 -0
- package/lib/request/update-awr-hub-request.js.map +1 -0
- 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-warehouse-request.d.ts +40 -0
- package/lib/request/update-operations-insights-warehouse-request.js +15 -0
- package/lib/request/update-operations-insights-warehouse-request.js.map +1 -0
- package/lib/request/update-operations-insights-warehouse-user-request.d.ts +40 -0
- package/lib/request/update-operations-insights-warehouse-user-request.js +15 -0
- package/lib/request/update-operations-insights-warehouse-user-request.js.map +1 -0
- package/lib/response/create-awr-hub-response.d.ts +43 -0
- package/lib/response/create-awr-hub-response.js +15 -0
- package/lib/response/create-awr-hub-response.js.map +1 -0
- package/lib/response/create-operations-insights-warehouse-response.d.ts +43 -0
- package/lib/response/create-operations-insights-warehouse-response.js +15 -0
- package/lib/response/create-operations-insights-warehouse-response.js.map +1 -0
- package/lib/response/create-operations-insights-warehouse-user-response.d.ts +43 -0
- package/lib/response/create-operations-insights-warehouse-user-response.js +15 -0
- package/lib/response/create-operations-insights-warehouse-user-response.js.map +1 -0
- package/lib/response/delete-awr-hub-response.d.ts +25 -0
- package/lib/response/delete-awr-hub-response.js +15 -0
- package/lib/response/delete-awr-hub-response.js.map +1 -0
- package/lib/response/delete-operations-insights-warehouse-response.d.ts +25 -0
- package/lib/response/delete-operations-insights-warehouse-response.js +15 -0
- package/lib/response/delete-operations-insights-warehouse-response.js.map +1 -0
- package/lib/response/delete-operations-insights-warehouse-user-response.d.ts +25 -0
- package/lib/response/delete-operations-insights-warehouse-user-response.js +15 -0
- package/lib/response/delete-operations-insights-warehouse-user-response.js.map +1 -0
- package/lib/response/download-operations-insights-warehouse-wallet-response.d.ts +38 -0
- package/lib/response/download-operations-insights-warehouse-wallet-response.js +15 -0
- package/lib/response/download-operations-insights-warehouse-wallet-response.js.map +1 -0
- package/lib/response/get-awr-hub-response.d.ts +30 -0
- package/lib/response/get-awr-hub-response.js +15 -0
- package/lib/response/get-awr-hub-response.js.map +1 -0
- package/lib/response/get-awr-report-response.d.ts +25 -0
- package/lib/response/get-awr-report-response.js +15 -0
- package/lib/response/get-awr-report-response.js.map +1 -0
- package/lib/response/get-operations-insights-warehouse-response.d.ts +30 -0
- package/lib/response/get-operations-insights-warehouse-response.js +15 -0
- package/lib/response/get-operations-insights-warehouse-response.js.map +1 -0
- package/lib/response/get-operations-insights-warehouse-user-response.d.ts +30 -0
- package/lib/response/get-operations-insights-warehouse-user-response.js +15 -0
- package/lib/response/get-operations-insights-warehouse-user-response.js.map +1 -0
- package/lib/response/index.d.ts +44 -0
- package/lib/response/ingest-sql-stats-response.d.ts +30 -0
- package/lib/response/ingest-sql-stats-response.js +15 -0
- package/lib/response/ingest-sql-stats-response.js.map +1 -0
- package/lib/response/list-awr-hubs-response.d.ts +32 -0
- package/lib/response/list-awr-hubs-response.js +15 -0
- package/lib/response/list-awr-hubs-response.js.map +1 -0
- package/lib/response/list-awr-snapshots-response.d.ts +32 -0
- package/lib/response/list-awr-snapshots-response.js +15 -0
- package/lib/response/list-awr-snapshots-response.js.map +1 -0
- package/lib/response/list-operations-insights-warehouse-users-response.d.ts +32 -0
- package/lib/response/list-operations-insights-warehouse-users-response.js +15 -0
- package/lib/response/list-operations-insights-warehouse-users-response.js.map +1 -0
- package/lib/response/list-operations-insights-warehouses-response.d.ts +32 -0
- package/lib/response/list-operations-insights-warehouses-response.js +15 -0
- package/lib/response/list-operations-insights-warehouses-response.js.map +1 -0
- package/lib/response/rotate-operations-insights-warehouse-wallet-response.d.ts +25 -0
- package/lib/response/rotate-operations-insights-warehouse-wallet-response.js +15 -0
- package/lib/response/rotate-operations-insights-warehouse-wallet-response.js.map +1 -0
- package/lib/response/summarize-awr-sources-summaries-response.d.ts +32 -0
- package/lib/response/summarize-awr-sources-summaries-response.js +15 -0
- package/lib/response/summarize-awr-sources-summaries-response.js.map +1 -0
- package/lib/response/summarize-operations-insights-warehouse-resource-usage-response.d.ts +30 -0
- package/lib/response/summarize-operations-insights-warehouse-resource-usage-response.js +15 -0
- package/lib/response/summarize-operations-insights-warehouse-resource-usage-response.js.map +1 -0
- package/lib/response/update-awr-hub-response.d.ts +25 -0
- package/lib/response/update-awr-hub-response.js +15 -0
- package/lib/response/update-awr-hub-response.js.map +1 -0
- package/lib/response/update-operations-insights-warehouse-response.d.ts +25 -0
- package/lib/response/update-operations-insights-warehouse-response.js +15 -0
- package/lib/response/update-operations-insights-warehouse-response.js.map +1 -0
- package/lib/response/update-operations-insights-warehouse-user-response.d.ts +25 -0
- package/lib/response/update-operations-insights-warehouse-user-response.js +15 -0
- package/lib/response/update-operations-insights-warehouse-user-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Operations Insights API
|
|
3
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
4
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
5
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20200630
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
/**
|
|
17
|
+
* Possible lifecycle states.
|
|
18
|
+
**/
|
|
19
|
+
export declare enum AwrHubLifecycleState {
|
|
20
|
+
Creating = "CREATING",
|
|
21
|
+
Updating = "UPDATING",
|
|
22
|
+
Active = "ACTIVE",
|
|
23
|
+
Deleting = "DELETING",
|
|
24
|
+
Deleted = "DELETED",
|
|
25
|
+
Failed = "FAILED",
|
|
26
|
+
/**
|
|
27
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
28
|
+
* version of the SDK.
|
|
29
|
+
*/
|
|
30
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
31
|
+
}
|
|
32
|
+
export declare namespace AwrHubLifecycleState {
|
|
33
|
+
function getJsonObj(obj: AwrHubLifecycleState): AwrHubLifecycleState;
|
|
34
|
+
function getDeserializedJsonObj(obj: AwrHubLifecycleState): AwrHubLifecycleState;
|
|
35
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Operations Insights API
|
|
4
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
5
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
6
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20200630
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.AwrHubLifecycleState = void 0;
|
|
19
|
+
/**
|
|
20
|
+
* Possible lifecycle states.
|
|
21
|
+
**/
|
|
22
|
+
var AwrHubLifecycleState;
|
|
23
|
+
(function (AwrHubLifecycleState) {
|
|
24
|
+
AwrHubLifecycleState["Creating"] = "CREATING";
|
|
25
|
+
AwrHubLifecycleState["Updating"] = "UPDATING";
|
|
26
|
+
AwrHubLifecycleState["Active"] = "ACTIVE";
|
|
27
|
+
AwrHubLifecycleState["Deleting"] = "DELETING";
|
|
28
|
+
AwrHubLifecycleState["Deleted"] = "DELETED";
|
|
29
|
+
AwrHubLifecycleState["Failed"] = "FAILED";
|
|
30
|
+
/**
|
|
31
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
32
|
+
* version of the SDK.
|
|
33
|
+
*/
|
|
34
|
+
AwrHubLifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
35
|
+
})(AwrHubLifecycleState = exports.AwrHubLifecycleState || (exports.AwrHubLifecycleState = {}));
|
|
36
|
+
(function (AwrHubLifecycleState) {
|
|
37
|
+
function getJsonObj(obj) {
|
|
38
|
+
return obj;
|
|
39
|
+
}
|
|
40
|
+
AwrHubLifecycleState.getJsonObj = getJsonObj;
|
|
41
|
+
function getDeserializedJsonObj(obj) {
|
|
42
|
+
return obj;
|
|
43
|
+
}
|
|
44
|
+
AwrHubLifecycleState.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
45
|
+
})(AwrHubLifecycleState = exports.AwrHubLifecycleState || (exports.AwrHubLifecycleState = {}));
|
|
46
|
+
//# sourceMappingURL=awr-hub-lifecycle-state.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"awr-hub-lifecycle-state.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/awr-hub-lifecycle-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,oBAaX;AAbD,WAAY,oBAAoB;IAC9B,6CAAqB,CAAA;IACrB,6CAAqB,CAAA;IACrB,yCAAiB,CAAA;IACjB,6CAAqB,CAAA;IACrB,2CAAmB,CAAA;IACnB,yCAAiB,CAAA;IAEjB;;;OAGG;IACH,sDAA8B,CAAA;AAChC,CAAC,EAbW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAa/B;AAED,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,+BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,2CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAOpC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Operations Insights API
|
|
3
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
4
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
5
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20200630
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* Collection of Hub resources.
|
|
19
|
+
*/
|
|
20
|
+
export interface AwrHubSummaryCollection {
|
|
21
|
+
/**
|
|
22
|
+
* Array of Hub summary objects.
|
|
23
|
+
*/
|
|
24
|
+
"items": Array<model.AwrHubSummary>;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace AwrHubSummaryCollection {
|
|
27
|
+
function getJsonObj(obj: AwrHubSummaryCollection): object;
|
|
28
|
+
function getDeserializedJsonObj(obj: AwrHubSummaryCollection): object;
|
|
29
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Operations Insights API
|
|
4
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
5
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
6
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20200630
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.AwrHubSummaryCollection = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var AwrHubSummaryCollection;
|
|
40
|
+
(function (AwrHubSummaryCollection) {
|
|
41
|
+
function getJsonObj(obj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
43
|
+
"items": obj.items
|
|
44
|
+
? obj.items.map(item => {
|
|
45
|
+
return model.AwrHubSummary.getJsonObj(item);
|
|
46
|
+
})
|
|
47
|
+
: undefined
|
|
48
|
+
});
|
|
49
|
+
return jsonObj;
|
|
50
|
+
}
|
|
51
|
+
AwrHubSummaryCollection.getJsonObj = getJsonObj;
|
|
52
|
+
function getDeserializedJsonObj(obj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
54
|
+
"items": obj.items
|
|
55
|
+
? obj.items.map(item => {
|
|
56
|
+
return model.AwrHubSummary.getDeserializedJsonObj(item);
|
|
57
|
+
})
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
AwrHubSummaryCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
63
|
+
})(AwrHubSummaryCollection = exports.AwrHubSummaryCollection || (exports.AwrHubSummaryCollection = {}));
|
|
64
|
+
//# sourceMappingURL=awr-hub-summary-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"awr-hub-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/awr-hub-summary-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,uBAAuB,CA6BvC;AA7BD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QA6BvC"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Operations Insights API
|
|
3
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
4
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
5
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20200630
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* Summary Hub resource.
|
|
19
|
+
*/
|
|
20
|
+
export interface AwrHubSummary {
|
|
21
|
+
/**
|
|
22
|
+
* OPSI Warehouse OCID
|
|
23
|
+
*/
|
|
24
|
+
"operationsInsightsWarehouseId": string;
|
|
25
|
+
/**
|
|
26
|
+
* AWR Hub OCID
|
|
27
|
+
*/
|
|
28
|
+
"id": string;
|
|
29
|
+
/**
|
|
30
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
31
|
+
*/
|
|
32
|
+
"compartmentId": string;
|
|
33
|
+
/**
|
|
34
|
+
* User-friedly name of AWR Hub that does not have to be unique.
|
|
35
|
+
*/
|
|
36
|
+
"displayName": string;
|
|
37
|
+
/**
|
|
38
|
+
* Object Storage Bucket Name
|
|
39
|
+
*/
|
|
40
|
+
"objectStorageBucketName": string;
|
|
41
|
+
/**
|
|
42
|
+
* Mailbox URL required for AWR hub and AWR source setup.
|
|
43
|
+
*/
|
|
44
|
+
"awrMailboxUrl"?: string;
|
|
45
|
+
/**
|
|
46
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
47
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"freeformTags"?: {
|
|
51
|
+
[key: string]: string;
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
55
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
58
|
+
"definedTags"?: {
|
|
59
|
+
[key: string]: {
|
|
60
|
+
[key: string]: any;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
65
|
+
* Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
"systemTags"?: {
|
|
69
|
+
[key: string]: {
|
|
70
|
+
[key: string]: any;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* The time at which the resource was first created. An RFC3339 formatted datetime string
|
|
75
|
+
*/
|
|
76
|
+
"timeCreated": Date;
|
|
77
|
+
/**
|
|
78
|
+
* The time at which the resource was last updated. An RFC3339 formatted datetime string
|
|
79
|
+
*/
|
|
80
|
+
"timeUpdated"?: Date;
|
|
81
|
+
/**
|
|
82
|
+
* Possible lifecycle states
|
|
83
|
+
*/
|
|
84
|
+
"lifecycleState": model.AwrHubLifecycleState;
|
|
85
|
+
/**
|
|
86
|
+
* A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
|
87
|
+
*/
|
|
88
|
+
"lifecycleDetails"?: string;
|
|
89
|
+
}
|
|
90
|
+
export declare namespace AwrHubSummary {
|
|
91
|
+
function getJsonObj(obj: AwrHubSummary): object;
|
|
92
|
+
function getDeserializedJsonObj(obj: AwrHubSummary): object;
|
|
93
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Operations Insights API
|
|
4
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
5
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
6
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20200630
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.AwrHubSummary = void 0;
|
|
19
|
+
var AwrHubSummary;
|
|
20
|
+
(function (AwrHubSummary) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
AwrHubSummary.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
AwrHubSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(AwrHubSummary = exports.AwrHubSummary || (exports.AwrHubSummary = {}));
|
|
32
|
+
//# sourceMappingURL=awr-hub-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"awr-hub-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/awr-hub-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAqEH,IAAiB,aAAa,CAW7B;AAXD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAW7B"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Operations Insights API
|
|
3
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
4
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
5
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20200630
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* Awr Hub resource.
|
|
19
|
+
*/
|
|
20
|
+
export interface AwrHub {
|
|
21
|
+
/**
|
|
22
|
+
* OPSI Warehouse OCID
|
|
23
|
+
*/
|
|
24
|
+
"operationsInsightsWarehouseId": string;
|
|
25
|
+
/**
|
|
26
|
+
* AWR Hub OCID
|
|
27
|
+
*/
|
|
28
|
+
"id": string;
|
|
29
|
+
/**
|
|
30
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
31
|
+
*/
|
|
32
|
+
"compartmentId": string;
|
|
33
|
+
/**
|
|
34
|
+
* User-friedly name of AWR Hub that does not have to be unique.
|
|
35
|
+
*/
|
|
36
|
+
"displayName": string;
|
|
37
|
+
/**
|
|
38
|
+
* Object Storage Bucket Name
|
|
39
|
+
*/
|
|
40
|
+
"objectStorageBucketName": string;
|
|
41
|
+
/**
|
|
42
|
+
* Mailbox URL required for AWR hub and AWR source setup.
|
|
43
|
+
*/
|
|
44
|
+
"awrMailboxUrl"?: string;
|
|
45
|
+
/**
|
|
46
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
47
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"freeformTags"?: {
|
|
51
|
+
[key: string]: string;
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
55
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
58
|
+
"definedTags"?: {
|
|
59
|
+
[key: string]: {
|
|
60
|
+
[key: string]: any;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
65
|
+
* Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
"systemTags"?: {
|
|
69
|
+
[key: string]: {
|
|
70
|
+
[key: string]: any;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* The time at which the resource was first created. An RFC3339 formatted datetime string
|
|
75
|
+
*/
|
|
76
|
+
"timeCreated": Date;
|
|
77
|
+
/**
|
|
78
|
+
* The time at which the resource was last updated. An RFC3339 formatted datetime string
|
|
79
|
+
*/
|
|
80
|
+
"timeUpdated"?: Date;
|
|
81
|
+
/**
|
|
82
|
+
* Possible lifecycle states
|
|
83
|
+
*/
|
|
84
|
+
"lifecycleState": model.AwrHubLifecycleState;
|
|
85
|
+
/**
|
|
86
|
+
* A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
|
87
|
+
*/
|
|
88
|
+
"lifecycleDetails"?: string;
|
|
89
|
+
}
|
|
90
|
+
export declare namespace AwrHub {
|
|
91
|
+
function getJsonObj(obj: AwrHub): object;
|
|
92
|
+
function getDeserializedJsonObj(obj: AwrHub): object;
|
|
93
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Operations Insights API
|
|
4
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
5
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
6
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20200630
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.AwrHub = void 0;
|
|
19
|
+
var AwrHub;
|
|
20
|
+
(function (AwrHub) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
AwrHub.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
AwrHub.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(AwrHub = exports.AwrHub || (exports.AwrHub = {}));
|
|
32
|
+
//# sourceMappingURL=awr-hub.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"awr-hub.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/awr-hub.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAqEH,IAAiB,MAAM,CAWtB;AAXD,WAAiB,MAAM;IACrB,SAAgB,UAAU,CAAC,GAAW;QACpC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAW;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAWtB"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Operations Insights API
|
|
3
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
4
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
5
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20200630
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
/**
|
|
17
|
+
* Logical grouping used for Awr Hub operations.
|
|
18
|
+
*/
|
|
19
|
+
export interface AwrHubs {
|
|
20
|
+
/**
|
|
21
|
+
* Awr Hub Object.
|
|
22
|
+
*/
|
|
23
|
+
"awrHubs"?: any;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace AwrHubs {
|
|
26
|
+
function getJsonObj(obj: AwrHubs): object;
|
|
27
|
+
function getDeserializedJsonObj(obj: AwrHubs): object;
|
|
28
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Operations Insights API
|
|
4
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
5
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
6
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20200630
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.AwrHubs = void 0;
|
|
19
|
+
var AwrHubs;
|
|
20
|
+
(function (AwrHubs) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
AwrHubs.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
AwrHubs.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(AwrHubs = exports.AwrHubs || (exports.AwrHubs = {}));
|
|
32
|
+
//# sourceMappingURL=awr-hubs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"awr-hubs.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/awr-hubs.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAeH,IAAiB,OAAO,CAWvB;AAXD,WAAiB,OAAO;IACtB,SAAgB,UAAU,CAAC,GAAY;QACrC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAY;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAWvB"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Operations Insights API
|
|
3
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
4
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
5
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20200630
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
/**
|
|
17
|
+
* Possible AWR report format type
|
|
18
|
+
**/
|
|
19
|
+
export declare enum AwrReportFormatType {
|
|
20
|
+
Html = "HTML",
|
|
21
|
+
Text = "TEXT",
|
|
22
|
+
/**
|
|
23
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
24
|
+
* version of the SDK.
|
|
25
|
+
*/
|
|
26
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
27
|
+
}
|
|
28
|
+
export declare namespace AwrReportFormatType {
|
|
29
|
+
function getJsonObj(obj: AwrReportFormatType): AwrReportFormatType;
|
|
30
|
+
function getDeserializedJsonObj(obj: AwrReportFormatType): AwrReportFormatType;
|
|
31
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Operations Insights API
|
|
4
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
5
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
6
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20200630
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.AwrReportFormatType = void 0;
|
|
19
|
+
/**
|
|
20
|
+
* Possible AWR report format type
|
|
21
|
+
**/
|
|
22
|
+
var AwrReportFormatType;
|
|
23
|
+
(function (AwrReportFormatType) {
|
|
24
|
+
AwrReportFormatType["Html"] = "HTML";
|
|
25
|
+
AwrReportFormatType["Text"] = "TEXT";
|
|
26
|
+
/**
|
|
27
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
28
|
+
* version of the SDK.
|
|
29
|
+
*/
|
|
30
|
+
AwrReportFormatType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
31
|
+
})(AwrReportFormatType = exports.AwrReportFormatType || (exports.AwrReportFormatType = {}));
|
|
32
|
+
(function (AwrReportFormatType) {
|
|
33
|
+
function getJsonObj(obj) {
|
|
34
|
+
return obj;
|
|
35
|
+
}
|
|
36
|
+
AwrReportFormatType.getJsonObj = getJsonObj;
|
|
37
|
+
function getDeserializedJsonObj(obj) {
|
|
38
|
+
return obj;
|
|
39
|
+
}
|
|
40
|
+
AwrReportFormatType.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
41
|
+
})(AwrReportFormatType = exports.AwrReportFormatType || (exports.AwrReportFormatType = {}));
|
|
42
|
+
//# sourceMappingURL=awr-report-format-type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"awr-report-format-type.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/awr-report-format-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,mBASX;AATD,WAAY,mBAAmB;IAC7B,oCAAa,CAAA;IACb,oCAAa,CAAA;IAEb;;;OAGG;IACH,qDAA8B,CAAA;AAChC,CAAC,EATW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAS9B;AAED,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,8BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,0CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAOnC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Operations Insights API
|
|
3
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
4
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
5
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20200630
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* The result of the AWR report.
|
|
19
|
+
*/
|
|
20
|
+
export interface AwrReport {
|
|
21
|
+
/**
|
|
22
|
+
* The content of the report.
|
|
23
|
+
*/
|
|
24
|
+
"content"?: string;
|
|
25
|
+
/**
|
|
26
|
+
* The format of the report.
|
|
27
|
+
*/
|
|
28
|
+
"format": model.AwrReportFormatType;
|
|
29
|
+
}
|
|
30
|
+
export declare namespace AwrReport {
|
|
31
|
+
function getJsonObj(obj: AwrReport): object;
|
|
32
|
+
function getDeserializedJsonObj(obj: AwrReport): object;
|
|
33
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Operations Insights API
|
|
4
|
+
* Use the Operations Insights API to perform data extraction operations to obtain database
|
|
5
|
+
resource utilization, performance statistics, and reference information. For more information,
|
|
6
|
+
see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20200630
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.AwrReport = void 0;
|
|
19
|
+
var AwrReport;
|
|
20
|
+
(function (AwrReport) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
AwrReport.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
AwrReport.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(AwrReport = exports.AwrReport || (exports.AwrReport = {}));
|
|
32
|
+
//# sourceMappingURL=awr-report.js.map
|