QuestionQ12

REST API

Which two tools can you use to make REST API requests?

Choose two
  • A cURL
  • B NETCONF
  • C Web browser
  • D SSH
Explanation

REST APIs use HTTP-based requests. cURL can directly send HTTP requests from a command line, and a web browser can send HTTP requests to REST API endpoints. NETCONF and SSH are distinct network-management and remote-access protocols, not REST API request tools.

Community Discussion

No comments yet. Be the first to start the discussion!