インベントリのRESTエンドポイント
インベントリ
インベントリのREST APIエンドポイント
- インベントリのグループの作成
 - メソッド: postパス:
/api/v2/inventories/{id}/groups/ - インベントリのホストの作成
 - メソッド: postパス:
/api/v2/inventories/{id}/hosts/ - インベントリのアドホック・コマンドの作成
 - メソッド: postパス:
/api/v2/inventories/{id}/ad_hoc_commands/ - インベントリのインスタンス・グループの作成
 - メソッド: postパス:
/api/v2/inventories/{id}/instance_groups/ - インベントリの作成
 - メソッド: postパス:
/api/v2/inventories/ - インベントリのインベントリ・ソースの作成
 - メソッド: postパス:
/api/v2/inventories/{id}/inventory_sources/ - インベントリの削除
 - メソッド: deleteパス:
/api/v2/inventories/{id}/ - インベントリのグループ・ツリー
 - メソッド: getパス:
/api/v2/inventories/{id}/tree/ - インベントリのアクティビティ・ストリームのリスト
 - メソッド: getパス:
/api/v2/inventories/{id}/activity_stream/ - インベントリのアドホック・コマンドのリスト
 - メソッド: getパス:
/api/v2/inventories/{id}/ad_hoc_commands/ - インベントリのグループのリスト
 - メソッド: getパス:
/api/v2/inventories/{id}/groups/ - インベントリのホストのリスト
 - メソッド: getパス:
/api/v2/inventories/{id}/hosts/ - インベントリのインスタンス・グループのリスト
 - メソッド: getパス:
/api/v2/inventories/{id}/instance_groups/ - インベントリのリスト
 - メソッド: getパス:
/api/v2/inventories/ - インベントリのインベントリ・ソースのリスト
 - メソッド: getパス:
/api/v2/inventories/{id}/inventory_sources/ - インベントリのジョブ・テンプレートのリスト
 - メソッド: getパス:
/api/v2/inventories/{id}/job_templates/ - インベントリのロールのリスト
 - メソッド: getパス:
/api/v2/inventories/{id}/object_roles/ - インベントリのルート・グループのリスト
 - メソッド: getパス:
/api/v2/inventories/{id}/root_groups/ - ユーザーのリスト
 - メソッド: getパス:
/api/v2/inventories/{id}/access_list/ - インベントリの取得
 - メソッド: getパス:
/api/v2/inventories/{id}/ - インベントリ変数データの取得
 - メソッド: getパス:
/api/v2/inventories/{id}/variable_data/ - インベントリの更新
 - メソッド: patchパス:
/api/v2/inventories/{id}/ - インベントリの更新
 - メソッド: putパス:
/api/v2/inventories/{id}/ - インベントリ・ソースの更新
 - メソッド: getパス:
/api/v2/inventories/{id}/update_inventory_sources/ - インベントリ・ソースの更新
 - メソッド: postパス:
/api/v2/inventories/{id}/update_inventory_sources/ - インベントリ変数データの更新
 - メソッド: patchパス:
/api/v2/inventories/{id}/variable_data/ - インベントリ変数データの更新
 - メソッド: putパス:
/api/v2/inventories/{id}/variable_data/ - インベントリ・スクリプトに必要なインベントリ・グループおよびホスト・データの生成。
 - メソッド: getパス:
/api/v2/inventories/{id}/script/ - インベントリ・コピーの作成
 - メソッド: postパス:
/api/v2/inventories/{id}/copy/ - インベントリ・コピーのリスト
 - メソッド: getパス:
/api/v2/inventories/{id}/copy/ - インベントリ・ルート・グループの作成
 - メソッド: postパス:
/api/v2/inventories/{id}/root_groups/