Built-in API Platform Policy for Manipulating Request Context | Exam 1Z0-1042-20

Built-in API Platform Policy for Manipulating Request Context

Question

Which built-in API platform policy lets you manipulate the request context? (Choose the best answer.)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

C.

The correct answer is C. Groovy Script Policy.

Groovy Script Policy is a built-in API platform policy that lets you manipulate the request context. This policy allows users to write and execute custom Groovy scripts that can modify the request, response, and other variables. The scripts are executed at various stages of the API lifecycle, including pre-processing, post-processing, and error handling.

The Key Validation Policy is used to validate API keys, whereas the Application Rate Limiting Policy is used to limit the rate of requests to an API. These policies do not provide the ability to manipulate the request context.

The Redaction Policy is used to remove sensitive data from API responses. This policy does not manipulate the request context.

In summary, if you need to manipulate the request context in Oracle Cloud Platform Application Integration, you should use the Groovy Script Policy.