What is the payload at the event processor after the HTTP Request?
An HTTP Request operation sends an HTTP request with a non-empty JSON object payload to an external HTTP endpoint. The response from the external HTTP endpoint returns an XML body. The result is stored in a target named the Result. What is the payload at the event processor after the...
What is the correct DataWeave expression to log account Type?
A web client submits a request to http://localhost:8081?accountType=personal. The query parameter is captured using a Set Variable transformer to a variable named account Type. What is the correct DataWeave expression to log account Type?A . Account Type: #[flowVars.accountType]B . Account Type: #[message.inboundProperties.accountType]C . Account Type: # [attributes.accountType]D . Account Type:...
What is valid RAML for an API that uses this Book data type and Book example?
Refer to the exhibits. A company has defined this Book data type and Book example to be used in APIs. What is valid RAML for an API that uses this Book data type and Book example? A) B) C) D) A . Option AB . Option BC . Option CD...
What values are accessible to the Logger component at the end of the main flow?
Refer to the exhibits. The main flow contains an HTTP Request in the middle of the flow. The HTTP Listeners and HTTP Request use default configurations. A web client submits a request to the main flow's HTTP Listener that includes query parameters for the pedigree of the piano. What values...
What valid expression can the HTTP Request host value be set to so that it is no longer hardcoded?
Refer to the exhibits. A Mule application has an HTTP Request that is configured with hardcoded values. To change this, the Mule application is configured to use a properties file named config.yaml. What valid expression can the HTTP Request host value be set to so that it is no longer...
What payload and status code are returned to the web client?
Refer to the exhibits. A web client submits a request to the HTTP Listener and the HTTP Request throws an error. What payload and status code are returned to the web client?A . Response body: "Error" Default response status code: 200B . Response body: "Success - Begin* Default response status...
What is the next step to configure the API proxy to enforce the new SLA policy?
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?A . Add new property placeholders and redeploy the API proxyB . Add new environment variables and restart the API proxyC . Restart the API...
What response message is returned to the web client?
Refer to the exhibits. A web client sends a GET request to the HTTP Listener. What response message is returned to the web client?A . ""B . "End"C . "Start"D . "String is not blank"View AnswerAnswer: D Explanation:
What is the correct syntax to add an employee ID as a URI parameter in an HTTP Listener path?
Refer to the exhibit. What is the correct syntax to add an employee ID as a URI parameter in an HTTP Listener path?A . (employeelD)B . ${emp!oyeelD}C . {employeelD}D . # [employeelD]View AnswerAnswer: C Explanation: Paths The path of an HTTP listener can be static, which requires exact matches, or...
What path setting is required for an HTTP Listener endpoint to route all requests to an APIkit router?
What path setting is required for an HTTP Listener endpoint to route all requests to an APIkit router?A . /(*)B . /C . /()D . “/*”View AnswerAnswer: D Explanation: Option1 is correct syntax to configure HTTP Listener endpoint