Which of the following statements about REST and RESTCONF is FALSE?
Which of the following statements about REST and RESTCONF is FALSE?
The statement that REST API uses KAFKA notification service is false. REST API (Representational State Transfer) typically uses standard web protocols, such as HTTP or HTTPS, for data communication. KAFKA is a separate distributed streaming platform and event streaming system, not inherently a part of REST.
D is correct, RestConf allows to obtain schema mounts
Update you are correct D is the correct one : • The basic requests of RESTCONF API are: o Get authentication bearer token o Get the RESTCONF root o Get the data store o Get the yang-library modules-state o Get the schema mounts
No, RESTCONF does not use schema mounts. The concept of schema mounts is associated with YANG data modeling and is more commonly related to NETCONF.