Interface StackMonitoring
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
StackMonitoringClient
@Generated(value="OracleSDKGenerator", comments="API Version: 20210330") public interface StackMonitoring extends AutoCloseable
Stack Monitoring API.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.AutoCloseable
close
-
-
-
-
Method Detail
-
refreshClient
void refreshClient()
Rebuilds the client from scratch.Useful to refresh certificates.
-
setEndpoint
void setEndpoint(String endpoint)
Sets the endpoint to call (ex, https://www.example.com).- Parameters:
endpoint
- The endpoint of the service.
-
getEndpoint
String getEndpoint()
Gets the set endpoint for REST call (ex, https://www.example.com)
-
setRegion
void setRegion(Region region)
Sets the region to call (ex, Region.US_PHOENIX_1).Note, this will call
setEndpoint
after 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.
-
setRegion
void 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.
-
useRealmSpecificEndpointTemplate
void 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
-
applyMonitoringTemplate
ApplyMonitoringTemplateResponse applyMonitoringTemplate(ApplyMonitoringTemplateRequest request)
Apply the Monitoring Template identified by the 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ApplyMonitoringTemplateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ApplyMonitoringTemplate API.
-
associateMonitoredResources
AssociateMonitoredResourcesResponse associateMonitoredResources(AssociateMonitoredResourcesRequest request)
Create an association between two monitored resources.Associations can be created between resources from different compartments as long they are in same tenancy. User should have required access in both the 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/AssociateMonitoredResourcesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AssociateMonitoredResources API.
-
changeConfigCompartment
ChangeConfigCompartmentResponse changeConfigCompartment(ChangeConfigCompartmentRequest request)
Moves the configuration item to another compartment.Basically, this will disable any configuration for this configuration type in thie compartment, and will enable it in the new one.
For example, if for a HOST resource type, the configuration with AUTO_PROMOTE in the configuration type and TRUE as value is moved, automatic discovery will not take place in this compartment any more, but in the new one.
So this operation will have the same effect as deleting the configuration item in the old compartment and recreating it in another compartment.
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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ChangeConfigCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeConfigCompartment API.
-
changeMetricExtensionCompartment
ChangeMetricExtensionCompartmentResponse changeMetricExtensionCompartment(ChangeMetricExtensionCompartmentRequest request)
Moves a Metric Extension 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ChangeMetricExtensionCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeMetricExtensionCompartment API.
-
changeMonitoredResourceCompartment
ChangeMonitoredResourceCompartmentResponse changeMonitoredResourceCompartment(ChangeMonitoredResourceCompartmentRequest request)
Moves a monitored 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ChangeMonitoredResourceCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeMonitoredResourceCompartment API.
-
changeMonitoredResourceTaskCompartment
ChangeMonitoredResourceTaskCompartmentResponse changeMonitoredResourceTaskCompartment(ChangeMonitoredResourceTaskCompartmentRequest request)
Moves a stack monitoring resource task 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ChangeMonitoredResourceTaskCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeMonitoredResourceTaskCompartment API.
-
changeProcessSetCompartment
ChangeProcessSetCompartmentResponse changeProcessSetCompartment(ChangeProcessSetCompartmentRequest request)
Moves a ProcessSet 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ChangeProcessSetCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeProcessSetCompartment API.
-
createAlarmCondition
CreateAlarmConditionResponse createAlarmCondition(CreateAlarmConditionRequest request)
Create a new alarm condition in same monitoringTemplate 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/CreateAlarmConditionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAlarmCondition API.
-
createBaselineableMetric
CreateBaselineableMetricResponse createBaselineableMetric(CreateBaselineableMetricRequest request)
Creates the specified Baseline-able 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/CreateBaselineableMetricExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateBaselineableMetric API.
-
createConfig
CreateConfigResponse createConfig(CreateConfigRequest request)
Creates a configuration item, for example to define whether resources of a specific type should be discovered automatically.For example, when a new Management Agent gets registered in a certain compartment, this Management Agent can potentially get promoted to a HOST resource. The configuration item will determine if HOST resources in the selected compartment will be discovered automatically.
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/CreateConfigExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateConfig API.
-
createDiscoveryJob
CreateDiscoveryJobResponse createDiscoveryJob(CreateDiscoveryJobRequest request)
API to create discovery Job and submit discovery Details to agent.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/CreateDiscoveryJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateDiscoveryJob API.
-
createMaintenanceWindow
CreateMaintenanceWindowResponse createMaintenanceWindow(CreateMaintenanceWindowRequest request)
Creates a new Maintenance Window for the given resources.It will create also the Alarms Suppression for each alarm that the resource migth trigger.
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/CreateMaintenanceWindowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMaintenanceWindow API.
-
createMetricExtension
CreateMetricExtensionResponse createMetricExtension(CreateMetricExtensionRequest request)
Creates a new metric extension resource for a given 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/CreateMetricExtensionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMetricExtension API.
-
createMonitoredResource
CreateMonitoredResourceResponse createMonitoredResource(CreateMonitoredResourceRequest request)
Creates a new monitored resource for the given resource type with the details and submits a work request for promoting the resource to agent.Once the resource is successfully added to agent, resource state will be marked 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/CreateMonitoredResourceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMonitoredResource API.
-
createMonitoredResourceTask
CreateMonitoredResourceTaskResponse createMonitoredResourceTask(CreateMonitoredResourceTaskRequest request)
Create a new stack monitoring resource task.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/CreateMonitoredResourceTaskExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMonitoredResourceTask API.
-
createMonitoredResourceType
CreateMonitoredResourceTypeResponse createMonitoredResourceType(CreateMonitoredResourceTypeRequest request)
Creates a new monitored resource type.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/CreateMonitoredResourceTypeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMonitoredResourceType API.
-
createMonitoringTemplate
CreateMonitoringTemplateResponse createMonitoringTemplate(CreateMonitoringTemplateRequest request)
Creates a new monitoring template for a given 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/CreateMonitoringTemplateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMonitoringTemplate API.
-
createProcessSet
CreateProcessSetResponse createProcessSet(CreateProcessSetRequest request)
API to create Process Set.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/CreateProcessSetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateProcessSet API.
-
deleteAlarmCondition
DeleteAlarmConditionResponse deleteAlarmCondition(DeleteAlarmConditionRequest request)
Deletes the alarm conditions by identifier- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/DeleteAlarmConditionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteAlarmCondition API.
-
deleteBaselineableMetric
DeleteBaselineableMetricResponse deleteBaselineableMetric(DeleteBaselineableMetricRequest request)
Deletes the Baseline-able metric for 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/DeleteBaselineableMetricExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteBaselineableMetric API.
-
deleteConfig
DeleteConfigResponse deleteConfig(DeleteConfigRequest request)
Deletes a configuration identified by the 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/DeleteConfigExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteConfig API.
-
deleteDiscoveryJob
DeleteDiscoveryJobResponse deleteDiscoveryJob(DeleteDiscoveryJobRequest request)
Deletes a DiscoveryJob by identifier- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/DeleteDiscoveryJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteDiscoveryJob API.
-
deleteMaintenanceWindow
DeleteMaintenanceWindowResponse deleteMaintenanceWindow(DeleteMaintenanceWindowRequest request)
Deletes a maintenance window by identifier- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/DeleteMaintenanceWindowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMaintenanceWindow API.
-
deleteMetricExtension
DeleteMetricExtensionResponse deleteMetricExtension(DeleteMetricExtensionRequest request)
Deletes a metric extension by identifier- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/DeleteMetricExtensionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMetricExtension API.
-
deleteMonitoredResource
DeleteMonitoredResourceResponse deleteMonitoredResource(DeleteMonitoredResourceRequest request)
Delete monitored resource by the given identifier OCID.By default, only the specified resource is deleted. If the parameter ‘isDeleteMembers’ is set to true, then the member resources will be deleted too. If the operation fails partially, the deleted entries will not be rolled back.
- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/DeleteMonitoredResourceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMonitoredResource API.
-
deleteMonitoredResourceType
DeleteMonitoredResourceTypeResponse deleteMonitoredResourceType(DeleteMonitoredResourceTypeRequest request)
Deletes a monitored resource type by identifier OCID.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/DeleteMonitoredResourceTypeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMonitoredResourceType API.
-
deleteMonitoringTemplate
DeleteMonitoringTemplateResponse deleteMonitoringTemplate(DeleteMonitoringTemplateRequest request)
Deletes the monitoring template by identifier- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/DeleteMonitoringTemplateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMonitoringTemplate API.
-
deleteProcessSet
DeleteProcessSetResponse deleteProcessSet(DeleteProcessSetRequest request)
Deletes a Process Set- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/DeleteProcessSetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteProcessSet API.
-
disableExternalDatabase
DisableExternalDatabaseResponse disableExternalDatabase(DisableExternalDatabaseRequest request)
Disable external database resource monitoring.All the references in DBaaS, DBM and resource service will be deleted as part of 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/DisableExternalDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExternalDatabase API.
-
disableMetricExtension
DisableMetricExtensionResponse disableMetricExtension(DisableMetricExtensionRequest request)
Submits a request to disable matching metric extension Id for the given Resource IDs- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/DisableMetricExtensionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableMetricExtension API.
-
disassociateMonitoredResources
DisassociateMonitoredResourcesResponse disassociateMonitoredResources(DisassociateMonitoredResourcesRequest request)
Removes associations between two monitored resources.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/DisassociateMonitoredResourcesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisassociateMonitoredResources API.
-
enableMetricExtension
EnableMetricExtensionResponse enableMetricExtension(EnableMetricExtensionRequest request)
Submits a request to enable matching metric extension Id for the given Resource IDs- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/EnableMetricExtensionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableMetricExtension API.
-
evaluateBaselineableMetric
EvaluateBaselineableMetricResponse evaluateBaselineableMetric(EvaluateBaselineableMetricRequest request)
Evaluates metric for anomalies for the given data points- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/EvaluateBaselineableMetricExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EvaluateBaselineableMetric API.
-
exportMetricExtension
ExportMetricExtensionResponse exportMetricExtension(ExportMetricExtensionRequest request)
Export generates a template used to create new metric extension resources similar to matching metric extension id.Response is a file that contains metric extension definition with placeholders for fields to be changed.
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ExportMetricExtensionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ExportMetricExtension API.
-
exportMonitoringTemplate
ExportMonitoringTemplateResponse exportMonitoringTemplate(ExportMonitoringTemplateRequest request)
Export the specified monitoring template- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ExportMonitoringTemplateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ExportMonitoringTemplate API.
-
getAlarmCondition
GetAlarmConditionResponse getAlarmCondition(GetAlarmConditionRequest request)
Gets a Alarm Condition by identifier.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/GetAlarmConditionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAlarmCondition API.
-
getBaselineableMetric
GetBaselineableMetricResponse getBaselineableMetric(GetBaselineableMetricRequest request)
Get the Baseline-able metric for 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/GetBaselineableMetricExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetBaselineableMetric API.
-
getConfig
GetConfigResponse getConfig(GetConfigRequest request)
Gets the details of a configuration.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/GetConfigExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetConfig API.
-
getDiscoveryJob
GetDiscoveryJobResponse getDiscoveryJob(GetDiscoveryJobRequest request)
API to get the details of discovery Job by identifier.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/GetDiscoveryJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDiscoveryJob API.
-
getMaintenanceWindow
GetMaintenanceWindowResponse getMaintenanceWindow(GetMaintenanceWindowRequest request)
Get maintenance window for the given identifier OCID.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/GetMaintenanceWindowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMaintenanceWindow API.
-
getMetricExtension
GetMetricExtensionResponse getMetricExtension(GetMetricExtensionRequest request)
Gets a Metric Extension by identifier- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/GetMetricExtensionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMetricExtension API.
-
getMonitoredResource
GetMonitoredResourceResponse getMonitoredResource(GetMonitoredResourceRequest request)
Get monitored resource for the given identifier OCID.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/GetMonitoredResourceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMonitoredResource API.
-
getMonitoredResourceTask
GetMonitoredResourceTaskResponse getMonitoredResourceTask(GetMonitoredResourceTaskRequest request)
Gets stack monitoring resource task details by identifier OCID.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/GetMonitoredResourceTaskExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMonitoredResourceTask API.
-
getMonitoredResourceType
GetMonitoredResourceTypeResponse getMonitoredResourceType(GetMonitoredResourceTypeRequest request)
Gets a monitored resource type by identifier OCID.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/GetMonitoredResourceTypeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMonitoredResourceType API.
-
getMonitoringTemplate
GetMonitoringTemplateResponse getMonitoringTemplate(GetMonitoringTemplateRequest request)
Gets a Monitoring Template by identifier- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/GetMonitoringTemplateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMonitoringTemplate API.
-
getProcessSet
GetProcessSetResponse getProcessSet(GetProcessSetRequest request)
API to get the details of a Process Set by identifier.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/GetProcessSetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetProcessSet API.
-
getWorkRequest
GetWorkRequestResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/GetWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWorkRequest API.
-
listAlarmConditions
ListAlarmConditionsResponse listAlarmConditions(ListAlarmConditionsRequest request)
Returns a list of Alarm Conditions.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ListAlarmConditionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAlarmConditions API.
-
listBaselineableMetrics
ListBaselineableMetricsResponse listBaselineableMetrics(ListBaselineableMetricsRequest request)
List of summary of baseline-able metrics for a given resource group 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ListBaselineableMetricsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListBaselineableMetrics API.
-
listConfigs
ListConfigsResponse listConfigs(ListConfigsRequest request)
Get a list of configurations in a 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ListConfigsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListConfigs API.
-
listDefinedMonitoringTemplates
ListDefinedMonitoringTemplatesResponse listDefinedMonitoringTemplates(ListDefinedMonitoringTemplatesRequest request)
List Defined Monitoring Templates.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ListDefinedMonitoringTemplatesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDefinedMonitoringTemplates API.
-
listDiscoveryJobLogs
ListDiscoveryJobLogsResponse listDiscoveryJobLogs(ListDiscoveryJobLogsRequest request)
API to get all the logs of a Discovery Job.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ListDiscoveryJobLogsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDiscoveryJobLogs API.
-
listDiscoveryJobs
ListDiscoveryJobsResponse listDiscoveryJobs(ListDiscoveryJobsRequest request)
API to get the details of all Discovery Jobs.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ListDiscoveryJobsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDiscoveryJobs API.
-
listMaintenanceWindows
ListMaintenanceWindowsResponse listMaintenanceWindows(ListMaintenanceWindowsRequest request)
Returns a list of maintenance windows.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ListMaintenanceWindowsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMaintenanceWindows API.
-
listMetricExtensions
ListMetricExtensionsResponse listMetricExtensions(ListMetricExtensionsRequest request)
Returns a list of metric extensions- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ListMetricExtensionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMetricExtensions API.
-
listMonitoredResourceTasks
ListMonitoredResourceTasksResponse listMonitoredResourceTasks(ListMonitoredResourceTasksRequest request)
Returns a list of stack monitoring resource tasks in the 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ListMonitoredResourceTasksExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMonitoredResourceTasks API.
-
listMonitoredResourceTypes
ListMonitoredResourceTypesResponse listMonitoredResourceTypes(ListMonitoredResourceTypesRequest request)
Returns list of resource types accessible to the customer.There are two types of resource types - System resource types and User resource types. System resource types are available out of the box in the stack monitoring resource service and are accessible to all the tenant users. User resource types are created in the context of a tenancy and are visible only for the tenancy. By default, both System resource types and User resource types are 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ListMonitoredResourceTypesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMonitoredResourceTypes API.
-
listMonitoredResources
ListMonitoredResourcesResponse listMonitoredResources(ListMonitoredResourcesRequest request)
Returns a list of monitored resources.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ListMonitoredResourcesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMonitoredResources API.
-
listMonitoringTemplates
ListMonitoringTemplatesResponse listMonitoringTemplates(ListMonitoringTemplatesRequest request)
Returns a list of Monitoring Templates.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ListMonitoringTemplatesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMonitoringTemplates API.
-
listProcessSets
ListProcessSetsResponse listProcessSets(ListProcessSetsRequest request)
API to get the details of all Process Sets.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ListProcessSetsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListProcessSets API.
-
listWorkRequestErrors
ListWorkRequestErrorsResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ListWorkRequestErrorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestErrors API.
-
listWorkRequestLogs
ListWorkRequestLogsResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ListWorkRequestLogsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestLogs API.
-
listWorkRequests
ListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request)
Lists the work requests in a 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ListWorkRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequests API.
-
manageLicense
ManageLicenseResponse manageLicense(ManageLicenseRequest request)
Each resource is assigned a license based on which features are enabled for it.User is charged differently based on license. Specify the license type to be updated for the parent resource in the topology. The license type value is propagated to the member resources as well. Member resource is a resource which has "contains" association with 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/ManageLicenseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ManageLicense API.
-
publishMetricExtension
PublishMetricExtensionResponse publishMetricExtension(PublishMetricExtensionRequest request)
Publish the Metric Extension identified by the 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/PublishMetricExtensionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PublishMetricExtension API.
-
requestMonitoredResourcesSummarizedCount
RequestMonitoredResourcesSummarizedCountResponse requestMonitoredResourcesSummarizedCount(RequestMonitoredResourcesSummarizedCountRequest request)
Gets resource count based on the aggregation criteria specified using "groupBy" parameter.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/RequestMonitoredResourcesSummarizedCountExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RequestMonitoredResourcesSummarizedCount API.
-
requestSummarizedMetricExtensionsMetrics
RequestSummarizedMetricExtensionsMetricsResponse requestSummarizedMetricExtensionsMetrics(RequestSummarizedMetricExtensionsMetricsRequest request)
Gets metric extension metrics count based on the aggregation criteria specified using request body.Either metricExtensionId or compartmentId must be passed even when no other filter property is passed.
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/RequestSummarizedMetricExtensionsMetricsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RequestSummarizedMetricExtensionsMetrics API.
-
requestSummarizedMetricExtensionsResources
RequestSummarizedMetricExtensionsResourcesResponse requestSummarizedMetricExtensionsResources(RequestSummarizedMetricExtensionsResourcesRequest request)
Gets metric extension resources count based on the aggregation criteria specified using request body.Either metricExtensionId or compartmentId should be passed, if no other property is passed.
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/RequestSummarizedMetricExtensionsResourcesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RequestSummarizedMetricExtensionsResources API.
-
retryFailedMaintenanceWindowOperation
RetryFailedMaintenanceWindowOperationResponse retryFailedMaintenanceWindowOperation(RetryFailedMaintenanceWindowOperationRequest request)
Retry the last failed operation.The operation failed will be the most recent one. It won’t apply for previous failed operations.
- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/RetryFailedMaintenanceWindowOperationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RetryFailedMaintenanceWindowOperation API.
-
searchAssociatedResources
SearchAssociatedResourcesResponse searchAssociatedResources(SearchAssociatedResourcesRequest request)
List all associated resources recursively up-to a specified level, for the monitored resources of type 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/SearchAssociatedResourcesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchAssociatedResources API.
-
searchMonitoredResourceAssociations
SearchMonitoredResourceAssociationsResponse searchMonitoredResourceAssociations(SearchMonitoredResourceAssociationsRequest request)
Search associations in the given compartment based on the search criteria.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/SearchMonitoredResourceAssociationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchMonitoredResourceAssociations API.
-
searchMonitoredResourceMembers
SearchMonitoredResourceMembersResponse searchMonitoredResourceMembers(SearchMonitoredResourceMembersRequest request)
List the member resources for the given monitored resource identifier OCID.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/SearchMonitoredResourceMembersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchMonitoredResourceMembers API.
-
searchMonitoredResources
SearchMonitoredResourcesResponse searchMonitoredResources(SearchMonitoredResourcesRequest request)
Gets a list of all monitored resources in a compartment for the given search criteria.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/SearchMonitoredResourcesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchMonitoredResources API.
-
stopMaintenanceWindow
StopMaintenanceWindowResponse stopMaintenanceWindow(StopMaintenanceWindowRequest request)
Stop a maintenance window before the end time is reached.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/StopMaintenanceWindowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StopMaintenanceWindow API.
-
testMetricExtension
TestMetricExtensionResponse testMetricExtension(TestMetricExtensionRequest request)
Performs test of Metric Extension on a specific resource 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/TestMetricExtensionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use TestMetricExtension API.
-
unapplyMonitoringTemplate
UnapplyMonitoringTemplateResponse unapplyMonitoringTemplate(UnapplyMonitoringTemplateRequest request)
Unapply the Monitoring Template identified by the 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/UnapplyMonitoringTemplateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UnapplyMonitoringTemplate API.
-
updateAlarmCondition
UpdateAlarmConditionResponse updateAlarmCondition(UpdateAlarmConditionRequest request)
Update a Alarm Condition by identifier- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/UpdateAlarmConditionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAlarmCondition API.
-
updateAndPropagateTags
UpdateAndPropagateTagsResponse updateAndPropagateTags(UpdateAndPropagateTagsRequest request)
Provided tags will be added or updated in the existing list of tags for the affected resources.Resources to be updated are identified based on association types specified. If association types not specified, then tags will be updated only for the resource identified by the given monitored resource identifier OCID.
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/UpdateAndPropagateTagsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAndPropagateTags API.
-
updateBaselineableMetric
UpdateBaselineableMetricResponse updateBaselineableMetric(UpdateBaselineableMetricRequest request)
Updates the Baseline-able metric for 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/UpdateBaselineableMetricExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateBaselineableMetric API.
-
updateConfig
UpdateConfigResponse updateConfig(UpdateConfigRequest request)
Updates the configuration identified by the id given.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/UpdateConfigExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateConfig API.
-
updateMaintenanceWindow
UpdateMaintenanceWindowResponse updateMaintenanceWindow(UpdateMaintenanceWindowRequest request)
Update maintenance window by the given identifier OCID.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/UpdateMaintenanceWindowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateMaintenanceWindow API.
-
updateMetricExtension
UpdateMetricExtensionResponse updateMetricExtension(UpdateMetricExtensionRequest request)
Updates the Metric Extension- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/UpdateMetricExtensionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateMetricExtension API.
-
updateMonitoredResource
UpdateMonitoredResourceResponse updateMonitoredResource(UpdateMonitoredResourceRequest request)
Update monitored resource by the given identifier OCID.Note that "properties" object, if specified, will entirely replace the existing object, as part 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/UpdateMonitoredResourceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateMonitoredResource API.
-
updateMonitoredResourceTask
UpdateMonitoredResourceTaskResponse updateMonitoredResourceTask(UpdateMonitoredResourceTaskRequest request)
Update stack monitoring resource task by the given identifier OCID.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/UpdateMonitoredResourceTaskExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateMonitoredResourceTask API.
-
updateMonitoredResourceType
UpdateMonitoredResourceTypeResponse updateMonitoredResourceType(UpdateMonitoredResourceTypeRequest request)
Update the Monitored Resource Type identified by the identifier OCID.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/UpdateMonitoredResourceTypeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateMonitoredResourceType API.
-
updateMonitoringTemplate
UpdateMonitoringTemplateResponse updateMonitoringTemplate(UpdateMonitoringTemplateRequest request)
Updates the Monitoring Template- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/UpdateMonitoringTemplateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateMonitoringTemplate API.
-
updateProcessSet
UpdateProcessSetResponse updateProcessSet(UpdateProcessSetRequest request)
API to update a Process Set identified by a given ocid.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/stackmonitoring/UpdateProcessSetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateProcessSet API.
-
getWaiters
StackMonitoringWaiters getWaiters()
Gets the pre-configured waiters available for resources for this service.- Returns:
- The service waiters.
-
getPaginators
StackMonitoringPaginators getPaginators()
Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.These paginators provide an
Iterable
interface 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.
-
-