Drag and drop the following steps into the correct order to send a RESTCONF GET request to retrieve interface configuration from a Cisco IOS-XE device and apply a configuration change based on the response.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Why this order
The correct workflow is to first retrieve the current configuration with a GET request, then analyze the response to understand what changes are needed, create the updated payload in JSON or XML, and finally apply the change using PUT or PATCH.
Exam trap
Do not confuse the order of operations: you must retrieve the current configuration before analyzing or modifying it. The GET request is always the first step in a read-modify-write workflow.