# This is an automatically generated code sample.
# To make this code sample work in your Oracle Cloud tenancy,
# please replace the values for any parameters whose current values do not fit
# your use case (such as resource IDs, strings containing ‘EXAMPLE’ or ‘unique_id’, and
# boolean, number, and enum parameters with values not fitting your use case).
import oci
# Create a default config using DEFAULT profile in default location
# Refer to
# https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm#SDK_and_CLI_Configuration_File
# for more info
config = oci.config.from_file()
# Initialize service client with default config file
database_migration_client = oci.database_migration.DatabaseMigrationClient(
config)
# Send the request to service, some parameters are not required, see API
# doc for more info
update_assessment_response = database_migration_client.update_assessment(
assessment_id="ocid1.test.oc1..<unique_ID>EXAMPLE-assessmentId-Value",
update_assessment_details=oci.database_migration.models.UpdateOracleAssessmentDetails(
database_combination="ORACLE",
description="EXAMPLE-description-Value",
display_name="EXAMPLE-displayName-Value",
network_speed_megabit_per_second="MBPS_1000",
acceptable_downtime="LESS_THAN_12_HOURS",
database_data_size="GB_100_500",
ddl_expectation="DDL_NOT_EXPECTED",
creation_type="CREATE_AND_RUN_ASSESSORS",
source_database_connection=oci.database_migration.models.SourceAssessmentConnection(
id="ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value"),
target_database_connection=oci.database_migration.models.TargetAssessmentConnection(
id="ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
connection_type="MYSQL",
technology_type="MYSQL_SERVER",
technology_sub_type="EXAMPLE-technologySubType-Value",
database_version="EXAMPLE-databaseVersion-Value"),
freeform_tags={
'EXAMPLE_KEY_ezKCa': 'EXAMPLE_VALUE_5cLo171klLf3KjoUP33U'},
defined_tags={
'EXAMPLE_KEY_4BXJv': {
'EXAMPLE_KEY_ewxIG': 'EXAMPLE--Value'}}),
opc_request_id="EOQ0S9L5I2XM7WFHB8AY<unique_ID>",
if_match="EXAMPLE-ifMatch-Value")
# Get the data from response
print(update_assessment_response.headers)