Windows PowerShellを使用してAPIを検証できません
環境
- ONTAP 9.7p10.
- REST API
- Windows PowerShell
問題
Windows PowerShellから実行すると、REST APIが不正なメッセージを生成します。
エラーメッセージの例:
PS C:\Windows\system32> Invoke-WebRequest -Method Get -uri https://clus01/api/svm -Credential admin invoke-WebRequest :
The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.at line:1 char:1
Invoke-WebRequest -Method Get -uri https://clus01/api/svm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebException
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand