Interface OperationsInsights
- 
- All Superinterfaces:
- AutoCloseable
 - All Known Implementing Classes:
- OperationsInsightsClient
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public interface OperationsInsights extends AutoCloseableUse the Ops Insights API to perform data extraction operations to obtain database resource utilization, performance statistics, and reference information.For more information, see About Oracle Cloud Infrastructure Ops Insights. This service client uses CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER for all the operations by default if no circuit breaker configuration is defined by the user. 
- 
- 
Method Summary- 
Methods inherited from interface java.lang.AutoCloseableclose
 
- 
 
- 
- 
- 
Method Detail- 
refreshClientvoid refreshClient() Rebuilds the client from scratch.Useful to refresh certificates. 
 - 
setEndpointvoid setEndpoint(String endpoint) Sets the endpoint to call (ex, https://www.example.com).- Parameters:
- endpoint- The endpoint of the service.
 
 - 
getEndpointString getEndpoint() Gets the set endpoint for REST call (ex, https://www.example.com)
 - 
setRegionvoid setRegion(Region region) Sets the region to call (ex, Region.US_PHOENIX_1).Note, this will call setEndpointafter resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.- Parameters:
- region- The region of the service.
 
 - 
setRegionvoid setRegion(String regionId) Sets the region to call (ex, ‘us-phoenix-1’).Note, this will first try to map the region ID to a known Region and call setRegion.If no known Region could be determined, it will create an endpoint based on the default endpoint format ( Region.formatDefaultRegionEndpoint(Service, String)and then callsetEndpoint.- Parameters:
- regionId- The public region ID.
 
 - 
useRealmSpecificEndpointTemplatevoid useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled) Determines whether realm specific endpoint should be used or not.Set realmSpecificEndpointTemplateEnabled to “true” if the user wants to enable use of realm specific endpoint template, otherwise set it to “false” - Parameters:
- realmSpecificEndpointTemplateEnabled- flag to enable the use of realm specific endpoint template
 
 - 
addExadataInsightMembersAddExadataInsightMembersResponse addExadataInsightMembers(AddExadataInsightMembersRequest request) Add new members (e.g.databases and hosts) to an Exadata system in Operations Insights. Exadata-related metric collection and analysis will be started. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/AddExadataInsightMembersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddExadataInsightMembers API. 
 
 - 
changeAutonomousDatabaseInsightAdvancedFeaturesChangeAutonomousDatabaseInsightAdvancedFeaturesResponse changeAutonomousDatabaseInsightAdvancedFeatures(ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest request) Update connection detail for advanced features of Autonomous Database in Operations Insights.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ChangeAutonomousDatabaseInsightAdvancedFeaturesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeAutonomousDatabaseInsightAdvancedFeatures API. 
 
 - 
changeAwrHubSourceCompartmentChangeAwrHubSourceCompartmentResponse changeAwrHubSourceCompartment(ChangeAwrHubSourceCompartmentRequest request) Moves an AwrHubSource resource from one compartment to another.When provided, If-Match is checked against ETag values of the resource. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ChangeAwrHubSourceCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeAwrHubSourceCompartment API. 
 
 - 
changeDatabaseInsightCompartmentChangeDatabaseInsightCompartmentResponse changeDatabaseInsightCompartment(ChangeDatabaseInsightCompartmentRequest request) Moves a DatabaseInsight resource from one compartment identifier to another.When provided, If-Match is checked against ETag values of the resource. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ChangeDatabaseInsightCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeDatabaseInsightCompartment API. 
 
 - 
changeEnterpriseManagerBridgeCompartmentChangeEnterpriseManagerBridgeCompartmentResponse changeEnterpriseManagerBridgeCompartment(ChangeEnterpriseManagerBridgeCompartmentRequest request) Moves a EnterpriseManagerBridge resource from one compartment to another.When provided, If-Match is checked against ETag values of the resource. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ChangeEnterpriseManagerBridgeCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeEnterpriseManagerBridgeCompartment API. 
 
 - 
changeExadataInsightCompartmentChangeExadataInsightCompartmentResponse changeExadataInsightCompartment(ChangeExadataInsightCompartmentRequest request) Moves an Exadata insight resource from one compartment identifier to another.When provided, If-Match is checked against ETag values of the resource. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ChangeExadataInsightCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeExadataInsightCompartment API. 
 
 - 
changeExternalMysqlDatabaseInsightConnectionChangeExternalMysqlDatabaseInsightConnectionResponse changeExternalMysqlDatabaseInsightConnection(ChangeExternalMysqlDatabaseInsightConnectionRequest request) Change the connection details of an External MySQL database insight.When provided, If-Match is checked against ETag values of the resource. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ChangeExternalMysqlDatabaseInsightConnectionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeExternalMysqlDatabaseInsightConnection API. 
 
 - 
changeHostInsightCompartmentChangeHostInsightCompartmentResponse changeHostInsightCompartment(ChangeHostInsightCompartmentRequest request) Moves a HostInsight resource from one compartment identifier to another.When provided, If-Match is checked against ETag values of the resource. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ChangeHostInsightCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeHostInsightCompartment API. 
 
 - 
changeMacsManagedAutonomousDatabaseInsightConnectionChangeMacsManagedAutonomousDatabaseInsightConnectionResponse changeMacsManagedAutonomousDatabaseInsightConnection(ChangeMacsManagedAutonomousDatabaseInsightConnectionRequest request) Change the connection details of a MACS-managed autonomous database insight.When provided, If-Match is checked against ETag values of the resource. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ChangeMacsManagedAutonomousDatabaseInsightConnectionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeMacsManagedAutonomousDatabaseInsightConnection API. 
 
 - 
changeMacsManagedCloudDatabaseInsightConnectionChangeMacsManagedCloudDatabaseInsightConnectionResponse changeMacsManagedCloudDatabaseInsightConnection(ChangeMacsManagedCloudDatabaseInsightConnectionRequest request) Change the connection details of a Cloud MACS-managed database insight.When provided, If-Match is checked against ETag values of the resource. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ChangeMacsManagedCloudDatabaseInsightConnectionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeMacsManagedCloudDatabaseInsightConnection API. 
 
 - 
changeNewsReportCompartmentChangeNewsReportCompartmentResponse changeNewsReportCompartment(ChangeNewsReportCompartmentRequest request) Moves a news report resource from one compartment identifier to another.When provided, If-Match is checked against ETag values of the resource. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ChangeNewsReportCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeNewsReportCompartment API. 
 
 - 
changeOperationsInsightsPrivateEndpointCompartmentChangeOperationsInsightsPrivateEndpointCompartmentResponse changeOperationsInsightsPrivateEndpointCompartment(ChangeOperationsInsightsPrivateEndpointCompartmentRequest request) Moves a private endpoint from one compartment to another.When provided, If-Match is checked against ETag values of the resource. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API. 
 
 - 
changeOperationsInsightsWarehouseCompartmentChangeOperationsInsightsWarehouseCompartmentResponse changeOperationsInsightsWarehouseCompartment(ChangeOperationsInsightsWarehouseCompartmentRequest request) Moves a Operations Insights Warehouse resource from one compartment to another.When provided, If-Match is checked against ETag values of the resource. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ChangeOperationsInsightsWarehouseCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeOperationsInsightsWarehouseCompartment API. 
 
 - 
changeOpsiConfigurationCompartmentChangeOpsiConfigurationCompartmentResponse changeOpsiConfigurationCompartment(ChangeOpsiConfigurationCompartmentRequest request) Moves an OpsiConfiguration resource from one compartment to another.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ChangeOpsiConfigurationCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeOpsiConfigurationCompartment API. 
 
 - 
changePeComanagedDatabaseInsightChangePeComanagedDatabaseInsightResponse changePeComanagedDatabaseInsight(ChangePeComanagedDatabaseInsightRequest request) Change the connection details of a co-managed database insight.When provided, If-Match is checked against ETag values of the resource. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ChangePeComanagedDatabaseInsightExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangePeComanagedDatabaseInsight API. 
 
 - 
createAwrHubCreateAwrHubResponse createAwrHub(CreateAwrHubRequest request) Create a AWR hub resource for the tenant in Operations Insights.This resource will be created in root compartment. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/CreateAwrHubExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAwrHub API. 
 
 - 
createAwrHubSourceCreateAwrHubSourceResponse createAwrHubSource(CreateAwrHubSourceRequest request) Register Awr Hub source- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/CreateAwrHubSourceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAwrHubSource API. 
 
 - 
createDatabaseInsightCreateDatabaseInsightResponse createDatabaseInsight(CreateDatabaseInsightRequest request) Create a Database Insight resource for a database in Operations Insights.The database will be enabled in Operations Insights. Database metric collection and analysis will be started. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/CreateDatabaseInsightExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateDatabaseInsight API. 
 
 - 
createEnterpriseManagerBridgeCreateEnterpriseManagerBridgeResponse createEnterpriseManagerBridge(CreateEnterpriseManagerBridgeRequest request) Create a Enterprise Manager bridge in Operations Insights.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/CreateEnterpriseManagerBridgeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateEnterpriseManagerBridge API. 
 
 - 
createExadataInsightCreateExadataInsightResponse createExadataInsight(CreateExadataInsightRequest request) Create an Exadata insight resource for an Exadata system in Operations Insights.The Exadata system will be enabled in Operations Insights. Exadata-related metric collection and analysis will be started. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/CreateExadataInsightExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExadataInsight API. 
 
 - 
createHostInsightCreateHostInsightResponse createHostInsight(CreateHostInsightRequest request) Create a Host Insight resource for a host in Ops Insights.The host will be enabled in Ops Insights. Host metric collection and analysis will be started. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/CreateHostInsightExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateHostInsight API. 
 
 - 
createNewsReportCreateNewsReportResponse createNewsReport(CreateNewsReportRequest request) Create a news report in Ops Insights.The report will be enabled in Ops Insights. Insights will be emailed as per selected frequency. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/CreateNewsReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateNewsReport API. 
 
 - 
createOperationsInsightsPrivateEndpointCreateOperationsInsightsPrivateEndpointResponse createOperationsInsightsPrivateEndpoint(CreateOperationsInsightsPrivateEndpointRequest request) Create a private endpoint resource for the tenant in Ops Insights.This resource will be created in customer compartment. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/CreateOperationsInsightsPrivateEndpointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateOperationsInsightsPrivateEndpoint API. 
 
 - 
createOperationsInsightsWarehouseCreateOperationsInsightsWarehouseResponse createOperationsInsightsWarehouse(CreateOperationsInsightsWarehouseRequest request) Create a Ops Insights Warehouse resource for the tenant in Ops Insights.New ADW will be provisioned for this tenant. There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment. If the ‘opsi-warehouse-type’ header is passed to the API, a warehouse resource without ADW or Schema provisioning is created. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/CreateOperationsInsightsWarehouseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateOperationsInsightsWarehouse API. 
 
 - 
createOperationsInsightsWarehouseUserCreateOperationsInsightsWarehouseUserResponse createOperationsInsightsWarehouseUser(CreateOperationsInsightsWarehouseUserRequest request) Create a Operations Insights Warehouse user resource for the tenant in Operations Insights.This resource will be created in root compartment. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/CreateOperationsInsightsWarehouseUserExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateOperationsInsightsWarehouseUser API. 
 
 - 
createOpsiConfigurationCreateOpsiConfigurationResponse createOpsiConfiguration(CreateOpsiConfigurationRequest request) Create an OPSI configuration resource.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/CreateOpsiConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateOpsiConfiguration API. 
 
 - 
deleteAwrHubDeleteAwrHubResponse deleteAwrHub(DeleteAwrHubRequest request) Deletes an AWR hub.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/DeleteAwrHubExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteAwrHub API. 
 
 - 
deleteAwrHubObjectDeleteAwrHubObjectResponse deleteAwrHubObject(DeleteAwrHubObjectRequest request) Deletes an Awr Hub object.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/DeleteAwrHubObjectExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteAwrHubObject API. 
 
 - 
deleteAwrHubSourceDeleteAwrHubSourceResponse deleteAwrHubSource(DeleteAwrHubSourceRequest request) Deletes an Awr Hub source object.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/DeleteAwrHubSourceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteAwrHubSource API. 
 
 - 
deleteDatabaseInsightDeleteDatabaseInsightResponse deleteDatabaseInsight(DeleteDatabaseInsightRequest request) Deletes a database insight.The database insight will be deleted and cannot be enabled again. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/DeleteDatabaseInsightExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteDatabaseInsight API. 
 
 - 
deleteEnterpriseManagerBridgeDeleteEnterpriseManagerBridgeResponse deleteEnterpriseManagerBridge(DeleteEnterpriseManagerBridgeRequest request) Deletes an Operations Insights Enterprise Manager bridge.If any database insight is still referencing this bridge, the operation will fail. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/DeleteEnterpriseManagerBridgeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteEnterpriseManagerBridge API. 
 
 - 
deleteExadataInsightDeleteExadataInsightResponse deleteExadataInsight(DeleteExadataInsightRequest request) Deletes an Exadata insight.The Exadata insight will be deleted and cannot be enabled again. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/DeleteExadataInsightExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExadataInsight API. 
 
 - 
deleteHostInsightDeleteHostInsightResponse deleteHostInsight(DeleteHostInsightRequest request) Deletes a host insight.The host insight will be deleted and cannot be enabled again. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/DeleteHostInsightExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteHostInsight API. 
 
 - 
deleteNewsReportDeleteNewsReportResponse deleteNewsReport(DeleteNewsReportRequest request) Deletes a news report.The news report will be deleted and cannot be enabled again. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/DeleteNewsReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteNewsReport API. 
 
 - 
deleteOperationsInsightsPrivateEndpointDeleteOperationsInsightsPrivateEndpointResponse deleteOperationsInsightsPrivateEndpoint(DeleteOperationsInsightsPrivateEndpointRequest request) Deletes a private endpoint.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/DeleteOperationsInsightsPrivateEndpointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteOperationsInsightsPrivateEndpoint API. 
 
 - 
deleteOperationsInsightsWarehouseDeleteOperationsInsightsWarehouseResponse deleteOperationsInsightsWarehouse(DeleteOperationsInsightsWarehouseRequest request) Deletes an Operations Insights Warehouse.There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment. User must delete AWR Hub resource for this warehouse before calling this operation. User must delete the warehouse users before calling this operation. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/DeleteOperationsInsightsWarehouseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteOperationsInsightsWarehouse API. 
 
 - 
deleteOperationsInsightsWarehouseUserDeleteOperationsInsightsWarehouseUserResponse deleteOperationsInsightsWarehouseUser(DeleteOperationsInsightsWarehouseUserRequest request) Deletes an Operations Insights Warehouse User.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/DeleteOperationsInsightsWarehouseUserExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteOperationsInsightsWarehouseUser API. 
 
 - 
deleteOpsiConfigurationDeleteOpsiConfigurationResponse deleteOpsiConfiguration(DeleteOpsiConfigurationRequest request) Deletes an OPSI configuration resource.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/DeleteOpsiConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteOpsiConfiguration API. 
 
 - 
disableAutonomousDatabaseInsightAdvancedFeaturesDisableAutonomousDatabaseInsightAdvancedFeaturesResponse disableAutonomousDatabaseInsightAdvancedFeatures(DisableAutonomousDatabaseInsightAdvancedFeaturesRequest request) Disable advanced features for an Autonomous Database in Operations Insights.The connection detail and advanced features will be removed. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/DisableAutonomousDatabaseInsightAdvancedFeaturesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableAutonomousDatabaseInsightAdvancedFeatures API. 
 
 - 
disableAwrHubSourceDisableAwrHubSourceResponse disableAwrHubSource(DisableAwrHubSourceRequest request) Disables a Awr Hub source database in Operations Insights.This will stop the Awr data flow for the given Awr Hub source. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/DisableAwrHubSourceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableAwrHubSource API. 
 
 - 
disableDatabaseInsightDisableDatabaseInsightResponse disableDatabaseInsight(DisableDatabaseInsightRequest request) Disables a database in Operations Insights.Database metric collection and analysis will be stopped. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/DisableDatabaseInsightExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableDatabaseInsight API. 
 
 - 
disableExadataInsightDisableExadataInsightResponse disableExadataInsight(DisableExadataInsightRequest request) Disables an Exadata system in Operations Insights.Exadata-related metric collection and analysis will be stopped. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/DisableExadataInsightExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExadataInsight API. 
 
 - 
disableHostInsightDisableHostInsightResponse disableHostInsight(DisableHostInsightRequest request) Disables a host in Ops Insights.Host metric collection and analysis will be stopped. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/DisableHostInsightExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableHostInsight API. 
 
 - 
downloadOperationsInsightsWarehouseWalletDownloadOperationsInsightsWarehouseWalletResponse downloadOperationsInsightsWarehouseWallet(DownloadOperationsInsightsWarehouseWalletRequest request) Download the ADW wallet for Operations Insights Warehouse using which the Hub data is exposed.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/DownloadOperationsInsightsWarehouseWalletExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DownloadOperationsInsightsWarehouseWallet API. 
 
 - 
enableAutonomousDatabaseInsightAdvancedFeaturesEnableAutonomousDatabaseInsightAdvancedFeaturesResponse enableAutonomousDatabaseInsightAdvancedFeatures(EnableAutonomousDatabaseInsightAdvancedFeaturesRequest request) Enables advanced features for an Autonomous Database in Operations Insights.A direct connection will be available for further collection. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/EnableAutonomousDatabaseInsightAdvancedFeaturesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableAutonomousDatabaseInsightAdvancedFeatures API. 
 
 - 
enableAwrHubSourceEnableAwrHubSourceResponse enableAwrHubSource(EnableAwrHubSourceRequest request) Enables a Awr Hub source database in Operations Insights.This will resume the Awr data flow for the given Awr Hub source if it was stopped earlier. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/EnableAwrHubSourceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableAwrHubSource API. 
 
 - 
enableDatabaseInsightEnableDatabaseInsightResponse enableDatabaseInsight(EnableDatabaseInsightRequest request) Enables a database in Operations Insights.Database metric collection and analysis will be started. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/EnableDatabaseInsightExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableDatabaseInsight API. 
 
 - 
enableExadataInsightEnableExadataInsightResponse enableExadataInsight(EnableExadataInsightRequest request) Enables an Exadata system in Operations Insights.Exadata-related metric collection and analysis will be started. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/EnableExadataInsightExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableExadataInsight API. 
 
 - 
enableHostInsightEnableHostInsightResponse enableHostInsight(EnableHostInsightRequest request) Enables a host in Ops Insights.Host metric collection and analysis will be started. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/EnableHostInsightExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableHostInsight API. 
 
 - 
getAwrDatabaseReportGetAwrDatabaseReportResponse getAwrDatabaseReport(GetAwrDatabaseReportRequest request) Gets the AWR report for the specified database.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/GetAwrDatabaseReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAwrDatabaseReport API. 
 
 - 
getAwrDatabaseSqlReportGetAwrDatabaseSqlReportResponse getAwrDatabaseSqlReport(GetAwrDatabaseSqlReportRequest request) Gets the SQL health check report for one SQL of the specified database.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/GetAwrDatabaseSqlReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAwrDatabaseSqlReport API. 
 
 - 
getAwrHubGetAwrHubResponse getAwrHub(GetAwrHubRequest request) Gets details of an AWR hub.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/GetAwrHubExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAwrHub API. 
 
 - 
getAwrHubObjectGetAwrHubObjectResponse getAwrHubObject(GetAwrHubObjectRequest request) Gets the Awr Hub object metadata and body.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/GetAwrHubObjectExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAwrHubObject API. 
 
 - 
getAwrHubSourceGetAwrHubSourceResponse getAwrHubSource(GetAwrHubSourceRequest request) Gets the Awr Hub source object.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/GetAwrHubSourceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAwrHubSource API. 
 
 - 
getAwrReportGetAwrReportResponse getAwrReport(GetAwrReportRequest request) Gets the AWR report for the specified source database in the AWR hub.The difference between the timeGreaterThanOrEqualTo and timeLessThanOrEqualTo should not be greater than 7 days. Either beginSnapshotIdentifierGreaterThanOrEqualTo & endSnapshotIdentifierLessThanOrEqualTo params Or timeGreaterThanOrEqualTo & timeLessThanOrEqualTo params are required. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/GetAwrReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAwrReport API. 
 
 - 
getDatabaseInsightGetDatabaseInsightResponse getDatabaseInsight(GetDatabaseInsightRequest request) Gets details of a database insight.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/GetDatabaseInsightExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDatabaseInsight API. 
 
 - 
getEnterpriseManagerBridgeGetEnterpriseManagerBridgeResponse getEnterpriseManagerBridge(GetEnterpriseManagerBridgeRequest request) Gets details of an Operations Insights Enterprise Manager bridge.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/GetEnterpriseManagerBridgeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetEnterpriseManagerBridge API. 
 
 - 
getExadataInsightGetExadataInsightResponse getExadataInsight(GetExadataInsightRequest request) Gets details of an Exadata insight.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/GetExadataInsightExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExadataInsight API. 
 
 - 
getHostInsightGetHostInsightResponse getHostInsight(GetHostInsightRequest request) Gets details of a host insight.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/GetHostInsightExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetHostInsight API. 
 
 - 
getNewsReportGetNewsReportResponse getNewsReport(GetNewsReportRequest request) Gets details of a news report.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/GetNewsReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetNewsReport API. 
 
 - 
getOperationsInsightsPrivateEndpointGetOperationsInsightsPrivateEndpointResponse getOperationsInsightsPrivateEndpoint(GetOperationsInsightsPrivateEndpointRequest request) Gets the details of the specified private endpoint.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/GetOperationsInsightsPrivateEndpointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetOperationsInsightsPrivateEndpoint API. 
 
 - 
getOperationsInsightsWarehouseGetOperationsInsightsWarehouseResponse getOperationsInsightsWarehouse(GetOperationsInsightsWarehouseRequest request) Gets details of an Ops Insights Warehouse.There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/GetOperationsInsightsWarehouseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetOperationsInsightsWarehouse API. 
 
 - 
getOperationsInsightsWarehouseUserGetOperationsInsightsWarehouseUserResponse getOperationsInsightsWarehouseUser(GetOperationsInsightsWarehouseUserRequest request) Gets details of an Operations Insights Warehouse User.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/GetOperationsInsightsWarehouseUserExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetOperationsInsightsWarehouseUser API. 
 
 - 
getOpsiConfigurationGetOpsiConfigurationResponse getOpsiConfiguration(GetOpsiConfigurationRequest request) Gets details of an OPSI configuration resource.Values specified in configItemField and configItemCustomStatus query params will be considered, only if configItems field is requested as part of opsiConfigField query param. Values specified in configItemCustomStatus will determine whether only customized configuration items or only non-customized configuration items or both have to be returned. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/GetOpsiConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetOpsiConfiguration API. 
 
 - 
getOpsiDataObjectGetOpsiDataObjectResponse getOpsiDataObject(GetOpsiDataObjectRequest request) Gets details of an OPSI data object.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/GetOpsiDataObjectExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetOpsiDataObject API. 
 
 - 
getWorkRequestGetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request) Gets the status of the work request with the given ID.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/GetWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWorkRequest API. 
 
 - 
headAwrHubObjectHeadAwrHubObjectResponse headAwrHubObject(HeadAwrHubObjectRequest request) Gets the Awr Hub object’s user-defined metadata and entity tag (ETag).- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/HeadAwrHubObjectExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use HeadAwrHubObject API. 
 
 - 
ingestAddmReportsIngestAddmReportsResponse ingestAddmReports(IngestAddmReportsRequest request) This endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.Either databaseId or id must be specified. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/IngestAddmReportsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use IngestAddmReports API. 
 
 - 
ingestDatabaseConfigurationIngestDatabaseConfigurationResponse ingestDatabaseConfiguration(IngestDatabaseConfigurationRequest request) This is a generic ingest endpoint for all database configuration metrics.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/IngestDatabaseConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use IngestDatabaseConfiguration API. 
 
 - 
ingestHostConfigurationIngestHostConfigurationResponse ingestHostConfiguration(IngestHostConfigurationRequest request) This is a generic ingest endpoint for all the host configuration metrics- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/IngestHostConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use IngestHostConfiguration API. 
 
 - 
ingestHostMetricsIngestHostMetricsResponse ingestHostMetrics(IngestHostMetricsRequest request) This is a generic ingest endpoint for all the host performance metrics- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/IngestHostMetricsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use IngestHostMetrics API. 
 
 - 
ingestMySqlSqlStatsIngestMySqlSqlStatsResponse ingestMySqlSqlStats(IngestMySqlSqlStatsRequest request) The MySql SQL Stats endpoint takes in a JSON payload, persists it in Ops Insights ingest pipeline.Either databaseId or id must be specified. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/IngestMySqlSqlStatsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use IngestMySqlSqlStats API. 
 
 - 
ingestMySqlSqlTextIngestMySqlSqlTextResponse ingestMySqlSqlText(IngestMySqlSqlTextRequest request) The SqlText endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.Either databaseId or id must be specified. Disclaimer: SQL text being uploaded explicitly via APIs is already masked. All sensitive literals contained in the sqlFullText column are masked prior to ingestion. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/IngestMySqlSqlTextExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use IngestMySqlSqlText API. 
 
 - 
ingestSqlBucketIngestSqlBucketResponse ingestSqlBucket(IngestSqlBucketRequest request) The sqlbucket endpoint takes in a JSON payload, persists it in Ops Insights ingest pipeline.Either databaseId or id must be specified. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/IngestSqlBucketExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use IngestSqlBucket API. 
 
 - 
ingestSqlPlanLinesIngestSqlPlanLinesResponse ingestSqlPlanLines(IngestSqlPlanLinesRequest request) The SqlPlanLines endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.Either databaseId or id must be specified. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/IngestSqlPlanLinesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use IngestSqlPlanLines API. 
 
 - 
ingestSqlStatsIngestSqlStatsResponse ingestSqlStats(IngestSqlStatsRequest request) The SQL Stats endpoint takes in a JSON payload, persists it in Ops Insights ingest pipeline.Either databaseId or id must be specified. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/IngestSqlStatsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use IngestSqlStats API. 
 
 - 
ingestSqlTextIngestSqlTextResponse ingestSqlText(IngestSqlTextRequest request) The SqlText endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.Either databaseId or id must be specified. Disclaimer: SQL text being uploaded explicitly via APIs is not masked. Any sensitive literals contained in the sqlFullText column should be masked prior to ingestion. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/IngestSqlTextExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use IngestSqlText API. 
 
 - 
listAddmDbFindingCategoriesListAddmDbFindingCategoriesResponse listAddmDbFindingCategories(ListAddmDbFindingCategoriesRequest request) Gets list of ADDM finding categories.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListAddmDbFindingCategoriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAddmDbFindingCategories API. 
 
 - 
listAddmDbFindingsTimeSeriesListAddmDbFindingsTimeSeriesResponse listAddmDbFindingsTimeSeries(ListAddmDbFindingsTimeSeriesRequest request) Get the ADDM findings time series for the specified databases for a given time period.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListAddmDbFindingsTimeSeriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAddmDbFindingsTimeSeries API. 
 
 - 
listAddmDbParameterCategoriesListAddmDbParameterCategoriesResponse listAddmDbParameterCategories(ListAddmDbParameterCategoriesRequest request) Gets list of ADDM database parameter categories for the specified databases.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListAddmDbParameterCategoriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAddmDbParameterCategories API. 
 
 - 
listAddmDbRecommendationCategoriesListAddmDbRecommendationCategoriesResponse listAddmDbRecommendationCategories(ListAddmDbRecommendationCategoriesRequest request) Gets list of ADDM recommendation categories for the specified databases.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListAddmDbRecommendationCategoriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAddmDbRecommendationCategories API. 
 
 - 
listAddmDbRecommendationsTimeSeriesListAddmDbRecommendationsTimeSeriesResponse listAddmDbRecommendationsTimeSeries(ListAddmDbRecommendationsTimeSeriesRequest request) Gets time series data for ADDM recommendations for the specified databases.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListAddmDbRecommendationsTimeSeriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAddmDbRecommendationsTimeSeries API. 
 
 - 
listAddmDbsListAddmDbsResponse listAddmDbs(ListAddmDbsRequest request) Gets a list of ADDM database information- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListAddmDbsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAddmDbs API. 
 
 - 
listAwrDatabaseSnapshotsListAwrDatabaseSnapshotsResponse listAwrDatabaseSnapshots(ListAwrDatabaseSnapshotsRequest request) Lists AWR snapshots for the specified database in the AWR.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListAwrDatabaseSnapshotsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAwrDatabaseSnapshots API. 
 
 - 
listAwrDatabasesListAwrDatabasesResponse listAwrDatabases(ListAwrDatabasesRequest request) Gets the list of databases and their snapshot summary details available in the AWRHub.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListAwrDatabasesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAwrDatabases API. 
 
 - 
listAwrHubObjectsListAwrHubObjectsResponse listAwrHubObjects(ListAwrHubObjectsRequest request) Gets a list of Awr Hub objects.Awr Hub id needs to specified. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListAwrHubObjectsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAwrHubObjects API. 
 
 - 
listAwrHubSourcesListAwrHubSourcesResponse listAwrHubSources(ListAwrHubSourcesRequest request) Gets a list of Awr Hub source objects.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListAwrHubSourcesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAwrHubSources API. 
 
 - 
listAwrHubsListAwrHubsResponse listAwrHubs(ListAwrHubsRequest request) Gets a list of AWR hubs.Either compartmentId or id must be specified. All these resources are expected to be in root compartment. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListAwrHubsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAwrHubs API. 
 
 - 
listAwrSnapshotsListAwrSnapshotsResponse listAwrSnapshots(ListAwrSnapshotsRequest request) Lists AWR snapshots for the specified source database in the AWR hub.The difference between the timeGreaterThanOrEqualTo and timeLessThanOrEqualTo should not exceed an elapsed range of 1 day. The timeGreaterThanOrEqualTo & timeLessThanOrEqualTo params are optional. If these params are not provided, by default last 1 day snapshots will be returned. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListAwrSnapshotsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAwrSnapshots API. 
 
 - 
listDatabaseConfigurationsListDatabaseConfigurationsResponse listDatabaseConfigurations(ListDatabaseConfigurationsRequest request) Gets a list of database insight configurations based on the query parameters specified.Either compartmentId or databaseInsightId query parameter must be specified. When both compartmentId and compartmentIdInSubtree are specified, a list of database insight configurations in that compartment and in all sub-compartments will be returned. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListDatabaseConfigurationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDatabaseConfigurations API. 
 
 - 
listDatabaseInsightsListDatabaseInsightsResponse listDatabaseInsights(ListDatabaseInsightsRequest request) Gets a list of database insights based on the query parameters specified.Either compartmentId or id query parameter must be specified. When both compartmentId and compartmentIdInSubtree are specified, a list of database insights in that compartment and in all sub-compartments will be returned. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListDatabaseInsightsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDatabaseInsights API. 
 
 - 
listEnterpriseManagerBridgesListEnterpriseManagerBridgesResponse listEnterpriseManagerBridges(ListEnterpriseManagerBridgesRequest request) Gets a list of Ops Insights Enterprise Manager bridges.Either compartmentId or id must be specified. When both compartmentId and compartmentIdInSubtree are specified, a list of bridges in that compartment and in all sub-compartments will be returned. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListEnterpriseManagerBridgesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListEnterpriseManagerBridges API. 
 
 - 
listExadataConfigurationsListExadataConfigurationsResponse listExadataConfigurations(ListExadataConfigurationsRequest request) Gets a list of exadata insight configurations.Either compartmentId or exadataInsightsId query parameter must be specified. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListExadataConfigurationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExadataConfigurations API. 
 
 - 
listExadataInsightsListExadataInsightsResponse listExadataInsights(ListExadataInsightsRequest request) Gets a list of Exadata insights based on the query parameters specified.Either compartmentId or id query parameter must be specified. When both compartmentId and compartmentIdInSubtree are specified, a list of Exadata insights in that compartment and in all sub-compartments will be returned. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListExadataInsightsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExadataInsights API. 
 
 - 
listHostConfigurationsListHostConfigurationsResponse listHostConfigurations(ListHostConfigurationsRequest request) Gets a list of host insight configurations based on the query parameters specified.Either compartmentId or hostInsightId query parameter must be specified. When both compartmentId and compartmentIdInSubtree are specified, a list of host insight configurations in that compartment and in all sub-compartments will be returned. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListHostConfigurationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListHostConfigurations API. 
 
 - 
listHostInsightsListHostInsightsResponse listHostInsights(ListHostInsightsRequest request) Gets a list of host insights based on the query parameters specified.Either compartmentId or id query parameter must be specified. When both compartmentId and compartmentIdInSubtree are specified, a list of host insights in that compartment and in all sub-compartments will be returned. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListHostInsightsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListHostInsights API. 
 
 - 
listHostedEntitiesListHostedEntitiesResponse listHostedEntities(ListHostedEntitiesRequest request) Get a list of hosted entities details.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListHostedEntitiesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListHostedEntities API. 
 
 - 
listImportableAgentEntitiesListImportableAgentEntitiesResponse listImportableAgentEntities(ListImportableAgentEntitiesRequest request) Gets a list of agent entities available to add a new hostInsight.An agent entity is "available" and will be shown if all the following conditions are true: 1. The agent OCID is not already being used for an existing hostInsight. 2. The agent availabilityStatus = ‘ACTIVE’ 3. The agent lifecycleState = ‘ACTIVE’ - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListImportableAgentEntitiesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListImportableAgentEntities API. 
 
 - 
listImportableComputeEntitiesListImportableComputeEntitiesResponse listImportableComputeEntities(ListImportableComputeEntitiesRequest request) Gets a list of available compute intances running cloud agent to add a new hostInsight.An Compute entity is "available" and will be shown if all the following conditions are true: - Compute is running OCA 2. OCI Management Agent is not enabled or If OCI Management Agent is enabled 2.1 The agent OCID is not already being used for an existing hostInsight. 2.2 The agent availabilityStatus = ‘ACTIVE’ 2.3 The agent lifecycleState = ‘ACTIVE’
 - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListImportableComputeEntitiesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListImportableComputeEntities API. 
 
 - 
listImportableEnterpriseManagerEntitiesListImportableEnterpriseManagerEntitiesResponse listImportableEnterpriseManagerEntities(ListImportableEnterpriseManagerEntitiesRequest request) Gets a list of importable entities for an Operations Insights Enterprise Manager bridge that have not been imported before.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListImportableEnterpriseManagerEntitiesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListImportableEnterpriseManagerEntities API. 
 
 - 
listNewsReportsListNewsReportsResponse listNewsReports(ListNewsReportsRequest request) Gets a list of news reports based on the query parameters specified.Either compartmentId or id query parameter must be specified. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListNewsReportsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListNewsReports API. 
 
 - 
listOperationsInsightsPrivateEndpointsListOperationsInsightsPrivateEndpointsResponse listOperationsInsightsPrivateEndpoints(ListOperationsInsightsPrivateEndpointsRequest request) Gets a list of Operation Insights private endpoints.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListOperationsInsightsPrivateEndpointsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListOperationsInsightsPrivateEndpoints API. 
 
 - 
listOperationsInsightsWarehouseUsersListOperationsInsightsWarehouseUsersResponse listOperationsInsightsWarehouseUsers(ListOperationsInsightsWarehouseUsersRequest request) Gets a list of Operations Insights Warehouse users.Either compartmentId or id must be specified. All these resources are expected to be in root compartment. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListOperationsInsightsWarehouseUsersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListOperationsInsightsWarehouseUsers API. 
 
 - 
listOperationsInsightsWarehousesListOperationsInsightsWarehousesResponse listOperationsInsightsWarehouses(ListOperationsInsightsWarehousesRequest request) Gets a list of Ops Insights warehouses.Either compartmentId or id must be specified. There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListOperationsInsightsWarehousesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListOperationsInsightsWarehouses API. 
 
 - 
listOpsiConfigurationsListOpsiConfigurationsResponse listOpsiConfigurations(ListOpsiConfigurationsRequest request) Gets a list of OPSI configuration resources based on the query parameters specified.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListOpsiConfigurationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListOpsiConfigurations API. 
 
 - 
listOpsiDataObjectsListOpsiDataObjectsResponse listOpsiDataObjects(ListOpsiDataObjectsRequest request) Gets a list of OPSI data objects based on the query parameters specified.CompartmentId id query parameter must be specified. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListOpsiDataObjectsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListOpsiDataObjects API. 
 
 - 
listSqlPlansListSqlPlansResponse listSqlPlans(ListSqlPlansRequest request) Query SQL Warehouse to list the plan xml for a given SQL execution plan.This returns a SqlPlanCollection object, but is currently limited to a single plan. Either databaseId or id must be specified. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListSqlPlansExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSqlPlans API. 
 
 - 
listSqlSearchesListSqlSearchesResponse listSqlSearches(ListSqlSearchesRequest request) Search SQL by SQL Identifier across databases in a compartment and in all sub-compartments if specified.And get the SQL Text and the details of the databases executing the SQL for a given time period. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListSqlSearchesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSqlSearches API. 
 
 - 
listSqlTextsListSqlTextsResponse listSqlTexts(ListSqlTextsRequest request) Query SQL Warehouse to get the full SQL Text for a SQL in a compartment and in all sub-compartments if specified.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListSqlTextsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSqlTexts API. 
 
 - 
listWarehouseDataObjectsListWarehouseDataObjectsResponse listWarehouseDataObjects(ListWarehouseDataObjectsRequest request) Gets a list of Warehouse data objects (e.g: views, tables), based on the query parameters specified.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListWarehouseDataObjectsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWarehouseDataObjects API. 
 
 - 
listWorkRequestErrorsListWorkRequestErrorsResponse listWorkRequestErrors(ListWorkRequestErrorsRequest request) Return a (paginated) list of errors for a given work request.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListWorkRequestErrorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestErrors API. 
 
 - 
listWorkRequestLogsListWorkRequestLogsResponse listWorkRequestLogs(ListWorkRequestLogsRequest request) Return a (paginated) list of logs for a given work request.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListWorkRequestLogsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestLogs API. 
 
 - 
listWorkRequestsListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request) Lists the work requests in a compartment.Either compartmentId or id must be specified. Only one of id, resourceId or relatedResourceId can be specified optionally. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/ListWorkRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequests API. 
 
 - 
