Show / Hide Table of Contents

Class WeblogicManagementServiceClient

Service client instance for WeblogicManagementService.

Inheritance
object
ClientBase
RegionalClientBase
WeblogicManagementServiceClient
Implements
IDisposable
Inherited Members
RegionalClientBase.logger
RegionalClientBase.SetRegion(Region)
RegionalClientBase.SetRegion(string)
RegionalClientBase.UseRealmSpecificEndpointTemplate(bool)
RegionalClientBase.PopulateServiceParametersInEndpointTemplate(RestClient, Dictionary<string, object>)
RegionalClientBase.parseEndpointForParameters(string)
ClientBase.restClient
ClientBase.service
ClientBase.userAgent
ClientBase.Dispose()
ClientBase.Dispose(bool)
ClientBase.SetEndpoint(string)
ClientBase.GetEndpoint()
ClientBase.GetUserAgent()
ClientBase.SetRealmSpecificEndpointTemplate(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.WlmsService
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class WeblogicManagementServiceClient : RegionalClientBase, IDisposable

Constructors

WeblogicManagementServiceClient(IBasicAuthenticationDetailsProvider, ClientConfiguration, string)

Creates a new service instance using the given authentication provider and/or client configuration and/or endpoint. A client configuration can also be provided optionally to adjust REST client behaviors.

Declaration
public WeblogicManagementServiceClient(IBasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration clientConfiguration = null, string endpoint = null)
Parameters
Type Name Description
IBasicAuthenticationDetailsProvider authenticationDetailsProvider

The authentication details provider. Required.

ClientConfiguration clientConfiguration

The client configuration that contains settings to adjust REST client behaviors. Optional.

string endpoint

The endpoint of the service. If not provided and the client is a regional client, the endpoint will be constructed based on region information. Optional.

Properties

Paginators

Declaration
public WeblogicManagementServicePaginators Paginators { get; }
Property Value
Type Description
WeblogicManagementServicePaginators

Waiters

Declaration
public WeblogicManagementServiceWaiters Waiters { get; }
Property Value
Type Description
WeblogicManagementServiceWaiters

Methods

ChangeWlsDomainCompartment(ChangeWlsDomainCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Moves a WebLogic domain into a different compartment within the same tenancy.

Declaration
public Task<ChangeWlsDomainCompartmentResponse> ChangeWlsDomainCompartment(ChangeWlsDomainCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ChangeWlsDomainCompartmentRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ChangeWlsDomainCompartmentResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ChangeWlsDomainCompartment API.

CreateAgreementRecord(CreateAgreementRecordRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Creates a terms of use agreement record for a WebLogic domain.

Declaration
public Task<CreateAgreementRecordResponse> CreateAgreementRecord(CreateAgreementRecordRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
CreateAgreementRecordRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<CreateAgreementRecordResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use CreateAgreementRecord API.

DeleteWlsDomain(DeleteWlsDomainRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Delete the WebLogic domain.

Declaration
public Task<DeleteWlsDomainResponse> DeleteWlsDomain(DeleteWlsDomainRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
DeleteWlsDomainRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<DeleteWlsDomainResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use DeleteWlsDomain API.

GetAgreement(GetAgreementRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns the terms and conditions of use agreement.

Declaration
public Task<GetAgreementResponse> GetAgreement(GetAgreementRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetAgreementRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetAgreementResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetAgreement API.

GetManagedInstance(GetManagedInstanceRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets information about the specified managed instance.

Declaration
public Task<GetManagedInstanceResponse> GetManagedInstance(GetManagedInstanceRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetManagedInstanceRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetManagedInstanceResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetManagedInstance API.

GetManagedInstanceServer(GetManagedInstanceServerRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets information about the specified server in a managed instance.

Declaration
public Task<GetManagedInstanceServerResponse> GetManagedInstanceServer(GetManagedInstanceServerRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetManagedInstanceServerRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetManagedInstanceServerResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetManagedInstanceServer API.

GetWlsDomain(GetWlsDomainRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets a specific WebLogic domain.

Declaration
public Task<GetWlsDomainResponse> GetWlsDomain(GetWlsDomainRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetWlsDomainRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetWlsDomainResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetWlsDomain API.

GetWlsDomainCredential(GetWlsDomainCredentialRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets WebLogic and Node Manager credentials of a specific WebLogic domain.

Declaration
public Task<GetWlsDomainCredentialResponse> GetWlsDomainCredential(GetWlsDomainCredentialRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetWlsDomainCredentialRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetWlsDomainCredentialResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetWlsDomainCredential API.

GetWlsDomainServer(GetWlsDomainServerRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets information about the specified server in a WebLogic domain.

Declaration
public Task<GetWlsDomainServerResponse> GetWlsDomainServer(GetWlsDomainServerRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetWlsDomainServerRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetWlsDomainServerResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetWlsDomainServer API.

GetWlsDomainServerBackup(GetWlsDomainServerBackupRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Get details of specific backup for the WebLogic Domain.

Declaration
public Task<GetWlsDomainServerBackupResponse> GetWlsDomainServerBackup(GetWlsDomainServerBackupRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetWlsDomainServerBackupRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetWlsDomainServerBackupResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetWlsDomainServerBackup API.

GetWlsDomainServerBackupContent(GetWlsDomainServerBackupContentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Get details of specific backup for the WebLogic Domain.

Declaration
public Task<GetWlsDomainServerBackupContentResponse> GetWlsDomainServerBackupContent(GetWlsDomainServerBackupContentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetWlsDomainServerBackupContentRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetWlsDomainServerBackupContentResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetWlsDomainServerBackupContent API.

GetWorkRequest(GetWorkRequestRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets the details of a work request.

Declaration
public Task<GetWorkRequestResponse> GetWorkRequest(GetWorkRequestRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetWorkRequestRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<GetWorkRequestResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetWorkRequest API.

InstallLatestPatchesOnWlsDomain(InstallLatestPatchesOnWlsDomainRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Install the latest patches on a WebLogic domain.

Declaration
public Task<InstallLatestPatchesOnWlsDomainResponse> InstallLatestPatchesOnWlsDomain(InstallLatestPatchesOnWlsDomainRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
InstallLatestPatchesOnWlsDomainRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<InstallLatestPatchesOnWlsDomainResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use InstallLatestPatchesOnWlsDomain API.

ListAgreementRecords(ListAgreementRecordsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

List the terms of use agreement record for the WebLogic domain.

Declaration
public Task<ListAgreementRecordsResponse> ListAgreementRecords(ListAgreementRecordsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListAgreementRecordsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListAgreementRecordsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListAgreementRecords API.

ListApplicablePatches(ListApplicablePatchesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets the latest patches that can be installed to the WebLogic domains.

Declaration
public Task<ListApplicablePatchesResponse> ListApplicablePatches(ListApplicablePatchesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListApplicablePatchesRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListApplicablePatchesResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListApplicablePatches API.

ListManagedInstanceScanResults(ListManagedInstanceScanResultsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets all the scan results for all WebLogic servers in the managed instance.

Declaration
public Task<ListManagedInstanceScanResultsResponse> ListManagedInstanceScanResults(ListManagedInstanceScanResultsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListManagedInstanceScanResultsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListManagedInstanceScanResultsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListManagedInstanceScanResults API.

ListManagedInstanceServerInstalledPatches(ListManagedInstanceServerInstalledPatchesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets a list of installed patches on a server in a managed instance.

Declaration
public Task<ListManagedInstanceServerInstalledPatchesResponse> ListManagedInstanceServerInstalledPatches(ListManagedInstanceServerInstalledPatchesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListManagedInstanceServerInstalledPatchesRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListManagedInstanceServerInstalledPatchesResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListManagedInstanceServerInstalledPatches API.

ListManagedInstanceServers(ListManagedInstanceServersRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets list of servers in a specific managed instance.

Declaration
public Task<ListManagedInstanceServersResponse> ListManagedInstanceServers(ListManagedInstanceServersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListManagedInstanceServersRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListManagedInstanceServersResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListManagedInstanceServers API.

ListManagedInstances(ListManagedInstancesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

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.

Declaration
public Task<ListManagedInstancesResponse> ListManagedInstances(ListManagedInstancesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListManagedInstancesRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListManagedInstancesResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListManagedInstances API.

ListRequiredPolicies(ListRequiredPoliciesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets all the required policies for the WebLogic Management Service.

Declaration
public Task<ListRequiredPoliciesResponse> ListRequiredPolicies(ListRequiredPoliciesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListRequiredPoliciesRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListRequiredPoliciesResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListRequiredPolicies API.

ListWlsDomainCredentials(ListWlsDomainCredentialsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets domain credentials of a specific domain.

Declaration
public Task<ListWlsDomainCredentialsResponse> ListWlsDomainCredentials(ListWlsDomainCredentialsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListWlsDomainCredentialsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListWlsDomainCredentialsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListWlsDomainCredentials API.

ListWlsDomainScanResults(ListWlsDomainScanResultsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Get all scan results for a server in a specific WebLogic domain.

Declaration
public Task<ListWlsDomainScanResultsResponse> ListWlsDomainScanResults(ListWlsDomainScanResultsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListWlsDomainScanResultsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListWlsDomainScanResultsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListWlsDomainScanResults API.

ListWlsDomainServerBackups(ListWlsDomainServerBackupsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets a list of backups for the server of a specific WebLogic Domain.

Declaration
public Task<ListWlsDomainServerBackupsResponse> ListWlsDomainServerBackups(ListWlsDomainServerBackupsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListWlsDomainServerBackupsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListWlsDomainServerBackupsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListWlsDomainServerBackups API.

ListWlsDomainServerInstalledPatches(ListWlsDomainServerInstalledPatchesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets a list of installed patches on a server for a domain.

Declaration
public Task<ListWlsDomainServerInstalledPatchesResponse> ListWlsDomainServerInstalledPatches(ListWlsDomainServerInstalledPatchesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListWlsDomainServerInstalledPatchesRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListWlsDomainServerInstalledPatchesResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListWlsDomainServerInstalledPatches API.

ListWlsDomainServers(ListWlsDomainServersRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets list of servers in a specific WebLogic domain.

Declaration
public Task<ListWlsDomainServersResponse> ListWlsDomainServers(ListWlsDomainServersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListWlsDomainServersRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListWlsDomainServersResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListWlsDomainServers API.

ListWlsDomains(ListWlsDomainsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets all WebLogic domains in a given compartment.

Declaration
public Task<ListWlsDomainsResponse> ListWlsDomains(ListWlsDomainsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListWlsDomainsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListWlsDomainsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListWlsDomains API.

ListWlsDomainsSharingMiddlewares(ListWlsDomainsSharingMiddlewaresRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets a list of WebLogic domains that share middleware with a specific domain.

Declaration
public Task<ListWlsDomainsSharingMiddlewaresResponse> ListWlsDomainsSharingMiddlewares(ListWlsDomainsSharingMiddlewaresRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListWlsDomainsSharingMiddlewaresRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListWlsDomainsSharingMiddlewaresResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListWlsDomainsSharingMiddlewares API.

ListWorkRequestErrors(ListWorkRequestErrorsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Lists the errors for a work request.

Declaration
public Task<ListWorkRequestErrorsResponse> ListWorkRequestErrors(ListWorkRequestErrorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListWorkRequestErrorsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListWorkRequestErrorsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListWorkRequestErrors API.

ListWorkRequestLogs(ListWorkRequestLogsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Lists the logs for a work request.

Declaration
public Task<ListWorkRequestLogsResponse> ListWorkRequestLogs(ListWorkRequestLogsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListWorkRequestLogsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListWorkRequestLogsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListWorkRequestLogs API.

ListWorkRequests(ListWorkRequestsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Lists the work requests in a compartment.

Declaration
public Task<ListWorkRequestsResponse> ListWorkRequests(ListWorkRequestsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListWorkRequestsRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ListWorkRequestsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListWorkRequests API.

RestartWlsDomain(RestartWlsDomainRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Restarts all the servers in the WebLogic domains. Servers that are already stopped are ignored.

Declaration
public Task<RestartWlsDomainResponse> RestartWlsDomain(RestartWlsDomainRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
RestartWlsDomainRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<RestartWlsDomainResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use RestartWlsDomain API.

RestoreWlsDomain(RestoreWlsDomainRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

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

Declaration
public Task<RestoreWlsDomainResponse> RestoreWlsDomain(RestoreWlsDomainRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
RestoreWlsDomainRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<RestoreWlsDomainResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use RestoreWlsDomain API.

ScanManagedInstance(ScanManagedInstanceRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Scans a managed instance for WebLogic domains.

Declaration
public Task<ScanManagedInstanceResponse> ScanManagedInstance(ScanManagedInstanceRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ScanManagedInstanceRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ScanManagedInstanceResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ScanManagedInstance API.

ScanWlsDomain(ScanWlsDomainRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Runs a series of checks in the WebLogic domain.

Declaration
public Task<ScanWlsDomainResponse> ScanWlsDomain(ScanWlsDomainRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ScanWlsDomainRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<ScanWlsDomainResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ScanWlsDomain API.

SetRestartOrder(SetRestartOrderRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Sets restart order of servers in specific WebLogic domain.

Declaration
public Task<SetRestartOrderResponse> SetRestartOrder(SetRestartOrderRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
SetRestartOrderRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<SetRestartOrderResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use SetRestartOrder API.

StartWlsDomain(StartWlsDomainRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Starts all the servers in the WebLogic domain. Servers that are already started are ignored.

Declaration
public Task<StartWlsDomainResponse> StartWlsDomain(StartWlsDomainRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
StartWlsDomainRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<StartWlsDomainResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use StartWlsDomain API.

StopWlsDomain(StopWlsDomainRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Stops all the servers in the WebLogic domain. Servers that are already stopped are ignored.

Declaration
public Task<StopWlsDomainResponse> StopWlsDomain(StopWlsDomainRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
StopWlsDomainRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<StopWlsDomainResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use StopWlsDomain API.

SummarizeResourceInventory(SummarizeResourceInventoryRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets the data to be shown in the Overview page of the service in a given compartment.

Declaration
public Task<SummarizeResourceInventoryResponse> SummarizeResourceInventory(SummarizeResourceInventoryRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
SummarizeResourceInventoryRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<SummarizeResourceInventoryResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use SummarizeResourceInventory API.

UpdateManagedInstance(UpdateManagedInstanceRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Updates the specified managed instance information, such as discovery interval and domain search path.

Declaration
public Task<UpdateManagedInstanceResponse> UpdateManagedInstance(UpdateManagedInstanceRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
UpdateManagedInstanceRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<UpdateManagedInstanceResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use UpdateManagedInstance API.

UpdateWlsDomain(UpdateWlsDomainRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Updates a specific WebLogic domain.

Declaration
public Task<UpdateWlsDomainResponse> UpdateWlsDomain(UpdateWlsDomainRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
UpdateWlsDomainRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<UpdateWlsDomainResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use UpdateWlsDomain API.

UpdateWlsDomainCredential(UpdateWlsDomainCredentialRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Updates WebLogic domain credentials of specific WebLogic domain.

Declaration
public Task<UpdateWlsDomainCredentialResponse> UpdateWlsDomainCredential(UpdateWlsDomainCredentialRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
UpdateWlsDomainCredentialRequest request

The request object containing the details to send. Required.

RetryConfiguration retryConfiguration

The retry configuration that will be used by to send this request. Optional.

CancellationToken cancellationToken

The cancellation token to cancel this operation. Optional.

HttpCompletionOption completionOption

The completion option for this operation. Optional.

Returns
Type Description
Task<UpdateWlsDomainCredentialResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use UpdateWlsDomainCredential API.

Implements

IDisposable
In this article
Back to top