■ATDE画面のターミナルにてトークン一覧確認 ----コピー元Armadillo、コピー先Armadilloとも同じ結果です。 atmark@atde9:~/webment_agent$ AUTH="Authorization: Bearer bc78ed6e-577f-44e2-ae87-36aab0262bb7" atmark@atde9:~/webment_agent$ alias curl_rest='curl -k -H "$AUTH" -w "\nhttp code: %{http_code}\n"' atmark@atde9:~/webment_agent$ curl_rest https://192.168.1.10:58080/api/tokens {"error":"Invalid token or insufficient access rights"} http code: 401 atmark@atde9:~/webment_agent$ curl_rest https://armadillo.local:58080/api/tokens {"error":"Invalid token or insufficient access rights"} http code: 401 ■ATDE画面のターミナルにてネットワーク設定一覧確認 ----コピー元Armadillo ★正常★ atmark@atde9:~/webment_agent$ curl_rest https://192.168.1.10:58080/api/connections {"connections":[{"name":"Wired connection 1","state":"activated","uuid":"784249cc-ad47-3355-af66-e6b8f864d41a","ctype":"802-3-ethernet","device":"eth0"},{"name":"lo","state":"activated","uuid":"42f1356b-ee1b-4ee3-83f3-8fea116adfe9","ctype":"loopback","device":"lo"},{"name":"Wired connection 2","state":"","uuid":"c07dc8ce-2162-39ae-bac8-a17092544058","ctype":"802-3-ethernet"}]} http code: 200 ----コピー先Armadillo ★エラー★ atmark@atde9:~/webment_agent$ curl_rest https://192.168.1.10:58080/api/connections {"error":"Invalid token or insufficient access rights"} http code: 401 ■Armadillo機器のabos確認 ----コピー元Armadillo、コピー先Armadilloとも同じディレクトリ名/ファイル名です。 armadillo:/live/rootfs/etc/atmark/abos_web/tokens# ls -l total 1 -rwxr-x--- 1 root root 68 Jan 1 09:01 bc78ed6e-577f-44e2-ae87-36aab0262bb7.token armadillo:/live/rootfs/etc/atmark/abos_web/tokens# cat bc78ed6e-577f-44e2-ae87-36aab0262bb7.token {"permissions":["NetworkAdmin","NetworkView","Reboot","SwuInstall"]} armadillo:/etc/atmark/abos_web/tokens# ls -l total 1 -rwxr-x--- 1 root root 68 Jan 1 09:01 bc78ed6e-577f-44e2-ae87-36aab0262bb7.token armadillo:/etc/atmark/abos_web/tokens# cat bc78ed6e-577f-44e2-ae87-36aab0262bb7.token {"permissions":["NetworkAdmin","NetworkView","Reboot","SwuInstall"]}