ユーザーが認証されていない場合に ACI REST API セッション認証を管理するために使用できる 2 つの方法はどれですか? (2 つ選択してください。)
正解:C,E
When a login message is accepted, the API returns a data structure that includes a session timeout period in seconds and a token that represents the session. The token is also returned as a cookie in the HTTP response header. To maintain your session, you must send login refresh messages to the API if no other messages are sent for a period longer than the session timeout period. The token changes each time that the session is refreshed. aaalogin to login with username and password aaaRefresh along with aaaLogin to keep refreshing your session from timeout. https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/2- x/rest_cfg/2_1_x/b_Cisco_APIC_REST_API_Configuration_Guide/b_Cisco_APIC_REST_API_C onfiguration_Guide_chapter_01.html