Valid MCD-Level-1 Dumps shared by ExamDiscuss.com for Helping Passing MCD-Level-1 Exam! ExamDiscuss.com now offer the newest MCD-Level-1 exam dumps, the ExamDiscuss.com MCD-Level-1 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com MCD-Level-1 dumps with Test Engine here:
An SLA based policy has been enabled in API Manager. What is the next step to configure the API proxy to enforce the new SLA policy?
Correct Answer: D
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: traits: - client-id-required: queryParameters: client_id: type: string client_secret: type: string Add the client-id-required trait to every method that requires these query parameters: /users: get: 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