18.8. curl を使用してシェルフックスクリプトに引数を渡す
curl でシェルフックスクリプト引数を渡すには、以下の手順を使用します。
手順
curl
を使用してシェルフックスクリプトを実行する場合は、次の形式で HTTP ヘッダーを作成します。"X-Shellhook-Arg-1: VALUE" "X-Shellhook-Arg-2: VALUE"
例
$ curl \ --data "" \ --header "Content-Type: text/plain" \ --header "X-Shellhook-Arg-1: Version 1.0" \ --header "X-Shellhook-Arg-2: My content view" \ --request POST \ --show-error \ --silent \ https://capsule.example.com:9090/shellhook/My_Script