エンジニアは、NX-OS API を使用して Cisco Nexus 9000 シリーズ スイッチを自動化しています。どのコード スニペットで、有効期限が 11 月 22 日の「tacuser」というローカル ユーザーを作成しますか?
正解: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.