PowerShell から REST API でデータ送信
「PowerShell」から REST API を操作するために、「Invoke-RestMethod」というコマンドレットが提供されています。GET だけでなく POST も可能です。
関連情報
・PowerShellからMandrill(メール送信サービス)のREST
APIを使ってメール送信 | たんたか
・Simple
Examples of PowerShell's Invoke-RestMethod - Joe Kampschmidt's Code
・How
to call a RESTful web API using PowerShell? - Manas Bhardwaj's Stream
・PowerShell
を使用して Azure の REST API を操作する at SE の雑記
・Web
APIを利用する - PowerShell Scripting Weblog
・Invoke-RestMethod
・Jungle
Java - 『Windows PowerShellクックブック』
・Jungle
Java - PDI から Powershell を実行してみた
・Jungle
Java - PowerShell から Excel を操作
(07/20 追記)
・PowerShell
で JSON をファイル入出力 する - tech.guitarrapc.cóm
・ConvertFrom-Json
・ConvertTo-Json
(07/24 追記)
・Elasticsearchにpowershellからデータを投入してみよう
- Qiita
・windows環境でelasticsearch+kibanaを使う
- Qiita