DRAG DROP - Refer to the exhibit. Drag and drop the snippets into the RESTCONF request to form the request that returns this response. Not all options are used. Select and Place:
given answer is correct
URL:http://10.10.10.10/restconf/api/running/native/interface/ ((( GigabitEthernet/1/ )))
This URL points to the specific interface (GigabitEthernet 1) whose configuration we want to retrieve.
HTTP Verb: ((( GET )))
You use the GET method to retrieve data from a specified resource. Since you are retrieving the current configuration of the interface.
Headers: ((( Accept ))) - application/vnd.yang.data+json
The Accept header tells the server that the client expects the response in a specific format, which is application/vnd.yang.data+json
Also note that the body field is empty as indicated by 'N/A (not applicable)' next to it, which means that we don't need to specify the content-type header in the request.
The "Accept" header field can be used by user agents to specify response media types that are acceptable. The Accept header always indicates what kind of response from the server a client can accept.
GET retrieves data.
PUT or POST if successful would return a 204 no content code.
If you would then need to check if it was done, you would use GET to see what has happened.
Hi, can anyone help me with 'http verb' here? How can it be get? We are putting the configuration from a client machint to the device running RESTCONF (a https server) right?
I think it's GET
the question says: "Drag and drop the snippets into the RESTCONF request to form the request that returns this response"
POST = create
PUT = replace
GET = get/get-config
no, the question reads "form the request that returns this response", therefore has to be a GET because its returning the values, not configuring them.
upvoted 6 times
...
...
This section is not available anymore. Please use the main Exam Page.350-401 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
[Removed]
Highly Voted 1 year agoAbdullahMohammad251
9 months, 3 weeks ago5eba813
Most Recent 1 year, 3 months agodragonwise
2 years, 2 months agobk989
2 years, 1 month agoStylar
2 years, 6 months agodougj
2 years, 7 months agoDeu_Inder
2 years, 9 months agouzbin
2 years, 8 months agoRREVECO
2 years, 8 months agoFrameRelay
2 years, 8 months agoM_B
2 years, 5 months agoFrameRelay
2 years, 8 months ago