Which API must an engineer use to change a netmask on a Cisco IOS XE device?
Which API must an engineer use to change a netmask on a Cisco IOS XE device?A . MerakiB . RESTCONF/YANGC . SD-WAND . DNACView AnswerAnswer: B
On which port does NETCONF operate by default?
On which port does NETCONF operate by default?A . 23B . 443C . 822D . 830View AnswerAnswer: D
What is the purpose of the Cisco VIRL software tool?
What is the purpose of the Cisco VIRL software tool?A . To verify configurations against compliance standardsB . To simulate and model networksC . To automate API workflowsD . To test performance of an applicationView AnswerAnswer: B ce: https://www.speaknetworks.com/cisco-virl-better-gns3/
Which two headers must be added to the API call?
Refer to the exhibit. An API call is constructed to retrieve the inventory in XML format by using the API. The response to the call is 401 Unauthorized. Which two headers must be added to the API call? (Choose two.) A . Option AB . Option BC . Option CD...
How is a branch called "my-bug-fix" started to develop a fix needed in a product?
How is a branch called "my-bug-fix" started to develop a fix needed in a product?A . git branch -b my-bug-fixB . git checkout -b my-bug-fixC . git checkout my-bug-fixD . git branch my-bug-fixView AnswerAnswer: B
Which two descriptions can be given to an application that is interacting with a webhook? (Choose two.)
Which two descriptions can be given to an application that is interacting with a webhook? (Choose two.)A . ProcessorB . CodecC . ListenerD . ReceiverE . Transaction monitorView AnswerAnswer: C,D
What are two characteristics of Bare Metal environments that are related to application deployment? (Choose two.)
What are two characteristics of Bare Metal environments that are related to application deployment? (Choose two.)A . Provide the hypervisor to host virtual serversB . Specifically designed for container-based workloads.C . Provides workloads with access to hardware featuresD . Suitable for legacy application that do not support virtualizationE . Not...
Which statement about authentication a RESTCONF API session with a router that runs Cisco IOS XE software is true?
Which statement about authentication a RESTCONF API session with a router that runs Cisco IOS XE software is true?A . OAuth must be used.B . A token must be retrieved and the associated string must be embedded in the X-Auth-Token header.C . Basic authentication must be used.D . No authentication...
Which port is used to make a connection?
Refer to the exhibit. A process on the host wants to access the service running inside this Docker container. Which port is used to make a connection?A . only outbound connections between 3000 and 5000 are possibleB . port 3000C . any port between 3000 and 5000D . port 5000View...
The documentation outlines how to use credentials for the AMP API Which script successfully performs an API call using basic authentication?
Refer to the exhibit. The documentation outlines how to use credentials for the AMP API Which script successfully performs an API call using basic authentication? A) B) C) D) A . OptionB . OptionC . OptionD . OptionView AnswerAnswer: D