What path setting is required for an HTTP Listener endpoint to route all requests to an APIkit router?
A. /*
B. /
C. /{*}
D. ALL
Refer to the exhibit. What payload is logged at the end of the mainFlow?
A. [order1, order2, order3, order4]
B. [1,2,3,4]
C. [order4]
D. order4
Refer to the exhibits. What is the expected data that the POST /accounts endpoint expects?
A. Option A
B. Option B
C. Option C
D. Option D
Refer to the exhibit. What should be changed to fix the 400 Bad Request error?
A. Set therequestContent-Type header to application/json
B. SettheresponseContent-Type header to application/json
C. Set theresponseContent-Type in the RAML specification to text/plain
D. Set therequestContent-Type header to text/plain
Refer to the exhibits. The parentFlow contains an HTTP Request in the middle of the flow.
The HTTP Listeners and HTTP Request use default configurations.
What values areaccessible to the parent Logger at the end of parentFlow after a web client
submits a request tohttp://localhost:8081/order?color=red?
A. payload
B. payload
quantity var
C. payload
color query param
D. payload
quantity var
color query param
Page 1 out of 12 Pages |