# 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).
require '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::ConfigFileLoader.load_config
# Initialize service client with default config file
apigateway_client = OCI::Apigateway::DeploymentClient.new(config: config)
# Send the request to service, some parameters are not required, see API doc for more info
update_deployment_response =
apigateway_client.update_deployment(
'ocid1.test.oc1..<unique_ID>EXAMPLE-deploymentId-Value',
OCI::Apigateway::Models::UpdateDeploymentDetails.new(
display_name: 'EXAMPLE-displayName-Value',
specification:
OCI::Apigateway::Models::ApiSpecification.new(
request_policies:
OCI::Apigateway::Models::ApiSpecificationRequestPolicies.new(
authentication:
OCI::Apigateway::Models::JwtAuthenticationPolicy.new(
type: 'JWT_AUTHENTICATION',
issuers: %w[EXAMPLE--Value],
audiences: %w[EXAMPLE--Value],
public_keys:
OCI::Apigateway::Models::RemoteJsonWebKeySet.new(
type: 'REMOTE_JWKS',
uri: 'EXAMPLE-uri-Value',
is_ssl_verify_disabled: true,
max_cache_duration_in_hours: 14
),
is_anonymous_access_allowed: false,
token_header: 'EXAMPLE-tokenHeader-Value',
token_query_param: 'EXAMPLE-tokenQueryParam-Value',
token_auth_scheme: 'EXAMPLE-tokenAuthScheme-Value',
max_clock_skew_in_seconds: 6.9541883,
verify_claims: [
OCI::Apigateway::Models::JsonWebTokenClaim.new(
key: 'EXAMPLE-key-Value',
values: %w[EXAMPLE--Value],
is_required: false
)
]
),
rate_limiting:
OCI::Apigateway::Models::RateLimitingPolicy.new(
rate_in_requests_per_second: 689, rate_key: 'CLIENT_IP'
),
cors:
OCI::Apigateway::Models::CorsPolicy.new(
allowed_origins: %w[EXAMPLE--Value],
allowed_methods: %w[EXAMPLE--Value],
allowed_headers: %w[EXAMPLE--Value],
exposed_headers: %w[EXAMPLE--Value],
is_allow_credentials_enabled: false,
max_age_in_seconds: 442
),
mutual_tls:
OCI::Apigateway::Models::MutualTlsDetails.new(
is_verified_certificate_required: true,
allowed_sans: %w[EXAMPLE--Value]
),
usage_plans:
OCI::Apigateway::Models::UsagePlansPolicy.new(
token_locations: %w[EXAMPLE--Value]
),
dynamic_authentication:
OCI::Apigateway::Models::DynamicAuthenticationPolicy.new(
selection_source:
OCI::Apigateway::Models::SingleSelectionSourcePolicy.new(
type: 'SINGLE', selector: 'EXAMPLE-selector-Value'
),
authentication_servers: [
OCI::Apigateway::Models::AuthenticationServerPolicy.new(
key:
OCI::Apigateway::Models::WildcardSelectionKey.new(
type: 'WILDCARD',
name: 'EXAMPLE-name-Value',
expression: 'EXAMPLE-expression-Value',
is_default: false
),
authentication_server_detail:
OCI::Apigateway::Models::TokenAuthenticationPolicy.new(
type: 'TOKEN_AUTHENTICATION',
validation_policy:
OCI::Apigateway::Models::TokenAuthenticationStaticKeysValidationPolicy
.new(
type: 'STATIC_KEYS',
additional_validation_policy:
OCI::Apigateway::Models::AdditionalValidationPolicy
.new(
issuers: %w[EXAMPLE--Value],
audiences: %w[EXAMPLE--Value],
verify_claims: [
OCI::Apigateway::Models::JsonWebTokenClaim
.new(
key: 'EXAMPLE-key-Value',
values: %w[EXAMPLE--Value],
is_required: false
)
]
),
keys: [
OCI::Apigateway::Models::PemEncodedPublicKey
.new(
format: 'PEM',
kid: 'EXAMPLE-kid-Value',
key: 'EXAMPLE-key-Value'
)
]
),
is_anonymous_access_allowed: true,
token_header: 'EXAMPLE-tokenHeader-Value',
token_query_param: 'EXAMPLE-tokenQueryParam-Value',
token_auth_scheme: 'EXAMPLE-tokenAuthScheme-Value',
max_clock_skew_in_seconds: 67.408646,
validation_failure_policy:
OCI::Apigateway::Models::ModifyResponseValidationFailurePolicy
.new(
type: 'MODIFY_RESPONSE',
response_code: 'EXAMPLE-responseCode-Value',
response_message: 'EXAMPLE-responseMessage-Value',
response_header_transformations:
OCI::Apigateway::Models::HeaderTransformationPolicy
.new(
set_headers:
OCI::Apigateway::Models::SetHeaderPolicy
.new(
items: [
OCI::Apigateway::Models::SetHeaderPolicyItem
.new(
name: 'EXAMPLE-name-Value',
values: %w[EXAMPLE--Value],
if_exists: 'SKIP'
)
]
),
rename_headers:
OCI::Apigateway::Models::RenameHeaderPolicy
.new(
items: [
OCI::Apigateway::Models::RenameHeaderPolicyItem
.new(
_from: 'EXAMPLE-from-Value',
to: 'EXAMPLE-to-Value'
)
]
),
filter_headers:
OCI::Apigateway::Models::FilterHeaderPolicy
.new(
type: 'BLOCK',
items: [
OCI::Apigateway::Models::FilterHeaderPolicyItem
.new(name: 'EXAMPLE-name-Value')
]
)
)
)
)
)
]
)
),
logging_policies:
OCI::Apigateway::Models::ApiSpecificationLoggingPolicies.new(
access_log:
OCI::Apigateway::Models::AccessLogPolicy.new(is_enabled: true),
execution_log:
OCI::Apigateway::Models::ExecutionLogPolicy.new(
is_enabled: false, log_level: 'INFO'
)
),
routes: [
OCI::Apigateway::Models::ApiSpecificationRoute.new(
path: 'EXAMPLE-path-Value',
backend:
OCI::Apigateway::Models::OracleFunctionBackend.new(
type: 'ORACLE_FUNCTIONS_BACKEND',
function_id:
'ocid1.test.oc1..<unique_ID>EXAMPLE-functionId-Value'
),
methods: %w[PATCH],
request_policies:
OCI::Apigateway::Models::ApiSpecificationRouteRequestPolicies
.new(
authorization:
OCI::Apigateway::Models::AnonymousRouteAuthorizationPolicy
.new(type: 'ANONYMOUS'),
cors:
OCI::Apigateway::Models::CorsPolicy.new(
allowed_origins: %w[EXAMPLE--Value],
allowed_methods: %w[EXAMPLE--Value],
allowed_headers: %w[EXAMPLE--Value],
exposed_headers: %w[EXAMPLE--Value],
is_allow_credentials_enabled: true,
max_age_in_seconds: 602
),
query_parameter_validations:
OCI::Apigateway::Models::QueryParameterValidationRequestPolicy
.new(
parameters: [
OCI::Apigateway::Models::QueryParameterValidationItem
.new(name: 'EXAMPLE-name-Value', required: false)
],
validation_mode: 'DISABLED'
),
header_validations:
OCI::Apigateway::Models::HeaderValidationRequestPolicy.new(
headers: [
OCI::Apigateway::Models::HeaderValidationItem.new(
name: 'EXAMPLE-name-Value', required: false
)
],
validation_mode: 'DISABLED'
),
body_validation:
OCI::Apigateway::Models::BodyValidationRequestPolicy.new(
content: {
'EXAMPLE_KEY_AA6D3' => { 'validationType' => 'NONE' }
},
required: false,
validation_mode: 'PERMISSIVE'
),
header_transformations:
OCI::Apigateway::Models::HeaderTransformationPolicy.new(
set_headers:
OCI::Apigateway::Models::SetHeaderPolicy.new(
items: [
OCI::Apigateway::Models::SetHeaderPolicyItem.new(
name: 'EXAMPLE-name-Value',
values: %w[EXAMPLE--Value],
if_exists: 'APPEND'
)
]
),
rename_headers:
OCI::Apigateway::Models::RenameHeaderPolicy.new(
items: [
OCI::Apigateway::Models::RenameHeaderPolicyItem.new(
_from: 'EXAMPLE-from-Value',
to: 'EXAMPLE-to-Value'
)
]
),
filter_headers:
OCI::Apigateway::Models::FilterHeaderPolicy.new(
type: 'ALLOW',
items: [
OCI::Apigateway::Models::FilterHeaderPolicyItem.new(
name: 'EXAMPLE-name-Value'
)
]
)
),
query_parameter_transformations:
OCI::Apigateway::Models::QueryParameterTransformationPolicy
.new(
set_query_parameters:
OCI::Apigateway::Models::SetQueryParameterPolicy.new(
items: [
OCI::Apigateway::Models::SetQueryParameterPolicyItem
.new(
name: 'EXAMPLE-name-Value',
values: %w[EXAMPLE--Value],
if_exists: 'APPEND'
)
]
),
rename_query_parameters:
OCI::Apigateway::Models::RenameQueryParameterPolicy.new(
items: [
OCI::Apigateway::Models::RenameQueryParameterPolicyItem
.new(
_from: 'EXAMPLE-from-Value',
to: 'EXAMPLE-to-Value'
)
]
),
filter_query_parameters:
OCI::Apigateway::Models::FilterQueryParameterPolicy.new(
type: 'ALLOW',
items: [
OCI::Apigateway::Models::FilterQueryParameterPolicyItem
.new(name: 'EXAMPLE-name-Value')
]
)
),
response_cache_lookup:
OCI::Apigateway::Models::SimpleLookupPolicy.new(
type: 'SIMPLE_LOOKUP_POLICY',
is_enabled: false,
is_private_caching_enabled: false,
cache_key_additions: %w[EXAMPLE--Value]
)
),
response_policies:
OCI::Apigateway::Models::ApiSpecificationRouteResponsePolicies
.new(
header_transformations:
OCI::Apigateway::Models::HeaderTransformationPolicy.new(
set_headers:
OCI::Apigateway::Models::SetHeaderPolicy.new(
items: [
OCI::Apigateway::Models::SetHeaderPolicyItem.new(
name: 'EXAMPLE-name-Value',
values: %w[EXAMPLE--Value],
if_exists: 'OVERWRITE'
)
]
),
rename_headers:
OCI::Apigateway::Models::RenameHeaderPolicy.new(
items: [
OCI::Apigateway::Models::RenameHeaderPolicyItem.new(
_from: 'EXAMPLE-from-Value',
to: 'EXAMPLE-to-Value'
)
]
),
filter_headers:
OCI::Apigateway::Models::FilterHeaderPolicy.new(
type: 'BLOCK',
items: [
OCI::Apigateway::Models::FilterHeaderPolicyItem.new(
name: 'EXAMPLE-name-Value'
)
]
)
),
response_cache_store:
OCI::Apigateway::Models::FixedTTLResponseCacheStorePolicy
.new(
type: 'FIXED_TTL_STORE_POLICY',
time_to_live_in_seconds: 815
)
),
logging_policies:
OCI::Apigateway::Models::ApiSpecificationLoggingPolicies.new(
access_log:
OCI::Apigateway::Models::AccessLogPolicy.new(
is_enabled: true
),
execution_log:
OCI::Apigateway::Models::ExecutionLogPolicy.new(
is_enabled: true, log_level: 'INFO'
)
)
)
]
),
freeform_tags: {
'EXAMPLE_KEY_48B1w' => 'EXAMPLE_VALUE_4fOd5CAJsLmTPUjGXR9a'
},
defined_tags: {
'EXAMPLE_KEY_fmn3X' => { 'EXAMPLE_KEY_BjUaR' => 'EXAMPLE--Value' }
}
)
)
# Get the data from response
puts "#{update_deployment_response.headers}"