Interface WeblogicManagementService

  • All Superinterfaces:
    AutoCloseable
    All Known Implementing Classes:
    WeblogicManagementServiceClient

    @Generated(value="OracleSDKGenerator",
               comments="API Version: 20241101")
    public interface WeblogicManagementService
    extends AutoCloseable
    WebLogic Management Service is an OCI service that enables a unified view and management of WebLogic domains in Oracle Cloud Infrastructure.

    Features include on-demand patching of WebLogic domains, rollback of the last applied patch, discovery and management of WebLogic instances on a compute host.

    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 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 call setEndpoint.

        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
      • changeWlsDomainCompartment

        ChangeWlsDomainCompartmentResponse changeWlsDomainCompartment​(ChangeWlsDomainCompartmentRequest request)
        Moves a WebLogic domain into a different compartment within the same tenancy.
        Parameters:
        request - The request 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/latest/wlms/ChangeWlsDomainCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeWlsDomainCompartment API.

      • createAgreementRecord

        CreateAgreementRecordResponse createAgreementRecord​(CreateAgreementRecordRequest request)
        Creates a terms of use agreement record for a WebLogic domain.
        Parameters:
        request - The request 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/latest/wlms/CreateAgreementRecordExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAgreementRecord API.

      • deleteWlsDomain

        DeleteWlsDomainResponse deleteWlsDomain​(DeleteWlsDomainRequest request)
        Delete the WebLogic domain.
        Parameters:
        request - The request 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/latest/wlms/DeleteWlsDomainExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteWlsDomain API.

      • getAgreement

        GetAgreementResponse getAgreement​(GetAgreementRequest request)
        Returns the terms and conditions of use agreement.
        Parameters:
        request - The request 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/latest/wlms/GetAgreementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAgreement API.

      • getManagedInstance

        GetManagedInstanceResponse getManagedInstance​(GetManagedInstanceRequest request)
        Gets information about the specified managed instance.
        Parameters:
        request - The request 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/latest/wlms/GetManagedInstanceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetManagedInstance API.

      • getManagedInstanceServer

        GetManagedInstanceServerResponse getManagedInstanceServer​(GetManagedInstanceServerRequest request)
        Gets information about the specified server in a managed instance.
        Parameters:
        request - The request 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/latest/wlms/GetManagedInstanceServerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetManagedInstanceServer API.

      • getWlsDomain

        GetWlsDomainResponse getWlsDomain​(GetWlsDomainRequest request)
        Gets a specific WebLogic domain.
        Parameters:
        request - The request 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/latest/wlms/GetWlsDomainExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWlsDomain API.

      • getWlsDomainCredential

        GetWlsDomainCredentialResponse getWlsDomainCredential​(GetWlsDomainCredentialRequest request)
        Gets WebLogic and Node Manager credentials of a specific WebLogic domain.
        Parameters:
        request - The request 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/latest/wlms/GetWlsDomainCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWlsDomainCredential API.

      • getWlsDomainServer

        GetWlsDomainServerResponse getWlsDomainServer​(GetWlsDomainServerRequest request)
        Gets information about the specified server in a WebLogic domain.
        Parameters:
        request - The request 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/latest/wlms/GetWlsDomainServerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWlsDomainServer API.

      • getWlsDomainServerBackup

        GetWlsDomainServerBackupResponse getWlsDomainServerBackup​(GetWlsDomainServerBackupRequest request)
        Get details of specific backup for the WebLogic Domain.
        Parameters:
        request - The request 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/latest/wlms/GetWlsDomainServerBackupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWlsDomainServerBackup API.

      • getWlsDomainServerBackupContent

        GetWlsDomainServerBackupContentResponse getWlsDomainServerBackupContent​(GetWlsDomainServerBackupContentRequest request)
        Get details of specific backup for the WebLogic Domain.
        Parameters:
        request - The request 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/latest/wlms/GetWlsDomainServerBackupContentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWlsDomainServerBackupContent API.

      • getWorkRequest

        GetWorkRequestResponse getWorkRequest​(GetWorkRequestRequest request)
        Gets the details of a 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/latest/wlms/GetWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWorkRequest API.

      • installLatestPatchesOnWlsDomain

        InstallLatestPatchesOnWlsDomainResponse installLatestPatchesOnWlsDomain​(InstallLatestPatchesOnWlsDomainRequest request)
        Install the latest patches on a WebLogic domain.
        Parameters:
        request - The request 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/latest/wlms/InstallLatestPatchesOnWlsDomainExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use InstallLatestPatchesOnWlsDomain API.

      • listAgreementRecords

        ListAgreementRecordsResponse listAgreementRecords​(ListAgreementRecordsRequest request)
        List the terms of use agreement record for the WebLogic domain.
        Parameters:
        request - The request 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/latest/wlms/ListAgreementRecordsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAgreementRecords API.

      • listApplicablePatches

        ListApplicablePatchesResponse listApplicablePatches​(ListApplicablePatchesRequest request)
        Gets the latest patches that can be installed to the WebLogic domains.
        Parameters:
        request - The request 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/latest/wlms/ListApplicablePatchesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListApplicablePatches API.

      • listManagedInstanceScanResults

        ListManagedInstanceScanResultsResponse listManagedInstanceScanResults​(ListManagedInstanceScanResultsRequest request)
        Gets all the scan results for all WebLogic servers in the managed instance.
        Parameters:
        request - The request 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/latest/wlms/ListManagedInstanceScanResultsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListManagedInstanceScanResults API.

      • listManagedInstanceServerInstalledPatches

        ListManagedInstanceServerInstalledPatchesResponse listManagedInstanceServerInstalledPatches​(ListManagedInstanceServerInstalledPatchesRequest request)
        Gets a list of installed patches on a server in a managed instance.
        Parameters:
        request - The request 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/latest/wlms/ListManagedInstanceServerInstalledPatchesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListManagedInstanceServerInstalledPatches API.

      • listManagedInstanceServers

        ListManagedInstanceServersResponse listManagedInstanceServers​(ListManagedInstanceServersRequest request)
        Gets list of servers in a specific managed instance.
        Parameters:
        request - The request 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/latest/wlms/ListManagedInstanceServersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListManagedInstanceServers API.

      • listManagedInstances

        ListManagedInstancesResponse listManagedInstances​(ListManagedInstancesRequest request)
        Lists managed instances that match the specified compartment or managed instance OCID.

        Filter the list against a variety of criteria including but not limited to its name, status and 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/latest/wlms/ListManagedInstancesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListManagedInstances API.

      • listRequiredPolicies

        ListRequiredPoliciesResponse listRequiredPolicies​(ListRequiredPoliciesRequest request)
        Gets all the required policies for the WebLogic Management Service.
        Parameters:
        request - The request 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/latest/wlms/ListRequiredPoliciesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListRequiredPolicies API.

      • listWlsDomainCredentials

        ListWlsDomainCredentialsResponse listWlsDomainCredentials​(ListWlsDomainCredentialsRequest request)
        Gets domain credentials of a specific domain.
        Parameters:
        request - The request 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/latest/wlms/ListWlsDomainCredentialsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWlsDomainCredentials API.

      • listWlsDomainScanResults

        ListWlsDomainScanResultsResponse listWlsDomainScanResults​(ListWlsDomainScanResultsRequest request)
        Get all scan results for a server in a specific WebLogic domain.
        Parameters:
        request - The request 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/latest/wlms/ListWlsDomainScanResultsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWlsDomainScanResults API.

      • listWlsDomainServerBackups

        ListWlsDomainServerBackupsResponse listWlsDomainServerBackups​(ListWlsDomainServerBackupsRequest request)
        Gets a list of backups for the server of a specific WebLogic Domain.
        Parameters:
        request - The request 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/latest/wlms/ListWlsDomainServerBackupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWlsDomainServerBackups API.

      • listWlsDomainServerInstalledPatches

        ListWlsDomainServerInstalledPatchesResponse listWlsDomainServerInstalledPatches​(ListWlsDomainServerInstalledPatchesRequest request)
        Gets a list of installed patches on a server for a domain.
        Parameters:
        request - The request 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/latest/wlms/ListWlsDomainServerInstalledPatchesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWlsDomainServerInstalledPatches API.

      • listWlsDomainServers

        ListWlsDomainServersResponse listWlsDomainServers​(ListWlsDomainServersRequest request)
        Gets list of servers in a specific WebLogic domain.
        Parameters:
        request - The request 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/latest/wlms/ListWlsDomainServersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWlsDomainServers API.

      • listWlsDomains

        ListWlsDomainsResponse listWlsDomains​(ListWlsDomainsRequest request)
        Gets all WebLogic domains in 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_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/wlms/ListWlsDomainsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWlsDomains API.

      • listWlsDomainsSharingMiddlewares

        ListWlsDomainsSharingMiddlewaresResponse listWlsDomainsSharingMiddlewares​(ListWlsDomainsSharingMiddlewaresRequest request)
        Gets a list of WebLogic domains that share middleware with a specific domain.
        Parameters:
        request - The request 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/latest/wlms/ListWlsDomainsSharingMiddlewaresExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWlsDomainsSharingMiddlewares API.

      • listWorkRequestErrors

        ListWorkRequestErrorsResponse listWorkRequestErrors​(ListWorkRequestErrorsRequest request)
        Lists the errors for a 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/latest/wlms/ListWorkRequestErrorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestErrors API.

      • listWorkRequestLogs

        ListWorkRequestLogsResponse listWorkRequestLogs​(ListWorkRequestLogsRequest request)
        Lists the logs for a 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/latest/wlms/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_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/wlms/ListWorkRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequests API.

      • restartWlsDomain

        RestartWlsDomainResponse restartWlsDomain​(RestartWlsDomainRequest request)
        Restarts all the servers in the WebLogic domains.

        Servers that are already stopped are ignored.

        Parameters:
        request - The request 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/latest/wlms/RestartWlsDomainExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RestartWlsDomain API.

      • restoreWlsDomain

        RestoreWlsDomainResponse restoreWlsDomain​(RestoreWlsDomainRequest request)
        Restore a domain from backup.

        If the backup contains a MIDDLEWARE asset, then the middleware of the domain, including patches, will be restored.

        Parameters:
        request - The request 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/latest/wlms/RestoreWlsDomainExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RestoreWlsDomain API.

      • scanManagedInstance

        ScanManagedInstanceResponse scanManagedInstance​(ScanManagedInstanceRequest request)
        Scans a managed instance for WebLogic domains.
        Parameters:
        request - The request 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/latest/wlms/ScanManagedInstanceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ScanManagedInstance API.

      • scanWlsDomain

        ScanWlsDomainResponse scanWlsDomain​(ScanWlsDomainRequest request)
        Runs a series of checks in the WebLogic domain.
        Parameters:
        request - The request 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/latest/wlms/ScanWlsDomainExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ScanWlsDomain API.

      • setRestartOrder

        SetRestartOrderResponse setRestartOrder​(SetRestartOrderRequest request)
        Sets restart order of servers in specific WebLogic domain.
        Parameters:
        request - The request 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/latest/wlms/SetRestartOrderExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SetRestartOrder API.

      • startWlsDomain

        StartWlsDomainResponse startWlsDomain​(StartWlsDomainRequest request)
        Starts all the servers in the WebLogic domain.

        Servers that are already started are ignored.

        Parameters:
        request - The request 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/latest/wlms/StartWlsDomainExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StartWlsDomain API.

      • stopWlsDomain

        StopWlsDomainResponse stopWlsDomain​(StopWlsDomainRequest request)
        Stops all the servers in the WebLogic domain.

        Servers that are already stopped are ignored.

        Parameters:
        request - The request 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/latest/wlms/StopWlsDomainExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StopWlsDomain API.

      • summarizeResourceInventory

        SummarizeResourceInventoryResponse summarizeResourceInventory​(SummarizeResourceInventoryRequest request)
        Gets the data to be shown in the Overview page of the service in 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_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/wlms/SummarizeResourceInventoryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeResourceInventory API.

      • updateManagedInstance

        UpdateManagedInstanceResponse updateManagedInstance​(UpdateManagedInstanceRequest request)
        Updates the specified managed instance information, such as discovery interval and domain search path.
        Parameters:
        request - The request 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/latest/wlms/UpdateManagedInstanceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateManagedInstance API.

      • updateWlsDomain

        UpdateWlsDomainResponse updateWlsDomain​(UpdateWlsDomainRequest request)
        Updates a specific WebLogic domain.
        Parameters:
        request - The request 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/latest/wlms/UpdateWlsDomainExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateWlsDomain API.

      • updateWlsDomainCredential

        UpdateWlsDomainCredentialResponse updateWlsDomainCredential​(UpdateWlsDomainCredentialRequest request)
        Updates WebLogic domain credentials of specific WebLogic domain.
        Parameters:
        request - The request 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/latest/wlms/UpdateWlsDomainCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateWlsDomainCredential API.

      • getWaiters

        WeblogicManagementServiceWaiters getWaiters()
        Gets the pre-configured waiters available for resources for this service.
        Returns:
        The service waiters.
      • getPaginators

        WeblogicManagementServicePaginators 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.