Multiple Choice
Refer to the exhibit. A Python script is created to add a new device on Cisco NSO using RESTCONF API. The device is added successfully, but a 405 Method Not Allowed RESTCONF error code has received as the line to fetch SSH keys runs. Which code is missing to complete the script?
A) response = requests.put(baseUriOperation + "/devices/device=ios-device/ssh/fetch-host-keys", auth=auth, headers=headers)
B) response = requests.post(baseUriOperation + "/devices/device=ios-device/ssh/fetch-host-keys", auth=auth, headers=headers)
C) response = requests.post(baseUriOperation + "/devices/device=ios-device/ssh/request-host-keys", auth=auth, headers=headers)
D) response = requests.put(baseUriOperation + "/devices/device=ios-device/ssh/request-host-keys", auth=auth, headers=headers)
Correct Answer:

Verified
Correct Answer:
Verified
Q63: Which statement describes an asynchronous API communication?<br>A)
Q64: A Cisco NSO service has just been
Q65: <img src="https://d2lvgg3v3hfg70.cloudfront.net/C1178/.jpg" alt=" Refer to the
Q66: Which two use cases are valid for
Q67: Which two commands generate a template using
Q68: <img src="https://d2lvgg3v3hfg70.cloudfront.net/C1178/.jpg" alt=" Refer to the
Q69: Which Git command is needed to stage
Q71: Referring to the Cisco IOS XR show
Q72: When troubleshooting LDP operations on the Cisco
Q73: On a Cisco IOS XR router, which