MCD-LEVEL-1 · Question #53
MCD-LEVEL-1 Question #53: Real Exam Question with Answer & Explanation
The correct answer is D. Add required headers to the RAML specification and redeploy the new API proxy. Correct answer is Add required headers to RAML specification and redeploy new API proxy MuleSoft Doc Ref : https://docs.mulesoft.com/api-manager/2.x/tutorial-manage-an-api Steps are as below : Add the Required RAML Snippet SLA-based rate limiting requires adding a RAML or OAS sni
Question
Options
- AAdd new property placeholders and redeploy the API proxy
- BAdd new environment variables and restart the API proxy
- CRestart the API proxy to clear the API policy cache
- DAdd required headers to the RAML specification and redeploy the new API proxy
Explanation
Correct answer is Add required headers to RAML specification and redeploy new API proxy MuleSoft Doc Ref : https://docs.mulesoft.com/api-manager/2.x/tutorial-manage-an-api Steps are as below : Add the Required RAML Snippet SLA-based rate limiting requires adding a RAML or OAS snippet to your API. This procedure demonstrates adding a RAML snippet. Specify the client ID and secret as query parameters. Add a section called traits: at the RAML root level to define query parameters: - client-id-required: queryParameters: is: [client-id-required] description: Gets a list of JSONPlaceholder users. Step 2 : Add the SLA Tier in API Manager Step 3 : Apply the policy and redeploy
Community Discussion
No community discussion yet for this question.