oci-opsi 2.18.0 → 2.21.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 +179 -101
- package/lib/client.js +622 -102
- package/lib/client.js.map +1 -1
- package/lib/model/change-operations-insights-private-endpoint-compartment-details.d.ts +28 -0
- package/lib/model/change-operations-insights-private-endpoint-compartment-details.js +32 -0
- package/lib/model/change-operations-insights-private-endpoint-compartment-details.js.map +1 -0
- package/lib/model/change-pe-comanaged-database-insight-details.d.ts +34 -0
- package/lib/model/change-pe-comanaged-database-insight-details.js +60 -0
- package/lib/model/change-pe-comanaged-database-insight-details.js.map +1 -0
- package/lib/model/connection-details.d.ts +1 -1
- package/lib/model/create-database-insight-details.js +4 -0
- package/lib/model/create-database-insight-details.js.map +1 -1
- package/lib/model/create-operations-insights-private-endpoint-details.d.ts +71 -0
- package/lib/model/create-operations-insights-private-endpoint-details.js +32 -0
- package/lib/model/create-operations-insights-private-endpoint-details.js.map +1 -0
- package/lib/model/create-pe-comanaged-database-insight-details.d.ts +63 -0
- package/lib/model/create-pe-comanaged-database-insight-details.js +71 -0
- package/lib/model/create-pe-comanaged-database-insight-details.js.map +1 -0
- package/lib/model/credential-by-vault.d.ts +47 -0
- package/lib/model/credential-by-vault.js +64 -0
- package/lib/model/credential-by-vault.js.map +1 -0
- package/lib/model/credential-details.js +4 -0
- package/lib/model/credential-details.js.map +1 -1
- package/lib/model/database-configuration-summary.js +4 -0
- package/lib/model/database-configuration-summary.js.map +1 -1
- package/lib/model/database-entity-source-all.d.ts +1 -0
- package/lib/model/database-entity-source-all.js +1 -0
- package/lib/model/database-entity-source-all.js.map +1 -1
- package/lib/model/database-entity-source.d.ts +2 -1
- package/lib/model/database-entity-source.js +1 -0
- package/lib/model/database-entity-source.js.map +1 -1
- package/lib/model/database-insight-summary.d.ts +4 -0
- package/lib/model/database-insight-summary.js +4 -0
- package/lib/model/database-insight-summary.js.map +1 -1
- package/lib/model/database-insight.d.ts +4 -0
- package/lib/model/database-insight.js +4 -0
- package/lib/model/database-insight.js.map +1 -1
- package/lib/model/em-managed-external-host-insight-summary.d.ts +2 -1
- package/lib/model/em-managed-external-host-insight-summary.js +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 +2 -1
- package/lib/model/em-managed-external-host-insight.js +1 -0
- package/lib/model/em-managed-external-host-insight.js.map +1 -1
- package/lib/model/enable-database-insight-details.js +4 -0
- package/lib/model/enable-database-insight-details.js.map +1 -1
- package/lib/model/enable-pe-comanaged-database-insight-details.d.ts +68 -0
- package/lib/model/enable-pe-comanaged-database-insight-details.js +65 -0
- package/lib/model/enable-pe-comanaged-database-insight-details.js.map +1 -0
- package/lib/model/exadata-member-summary.d.ts +1 -0
- package/lib/model/exadata-member-summary.js +1 -0
- package/lib/model/exadata-member-summary.js.map +1 -1
- package/lib/model/host-configuration-summary.d.ts +2 -1
- package/lib/model/host-configuration-summary.js +1 -0
- package/lib/model/host-configuration-summary.js.map +1 -1
- package/lib/model/host-details.d.ts +2 -1
- package/lib/model/host-details.js +1 -0
- package/lib/model/host-details.js.map +1 -1
- package/lib/model/host-importable-agent-entity-summary.d.ts +2 -1
- package/lib/model/host-importable-agent-entity-summary.js +1 -0
- package/lib/model/host-importable-agent-entity-summary.js.map +1 -1
- package/lib/model/host-performance-metric-group.js +4 -0
- package/lib/model/host-performance-metric-group.js.map +1 -1
- package/lib/model/host-top-processes.d.ts +70 -0
- package/lib/model/host-top-processes.js +57 -0
- package/lib/model/host-top-processes.js.map +1 -0
- package/lib/model/index.d.ts +42 -0
- package/lib/model/index.js +48 -6
- package/lib/model/index.js.map +1 -1
- package/lib/model/macs-managed-external-database-insight.d.ts +1 -1
- package/lib/model/macs-managed-external-host-insight-summary.d.ts +2 -1
- package/lib/model/macs-managed-external-host-insight-summary.js +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 +2 -1
- package/lib/model/macs-managed-external-host-insight.js +1 -0
- package/lib/model/macs-managed-external-host-insight.js.map +1 -1
- package/lib/model/operation-type.d.ts +4 -0
- package/lib/model/operation-type.js +4 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/operations-insights-private-endpoint-collection.d.ts +29 -0
- package/lib/model/operations-insights-private-endpoint-collection.js +64 -0
- package/lib/model/operations-insights-private-endpoint-collection.js.map +1 -0
- package/lib/model/operations-insights-private-endpoint-lifecycle-state.d.ts +36 -0
- package/lib/model/operations-insights-private-endpoint-lifecycle-state.js +47 -0
- package/lib/model/operations-insights-private-endpoint-lifecycle-state.js.map +1 -0
- package/lib/model/operations-insights-private-endpoint-summary.d.ts +97 -0
- package/lib/model/operations-insights-private-endpoint-summary.js +32 -0
- package/lib/model/operations-insights-private-endpoint-summary.js.map +1 -0
- package/lib/model/operations-insights-private-endpoint.d.ts +107 -0
- package/lib/model/operations-insights-private-endpoint.js +32 -0
- package/lib/model/operations-insights-private-endpoint.js.map +1 -0
- package/lib/model/pe-comanaged-database-connection-details.d.ts +46 -0
- package/lib/model/pe-comanaged-database-connection-details.js +74 -0
- package/lib/model/pe-comanaged-database-connection-details.js.map +1 -0
- package/lib/model/pe-comanaged-database-host-details.d.ts +32 -0
- package/lib/model/pe-comanaged-database-host-details.js +32 -0
- package/lib/model/pe-comanaged-database-host-details.js.map +1 -0
- package/lib/model/pe-comanaged-database-insight-summary.d.ts +35 -0
- package/lib/model/pe-comanaged-database-insight-summary.js +57 -0
- package/lib/model/pe-comanaged-database-insight-summary.js.map +1 -0
- package/lib/model/pe-comanaged-database-insight.d.ts +49 -0
- package/lib/model/pe-comanaged-database-insight.js +71 -0
- package/lib/model/pe-comanaged-database-insight.js.map +1 -0
- package/lib/model/pe-comanaged-managed-external-database-configuration-summary.d.ts +35 -0
- package/lib/model/pe-comanaged-managed-external-database-configuration-summary.js +57 -0
- package/lib/model/pe-comanaged-managed-external-database-configuration-summary.js.map +1 -0
- package/lib/model/summarize-host-insights-top-processes-usage-trend-collection.d.ts +38 -0
- package/lib/model/summarize-host-insights-top-processes-usage-trend-collection.js +64 -0
- package/lib/model/summarize-host-insights-top-processes-usage-trend-collection.js.map +1 -0
- package/lib/model/top-processes-usage-trend-aggregation.d.ts +33 -0
- package/lib/model/top-processes-usage-trend-aggregation.js +64 -0
- package/lib/model/top-processes-usage-trend-aggregation.js.map +1 -0
- package/lib/model/top-processes-usage-trend.d.ts +52 -0
- package/lib/model/top-processes-usage-trend.js +32 -0
- package/lib/model/top-processes-usage-trend.js.map +1 -0
- package/lib/model/update-database-insight-details.js +4 -0
- package/lib/model/update-database-insight-details.js.map +1 -1
- package/lib/model/update-operations-insights-private-endpoint-details.d.ts +54 -0
- package/lib/model/update-operations-insights-private-endpoint-details.js +32 -0
- package/lib/model/update-operations-insights-private-endpoint-details.js.map +1 -0
- package/lib/model/update-pe-comanaged-database-insight-details.d.ts +27 -0
- package/lib/model/update-pe-comanaged-database-insight-details.js +57 -0
- package/lib/model/update-pe-comanaged-database-insight-details.js.map +1 -0
- package/lib/operationsinsights-waiter.d.ts +8 -0
- package/lib/operationsinsights-waiter.js +12 -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/change-operations-insights-private-endpoint-compartment-request.d.ts +50 -0
- package/lib/request/change-operations-insights-private-endpoint-compartment-request.js +15 -0
- package/lib/request/change-operations-insights-private-endpoint-compartment-request.js.map +1 -0
- package/lib/request/change-pe-comanaged-database-insight-request.d.ts +50 -0
- package/lib/request/change-pe-comanaged-database-insight-request.js +15 -0
- package/lib/request/change-pe-comanaged-database-insight-request.js.map +1 -0
- package/lib/request/create-awr-hub-request.d.ts +1 -1
- package/lib/request/create-database-insight-request.d.ts +2 -2
- package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/create-exadata-insight-request.d.ts +1 -1
- package/lib/request/create-host-insight-request.d.ts +1 -1
- package/lib/request/create-operations-insights-private-endpoint-request.d.ts +39 -0
- package/lib/request/create-operations-insights-private-endpoint-request.js +15 -0
- package/lib/request/create-operations-insights-private-endpoint-request.js.map +1 -0
- 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/delete-awr-hub-request.d.ts +1 -1
- package/lib/request/delete-database-insight-request.d.ts +1 -1
- package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/delete-exadata-insight-request.d.ts +1 -1
- package/lib/request/delete-host-insight-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +35 -0
- package/lib/request/delete-operations-insights-private-endpoint-request.js +15 -0
- package/lib/request/delete-operations-insights-private-endpoint-request.js.map +1 -0
- 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/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-database-insight-request.d.ts +2 -2
- 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 +1 -1
- package/lib/request/get-awr-report-request.d.ts +1 -1
- package/lib/request/get-database-insight-request.d.ts +1 -1
- package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/get-exadata-insight-request.d.ts +1 -1
- package/lib/request/get-host-insight-request.d.ts +1 -1
- package/lib/request/get-operations-insights-private-endpoint-request.d.ts +28 -0
- package/lib/request/get-operations-insights-private-endpoint-request.js +15 -0
- package/lib/request/get-operations-insights-private-endpoint-request.js.map +1 -0
- 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-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +16 -0
- package/lib/request/index.js +3 -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 +1 -1
- package/lib/request/ingest-sql-text-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 +11 -2
- package/lib/request/list-database-configurations-request.js +9 -0
- package/lib/request/list-database-configurations-request.js.map +1 -1
- package/lib/request/list-database-insights-request.d.ts +15 -2
- package/lib/request/list-database-insights-request.js +9 -0
- package/lib/request/list-database-insights-request.js.map +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 +4 -3
- package/lib/request/list-host-configurations-request.js +1 -0
- package/lib/request/list-host-configurations-request.js.map +1 -1
- package/lib/request/list-host-insights-request.d.ts +4 -3
- package/lib/request/list-host-insights-request.js +1 -0
- package/lib/request/list-host-insights-request.js.map +1 -1
- package/lib/request/list-hosted-entities-request.d.ts +4 -3
- package/lib/request/list-hosted-entities-request.js +1 -0
- package/lib/request/list-hosted-entities-request.js.map +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-private-endpoints-request.d.ts +87 -0
- package/lib/request/list-operations-insights-private-endpoints-request.js +25 -0
- package/lib/request/list-operations-insights-private-endpoints-request.js.map +1 -0
- 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-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 +1 -1
- package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +11 -2
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.js +9 -0
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +11 -2
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.js +9 -0
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +11 -2
- package/lib/request/summarize-database-insight-resource-statistics-request.js +9 -0
- package/lib/request/summarize-database-insight-resource-statistics-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-usage-request.d.ts +11 -2
- package/lib/request/summarize-database-insight-resource-usage-request.js +9 -0
- package/lib/request/summarize-database-insight-resource-usage-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +11 -2
- package/lib/request/summarize-database-insight-resource-usage-trend-request.js +9 -0
- package/lib/request/summarize-database-insight-resource-usage-trend-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +11 -2
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.js +9 -0
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.js.map +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 +4 -3
- package/lib/request/summarize-host-insight-resource-capacity-trend-request.js +1 -0
- package/lib/request/summarize-host-insight-resource-capacity-trend-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +4 -3
- package/lib/request/summarize-host-insight-resource-forecast-trend-request.js +1 -0
- package/lib/request/summarize-host-insight-resource-forecast-trend-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +4 -3
- package/lib/request/summarize-host-insight-resource-statistics-request.js +1 -0
- package/lib/request/summarize-host-insight-resource-statistics-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-usage-request.d.ts +4 -3
- package/lib/request/summarize-host-insight-resource-usage-request.js +1 -0
- package/lib/request/summarize-host-insight-resource-usage-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +4 -3
- package/lib/request/summarize-host-insight-resource-usage-trend-request.js +1 -0
- package/lib/request/summarize-host-insight-resource-usage-trend-request.js.map +1 -1
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +4 -3
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.js +1 -0
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.js.map +1 -1
- package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +80 -0
- package/lib/request/summarize-host-insight-top-processes-usage-trend-request.js +15 -0
- package/lib/request/summarize-host-insight-top-processes-usage-trend-request.js.map +1 -0
- package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-sql-insights-request.d.ts +11 -2
- package/lib/request/summarize-sql-insights-request.js +9 -0
- package/lib/request/summarize-sql-insights-request.js.map +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 +11 -2
- package/lib/request/summarize-sql-statistics-request.js +9 -0
- package/lib/request/summarize-sql-statistics-request.js.map +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 +2 -2
- package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/update-exadata-insight-request.d.ts +1 -1
- package/lib/request/update-host-insight-request.d.ts +1 -1
- package/lib/request/update-operations-insights-private-endpoint-request.d.ts +40 -0
- package/lib/request/update-operations-insights-private-endpoint-request.js +15 -0
- package/lib/request/update-operations-insights-private-endpoint-request.js.map +1 -0
- 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/response/change-operations-insights-private-endpoint-compartment-response.d.ts +25 -0
- package/lib/response/change-operations-insights-private-endpoint-compartment-response.js +15 -0
- package/lib/response/change-operations-insights-private-endpoint-compartment-response.js.map +1 -0
- package/lib/response/change-pe-comanaged-database-insight-response.d.ts +25 -0
- package/lib/response/change-pe-comanaged-database-insight-response.js +15 -0
- package/lib/response/change-pe-comanaged-database-insight-response.js.map +1 -0
- package/lib/response/create-operations-insights-private-endpoint-response.d.ts +43 -0
- package/lib/response/create-operations-insights-private-endpoint-response.js +15 -0
- package/lib/response/create-operations-insights-private-endpoint-response.js.map +1 -0
- package/lib/response/delete-operations-insights-private-endpoint-response.d.ts +25 -0
- package/lib/response/delete-operations-insights-private-endpoint-response.js +15 -0
- package/lib/response/delete-operations-insights-private-endpoint-response.js.map +1 -0
- package/lib/response/get-operations-insights-private-endpoint-response.d.ts +30 -0
- package/lib/response/get-operations-insights-private-endpoint-response.js +15 -0
- package/lib/response/get-operations-insights-private-endpoint-response.js.map +1 -0
- package/lib/response/index.d.ts +16 -0
- package/lib/response/list-operations-insights-private-endpoints-response.d.ts +32 -0
- package/lib/response/list-operations-insights-private-endpoints-response.js +15 -0
- package/lib/response/list-operations-insights-private-endpoints-response.js.map +1 -0
- package/lib/response/summarize-host-insight-top-processes-usage-trend-response.d.ts +32 -0
- package/lib/response/summarize-host-insight-top-processes-usage-trend-response.js +15 -0
- package/lib/response/summarize-host-insight-top-processes-usage-trend-response.js.map +1 -0
- package/lib/response/update-operations-insights-private-endpoint-response.d.ts +25 -0
- package/lib/response/update-operations-insights-private-endpoint-response.js +15 -0
- package/lib/response/update-operations-insights-private-endpoint-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,30 @@
|
|
|
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, 2022, 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
|
+
export interface GetOperationsInsightsPrivateEndpointResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.OperationsInsightsPrivateEndpoint instance.
|
|
28
|
+
*/
|
|
29
|
+
"operationsInsightsPrivateEndpoint": model.OperationsInsightsPrivateEndpoint;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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, 2022, 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
|
+
//# sourceMappingURL=get-operations-insights-private-endpoint-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-operations-insights-private-endpoint-response.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/response/get-operations-insights-private-endpoint-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -23,6 +23,10 @@ import * as ChangeExadataInsightCompartmentResponse from "./change-exadata-insig
|
|
|
23
23
|
export import ChangeExadataInsightCompartmentResponse = ChangeExadataInsightCompartmentResponse.ChangeExadataInsightCompartmentResponse;
|
|
24
24
|
import * as ChangeHostInsightCompartmentResponse from "./change-host-insight-compartment-response";
|
|
25
25
|
export import ChangeHostInsightCompartmentResponse = ChangeHostInsightCompartmentResponse.ChangeHostInsightCompartmentResponse;
|
|
26
|
+
import * as ChangeOperationsInsightsPrivateEndpointCompartmentResponse from "./change-operations-insights-private-endpoint-compartment-response";
|
|
27
|
+
export import ChangeOperationsInsightsPrivateEndpointCompartmentResponse = ChangeOperationsInsightsPrivateEndpointCompartmentResponse.ChangeOperationsInsightsPrivateEndpointCompartmentResponse;
|
|
28
|
+
import * as ChangePeComanagedDatabaseInsightResponse from "./change-pe-comanaged-database-insight-response";
|
|
29
|
+
export import ChangePeComanagedDatabaseInsightResponse = ChangePeComanagedDatabaseInsightResponse.ChangePeComanagedDatabaseInsightResponse;
|
|
26
30
|
import * as CreateAwrHubResponse from "./create-awr-hub-response";
|
|
27
31
|
export import CreateAwrHubResponse = CreateAwrHubResponse.CreateAwrHubResponse;
|
|
28
32
|
import * as CreateDatabaseInsightResponse from "./create-database-insight-response";
|
|
@@ -33,6 +37,8 @@ import * as CreateExadataInsightResponse from "./create-exadata-insight-response
|
|
|
33
37
|
export import CreateExadataInsightResponse = CreateExadataInsightResponse.CreateExadataInsightResponse;
|
|
34
38
|
import * as CreateHostInsightResponse from "./create-host-insight-response";
|
|
35
39
|
export import CreateHostInsightResponse = CreateHostInsightResponse.CreateHostInsightResponse;
|
|
40
|
+
import * as CreateOperationsInsightsPrivateEndpointResponse from "./create-operations-insights-private-endpoint-response";
|
|
41
|
+
export import CreateOperationsInsightsPrivateEndpointResponse = CreateOperationsInsightsPrivateEndpointResponse.CreateOperationsInsightsPrivateEndpointResponse;
|
|
36
42
|
import * as CreateOperationsInsightsWarehouseResponse from "./create-operations-insights-warehouse-response";
|
|
37
43
|
export import CreateOperationsInsightsWarehouseResponse = CreateOperationsInsightsWarehouseResponse.CreateOperationsInsightsWarehouseResponse;
|
|
38
44
|
import * as CreateOperationsInsightsWarehouseUserResponse from "./create-operations-insights-warehouse-user-response";
|
|
@@ -47,6 +53,8 @@ import * as DeleteExadataInsightResponse from "./delete-exadata-insight-response
|
|
|
47
53
|
export import DeleteExadataInsightResponse = DeleteExadataInsightResponse.DeleteExadataInsightResponse;
|
|
48
54
|
import * as DeleteHostInsightResponse from "./delete-host-insight-response";
|
|
49
55
|
export import DeleteHostInsightResponse = DeleteHostInsightResponse.DeleteHostInsightResponse;
|
|
56
|
+
import * as DeleteOperationsInsightsPrivateEndpointResponse from "./delete-operations-insights-private-endpoint-response";
|
|
57
|
+
export import DeleteOperationsInsightsPrivateEndpointResponse = DeleteOperationsInsightsPrivateEndpointResponse.DeleteOperationsInsightsPrivateEndpointResponse;
|
|
50
58
|
import * as DeleteOperationsInsightsWarehouseResponse from "./delete-operations-insights-warehouse-response";
|
|
51
59
|
export import DeleteOperationsInsightsWarehouseResponse = DeleteOperationsInsightsWarehouseResponse.DeleteOperationsInsightsWarehouseResponse;
|
|
52
60
|
import * as DeleteOperationsInsightsWarehouseUserResponse from "./delete-operations-insights-warehouse-user-response";
|
|
@@ -77,6 +85,8 @@ import * as GetExadataInsightResponse from "./get-exadata-insight-response";
|
|
|
77
85
|
export import GetExadataInsightResponse = GetExadataInsightResponse.GetExadataInsightResponse;
|
|
78
86
|
import * as GetHostInsightResponse from "./get-host-insight-response";
|
|
79
87
|
export import GetHostInsightResponse = GetHostInsightResponse.GetHostInsightResponse;
|
|
88
|
+
import * as GetOperationsInsightsPrivateEndpointResponse from "./get-operations-insights-private-endpoint-response";
|
|
89
|
+
export import GetOperationsInsightsPrivateEndpointResponse = GetOperationsInsightsPrivateEndpointResponse.GetOperationsInsightsPrivateEndpointResponse;
|
|
80
90
|
import * as GetOperationsInsightsWarehouseResponse from "./get-operations-insights-warehouse-response";
|
|
81
91
|
export import GetOperationsInsightsWarehouseResponse = GetOperationsInsightsWarehouseResponse.GetOperationsInsightsWarehouseResponse;
|
|
82
92
|
import * as GetOperationsInsightsWarehouseUserResponse from "./get-operations-insights-warehouse-user-response";
|
|
@@ -121,6 +131,8 @@ import * as ListImportableAgentEntitiesResponse from "./list-importable-agent-en
|
|
|
121
131
|
export import ListImportableAgentEntitiesResponse = ListImportableAgentEntitiesResponse.ListImportableAgentEntitiesResponse;
|
|
122
132
|
import * as ListImportableEnterpriseManagerEntitiesResponse from "./list-importable-enterprise-manager-entities-response";
|
|
123
133
|
export import ListImportableEnterpriseManagerEntitiesResponse = ListImportableEnterpriseManagerEntitiesResponse.ListImportableEnterpriseManagerEntitiesResponse;
|
|
134
|
+
import * as ListOperationsInsightsPrivateEndpointsResponse from "./list-operations-insights-private-endpoints-response";
|
|
135
|
+
export import ListOperationsInsightsPrivateEndpointsResponse = ListOperationsInsightsPrivateEndpointsResponse.ListOperationsInsightsPrivateEndpointsResponse;
|
|
124
136
|
import * as ListOperationsInsightsWarehouseUsersResponse from "./list-operations-insights-warehouse-users-response";
|
|
125
137
|
export import ListOperationsInsightsWarehouseUsersResponse = ListOperationsInsightsWarehouseUsersResponse.ListOperationsInsightsWarehouseUsersResponse;
|
|
126
138
|
import * as ListOperationsInsightsWarehousesResponse from "./list-operations-insights-warehouses-response";
|
|
@@ -185,6 +197,8 @@ import * as SummarizeHostInsightResourceUsageTrendResponse from "./summarize-hos
|
|
|
185
197
|
export import SummarizeHostInsightResourceUsageTrendResponse = SummarizeHostInsightResourceUsageTrendResponse.SummarizeHostInsightResourceUsageTrendResponse;
|
|
186
198
|
import * as SummarizeHostInsightResourceUtilizationInsightResponse from "./summarize-host-insight-resource-utilization-insight-response";
|
|
187
199
|
export import SummarizeHostInsightResourceUtilizationInsightResponse = SummarizeHostInsightResourceUtilizationInsightResponse.SummarizeHostInsightResourceUtilizationInsightResponse;
|
|
200
|
+
import * as SummarizeHostInsightTopProcessesUsageTrendResponse from "./summarize-host-insight-top-processes-usage-trend-response";
|
|
201
|
+
export import SummarizeHostInsightTopProcessesUsageTrendResponse = SummarizeHostInsightTopProcessesUsageTrendResponse.SummarizeHostInsightTopProcessesUsageTrendResponse;
|
|
188
202
|
import * as SummarizeOperationsInsightsWarehouseResourceUsageResponse from "./summarize-operations-insights-warehouse-resource-usage-response";
|
|
189
203
|
export import SummarizeOperationsInsightsWarehouseResourceUsageResponse = SummarizeOperationsInsightsWarehouseResourceUsageResponse.SummarizeOperationsInsightsWarehouseResourceUsageResponse;
|
|
190
204
|
import * as SummarizeSqlInsightsResponse from "./summarize-sql-insights-response";
|
|
@@ -209,6 +223,8 @@ import * as UpdateExadataInsightResponse from "./update-exadata-insight-response
|
|
|
209
223
|
export import UpdateExadataInsightResponse = UpdateExadataInsightResponse.UpdateExadataInsightResponse;
|
|
210
224
|
import * as UpdateHostInsightResponse from "./update-host-insight-response";
|
|
211
225
|
export import UpdateHostInsightResponse = UpdateHostInsightResponse.UpdateHostInsightResponse;
|
|
226
|
+
import * as UpdateOperationsInsightsPrivateEndpointResponse from "./update-operations-insights-private-endpoint-response";
|
|
227
|
+
export import UpdateOperationsInsightsPrivateEndpointResponse = UpdateOperationsInsightsPrivateEndpointResponse.UpdateOperationsInsightsPrivateEndpointResponse;
|
|
212
228
|
import * as UpdateOperationsInsightsWarehouseResponse from "./update-operations-insights-warehouse-response";
|
|
213
229
|
export import UpdateOperationsInsightsWarehouseResponse = UpdateOperationsInsightsWarehouseResponse.UpdateOperationsInsightsWarehouseResponse;
|
|
214
230
|
import * as UpdateOperationsInsightsWarehouseUserResponse from "./update-operations-insights-warehouse-user-response";
|
|
@@ -0,0 +1,32 @@
|
|
|
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, 2022, 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
|
+
export interface ListOperationsInsightsPrivateEndpointsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.OperationsInsightsPrivateEndpointCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"operationsInsightsPrivateEndpointCollection": model.OperationsInsightsPrivateEndpointCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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, 2022, 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
|
+
//# sourceMappingURL=list-operations-insights-private-endpoints-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-operations-insights-private-endpoints-response.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/response/list-operations-insights-private-endpoints-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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, 2022, 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
|
+
export interface SummarizeHostInsightTopProcessesUsageTrendResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.SummarizeHostInsightsTopProcessesUsageTrendCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"summarizeHostInsightsTopProcessesUsageTrendCollection": model.SummarizeHostInsightsTopProcessesUsageTrendCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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, 2022, 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
|
+
//# sourceMappingURL=summarize-host-insight-top-processes-usage-trend-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-host-insight-top-processes-usage-trend-response.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/response/summarize-host-insight-top-processes-usage-trend-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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, 2022, 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
|
+
export interface UpdateOperationsInsightsPrivateEndpointResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcWorkRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
21
|
+
* Oracle about a particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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, 2022, 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
|
+
//# sourceMappingURL=update-operations-insights-private-endpoint-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-operations-insights-private-endpoint-response.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/response/update-operations-insights-private-endpoint-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-opsi",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.21.0",
|
|
4
4
|
"description": "OCI NodeJS client for Opsi Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.21.0",
|
|
19
|
+
"oci-workrequests": "2.21.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|