再起動したデバイスに関する情報は、260faff9-2d31-4312-cf96-というIDで表示する必要があります
Cisco SD-WAN vManage管理APIを使用した143b46db0211。 APIドキュメントには、deviceIdが必須のリクエストパラメータであると記載されています。空白を埋めてREST呼び出しを作成します。

正解:
GET
Explanation:
To retrieve information about a rebooted device using the Cisco SD-WAN vManage Administration APIs, you need to construct a REST call with the HTTP GET method. The base URL is https://vmanage-ip-address:8443/dataservice/device/reboots, where you replace vmanage-ip-address with the actual IP address of your vManage instance. The query parameter deviceId is appended to the URL with the value 260faff9-2d31-4312-cf96-143b46db0211, which is the unique identifier of the device. References := (Automating Cisco Enterprise Solutions Official Cert Guide)