// 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 * as waas from "oci-waas";
import common = require("oci-common");
// Create a default authentication provider that uses the DEFAULT
// profile in the configuration file.
// Refer to <see href="https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm#SDK_and_CLI_Configuration_File>the public documentation</see> on how to prepare a configuration file.
const provider: common.ConfigFileAuthenticationDetailsProvider = new common.ConfigFileAuthenticationDetailsProvider();
(async () => {
try {
// Create a service client
const client = new waas.WaasClient({ authenticationDetailsProvider: provider });
// Create a request and dependent object(s).
const createWaasPolicyDetails = {
compartmentId: "ocid1.test.oc1..<unique_ID>EXAMPLE-compartmentId-Value",
displayName: "EXAMPLE-displayName-Value",
domain: "EXAMPLE-domain-Value",
additionalDomains: ["EXAMPLE--Value" ],
origins: {
EXAMPLE_KEY_U1BJy :{
uri: "EXAMPLE-uri-Value",
httpPort: 22176,
httpsPort: 1799,
customHeaders: [{
name: "EXAMPLE-name-Value",
value: "EXAMPLE-value-Value",
}
],
}
},
originGroups: {
EXAMPLE_KEY_0fhci :{
origins: [{
origin: "EXAMPLE-origin-Value",
weight: 1738,
}
],
}
},
policyConfig: {
certificateId: "ocid1.test.oc1..<unique_ID>EXAMPLE-certificateId-Value",
isHttpsEnabled: true,
isHttpsForced: false,
tlsProtocols: [waas.models.PolicyConfig.TlsProtocols.TlsV1 ],
isOriginCompressionEnabled: false,
isBehindCdn: true,
clientAddressHeader: waas.models.PolicyConfig.ClientAddressHeader.XRealIp,
isCacheControlRespected: false,
isResponseBufferingEnabled: true,
cipherGroup: waas.models.PolicyConfig.CipherGroup.Default,
loadBalancingMethod: {
method: "IP_HASH",
}
,
websocketPathPrefixes: ["EXAMPLE--Value" ],
isSniEnabled: false,
healthChecks: {
isEnabled: false,
method: waas.models.HealthCheck.Method.Head,
path: "EXAMPLE-path-Value",
headers: {
EXAMPLE_KEY_wXa0A :"EXAMPLE_VALUE_a8sJAMRVnrtSHuTXQZ3g"
},
expectedResponseCodeGroup: [waas.models.HealthCheck.ExpectedResponseCodeGroup._4Xx ],
isResponseTextCheckEnabled: true,
expectedResponseText: "EXAMPLE-expectedResponseText-Value",
intervalInSeconds: 74,
timeoutInSeconds: 89,
healthyThreshold: 7,
unhealthyThreshold: 4,
}
,
}
,
wafConfig: {
accessRules: [{
name: "EXAMPLE-name-Value",
criteria: [{
condition: waas.models.AccessRuleCriteria.Condition.UrlPartEndsWith,
value: "EXAMPLE-value-Value",
isCaseSensitive: true,
}
],
action: waas.models.AccessRule.Action.Allow,
blockAction: waas.models.AccessRule.BlockAction.SetResponseCode,
blockResponseCode: 506,
blockErrorPageMessage: "EXAMPLE-blockErrorPageMessage-Value",
blockErrorPageCode: "EXAMPLE-blockErrorPageCode-Value",
blockErrorPageDescription: "EXAMPLE-blockErrorPageDescription-Value",
bypassChallenges: [waas.models.AccessRule.BypassChallenges.HumanInteractionChallenge ],
redirectUrl: "EXAMPLE-redirectUrl-Value",
redirectResponseCode: waas.models.AccessRule.RedirectResponseCode.Found,
captchaTitle: "EXAMPLE-captchaTitle-Value",
captchaHeader: "EXAMPLE-captchaHeader-Value",
captchaFooter: "EXAMPLE-captchaFooter-Value",
captchaSubmitLabel: "EXAMPLE-captchaSubmitLabel-Value",
responseHeaderManipulation: [{
action: "EXTEND_HTTP_RESPONSE_HEADER", header: "EXAMPLE-header-Value",
value: "EXAMPLE-value-Value"
}
],
}
],
addressRateLimiting: {
isEnabled: true,
allowedRatePerAddress: 6206,
maxDelayedCountPerAddress: 5775,
blockResponseCode: 676,
}
,
captchas: [{
url: "EXAMPLE-url-Value",
sessionExpirationInSeconds: 101996,
title: "EXAMPLE-title-Value",
headerText: "EXAMPLE-headerText-Value",
footerText: "EXAMPLE-footerText-Value",
failureMessage: "EXAMPLE-failureMessage-Value",
submitLabel: "EXAMPLE-submitLabel-Value",
}
],
deviceFingerprintChallenge: {
isEnabled: true,
action: waas.models.DeviceFingerprintChallenge.Action.Detect,
failureThreshold: 262559,
actionExpirationInSeconds: 100659,
failureThresholdExpirationInSeconds: 347683,
maxAddressCount: 6027,
maxAddressCountExpirationInSeconds: 410291,
challengeSettings: {
blockAction: waas.models.BlockChallengeSettings.BlockAction.ShowErrorPage,
blockResponseCode: 334,
blockErrorPageMessage: "EXAMPLE-blockErrorPageMessage-Value",
blockErrorPageDescription: "EXAMPLE-blockErrorPageDescription-Value",
blockErrorPageCode: "EXAMPLE-blockErrorPageCode-Value",
captchaTitle: "EXAMPLE-captchaTitle-Value",
captchaHeader: "EXAMPLE-captchaHeader-Value",
captchaFooter: "EXAMPLE-captchaFooter-Value",
captchaSubmitLabel: "EXAMPLE-captchaSubmitLabel-Value",
}
,
}
,
humanInteractionChallenge: {
isEnabled: false,
action: waas.models.HumanInteractionChallenge.Action.Detect,
failureThreshold: 514413,
actionExpirationInSeconds: 279680,
failureThresholdExpirationInSeconds: 45115,
interactionThreshold: 46,
recordingPeriodInSeconds: 6674,
setHttpHeader: {
name: "EXAMPLE-name-Value",
value: "EXAMPLE-value-Value",
}
,
challengeSettings: {
blockAction: waas.models.BlockChallengeSettings.BlockAction.ShowErrorPage,
blockResponseCode: 379,
blockErrorPageMessage: "EXAMPLE-blockErrorPageMessage-Value",
blockErrorPageDescription: "EXAMPLE-blockErrorPageDescription-Value",
blockErrorPageCode: "EXAMPLE-blockErrorPageCode-Value",
captchaTitle: "EXAMPLE-captchaTitle-Value",
captchaHeader: "EXAMPLE-captchaHeader-Value",
captchaFooter: "EXAMPLE-captchaFooter-Value",
captchaSubmitLabel: "EXAMPLE-captchaSubmitLabel-Value",
}
,
isNatEnabled: true,
}
,
jsChallenge: {
isEnabled: true,
action: waas.models.JsChallenge.Action.Block,
failureThreshold: 223394,
actionExpirationInSeconds: 12466,
setHttpHeader: {
name: "EXAMPLE-name-Value",
value: "EXAMPLE-value-Value",
}
,
challengeSettings: {
blockAction: waas.models.BlockChallengeSettings.BlockAction.ShowCaptcha,
blockResponseCode: 284,
blockErrorPageMessage: "EXAMPLE-blockErrorPageMessage-Value",
blockErrorPageDescription: "EXAMPLE-blockErrorPageDescription-Value",
blockErrorPageCode: "EXAMPLE-blockErrorPageCode-Value",
captchaTitle: "EXAMPLE-captchaTitle-Value",
captchaHeader: "EXAMPLE-captchaHeader-Value",
captchaFooter: "EXAMPLE-captchaFooter-Value",
captchaSubmitLabel: "EXAMPLE-captchaSubmitLabel-Value",
}
,
areRedirectsChallenged: false,
criteria: [{
condition: waas.models.AccessRuleCriteria.Condition.CountryIs,
value: "EXAMPLE-value-Value",
isCaseSensitive: false,
}
],
isNatEnabled: true,
}
,
origin: "EXAMPLE-origin-Value",
cachingRules: [{
key: "EXAMPLE-key-Value",
name: "EXAMPLE-name-Value",
action: waas.models.CachingRule.Action.BypassCache,
cachingDuration: "EXAMPLE-cachingDuration-Value",
isClientCachingEnabled: true,
clientCachingDuration: "EXAMPLE-clientCachingDuration-Value",
criteria: [{
condition: waas.models.CachingRuleCriteria.Condition.UrlIs,
value: "EXAMPLE-value-Value",
}
],
}
],
customProtectionRules: [{
id: "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
action: waas.models.CustomProtectionRuleSetting.Action.Block,
exclusions: [{
target: waas.models.ProtectionRuleExclusion.Target.RequestCookies,
exclusions: ["EXAMPLE--Value" ],
}
],
}
],
originGroups: ["EXAMPLE--Value" ],
protectionSettings: {
blockAction: waas.models.ProtectionSettings.BlockAction.ShowErrorPage,
blockResponseCode: 519,
blockErrorPageMessage: "EXAMPLE-blockErrorPageMessage-Value",
blockErrorPageCode: "EXAMPLE-blockErrorPageCode-Value",
blockErrorPageDescription: "EXAMPLE-blockErrorPageDescription-Value",
maxArgumentCount: 639,
maxNameLengthPerArgument: 29118,
maxTotalNameLengthOfArguments: 47802,
recommendationsPeriodInDays: 31,
isResponseInspected: true,
maxResponseSizeInKiB: 760,
allowedHttpMethods: [waas.models.ProtectionSettings.AllowedHttpMethods.Delete ],
mediaTypes: ["EXAMPLE--Value" ],
}
,
whitelists: [{
name: "EXAMPLE-name-Value",
addresses: ["EXAMPLE--Value" ],
addressLists: ["EXAMPLE--Value" ],
}
],
}
,
freeformTags: {
EXAMPLE_KEY_B4lt5 :"EXAMPLE_VALUE_BUSCbuDIt5iCbIYS0ccm"
},
definedTags: {
EXAMPLE_KEY_bmmht :{
EXAMPLE_KEY_3PFCq :"EXAMPLE--Value"
}
},
}
const createWaasPolicyRequest: waas.requests.CreateWaasPolicyRequest = {
createWaasPolicyDetails: createWaasPolicyDetails,
opcRequestId: "UR3JEALPIV8P4SDLBPKC<unique_ID>",
opcRetryToken: "EXAMPLE-opcRetryToken-Value",
};
// Send request to the Client.
const createWaasPolicyResponse = await client.createWaasPolicy(createWaasPolicyRequest);
}
catch (error) {
console.log("createWaasPolicy Failed with error " + error);
}
})();