hard
Single Answer
0

Which is a RESTCONF content type that is used with a RESTCONF request?

Answer Options

A

application/yang-data+json

B

application/json

C

data/json

D

data/yaml

Correct Answer: A

Explanation

When a request is made with RESTCONF, the data is sent via the Hypertext Transfer Protocol (HTTP) using the Multipurpose Internet Mail Extensions (MIME) content type of application/yang-data+json. This MIME type is used because the request is interfacing with an application and the data is encapsulated inside of the Yet Another Next Generation (YANG) data model in the form of JavaScript Object Notation (JSON).

restconf
yang
mime-types
json