ExamGecko
Question list
Search
Search

Question 33 - JN0-251 discussion

Report
Export

Which Mist supported API is considered data-driven?

A.
RESTful
Answers
A.
RESTful
B.
Webhook
Answers
B.
Webhook
C.
WebSocket
Answers
C.
WebSocket
D.
gRPC
Answers
D.
gRPC
Suggested answer: A

Explanation:

According to the Mist documentation1, the Dashboard API is a modern, RESTful API using HTTPSrequests to a URL and JSON as a human-readable format. The API is available to any customer with aMist account and is very well documented.

RESTful APIs are considered data-driven because they use HTTP methods (such as GET, POST, PUT,DELETE) to manipulate data resources on a server2. They also follow a set of design principles thatmake them scalable, uniform, and stateless.

asked 18/09/2024
First Last
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first