ジョブの再起動
post
/api/v2/jobs/{id}/relaunch/
このリソースに対してPOSTリクエストを行って、ジョブを起動します。パスワードまたは変数が必要な場合は、POSTデータを介して渡す必要があります。このジョブ・テンプレートに基づくジョブの起動に必要な値を決定するために、このエンドポイントにGETリクエストを実行できます。
リクエスト
サポートされているメディア・タイプ
- application/json
パス・パラメータ
ルート・スキーマ : JobRelaunch
型:
ソースを表示
object- credential_passwords(必須): 文字列
タイトル:
Credential passwords - hosts: 文字列
タイトル:
Hostsデフォルト値:all指定できる値:[ "all", "failed" ] - passwords_needed_to_start: 文字列
タイトル:
Passwords needed to start読取り専用:true - retry_counts: 文字列
タイトル:
Retry counts読取り専用:true
レスポンス
サポートされているメディア・タイプ
- application/json
201レスポンス
ルート・スキーマ : JobRelaunch
型:
ソースを表示
object- credential_passwords(必須): 文字列
タイトル:
Credential passwords - hosts: 文字列
タイトル:
Hostsデフォルト値:all指定できる値:[ "all", "failed" ] - passwords_needed_to_start: 文字列
タイトル:
Passwords needed to start読取り専用:true - retry_counts: 文字列
タイトル:
Retry counts読取り専用:true