In the RESTful API request example. which term describes the component

IT Questions BankCategory: CCNAIn the RESTful API request example. which term describes the component

In the RESTful API request example, ht​tp://ww​w.mapquestapi.com/directions/v2/route?outFormat=json&key=KEY&from=San+Jose,Ca&to=Monterey,Ca, which term describes the component directions/v2/route?

  • parameters
  • resources
  • API server
  • query

Explanation: In this sample API request, the different components are as follows:

- API Server – the MapQuest API server, ht​tp://ww​w.mapquestapi.com
- Resources - the MapQuest directions API, directions/v2/route
- Query - the data format and information the client is requesting from the API service, include these:

  • Format – format JSON is requested
  • Key – authentication key, here it is KEY
  • Parameters - information pertaining to the request, in this example, \"from=San+Jose,Ca\" and \"to=Monterey,Ca\"

Exam with this question: CCNA 3 v7 Module 14 Quiz - Network Automation

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x