CSR 1000V で RESTCONF を使用してステートメントを取得するために発行される HTTP GET に応答して 401 エラーを解決するアクションはどれですか。
正解:D
A 401 Unauthorized error indicates that the request has not been applied because it lacks valid authentication credentials for the target resource. To resolve this error when making an HTTP GET request to retrieve data using RESTCONF on a CSR 1000V, you need to ensure that the correct authentication credentials (username and password) are provided. Reference: Cisco DevNet Associate Certification Guide: Chapter on REST APIs and Authentication Mechanisms. HTTP/1.1 documentation: Status Code Definitions from the W3C.