Automating Cisco Data Center Solutions (DCAUTO) Questions and Answers
A server profile with the “WEST15” in its name must have the string “WEST15” changed to “LXT14”. For example, server profile “Vmhost-west 15-01” would need to be changed to “VMHOST-LXT 14-01”. Using the Cisco Intersight REST API in a Python script, which two GET API requests are used to retrieve just the server profile with the string “WEST 15” in the name and the correct body for the API request to update the name? Assume the variable “sp_name” contains the name of the retrieved server profile. (Choose two.)
Which action allows Docker daemon persistence during switchover on the Cisco Nexus 9500 Series Switches running Cisco NX-OS?
Which two components are attributes of an ACI MIT managed object? (Choose two.)
Which two statements about gRPC are true? (Choose two )
Which two components are required from the Cisco Intersight REST API Authentication? (Choose two.)
Which two statements describe the authentication method used with Cisco Intersight REST API Requests? (Choose two.)
Which two bootstrap technologies are supported by Cisco NX-OS platforms? (Choose two )
An engineer is implementing a Cisco Nexus 9000 Series Switch. To automate the configuration, which command enables Bash on a Cisco NX-OS?
Refer to the exhibit.
Refer to the exhibit above and click on the resource tabs in the top left corner to view resources to help with this question. An engineer is creating a Python script to update the firmware on a specific Cisco UCS rack server that is managed by Cisco Intersight. The script uses the Cisco Intersight REST API. The value of the 'resource_path' key in the rackunitJson_body Python dictionary retrieves the server with the AssetTag DMZ-R-L2-ADJM. The AssetTag is assigned to only one server. The value of the 'Server' key must be set in the firm ware Json_body Python dictionary with a value from the query result. Which two Python statements, a GET request and a dictionary update, are required to complete the code? (Choose two.)
A)
B)
C)
D)
E)
Refer to the exhibit:
Refer to the exhibit, Where and how often does the subscription stream data for Ethernet port 1/1?
How is an ACI class name composed?
Using the NX-API CLI JSON-RPC interface, which two Python data structure and requests call create an SVI? (Choose
Refer to the exhibit:
Assuming a new ACI instance what is the result when this script is run?
A file named myfunc.py has been edited. Drag and drop the steps from left that ensure that this file is committed to the local Git repository and verify its status into the correct order on the right. NOt all options are used.
Refer to the exhibit.
Which two statements are true about this API GET request to the ACI APIC? (Choose two.)
Which NX-API request queries the MAC address table?
Refer to the exhibit:
Refer to the exhibit: The code should create a new tenant named Cisco via the Cobra SDK, which shows up after the execution of this script in the APIC dashboard.
Which code must be inserted into the red box to create this tenant?
Which Python code creates a VRF in an ACI tenant using the Cobra SDK?
Which two initial actions should be taken when exploring automation capabilities for ACI? (Choose Two)
Which two terms are types of application isolation options available when Kubenetes is deployed with the SCCM plugin? (Choose two )
Which Kubernetes container network interface provides intent-based networking from the same pane of glass that VMs and bare-metal servers are managed?
Exhibit:
Refer to the exhibit. Cisco Instersight has an NTP server policy called My_NTP_Policy configured that contains a single NTP server pool entry "pool.ntp". Which Cisco Intersight API call adds an additional NTP server (10.20.0.1) to the My_NTP_Policy server policy?