An engineer is automating a Cisco Nexus 9000 Series Switch using the NX-OS API. Which code snippet creates a local user called "tacuser" with an expiration date of 22 November?
Correct Answer: C
The code snippet in Option C correctly sets up a local user named "tacuser" with an expiration date of 22 November. In the NX-OS API, the "expiresAt" attribute is used to specify the expiration date for a user account, which should be formatted in the ISO 8601 standard. The snippet provided in Option C, "expiresAt":
"2021-11-22T00:00:00.000+00:00", correctly applies this format to set the expiration date to 22 November
2021. References := For further details, refer to the Cisco Data Center Core Technologies source documents or study guide available on the official Cisco Learning Network Store and Cisco's solution listings for data center virtualization.