QuestionQ36

Rest API

Which transport protocol is used for remote JET API calls?

  • A SSH
  • B NETCONF
  • C gRPC
  • D telnet
Explanation

Juniper Extension Toolkit (JET) uses the gRPC framework for remote procedure calls between an off-box application and the JET service daemon (JSD) running on the Junos device. gRPC runs over HTTP/2 and relies on protocol buffer (.proto) definitions to provide a language-agnostic request/response interface, which is the mechanism JET relies on for remote API interactions.

Learn more

Community Discussion

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