DRAG DROP

Refer to the exhibit. A GET request is issued to the Cisco DNA Center REST API. Drag and drop the GET request URL subpaths from the left onto the objectives on the right. Not all options are used.
Select and Place:

What are two characteristics of RPC API calls? (Choose two.)
A. They can be used only on network devices.
B. They use only UDP for communications.
C. Parameters can be passed to the calls.
D. They must use SSL/TLS.
E. They call a single function or service.
An engineer stored source code in a Git repository and is ready to develop a new feature. The production release is stored in the "master" branch. Which commands create the new feature in a separate branch called "feature" and check out the new version?

A. Option A
B. Option B
C. Option C
D. Option D

Refer to the exhibit. An engineer creates an Ansible playbook to configure VRF information using a local_vrfs variable. The code must be completed so that it can be tested. Which string completes the code?
A. present
B. up
C. on
D. active
Webhooks that are generated by Cisco DNA Center are REST calls with which properties?
A. JSON payload delivered via PUT
B. XML payload delivered via POST
C. JSON payload delivered via POST
D. XML payload delivered via PUT
Which action allows for creating a Python script to pull inventory for Cisco SD-WAN Viptela devices using the Viptela library in the code?
A. from urllib.request import Viptela
B. from viptela.devices import Viptela
C. from viptela.viptela import Viptela
D. from viptela.library import Viptela
What is primary purpose of using the Cisco SD-WAN vManage Certificate Management API?
A. to securely deploy vManage
B. to report an issue to Cisco TAC
C. to install signed certificates
D. to contact Enterprise Certificate Authority
FILL BLANK
Fill in the blank to complete the URL for the Cisco SD-WAN API that retrieves a list of users that are logged into a device.

A. interface?

Refer to the exhibit. A Python script has been created that calls the Cisco SD-WAN vManage Device Inventory API to get the list of vEdges. The JSON data that returns to a Python dictionary has been converted and assigned to a variable named "d". A portion of the JSON is shown in the exhibit. Which code will complete the expression hostname= to access the hostname?
A. d["data"][0]["host-name"]
B. d[data][0][host-name]
C. d("data")[0]("host-name")
D. d["host-name"]["data"]{"0"}
Which REST endpoint is used to create a Cisco Meraki network?
A. POST /organizations/{organizationId}/networks
B. PATCH /networks{networkId}
C. PUT /organizations/{organizationId}/networks
D. POST /networks{networkId}