グループのRESTエンドポイント
グループ
グループのREST APIエンドポイント
- グループの作成
- メソッド: postパス:
/api/v2/groups/ - グループのグループの作成
- メソッド: postパス:
/api/v2/groups/{id}/children/ - グループのホストの作成
- メソッド: postパス:
/api/v2/groups/{id}/hosts/ - グループのアドホック・コマンドの作成
- メソッド: postパス:
/api/v2/groups/{id}/ad_hoc_commands/ - グループの削除
- メソッド: deleteパス:
/api/v2/groups/{id}/ - グループのアクティビティ・ストリームのリスト
- メソッド: getパス:
/api/v2/groups/{id}/activity_stream/ - グループのアドホック・コマンドのリスト
- メソッド: getパス:
/api/v2/groups/{id}/ad_hoc_commands/ - グループのすべてのホストのリスト
- メソッド: getパス:
/api/v2/groups/{id}/all_hosts/ - グループのリスト
- メソッド: getパス:
/api/v2/groups/ - グループのグループのリスト
- メソッド: getパス:
/api/v2/groups/{id}/children/ - グループのホストのリスト
- メソッド: getパス:
/api/v2/groups/{id}/hosts/ - グループのインベントリ・ソースのリスト
- メソッド: getパス:
/api/v2/groups/{id}/inventory_sources/ - グループのジョブ・イベントのリスト
- メソッド: getパス:
/api/v2/groups/{id}/job_events/ - グループのジョブ・ホスト・サマリーのリスト
- メソッド: getパス:
/api/v2/groups/{id}/job_host_summaries/ - グループの潜在的な子グループのリスト
- メソッド: getパス:
/api/v2/groups/{id}/potential_children/ - グループの取得
- メソッド: getパス:
/api/v2/groups/{id}/ - グループ変数データの取得
- メソッド: getパス:
/api/v2/groups/{id}/variable_data/ - グループの更新
- メソッド: patchパス:
/api/v2/groups/{id}/ - グループの更新
- メソッド: putパス:
/api/v2/groups/{id}/ - グループ変数データの更新
- メソッド: patchパス:
/api/v2/groups/{id}/variable_data/ - グループ変数データの更新
- メソッド: putパス:
/api/v2/groups/{id}/variable_data/