Refer to the exhibit.Why does the Python code for Cisco NX-API print an error message? A. The JSON is not a supported format for the NX-API. B. The "type" is wrong in the header of the request and should be "cli_conf" C. NX-API does not allow configuration for features via the requests module. D. The "type" is wrong in the body of the request and should be "cli_conf" Â Suggested Answer: D Commands that belong to different message types should not be mixed. For example, show commands are cli_show message type and are not supported in cli_conf mode. Reference: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus7000/sw/programmability/guide/cisco_nexus7000_programmability_guide_8x/b- cisco-nexus7000-programmability-guide-8x_chapter_011.html This question is in 350-601 DCCOR exam For getting CCNP Data Center Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Cisco. Trademarks, certification & product names are used for reference only and belong to Cisco.
Please login or Register to submit your answer