300-435 無料問題集「Cisco Automating and Programming Cisco Enterprise Solutions」
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.

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.

正解:
users?
Explanation:
https://developer.cisco.com/docs/sdwan/#!device-realtime-monitoring/users API call for real-time monitoring of users logged in to the device.
Device Users
Display the users currently logged in to the device.
GET https://{vmanage-ip-address}/dataservice/device/users?deviceId=deviceId
Explanation:
https://developer.cisco.com/docs/sdwan/#!device-realtime-monitoring/users API call for real-time monitoring of users logged in to the device.
Device Users
Display the users currently logged in to the device.
GET https://{vmanage-ip-address}/dataservice/device/users?deviceId=deviceId
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?


正解:D
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
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?

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?

正解:C
解答を投票する
FILL BLANK
Information about a rebooted device needs to be displayed with an ID of 260faff9-2d31-4312- cf96-143b46db0211 using the Cisco SD-WAN vManage Administration APIs. The API documentation states that deviceId is a required request parameter. Fill in the blank to create the REST call.

Information about a rebooted device needs to be displayed with an ID of 260faff9-2d31-4312- cf96-143b46db0211 using the Cisco SD-WAN vManage Administration APIs. The API documentation states that deviceId is a required request parameter. Fill in the blank to create the REST call.

正解:
?deviceId=
Explanation:
https://sdwan-
docs.cisco.com/Product_Documentation/Command_Reference/Command_Reference/vManage_ REST_APIs/ Software_Maintenance_APIs/Reboot_Device
Explanation:
https://sdwan-
docs.cisco.com/Product_Documentation/Command_Reference/Command_Reference/vManage_ REST_APIs/ Software_Maintenance_APIs/Reboot_Device