実行環境のRESTエンドポイント
実行環境
実行環境のREST APIエンドポイント
- 実行環境の作成
- メソッド: postパス:
/api/v2/execution_environments/ - 実行環境の削除
- メソッド: deleteパス:
/api/v2/execution_environments/{id}/ - 実行環境のアクティビティ・ストリームのリスト
- メソッド: getパス:
/api/v2/execution_environments/{id}/activity_stream/ - リスト実行環境
- メソッド: getパス:
/api/v2/execution_environments/ - 実行環境の統合ジョブ・テンプレートのリスト
- メソッド: getパス:
/api/v2/execution_environments/{id}/unified_job_templates/ - 実行環境の取得
- メソッド: getパス:
/api/v2/execution_environments/{id}/ - 実行環境の更新
- メソッド: patchパス:
/api/v2/execution_environments/{id}/ - 実行環境の更新
- メソッド: putパス:
/api/v2/execution_environments/{id}/ - 実行環境コピー作成
- メソッド: postパス:
/api/v2/execution_environments/{id}/copy/ - 実行環境のコピー・リスト
- メソッド: getパス:
/api/v2/execution_environments/{id}/copy/