Show / Hide Table of Contents

Class JavaManagementServiceClient

Service client instance for JavaManagementService.

Inheritance
object
ClientBase
RegionalClientBase
JavaManagementServiceClient
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.JmsService
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class JavaManagementServiceClient : RegionalClientBase, IDisposable

Constructors

JavaManagementServiceClient(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 JavaManagementServiceClient(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 JavaManagementServicePaginators Paginators { get; }
Property Value
Type Description
JavaManagementServicePaginators

Waiters

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

Methods

AddFleetInstallationSites(AddFleetInstallationSitesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Add Java installation sites in a Fleet.

Declaration
public Task<AddFleetInstallationSitesResponse> AddFleetInstallationSites(AddFleetInstallationSitesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
AddFleetInstallationSitesRequest 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<AddFleetInstallationSitesResponse>

A response object containing details about the completed operation

Examples

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

CancelWorkRequest(CancelWorkRequestRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Deletes the work request specified by an identifier.

Declaration
public Task<CancelWorkRequestResponse> CancelWorkRequest(CancelWorkRequestRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
CancelWorkRequestRequest 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<CancelWorkRequestResponse>

A response object containing details about the completed operation

Examples

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

ChangeFleetCompartment(ChangeFleetCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Move a specified Fleet into the compartment identified in the POST form. When provided, If-Match is checked against ETag values of the resource.

Declaration
public Task<ChangeFleetCompartmentResponse> ChangeFleetCompartment(ChangeFleetCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ChangeFleetCompartmentRequest 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<ChangeFleetCompartmentResponse>

A response object containing details about the completed operation

Examples

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

CreateBlocklist(CreateBlocklistRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Add a new record to the fleet blocklist.

Declaration
public Task<CreateBlocklistResponse> CreateBlocklist(CreateBlocklistRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
CreateBlocklistRequest 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<CreateBlocklistResponse>

A response object containing details about the completed operation

Examples

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

CreateDrsFile(CreateDrsFileRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Request to perform validation of the DRS file and create the file to the Object Storage.

Declaration
public Task<CreateDrsFileResponse> CreateDrsFile(CreateDrsFileRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
CreateDrsFileRequest 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<CreateDrsFileResponse>

A response object containing details about the completed operation

Examples

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

CreateFleet(CreateFleetRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Create a new Fleet using the information provided. <br/> inventoryLog is now a required parameter for CreateFleet API. Update existing applications using this API before July 15, 2022 to ensure the applications continue to work. See the Service Change Notice for more details. Migrate existing fleets using the UpdateFleet API to set the inventoryLog parameter.

Declaration
public Task<CreateFleetResponse> CreateFleet(CreateFleetRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
CreateFleetRequest 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<CreateFleetResponse>

A response object containing details about the completed operation

Examples

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

CreateJmsPlugin(CreateJmsPluginRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Registers an agent's JmsPlugin, optionally attaching to an existing fleet of the tenancy. JmsPlugins registered fleet-less are created with lifecycle state INACTIVE. For the operation to be authorized, the agent must exist, and the authorized user requires JMS_PLUGIN_CREATE permission for the agent's compartment.

Declaration
public Task<CreateJmsPluginResponse> CreateJmsPlugin(CreateJmsPluginRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
CreateJmsPluginRequest 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<CreateJmsPluginResponse>

A response object containing details about the completed operation

Examples

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

DeleteBlocklist(DeleteBlocklistRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Deletes the blocklist record specified by an identifier.

Declaration
public Task<DeleteBlocklistResponse> DeleteBlocklist(DeleteBlocklistRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
DeleteBlocklistRequest 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<DeleteBlocklistResponse>

A response object containing details about the completed operation

Examples

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

DeleteCryptoAnalysisResult(DeleteCryptoAnalysisResultRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Deletes the metadata for the result of a Crypto event analysis. The actual report shall remain in the object storage.

Declaration
public Task<DeleteCryptoAnalysisResultResponse> DeleteCryptoAnalysisResult(DeleteCryptoAnalysisResultRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
DeleteCryptoAnalysisResultRequest 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<DeleteCryptoAnalysisResultResponse>

A response object containing details about the completed operation

Examples

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

DeleteDrsFile(DeleteDrsFileRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Request to delete the DRS file from the Object Storage.

Declaration
public Task<DeleteDrsFileResponse> DeleteDrsFile(DeleteDrsFileRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
DeleteDrsFileRequest 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<DeleteDrsFileResponse>

A response object containing details about the completed operation

Examples

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

DeleteFleet(DeleteFleetRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Deletes the Fleet specified by an identifier.

Declaration
public Task<DeleteFleetResponse> DeleteFleet(DeleteFleetRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
DeleteFleetRequest 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<DeleteFleetResponse>

A response object containing details about the completed operation

Examples

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

DeleteJavaMigrationAnalysisResult(DeleteJavaMigrationAnalysisResultRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Delete the Java migration analysis result. The actual report will remain in the Object Storage bucket.

Declaration
public Task<DeleteJavaMigrationAnalysisResultResponse> DeleteJavaMigrationAnalysisResult(DeleteJavaMigrationAnalysisResultRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
DeleteJavaMigrationAnalysisResultRequest 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<DeleteJavaMigrationAnalysisResultResponse>

A response object containing details about the completed operation

Examples

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

DeleteJmsPlugin(DeleteJmsPluginRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Deletes a JmsPlugin. The JmsPlugin may be visible for some time with state DELETED. Deleted plugins will not be able to communicate with the JMS service.

Declaration
public Task<DeleteJmsPluginResponse> DeleteJmsPlugin(DeleteJmsPluginRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
DeleteJmsPluginRequest 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<DeleteJmsPluginResponse>

A response object containing details about the completed operation

Examples

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

DeletePerformanceTuningAnalysisResult(DeletePerformanceTuningAnalysisResultRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Deletes only the metadata of the Performance Tuning Analysis result, but the file remains in the object storage.

Declaration
public Task<DeletePerformanceTuningAnalysisResultResponse> DeletePerformanceTuningAnalysisResult(DeletePerformanceTuningAnalysisResultRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
DeletePerformanceTuningAnalysisResultRequest 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<DeletePerformanceTuningAnalysisResultResponse>

A response object containing details about the completed operation

Examples

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

DisableDrs(DisableDrsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Request to disable the DRS in the selected target in the Fleet.

Declaration
public Task<DisableDrsResponse> DisableDrs(DisableDrsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
DisableDrsRequest 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<DisableDrsResponse>

A response object containing details about the completed operation

Examples

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

EnableDrs(EnableDrsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Request to enable the DRS in the selected target in the Fleet.

Declaration
public Task<EnableDrsResponse> EnableDrs(EnableDrsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
EnableDrsRequest 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<EnableDrsResponse>

A response object containing details about the completed operation

Examples

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

GenerateAgentDeployScript(GenerateAgentDeployScriptRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Generates Agent Deploy Script for Fleet using the information provided.

Declaration
public Task<GenerateAgentDeployScriptResponse> GenerateAgentDeployScript(GenerateAgentDeployScriptRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GenerateAgentDeployScriptRequest 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<GenerateAgentDeployScriptResponse>

A response object containing details about the completed operation

Examples

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

GenerateAgentInstallerConfiguration(GenerateAgentInstallerConfigurationRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Generates the agent installer configuration using the information provided.

Declaration
public Task<GenerateAgentInstallerConfigurationResponse> GenerateAgentInstallerConfiguration(GenerateAgentInstallerConfigurationRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GenerateAgentInstallerConfigurationRequest 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<GenerateAgentInstallerConfigurationResponse>

A response object containing details about the completed operation

Examples

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

GenerateLoadPipelineScript(GenerateLoadPipelineScriptRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Generates Load Pipeline Script

Declaration
public Task<GenerateLoadPipelineScriptResponse> GenerateLoadPipelineScript(GenerateLoadPipelineScriptRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GenerateLoadPipelineScriptRequest 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<GenerateLoadPipelineScriptResponse>

A response object containing details about the completed operation

Examples

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

GetCryptoAnalysisResult(GetCryptoAnalysisResultRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Retrieve the metadata for the result of a Crypto event analysis.

Declaration
public Task<GetCryptoAnalysisResultResponse> GetCryptoAnalysisResult(GetCryptoAnalysisResultRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetCryptoAnalysisResultRequest 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<GetCryptoAnalysisResultResponse>

A response object containing details about the completed operation

Examples

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

GetDrsFile(GetDrsFileRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Get the detail about the created DRS file in the Fleet.

Declaration
public Task<GetDrsFileResponse> GetDrsFile(GetDrsFileRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetDrsFileRequest 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<GetDrsFileResponse>

A response object containing details about the completed operation

Examples

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

GetExportSetting(GetExportSettingRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns export setting for the specified fleet.

Declaration
public Task<GetExportSettingResponse> GetExportSetting(GetExportSettingRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetExportSettingRequest 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<GetExportSettingResponse>

A response object containing details about the completed operation

Examples

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

GetExportStatus(GetExportStatusRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns last export status for the specified fleet.

Declaration
public Task<GetExportStatusResponse> GetExportStatus(GetExportStatusRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetExportStatusRequest 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<GetExportStatusResponse>

A response object containing details about the completed operation

Examples

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

GetFleet(GetFleetRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Retrieve a Fleet with the specified identifier.

Declaration
public Task<GetFleetResponse> GetFleet(GetFleetRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetFleetRequest 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<GetFleetResponse>

A response object containing details about the completed operation

Examples

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

GetFleetAdvancedFeatureConfiguration(GetFleetAdvancedFeatureConfigurationRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns Fleet level advanced feature configuration.

Declaration
public Task<GetFleetAdvancedFeatureConfigurationResponse> GetFleetAdvancedFeatureConfiguration(GetFleetAdvancedFeatureConfigurationRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetFleetAdvancedFeatureConfigurationRequest 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<GetFleetAdvancedFeatureConfigurationResponse>

A response object containing details about the completed operation

Examples

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

GetFleetAgentConfiguration(GetFleetAgentConfigurationRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Retrieve a Fleet Agent Configuration for the specified Fleet.

Declaration
public Task<GetFleetAgentConfigurationResponse> GetFleetAgentConfiguration(GetFleetAgentConfigurationRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetFleetAgentConfigurationRequest 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<GetFleetAgentConfigurationResponse>

A response object containing details about the completed operation

Examples

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

GetJavaFamily(GetJavaFamilyRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns metadata associated with a specific Java release family.

Declaration
public Task<GetJavaFamilyResponse> GetJavaFamily(GetJavaFamilyRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetJavaFamilyRequest 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<GetJavaFamilyResponse>

A response object containing details about the completed operation

Examples

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

GetJavaMigrationAnalysisResult(GetJavaMigrationAnalysisResultRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Retrieve Java Migration Analysis result.

Declaration
public Task<GetJavaMigrationAnalysisResultResponse> GetJavaMigrationAnalysisResult(GetJavaMigrationAnalysisResultRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetJavaMigrationAnalysisResultRequest 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<GetJavaMigrationAnalysisResultResponse>

A response object containing details about the completed operation

Examples

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

GetJavaRelease(GetJavaReleaseRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns detail of a Java release.

Declaration
public Task<GetJavaReleaseResponse> GetJavaRelease(GetJavaReleaseRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetJavaReleaseRequest 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<GetJavaReleaseResponse>

A response object containing details about the completed operation

Examples

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

GetJmsPlugin(GetJmsPluginRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns the JmsPlugin.

Declaration
public Task<GetJmsPluginResponse> GetJmsPlugin(GetJmsPluginRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetJmsPluginRequest 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<GetJmsPluginResponse>

A response object containing details about the completed operation

Examples

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

GetPerformanceTuningAnalysisResult(GetPerformanceTuningAnalysisResultRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Retrieve metadata of the Performance Tuning Analysis result.

Declaration
public Task<GetPerformanceTuningAnalysisResultResponse> GetPerformanceTuningAnalysisResult(GetPerformanceTuningAnalysisResultRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetPerformanceTuningAnalysisResultRequest 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<GetPerformanceTuningAnalysisResultResponse>

A response object containing details about the completed operation

Examples

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

GetWorkRequest(GetWorkRequestRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Retrieve the details of a work request with the specified ID.

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.

ListAgentInstallers(ListAgentInstallersRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns a list of the agent installer information.

Declaration
public Task<ListAgentInstallersResponse> ListAgentInstallers(ListAgentInstallersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListAgentInstallersRequest 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<ListAgentInstallersResponse>

A response object containing details about the completed operation

Examples

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

ListAnnouncements(ListAnnouncementsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Return a list of AnnouncementSummary items

Declaration
public Task<ListAnnouncementsResponse> ListAnnouncements(ListAnnouncementsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListAnnouncementsRequest 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<ListAnnouncementsResponse>

A response object containing details about the completed operation

Examples

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

ListBlocklists(ListBlocklistsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns a list of blocklist entities contained by a fleet.

Declaration
public Task<ListBlocklistsResponse> ListBlocklists(ListBlocklistsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListBlocklistsRequest 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<ListBlocklistsResponse>

A response object containing details about the completed operation

Examples

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

ListCryptoAnalysisResults(ListCryptoAnalysisResultsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Lists the results of a Crypto event analysis.

Declaration
public Task<ListCryptoAnalysisResultsResponse> ListCryptoAnalysisResults(ListCryptoAnalysisResultsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListCryptoAnalysisResultsRequest 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<ListCryptoAnalysisResultsResponse>

A response object containing details about the completed operation

Examples

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

ListDrsFiles(ListDrsFilesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

List the details about the created DRS files in the Fleet.

Declaration
public Task<ListDrsFilesResponse> ListDrsFiles(ListDrsFilesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListDrsFilesRequest 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<ListDrsFilesResponse>

A response object containing details about the completed operation

Examples

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

ListFleetDiagnoses(ListFleetDiagnosesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

List potential diagnoses that would put a fleet into FAILED or NEEDS_ATTENTION lifecycle state.

Declaration
public Task<ListFleetDiagnosesResponse> ListFleetDiagnoses(ListFleetDiagnosesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListFleetDiagnosesRequest 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<ListFleetDiagnosesResponse>

A response object containing details about the completed operation

Examples

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

ListFleetErrors(ListFleetErrorsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns a list of fleet errors that describe all detected errors.

Declaration
public Task<ListFleetErrorsResponse> ListFleetErrors(ListFleetErrorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListFleetErrorsRequest 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<ListFleetErrorsResponse>

A response object containing details about the completed operation

Examples

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

ListFleets(ListFleetsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns a list of all the Fleets contained by a compartment. The query parameter compartmentId is required unless the query parameter id is specified.

Declaration
public Task<ListFleetsResponse> ListFleets(ListFleetsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListFleetsRequest 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<ListFleetsResponse>

A response object containing details about the completed operation

Examples

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

ListInstallationSites(ListInstallationSitesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

List Java installation sites in a Fleet filtered by query parameters.

Declaration
public Task<ListInstallationSitesResponse> ListInstallationSites(ListInstallationSitesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListInstallationSitesRequest 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<ListInstallationSitesResponse>

A response object containing details about the completed operation

Examples

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

ListJavaFamilies(ListJavaFamiliesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns a list of the Java release family information. A Java release family is typically a major version in the Java version identifier.

Declaration
public Task<ListJavaFamiliesResponse> ListJavaFamilies(ListJavaFamiliesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListJavaFamiliesRequest 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<ListJavaFamiliesResponse>

A response object containing details about the completed operation

Examples

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

ListJavaMigrationAnalysisResults(ListJavaMigrationAnalysisResultsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Lists the results of a Java migration analysis.

Declaration
public Task<ListJavaMigrationAnalysisResultsResponse> ListJavaMigrationAnalysisResults(ListJavaMigrationAnalysisResultsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListJavaMigrationAnalysisResultsRequest 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<ListJavaMigrationAnalysisResultsResponse>

A response object containing details about the completed operation

Examples

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

ListJavaReleases(ListJavaReleasesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns a list of Java releases.

Declaration
public Task<ListJavaReleasesResponse> ListJavaReleases(ListJavaReleasesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListJavaReleasesRequest 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<ListJavaReleasesResponse>

A response object containing details about the completed operation

Examples

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

ListJmsPlugins(ListJmsPluginsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Lists the JmsPlugins.

Declaration
public Task<ListJmsPluginsResponse> ListJmsPlugins(ListJmsPluginsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListJmsPluginsRequest 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<ListJmsPluginsResponse>

A response object containing details about the completed operation

Examples

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

ListJreUsage(ListJreUsageRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

List Java Runtime usage in a specified host filtered by query parameters.

Declaration
public Task<ListJreUsageResponse> ListJreUsage(ListJreUsageRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListJreUsageRequest 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<ListJreUsageResponse>

A response object containing details about the completed operation

Examples

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

ListPerformanceTuningAnalysisResults(ListPerformanceTuningAnalysisResultsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

List Performance Tuning Analysis results.

Declaration
public Task<ListPerformanceTuningAnalysisResultsResponse> ListPerformanceTuningAnalysisResults(ListPerformanceTuningAnalysisResultsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListPerformanceTuningAnalysisResultsRequest 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<ListPerformanceTuningAnalysisResultsResponse>

A response object containing details about the completed operation

Examples

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

ListPluginErrors(ListPluginErrorsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns a list of plugin errors that describe all detected errors.

Declaration
public Task<ListPluginErrorsResponse> ListPluginErrors(ListPluginErrorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListPluginErrorsRequest 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<ListPluginErrorsResponse>

A response object containing details about the completed operation

Examples

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

ListWorkItems(ListWorkItemsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Retrieve a paginated list of work items for a specified work request.

Declaration
public Task<ListWorkItemsResponse> ListWorkItems(ListWorkItemsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListWorkItemsRequest 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<ListWorkItemsResponse>

A response object containing details about the completed operation

Examples

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

ListWorkRequestErrors(ListWorkRequestErrorsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Retrieve a (paginated) list of errors for a specified 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)

Retrieve a paginated list of logs for a specified 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)

List the work requests in a compartment. The query parameter compartmentId is required unless the query parameter id or fleetId is specified.

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.

RemoveFleetInstallationSites(RemoveFleetInstallationSitesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Remove Java installation sites in a Fleet.

Declaration
public Task<RemoveFleetInstallationSitesResponse> RemoveFleetInstallationSites(RemoveFleetInstallationSitesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
RemoveFleetInstallationSitesRequest 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<RemoveFleetInstallationSitesResponse>

A response object containing details about the completed operation

Examples

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

RequestCryptoAnalyses(RequestCryptoAnalysesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Request to perform crypto analysis on one or more selected targets in the Fleet. The result of the crypto analysis will be uploaded to the object storage bucket created by JMS on enabling the Crypto Event Analysis feature in the Fleet.

Declaration
public Task<RequestCryptoAnalysesResponse> RequestCryptoAnalyses(RequestCryptoAnalysesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
RequestCryptoAnalysesRequest 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<RequestCryptoAnalysesResponse>

A response object containing details about the completed operation

Examples

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

RequestDeployedApplicationMigrationAnalyses(RequestDeployedApplicationMigrationAnalysesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Request to perform a deployed Java migration analyses. The results of the deployed Java migration analyses will be uploaded to the Object Storage bucket that you designate when you enable the Java Migration Analyses feature.

Declaration
public Task<RequestDeployedApplicationMigrationAnalysesResponse> RequestDeployedApplicationMigrationAnalyses(RequestDeployedApplicationMigrationAnalysesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
RequestDeployedApplicationMigrationAnalysesRequest 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<RequestDeployedApplicationMigrationAnalysesResponse>

A response object containing details about the completed operation

Examples

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

RequestJavaMigrationAnalyses(RequestJavaMigrationAnalysesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Request to perform a Java migration analysis. The results of the Java migration analysis will be uploaded to the Object Storage bucket that you designate when you enable the Java Migration Analysis feature.

Declaration
public Task<RequestJavaMigrationAnalysesResponse> RequestJavaMigrationAnalyses(RequestJavaMigrationAnalysesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
RequestJavaMigrationAnalysesRequest 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<RequestJavaMigrationAnalysesResponse>

A response object containing details about the completed operation

Examples

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

RequestJfrRecordings(RequestJfrRecordingsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Request to collect the JFR recordings on the selected target in the Fleet. The JFR files are uploaded to the object storage bucket created by JMS on enabling Generic JFR feature in the Fleet.

Declaration
public Task<RequestJfrRecordingsResponse> RequestJfrRecordings(RequestJfrRecordingsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
RequestJfrRecordingsRequest 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<RequestJfrRecordingsResponse>

A response object containing details about the completed operation

Examples

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

RequestPerformanceTuningAnalyses(RequestPerformanceTuningAnalysesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Request to perform performance tuning analyses. The result of performance tuning analysis will be uploaded to the object storage bucket that you designated when you enabled the recording feature.

Declaration
public Task<RequestPerformanceTuningAnalysesResponse> RequestPerformanceTuningAnalyses(RequestPerformanceTuningAnalysesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
RequestPerformanceTuningAnalysesRequest 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<RequestPerformanceTuningAnalysesResponse>

A response object containing details about the completed operation

Examples

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

ScanJavaServerUsage(ScanJavaServerUsageRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Scan Java Server usage in a fleet.

Declaration
public Task<ScanJavaServerUsageResponse> ScanJavaServerUsage(ScanJavaServerUsageRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ScanJavaServerUsageRequest 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<ScanJavaServerUsageResponse>

A response object containing details about the completed operation

Examples

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

ScanLibraryUsage(ScanLibraryUsageRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Scan library usage in a fleet.

Declaration
public Task<ScanLibraryUsageResponse> ScanLibraryUsage(ScanLibraryUsageRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ScanLibraryUsageRequest 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<ScanLibraryUsageResponse>

A response object containing details about the completed operation

Examples

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

SummarizeApplicationInstallationUsage(SummarizeApplicationInstallationUsageRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Summarizes the application installation usage in a Fleet filtered by query parameters. In contrast to SummarizeApplicationUsage, which provides only information aggregated by application name, this operation provides installation details. This allows for better focusing of actions.

Declaration
public Task<SummarizeApplicationInstallationUsageResponse> SummarizeApplicationInstallationUsage(SummarizeApplicationInstallationUsageRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
SummarizeApplicationInstallationUsageRequest 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<SummarizeApplicationInstallationUsageResponse>

A response object containing details about the completed operation

Examples

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

SummarizeApplicationUsage(SummarizeApplicationUsageRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

List application usage in a Fleet filtered by query parameters.

Declaration
public Task<SummarizeApplicationUsageResponse> SummarizeApplicationUsage(SummarizeApplicationUsageRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
SummarizeApplicationUsageRequest 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<SummarizeApplicationUsageResponse>

A response object containing details about the completed operation

Examples

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

SummarizeDeployedApplicationInstallationUsage(SummarizeDeployedApplicationInstallationUsageRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Summarize installation usage of an application deployed on Java servers in a fleet filtered by query parameters. In contrast to SummarizeDeployedApplicationUsage, which provides only information aggregated by the deployment information, this operation provides installation details and allows for better focusing of actions.

Declaration
public Task<SummarizeDeployedApplicationInstallationUsageResponse> SummarizeDeployedApplicationInstallationUsage(SummarizeDeployedApplicationInstallationUsageRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
SummarizeDeployedApplicationInstallationUsageRequest 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<SummarizeDeployedApplicationInstallationUsageResponse>

A response object containing details about the completed operation

Examples

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

SummarizeDeployedApplicationUsage(SummarizeDeployedApplicationUsageRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

List of deployed applications in a Fleet filtered by query parameters.

Declaration
public Task<SummarizeDeployedApplicationUsageResponse> SummarizeDeployedApplicationUsage(SummarizeDeployedApplicationUsageRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
SummarizeDeployedApplicationUsageRequest 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<SummarizeDeployedApplicationUsageResponse>

A response object containing details about the completed operation

Examples

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

SummarizeFleetErrors(SummarizeFleetErrorsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns a high level summary of FleetErrors.

Declaration
public Task<SummarizeFleetErrorsResponse> SummarizeFleetErrors(SummarizeFleetErrorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
SummarizeFleetErrorsRequest 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<SummarizeFleetErrorsResponse>

A response object containing details about the completed operation

Examples

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

SummarizeInstallationUsage(SummarizeInstallationUsageRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

List Java installation usage in a Fleet filtered by query parameters.

Declaration
public Task<SummarizeInstallationUsageResponse> SummarizeInstallationUsage(SummarizeInstallationUsageRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
SummarizeInstallationUsageRequest 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<SummarizeInstallationUsageResponse>

A response object containing details about the completed operation

Examples

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

SummarizeJavaServerInstanceUsage(SummarizeJavaServerInstanceUsageRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

List Java Server instances in a fleet filtered by query parameters.

Declaration
public Task<SummarizeJavaServerInstanceUsageResponse> SummarizeJavaServerInstanceUsage(SummarizeJavaServerInstanceUsageRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
SummarizeJavaServerInstanceUsageRequest 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<SummarizeJavaServerInstanceUsageResponse>

A response object containing details about the completed operation

Examples

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

SummarizeJavaServerUsage(SummarizeJavaServerUsageRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

List of Java servers in a Fleet filtered by query parameters.

Declaration
public Task<SummarizeJavaServerUsageResponse> SummarizeJavaServerUsage(SummarizeJavaServerUsageRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
SummarizeJavaServerUsageRequest 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<SummarizeJavaServerUsageResponse>

A response object containing details about the completed operation

Examples

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

SummarizeJreUsage(SummarizeJreUsageRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

List Java Runtime usage in a specified Fleet filtered by query parameters.

Declaration
public Task<SummarizeJreUsageResponse> SummarizeJreUsage(SummarizeJreUsageRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
SummarizeJreUsageRequest 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<SummarizeJreUsageResponse>

A response object containing details about the completed operation

Examples

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

SummarizeLibraryUsage(SummarizeLibraryUsageRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

List libraries in a fleet filtered by query parameters.

Declaration
public Task<SummarizeLibraryUsageResponse> SummarizeLibraryUsage(SummarizeLibraryUsageRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
SummarizeLibraryUsageRequest 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<SummarizeLibraryUsageResponse>

A response object containing details about the completed operation

Examples

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

SummarizeManagedInstanceUsage(SummarizeManagedInstanceUsageRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

List managed instance usage in a Fleet filtered by query parameters.

Declaration
public Task<SummarizeManagedInstanceUsageResponse> SummarizeManagedInstanceUsage(SummarizeManagedInstanceUsageRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
SummarizeManagedInstanceUsageRequest 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<SummarizeManagedInstanceUsageResponse>

A response object containing details about the completed operation

Examples

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

SummarizePluginErrors(SummarizePluginErrorsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns a high level summary of PluginErrors.

Declaration
public Task<SummarizePluginErrorsResponse> SummarizePluginErrors(SummarizePluginErrorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
SummarizePluginErrorsRequest 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<SummarizePluginErrorsResponse>

A response object containing details about the completed operation

Examples

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

SummarizeResourceInventory(SummarizeResourceInventoryRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Retrieve the inventory of JMS resources in the specified compartment: a list of the number of active fleets, managed instances, Java Runtimes, Java installations, and applications.

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.

UpdateDrsFile(UpdateDrsFileRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Request to perform validation of the DRS file and update the existing file in the Object Storage.

Declaration
public Task<UpdateDrsFileResponse> UpdateDrsFile(UpdateDrsFileRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
UpdateDrsFileRequest 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<UpdateDrsFileResponse>

A response object containing details about the completed operation

Examples

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

UpdateExportSetting(UpdateExportSettingRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Updates existing export setting for the specified fleet.

Declaration
public Task<UpdateExportSettingResponse> UpdateExportSetting(UpdateExportSettingRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
UpdateExportSettingRequest 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<UpdateExportSettingResponse>

A response object containing details about the completed operation

Examples

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

UpdateFleet(UpdateFleetRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Update the Fleet specified by an identifier.

Declaration
public Task<UpdateFleetResponse> UpdateFleet(UpdateFleetRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
UpdateFleetRequest 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<UpdateFleetResponse>

A response object containing details about the completed operation

Examples

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

UpdateFleetAdvancedFeatureConfiguration(UpdateFleetAdvancedFeatureConfigurationRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Update advanced feature configurations for the Fleet. Ensure that the namespace and bucket storage are created prior to turning on the JfrRecording or CryptoEventAnalysis feature.

Declaration
public Task<UpdateFleetAdvancedFeatureConfigurationResponse> UpdateFleetAdvancedFeatureConfiguration(UpdateFleetAdvancedFeatureConfigurationRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
UpdateFleetAdvancedFeatureConfigurationRequest 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<UpdateFleetAdvancedFeatureConfigurationResponse>

A response object containing details about the completed operation

Examples

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

UpdateFleetAgentConfiguration(UpdateFleetAgentConfigurationRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Update the Fleet Agent Configuration for the specified Fleet.

Declaration
public Task<UpdateFleetAgentConfigurationResponse> UpdateFleetAgentConfiguration(UpdateFleetAgentConfigurationRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
UpdateFleetAgentConfigurationRequest 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<UpdateFleetAgentConfigurationResponse>

A response object containing details about the completed operation

Examples

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

UpdateJmsPlugin(UpdateJmsPluginRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Updates the Fleet of a JmsPlugin.

Declaration
public Task<UpdateJmsPluginResponse> UpdateJmsPlugin(UpdateJmsPluginRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
UpdateJmsPluginRequest 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<UpdateJmsPluginResponse>

A response object containing details about the completed operation

Examples

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

Implements

IDisposable
In this article
Back to top