putAwrHubObjectPutAwrHubObjectResponse putAwrHubObject(PutAwrHubObjectRequest request) Creates a new object or overwrites an existing object with the same name to the Awr Hub.Note: This operation consumes a stream. If the stream supports InputStream.mark(int)andInputStream.reset(), when a retry is necessary, the stream is reset so it starts at the beginning (or whatever the stream's position was at the time this operation is called}.Note this means that if the caller has used InputStream.mark(int)before, then the mark will not be the same anymore after this operation, and a subsequent call toInputStream.reset()by the caller will reset the stream not to the caller's mark, but to the position the stream was in when this operation was called.If the stream is a FileInputStream, and the stream'sFileChannelposition can be changed (like for a regular file), the stream will be wrapped in such a way that it does provide support forInputStream.mark(int)andInputStream.reset(). Then the same procedure as above is followed. If the stream'sFileChannelposition cannot be changed (like for a named pipe), then the stream's contents will be buffered in memory, as described below.If the stream does not support InputStream.mark(int)andInputStream.reset(), then the stream is wrapped in aBufferedInputStream, which means the entire contents may be buffered in memory. Then the same procedure as above is followed.The contents of the stream, except when the stream is a FileInputStreamwhoseFileChannelposition can be changed, should be less than 2 GiB in size if retries are used. This is because streams 2 GiB in size or larger do no guarantee that mark-and-reset can be performed. If the stream is larger, do not use built-in retries and manage retries yourself.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/PutAwrHubObjectExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutAwrHubObject API. 
 
 - 
queryOpsiDataObjectDataQueryOpsiDataObjectDataResponse queryOpsiDataObjectData(QueryOpsiDataObjectDataRequest request) Queries an OPSI data object with the inputs provided and sends the result set back.Either analysisTimeInterval or timeIntervalStart and timeIntervalEnd parameters need to be passed as well. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/QueryOpsiDataObjectDataExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use QueryOpsiDataObjectData API. 
 
 - 
queryWarehouseDataObjectDataQueryWarehouseDataObjectDataResponse queryWarehouseDataObjectData(QueryWarehouseDataObjectDataRequest request) Queries Warehouse data objects (e.g: views, tables) with the inputs provided and sends the result set back.Any data to which an OperationsInsightsWarehouseUser with a permission to the corresponding Warehouse can be queried. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/QueryWarehouseDataObjectDataExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use QueryWarehouseDataObjectData API. 
 
 - 
rotateOperationsInsightsWarehouseWalletRotateOperationsInsightsWarehouseWalletResponse rotateOperationsInsightsWarehouseWallet(RotateOperationsInsightsWarehouseWalletRequest request) Rotate the ADW wallet for Operations Insights Warehouse using which the Hub data is exposed.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/RotateOperationsInsightsWarehouseWalletExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RotateOperationsInsightsWarehouseWallet API. 
 
 - 
summarizeAddmDbFindingsSummarizeAddmDbFindingsResponse summarizeAddmDbFindings(SummarizeAddmDbFindingsRequest request) Summarizes ADDM findings for the specified databases.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeAddmDbFindingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAddmDbFindings API. 
 
 - 
summarizeAddmDbParameterChangesSummarizeAddmDbParameterChangesResponse summarizeAddmDbParameterChanges(SummarizeAddmDbParameterChangesRequest request) Summarizes the AWR database parameter change history for the specified parameter.There will be one element for each time that parameter changed during the specified time period. This API is limited to only one parameter per request. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeAddmDbParameterChangesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAddmDbParameterChanges API. 
 
 - 
summarizeAddmDbParametersSummarizeAddmDbParametersResponse summarizeAddmDbParameters(SummarizeAddmDbParametersRequest request) Summarizes database parameter history information for the specified databases.Return a list of parameters with information on whether the parameter values were changed or not within the specified time period. The response does not include the individual parameter changes within the time period. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeAddmDbParametersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAddmDbParameters API. 
 
 - 
summarizeAddmDbRecommendationsSummarizeAddmDbRecommendationsResponse summarizeAddmDbRecommendations(SummarizeAddmDbRecommendationsRequest request) Summarizes ADDM recommendations for the specified databases.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeAddmDbRecommendationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAddmDbRecommendations API. 
 
 - 
summarizeAddmDbSchemaObjectsSummarizeAddmDbSchemaObjectsResponse summarizeAddmDbSchemaObjects(SummarizeAddmDbSchemaObjectsRequest request) Summarizes Schema objects for the specified databases for the specified objectIdentifiers- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeAddmDbSchemaObjectsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAddmDbSchemaObjects API. 
 
 - 
summarizeAddmDbSqlStatementsSummarizeAddmDbSqlStatementsResponse summarizeAddmDbSqlStatements(SummarizeAddmDbSqlStatementsRequest request) Summarizes SQL Statements for the specified databases for the specified sqlIdentifiers- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeAddmDbSqlStatementsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAddmDbSqlStatements API. 
 
 - 
summarizeAwrDatabaseCpuUsagesSummarizeAwrDatabaseCpuUsagesResponse summarizeAwrDatabaseCpuUsages(SummarizeAwrDatabaseCpuUsagesRequest request) Summarizes the AWR CPU resource limits and metrics for the specified database in AWR.Based on the time range provided as part of query param, the metrics points will be returned in the response as below. - if time range is <=7 days then the metrics points will be for every MINUTES - if time range is <=2 hours then the metrics points will be for every 10 SECONDS - if time range is >7 days then the metrics points will be for every HOUR. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeAwrDatabaseCpuUsagesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAwrDatabaseCpuUsages API. 
 
 - 
summarizeAwrDatabaseMetricsSummarizeAwrDatabaseMetricsResponse summarizeAwrDatabaseMetrics(SummarizeAwrDatabaseMetricsRequest request) Summarizes the metric samples for the specified database in the AWR.The metric samples are summarized based on the Time dimension for each metric. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeAwrDatabaseMetricsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAwrDatabaseMetrics API. 
 
 - 
summarizeAwrDatabaseParameterChangesSummarizeAwrDatabaseParameterChangesResponse summarizeAwrDatabaseParameterChanges(SummarizeAwrDatabaseParameterChangesRequest request) Summarizes the database parameter change history for one database parameter of the specified database in AWR.One change history record contains the previous value, the changed value, and the corresponding time range. If the database parameter value was changed multiple times within the time range, then multiple change history records are created for the same parameter. Note that this API only returns information on change history details for one database parameter. To get a list of all the database parameters whose values were changed during a specified time range, use the following API endpoint: /awrHubs/{awrHubId}/awrDbParameters?awrSourceDatabaseIdentifier={awrSourceDbId} - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeAwrDatabaseParameterChangesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAwrDatabaseParameterChanges API. 
 
 - 
summarizeAwrDatabaseParametersSummarizeAwrDatabaseParametersResponse summarizeAwrDatabaseParameters(SummarizeAwrDatabaseParametersRequest request) Summarizes the database parameter history for the specified database in AWR.This includes the list of database parameters, with information on whether the parameter values were modified within the query time range. Note that each database parameter is only listed once. Depending on the optional query parameters, the returned summary gets all the database parameters, which include: Queryparam (valueChanged =\"Y\") - Each parameter whose value was changed during the time range, \"isChanged : true\" in response for the DB params. Queryparam (valueChanged =\"N\") - Each parameter whose value was unchanged during the time range, \"isChanged : false\" in response for the DB params. Queryparam (valueChanged =\"Y\" and valueModified = \"SYSTEM_MOD\") - Each parameter whose value was changed at the system level during the time range, \"isChanged : true\" & \"valueModified : SYSTEM_MOD\" in response for the DB params. Queryparam (valueChanged =\"N\" and valueDefault = \"FALSE\") - Each parameter whose value was unchanged during the time range, however, the value is not the default value, \"isChanged : true\" & \"isDefault : false\" in response for the DB params. Note that this API does not return information on the number of times each database parameter has been changed within the time range. To get the database parameter value change history for a specific parameter, use the following API endpoint: /awrHubs/{awrHubId}/awrDbParameterChanges?awrSourceDatabaseIdentifier={awrSourceDbId} - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeAwrDatabaseParametersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAwrDatabaseParameters API. 
 
 - 
summarizeAwrDatabaseSnapshotRangesSummarizeAwrDatabaseSnapshotRangesResponse summarizeAwrDatabaseSnapshotRanges(SummarizeAwrDatabaseSnapshotRangesRequest request) Summarizes the AWR snapshot ranges that contain continuous snapshots, for the specified AWRHub.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeAwrDatabaseSnapshotRangesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAwrDatabaseSnapshotRanges API. 
 
 - 
summarizeAwrDatabaseSysstatsSummarizeAwrDatabaseSysstatsResponse summarizeAwrDatabaseSysstats(SummarizeAwrDatabaseSysstatsRequest request) Summarizes the AWR SYSSTAT sample data for the specified database in AWR.The statistical data is summarized based on the Time dimension for each statistic. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeAwrDatabaseSysstatsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAwrDatabaseSysstats API. 
 
 - 
summarizeAwrDatabaseTopWaitEventsSummarizeAwrDatabaseTopWaitEventsResponse summarizeAwrDatabaseTopWaitEvents(SummarizeAwrDatabaseTopWaitEventsRequest request) Summarizes the AWR top wait events.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeAwrDatabaseTopWaitEventsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAwrDatabaseTopWaitEvents API. 
 
 - 
summarizeAwrDatabaseWaitEventBucketsSummarizeAwrDatabaseWaitEventBucketsResponse summarizeAwrDatabaseWaitEventBuckets(SummarizeAwrDatabaseWaitEventBucketsRequest request) Summarizes AWR wait event data into value buckets and frequency, for the specified database in the AWR.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeAwrDatabaseWaitEventBucketsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAwrDatabaseWaitEventBuckets API. 
 
 - 
summarizeAwrDatabaseWaitEventsSummarizeAwrDatabaseWaitEventsResponse summarizeAwrDatabaseWaitEvents(SummarizeAwrDatabaseWaitEventsRequest request) Summarizes the AWR wait event sample data for the specified database in the AWR.The event data is summarized based on the Time dimension for each event. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeAwrDatabaseWaitEventsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAwrDatabaseWaitEvents API. 
 
 - 
summarizeAwrSourcesSummariesSummarizeAwrSourcesSummariesResponse summarizeAwrSourcesSummaries(SummarizeAwrSourcesSummariesRequest request) Gets a list of summary of AWR Sources.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeAwrSourcesSummariesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeAwrSourcesSummaries API. 
 
 - 
summarizeConfigurationItemsSummarizeConfigurationItemsResponse summarizeConfigurationItems(SummarizeConfigurationItemsRequest request) Gets the applicable configuration items based on the query parameters specified.Configuration items for an opsiConfigType with respect to a compartmentId can be fetched. Values specified in configItemField param will determine what fields for each configuration items have to be returned. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeConfigurationItemsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeConfigurationItems API. 
 
 - 
summarizeDatabaseInsightResourceCapacityTrendSummarizeDatabaseInsightResourceCapacityTrendResponse summarizeDatabaseInsightResourceCapacityTrend(SummarizeDatabaseInsightResourceCapacityTrendRequest request) Returns response with time series data (endTimestamp, capacity, baseCapacity) for the time period specified.The maximum time range for analysis is 2 years, hence this is intentionally not paginated. If compartmentIdInSubtree is specified, aggregates resources in a compartment and in all sub-compartments. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeDatabaseInsightResourceCapacityTrendExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeDatabaseInsightResourceCapacityTrend API. 
 
 - 
summarizeDatabaseInsightResourceForecastTrendSummarizeDatabaseInsightResourceForecastTrendResponse summarizeDatabaseInsightResourceForecastTrend(SummarizeDatabaseInsightResourceForecastTrendRequest request) Get Forecast predictions for CPU and Storage resources since a time in the past.If compartmentIdInSubtree is specified, aggregates resources in a compartment and in all sub-compartments. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeDatabaseInsightResourceForecastTrendExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeDatabaseInsightResourceForecastTrend API. 
 
 - 
summarizeDatabaseInsightResourceStatisticsSummarizeDatabaseInsightResourceStatisticsResponse summarizeDatabaseInsightResourceStatistics(SummarizeDatabaseInsightResourceStatisticsRequest request) Lists the Resource statistics (usage,capacity, usage change percent, utilization percent, base capacity, isAutoScalingEnabled) for each database filtered by utilization level in a compartment and in all sub-compartments if specified.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeDatabaseInsightResourceStatisticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeDatabaseInsightResourceStatistics API. 
 
 - 
summarizeDatabaseInsightResourceUsageSummarizeDatabaseInsightResourceUsageResponse summarizeDatabaseInsightResourceUsage(SummarizeDatabaseInsightResourceUsageRequest request) A cumulative distribution function is used to rank the usage data points per database within the specified time period.For each database, the minimum data point with a ranking > the percentile value is included in the summation. Linear regression functions are used to calculate the usage change percentage. If compartmentIdInSubtree is specified, aggregates resources in a compartment and in all sub-compartments. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeDatabaseInsightResourceUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeDatabaseInsightResourceUsage API. 
 
 - 
summarizeDatabaseInsightResourceUsageTrendSummarizeDatabaseInsightResourceUsageTrendResponse summarizeDatabaseInsightResourceUsageTrend(SummarizeDatabaseInsightResourceUsageTrendRequest request) Returns response with time series data (endTimestamp, usage, capacity) for the time period specified.The maximum time range for analysis is 2 years, hence this is intentionally not paginated. If compartmentIdInSubtree is specified, aggregates resources in a compartment and in all sub-compartments. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeDatabaseInsightResourceUsageTrendExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeDatabaseInsightResourceUsageTrend API. 
 
 - 
summarizeDatabaseInsightResourceUtilizationInsightSummarizeDatabaseInsightResourceUtilizationInsightResponse summarizeDatabaseInsightResourceUtilizationInsight(SummarizeDatabaseInsightResourceUtilizationInsightRequest request) Gets resources with current utilization (high and low) and projected utilization (high and low) for a resource type over specified time period.If compartmentIdInSubtree is specified, aggregates resources in a compartment and in all sub-compartments. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsightExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API. 
 
 - 
summarizeDatabaseInsightTablespaceUsageTrendSummarizeDatabaseInsightTablespaceUsageTrendResponse summarizeDatabaseInsightTablespaceUsageTrend(SummarizeDatabaseInsightTablespaceUsageTrendRequest request) Returns response with usage time series data (endTimestamp, usage, capacity) with breakdown by tablespaceName for the time period specified.The maximum time range for analysis is 2 years, hence this is intentionally not paginated. Either databaseId or id must be specified. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrendExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API. 
 
 - 
summarizeExadataInsightResourceCapacityTrendSummarizeExadataInsightResourceCapacityTrendResponse summarizeExadataInsightResourceCapacityTrend(SummarizeExadataInsightResourceCapacityTrendRequest request) Returns response with time series data (endTimestamp, capacity) for the time period specified for an exadata system for a resource metric.Additionally resources can be filtered using databaseInsightId, hostInsightId or storageServerName query parameters. Top five resources are returned if total exceeds the limit specified. Valid values for ResourceType DATABASE are CPU,MEMORY,IO and STORAGE. Database name is returned in name field. DatabaseInsightId, cdbName and hostName query parameter applies to ResourceType DATABASE. Valid values for ResourceType HOST are CPU and MEMORY. HostName is returned in name field. HostInsightId and hostName query parameter applies to ResourceType HOST. Valid values for ResourceType STORAGE_SERVER are STORAGE, IOPS and THROUGHPUT. Storage server name is returned in name field for resourceMetric IOPS and THROUGHPUT and asmName is returned in name field for resourceMetric STORAGE. StorageServerName query parameter applies to ResourceType STORAGE_SERVER. Valid values for ResourceType DISKGROUP is STORAGE. Comma delimited (asmName,diskgroupName) is returned in name field. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeExadataInsightResourceCapacityTrendExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeExadataInsightResourceCapacityTrend API. 
 
 - 
summarizeExadataInsightResourceCapacityTrendAggregatedSummarizeExadataInsightResourceCapacityTrendAggregatedResponse summarizeExadataInsightResourceCapacityTrendAggregated(SummarizeExadataInsightResourceCapacityTrendAggregatedRequest request) Returns response with time series data (endTimestamp, capacity) for the time period specified for an exadata system or fleet aggregation for a resource metric.The maximum time range for analysis is 2 years, hence this is intentionally not paginated. Valid values for ResourceType DATABASE are CPU,MEMORY,IO and STORAGE. Valid values for ResourceType HOST are CPU and MEMORY. Valid values for ResourceType STORAGE_SERVER are STORAGE, IOPS and THROUGHPUT. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregatedExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API. 
 
 - 
summarizeExadataInsightResourceForecastTrendSummarizeExadataInsightResourceForecastTrendResponse summarizeExadataInsightResourceForecastTrend(SummarizeExadataInsightResourceForecastTrendRequest request) Get historical usage and forecast predictions for an exadata system with breakdown by databases, hosts or storage servers.Additionally resources can be filtered using databaseInsightId, hostInsightId or storageServerName query parameters. Top five resources are returned if total exceeds the limit specified. Valid values for ResourceType DATABASE are CPU,MEMORY,IO and STORAGE. Database name is returned in name field. DatabaseInsightId , cdbName and hostName query parameter applies to ResourceType DATABASE. Valid values for ResourceType HOST are CPU and MEMORY. HostName s returned in name field. HostInsightId and hostName query parameter applies to ResourceType HOST. Valid values for ResourceType STORAGE_SERVER are STORAGE, IOPS and THROUGHPUT. Storage server name is returned in name field for resourceMetric IOPS and THROUGHPUT and asmName is returned in name field for resourceMetric STORAGE. StorageServerName query parameter applies to ResourceType STORAGE_SERVER. Valid value for ResourceType DISKGROUP is STORAGE. Comma delimited (asmName,diskgroupName) is returned in name field. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeExadataInsightResourceForecastTrendExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeExadataInsightResourceForecastTrend API. 
 
 - 
summarizeExadataInsightResourceForecastTrendAggregatedSummarizeExadataInsightResourceForecastTrendAggregatedResponse summarizeExadataInsightResourceForecastTrendAggregated(SummarizeExadataInsightResourceForecastTrendAggregatedRequest request) Get aggregated historical usage and forecast predictions for resources.Either compartmentId or exadataInsightsId query parameter must be specified. Valid values for ResourceType DATABASE are CPU,MEMORY,IO and STORAGE. Valid values for ResourceType HOST are CPU and MEMORY. Valid values for ResourceType STORAGE_SERVER are STORAGE, IOPS and THROUGHPUT. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregatedExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API. 
 
 - 
summarizeExadataInsightResourceStatisticsSummarizeExadataInsightResourceStatisticsResponse summarizeExadataInsightResourceStatistics(SummarizeExadataInsightResourceStatisticsRequest request) Lists the Resource statistics (usage, capacity, usage change percent, utilization percent) for each resource based on resourceMetric filtered by utilization level.Valid values for ResourceType DATABASE are CPU,MEMORY,IO and STORAGE. Valid values for ResourceType HOST are CPU and MEMORY. Valid values for ResourceType STORAGE_SERVER are STORAGE, IOPS, THROUGHPUT. Valid value for ResourceType DISKGROUP is STORAGE. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeExadataInsightResourceStatisticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeExadataInsightResourceStatistics API. 
 
 - 
summarizeExadataInsightResourceUsageSummarizeExadataInsightResourceUsageResponse summarizeExadataInsightResourceUsage(SummarizeExadataInsightResourceUsageRequest request) A cumulative distribution function is used to rank the usage data points per resource within the specified time period.For each resource, the minimum data point with a ranking > the percentile value is included in the summation. Linear regression functions are used to calculate the usage change percentage. Valid values for ResourceType DATABASE are CPU,MEMORY,IO and STORAGE. Valid values for ResourceType HOST are CPU and MEMORY. Valid values for ResourceType STORAGE_SERVER are STORAGE, IOPS and THROUGHPUT. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeExadataInsightResourceUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeExadataInsightResourceUsage API. 
 
 - 
summarizeExadataInsightResourceUsageAggregatedSummarizeExadataInsightResourceUsageAggregatedResponse summarizeExadataInsightResourceUsageAggregated(SummarizeExadataInsightResourceUsageAggregatedRequest request) A cumulative distribution function is used to rank the usage data points per database within the specified time period.For each database, the minimum data point with a ranking > the percentile value is included in the summation. Linear regression functions are used to calculate the usage change percentage. Valid values for ResourceType DATABASE are CPU,MEMORY,IO and STORAGE. Valid values for ResourceType HOST are CPU and MEMORY. Valid values for ResourceType STORAGE_SERVER are STORAGE, IOPS and THROUGHPUT. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeExadataInsightResourceUsageAggregatedExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeExadataInsightResourceUsageAggregated API. 
 
 - 
summarizeExadataInsightResourceUtilizationInsightSummarizeExadataInsightResourceUtilizationInsightResponse summarizeExadataInsightResourceUtilizationInsight(SummarizeExadataInsightResourceUtilizationInsightRequest request) Gets current utilization, projected utilization and days to reach projectedUtilization for an exadata system over specified time period.Valid values for ResourceType DATABASE are CPU,MEMORY,IO and STORAGE. Valid values for ResourceType HOST are CPU and MEMORY. Valid values for ResourceType STORAGE_SERVER are STORAGE, IOPS and THROUGHPUT. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeExadataInsightResourceUtilizationInsightExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeExadataInsightResourceUtilizationInsight API. 
 
 - 
summarizeExadataMembersSummarizeExadataMembersResponse summarizeExadataMembers(SummarizeExadataMembersRequest request) Lists the software and hardware inventory of the Exadata System.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeExadataMembersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeExadataMembers API. 
 
 - 
summarizeHostInsightDiskStatisticsSummarizeHostInsightDiskStatisticsResponse summarizeHostInsightDiskStatistics(SummarizeHostInsightDiskStatisticsRequest request) Returns response with disk(s) statistics for a host.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeHostInsightDiskStatisticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeHostInsightDiskStatistics API. 
 
 - 
summarizeHostInsightHostRecommendationSummarizeHostInsightHostRecommendationResponse summarizeHostInsightHostRecommendation(SummarizeHostInsightHostRecommendationRequest request) Returns response with some recommendations if apply for a host.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeHostInsightHostRecommendationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeHostInsightHostRecommendation API. 
 
 - 
summarizeHostInsightIoUsageTrendSummarizeHostInsightIoUsageTrendResponse summarizeHostInsightIoUsageTrend(SummarizeHostInsightIoUsageTrendRequest request) Returns response with usage time series data with breakdown by IO interface for the time period specified.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeHostInsightIoUsageTrendExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeHostInsightIoUsageTrend API. 
 
 - 
summarizeHostInsightNetworkUsageTrendSummarizeHostInsightNetworkUsageTrendResponse summarizeHostInsightNetworkUsageTrend(SummarizeHostInsightNetworkUsageTrendRequest request) Returns response with usage time series data with breakdown by network interface for the time period specified.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeHostInsightNetworkUsageTrendExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeHostInsightNetworkUsageTrend API. 
 
 - 
summarizeHostInsightResourceCapacityTrendSummarizeHostInsightResourceCapacityTrendResponse summarizeHostInsightResourceCapacityTrend(SummarizeHostInsightResourceCapacityTrendRequest request) Returns response with time series data (endTimestamp, capacity) for the time period specified.The maximum time range for analysis is 2 years, hence this is intentionally not paginated. If compartmentIdInSubtree is specified, aggregates resources in a compartment and in all sub-compartments. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeHostInsightResourceCapacityTrendExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeHostInsightResourceCapacityTrend API. 
 
 - 
summarizeHostInsightResourceForecastTrendSummarizeHostInsightResourceForecastTrendResponse summarizeHostInsightResourceForecastTrend(SummarizeHostInsightResourceForecastTrendRequest request) Get Forecast predictions for CPU or memory resources since a time in the past.If compartmentIdInSubtree is specified, aggregates resources in a compartment and in all sub-compartments. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeHostInsightResourceForecastTrendExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeHostInsightResourceForecastTrend API. 
 
 - 
summarizeHostInsightResourceStatisticsSummarizeHostInsightResourceStatisticsResponse summarizeHostInsightResourceStatistics(SummarizeHostInsightResourceStatisticsRequest request) Lists the resource statistics (usage, capacity, usage change percent, utilization percent, load) for each host filtered by utilization level in a compartment and in all sub-compartments if specified.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeHostInsightResourceStatisticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeHostInsightResourceStatistics API. 
 
 - 
summarizeHostInsightResourceUsageSummarizeHostInsightResourceUsageResponse summarizeHostInsightResourceUsage(SummarizeHostInsightResourceUsageRequest request) A cumulative distribution function is used to rank the usage data points per host within the specified time period.For each host, the minimum data point with a ranking > the percentile value is included in the summation. Linear regression functions are used to calculate the usage change percentage. If compartmentIdInSubtree is specified, aggregates resources in a compartment and in all sub-compartments. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeHostInsightResourceUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeHostInsightResourceUsage API. 
 
 - 
summarizeHostInsightResourceUsageTrendSummarizeHostInsightResourceUsageTrendResponse summarizeHostInsightResourceUsageTrend(SummarizeHostInsightResourceUsageTrendRequest request) Returns response with time series data (endTimestamp, usage, capacity) for the time period specified.The maximum time range for analysis is 2 years, hence this is intentionally not paginated. If compartmentIdInSubtree is specified, aggregates resources in a compartment and in all sub-compartments. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeHostInsightResourceUsageTrendExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeHostInsightResourceUsageTrend API. 
 
 - 
summarizeHostInsightResourceUtilizationInsightSummarizeHostInsightResourceUtilizationInsightResponse summarizeHostInsightResourceUtilizationInsight(SummarizeHostInsightResourceUtilizationInsightRequest request) Gets resources with current utilization (high and low) and projected utilization (high and low) for a resource type over specified time period.If compartmentIdInSubtree is specified, aggregates resources in a compartment and in all sub-compartments. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeHostInsightResourceUtilizationInsightExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeHostInsightResourceUtilizationInsight API. 
 
 - 
summarizeHostInsightStorageUsageTrendSummarizeHostInsightStorageUsageTrendResponse summarizeHostInsightStorageUsageTrend(SummarizeHostInsightStorageUsageTrendRequest request) Returns response with usage time series data with breakdown by filesystem for the time period specified.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeHostInsightStorageUsageTrendExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeHostInsightStorageUsageTrend API. 
 
 - 
summarizeHostInsightTopProcessesUsageSummarizeHostInsightTopProcessesUsageResponse summarizeHostInsightTopProcessesUsage(SummarizeHostInsightTopProcessesUsageRequest request) Returns response with aggregated data (timestamp, usageData) for top processes on a specific date.Data is aggregated for the time specified and processes are sorted descendent by the process metric specified (CPU, MEMORY, VIRTUAL_MEMORY). hostInsightId, processMetric must be specified. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeHostInsightTopProcessesUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeHostInsightTopProcessesUsage API. 
 
 - 
summarizeHostInsightTopProcessesUsageTrendSummarizeHostInsightTopProcessesUsageTrendResponse summarizeHostInsightTopProcessesUsageTrend(SummarizeHostInsightTopProcessesUsageTrendRequest request) Returns response with aggregated time series data (timeIntervalstart, timeIntervalEnd, commandArgs, usageData) for top processes.Data is aggregated for the time period specified and proceses are sorted descendent by the proces metric specified (CPU, MEMORY, VIRTUAL_MEMORY). HostInsight Id and Process metric must be specified - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeHostInsightTopProcessesUsageTrendExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeHostInsightTopProcessesUsageTrend API. 
 
 - 
summarizeOperationsInsightsWarehouseResourceUsageSummarizeOperationsInsightsWarehouseResourceUsageResponse summarizeOperationsInsightsWarehouseResourceUsage(SummarizeOperationsInsightsWarehouseResourceUsageRequest request) Gets the details of resources used by an Operations Insights Warehouse.There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API. 
 
 - 
summarizeSqlInsightsSummarizeSqlInsightsResponse summarizeSqlInsights(SummarizeSqlInsightsRequest request) Query SQL Warehouse to get the performance insights for SQLs taking greater than X% database time for a given time period across the given databases or database types in a compartment and in all sub-compartments if specified.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeSqlInsightsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeSqlInsights API. 
 
 - 
summarizeSqlPlanInsightsSummarizeSqlPlanInsightsResponse summarizeSqlPlanInsights(SummarizeSqlPlanInsightsRequest request) Query SQL Warehouse to get the performance insights on the execution plans for a given SQL for a given time period.Either databaseId or id must be specified. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeSqlPlanInsightsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeSqlPlanInsights API. 
 
 - 
summarizeSqlResponseTimeDistributionsSummarizeSqlResponseTimeDistributionsResponse summarizeSqlResponseTimeDistributions(SummarizeSqlResponseTimeDistributionsRequest request) Query SQL Warehouse to summarize the response time distribution of query executions for a given SQL for a given time period.Either databaseId or id must be specified. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeSqlResponseTimeDistributionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeSqlResponseTimeDistributions API. 
 
 - 
summarizeSqlStatisticsSummarizeSqlStatisticsResponse summarizeSqlStatistics(SummarizeSqlStatisticsRequest request) Query SQL Warehouse to get the performance statistics for SQLs taking greater than X% database time for a given time period across the given databases or database types in a compartment and in all sub-compartments if specified.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeSqlStatisticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeSqlStatistics API. 
 
 - 
summarizeSqlStatisticsTimeSeriesSummarizeSqlStatisticsTimeSeriesResponse summarizeSqlStatisticsTimeSeries(SummarizeSqlStatisticsTimeSeriesRequest request) Query SQL Warehouse to get the performance statistics time series for a given SQL across given databases for a given time period in a compartment and in all sub-compartments if specified.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeSqlStatisticsTimeSeriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeSqlStatisticsTimeSeries API. 
 
 - 
summarizeSqlStatisticsTimeSeriesByPlanSummarizeSqlStatisticsTimeSeriesByPlanResponse summarizeSqlStatisticsTimeSeriesByPlan(SummarizeSqlStatisticsTimeSeriesByPlanRequest request) Query SQL Warehouse to get the performance statistics time series for a given SQL by execution plans for a given time period.Either databaseId or id must be specified. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlanExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API. 
 
 - 
synchronizeAutonomousDatabaseToExadataSynchronizeAutonomousDatabaseToExadataResponse synchronizeAutonomousDatabaseToExadata(SynchronizeAutonomousDatabaseToExadataRequest request) Synchronize infrastructure details that has been missing when autonomous database onboarded in Operations Insights.Onboarded Opsi ExadataInsight resource need to be provided with compartmentId for searching infrastruture details. The query parameters, DatabaseId and DatabaseInsightId, are mutually exclusive and provided for searching Opsi resources that have been onboarded. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/SynchronizeAutonomousDatabaseToExadataExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SynchronizeAutonomousDatabaseToExadata API. 
 
 - 
testMacsManagedAutonomousDatabaseInsightConnectionTestMacsManagedAutonomousDatabaseInsightConnectionResponse testMacsManagedAutonomousDatabaseInsightConnection(TestMacsManagedAutonomousDatabaseInsightConnectionRequest request) Test the connection details of a MACS-managed autonomous database.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/TestMacsManagedAutonomousDatabaseInsightConnectionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use TestMacsManagedAutonomousDatabaseInsightConnection API. 
 
 - 
testMacsManagedCloudDatabaseInsightConnectionTestMacsManagedCloudDatabaseInsightConnectionResponse testMacsManagedCloudDatabaseInsightConnection(TestMacsManagedCloudDatabaseInsightConnectionRequest request) Test the connection details of a Cloud MACS-managed database.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/TestMacsManagedCloudDatabaseInsightConnectionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use TestMacsManagedCloudDatabaseInsightConnection API. 
 
 - 
updateAwrHubUpdateAwrHubResponse updateAwrHub(UpdateAwrHubRequest request) Updates the configuration of a hub .- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/UpdateAwrHubExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAwrHub API. 
 
 - 
updateAwrHubSourceUpdateAwrHubSourceResponse updateAwrHubSource(UpdateAwrHubSourceRequest request) Update Awr Hub Source object.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/UpdateAwrHubSourceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAwrHubSource API. 
 
 - 
updateDatabaseInsightUpdateDatabaseInsightResponse updateDatabaseInsight(UpdateDatabaseInsightRequest request) Updates configuration of a database insight.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/UpdateDatabaseInsightExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDatabaseInsight API. 
 
 - 
updateEnterpriseManagerBridgeUpdateEnterpriseManagerBridgeResponse updateEnterpriseManagerBridge(UpdateEnterpriseManagerBridgeRequest request) Updates configuration of an Operations Insights Enterprise Manager bridge.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/UpdateEnterpriseManagerBridgeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateEnterpriseManagerBridge API. 
 
 - 
updateExadataInsightUpdateExadataInsightResponse updateExadataInsight(UpdateExadataInsightRequest request) Updates configuration of an Exadata insight.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/UpdateExadataInsightExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExadataInsight API. 
 
 - 
updateHostInsightUpdateHostInsightResponse updateHostInsight(UpdateHostInsightRequest request) Updates configuration of a host insight.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/UpdateHostInsightExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateHostInsight API. 
 
 - 
updateNewsReportUpdateNewsReportResponse updateNewsReport(UpdateNewsReportRequest request) Updates the configuration of a news report.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/UpdateNewsReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateNewsReport API. 
 
 - 
updateOperationsInsightsPrivateEndpointUpdateOperationsInsightsPrivateEndpointResponse updateOperationsInsightsPrivateEndpoint(UpdateOperationsInsightsPrivateEndpointRequest request) Updates one or more attributes of the specified private endpoint.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/UpdateOperationsInsightsPrivateEndpointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateOperationsInsightsPrivateEndpoint API. 
 
 - 
updateOperationsInsightsWarehouseUpdateOperationsInsightsWarehouseResponse updateOperationsInsightsWarehouse(UpdateOperationsInsightsWarehouseRequest request) Updates the configuration of an Ops Insights Warehouse.There is only expected to be 1 warehouse per tenant. The warehouse is expected to be in the root compartment. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/UpdateOperationsInsightsWarehouseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateOperationsInsightsWarehouse API. 
 
 - 
updateOperationsInsightsWarehouseUserUpdateOperationsInsightsWarehouseUserResponse updateOperationsInsightsWarehouseUser(UpdateOperationsInsightsWarehouseUserRequest request) Updates the configuration of an Operations Insights Warehouse User.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/UpdateOperationsInsightsWarehouseUserExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateOperationsInsightsWarehouseUser API. 
 
 - 
updateOpsiConfigurationUpdateOpsiConfigurationResponse updateOpsiConfiguration(UpdateOpsiConfigurationRequest request) Updates an OPSI configuration resource with the given ID.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/opsi/UpdateOpsiConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateOpsiConfiguration API. 
 
 - 
getWaitersOperationsInsightsWaiters getWaiters() Gets the pre-configured waiters available for resources for this service.- Returns:
- The service waiters.
 
 - 
getPaginatorsOperationsInsightsPaginators getPaginators() Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.These paginators provide an Iterableinterface so that service responses, or resources/records, can be iterated through without having to manually deal with pagination and page tokens.- Returns:
- The service paginators.
 
 
- 
 
-