展示を参照してください。 YANG モジュールの定義と、Cisco IOc XE デバイスに送信された RESTCONF クエリが表示されます。RESTCONF インターフェイスが 204 ステータス コードで応答する場合、どのステートメントが正しいですか。
正解:D
Reference: The HTTP status code 204 (No Content) indicates that the server successfully processed the request but is not returning any content. In the context of a RESTCONF PATCH operation, this means that the query updated the logging severity level or created it if it was not present on the device. The 204 No Content response confirms that the request was successfully processed without errors. More details on RESTCONF status codes can be found in the RFC 8040.