Which line of Python code makes this call, assuming the variable “s” is a valid Requests session object and the variable “policy-id” is the policyId?

Refer to the exhibit.

A Python script must be created to deactivate vSmart Policy Cisco SD-WAN vManage Configuration APIs. The documentation states the URL is as shown in the exhibit for this REST call using POST, and that “policyId” is a required request parameter.

Which line of Python code makes this call, assuming the variable “s” is a valid Requests session object and the variable “policy-id” is the policyId?
A . s.port(‘https://vmanage:8443/dataservice/template/policy/vsmart/activate?policyId=%s’ % policy_id)
B . s.port(‘https://vmanage:8443/dataservice/template/policy/vsmart/activate/%s’ %policy_id)
C . s.port(‘https://vmanage:8443/dataservice/template/policy/vsmart/activate&policyId=%s’ % policy_id)
D . s.port(‘https://vmanage:8443/dataservice/template/policy/vsmart/activate/’, data = {‘policyId’:policy_id})

Answer: B

Latest 300-435 Dumps Valid Version with 106 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments