ホストのRESTエンドポイント
ホスト
ホストのREST APIエンドポイント
- ホストのグループの作成
 - メソッド: postパス:
/api/v2/hosts/{id}/groups/ - ホストのアドホック・コマンドの作成
 - メソッド: postパス:
/api/v2/hosts/{id}/ad_hoc_commands/ - ホストの削除
 - メソッド: deleteパス:
/api/v2/hosts/{id}/ - ホストのアクティビティ・ストリームのリスト
 - メソッド: getパス:
/api/v2/hosts/{id}/activity_stream/ - ホストのアドホック・コマンド・イベントのリスト
 - メソッド: getパス:
/api/v2/hosts/{id}/ad_hoc_command_events/ - ホストのアドホック・コマンドのリスト
 - メソッド: getパス:
/api/v2/hosts/{id}/ad_hoc_commands/ - ホストのすべてのグループのリスト
 - メソッド: getパス:
/api/v2/hosts/{id}/all_groups/ - ホストのグループのリスト
 - メソッド: getパス:
/api/v2/hosts/{id}/groups/ - ホストのリスト
 - メソッド: getパス:
/api/v2/hosts/ - ホストのインベントリのリスト
 - メソッド: getパス:
/api/v2/hosts/{id}/smart_inventories/ - ホストのインベントリ・ソースのリスト
 - メソッド: getパス:
/api/v2/hosts/{id}/inventory_sources/ - ホストのジョブ・イベントのリスト
 - メソッド: getパス:
/api/v2/hosts/{id}/job_events/ - ホストのジョブ・ホスト・サマリーのリスト
 - メソッド: getパス:
/api/v2/hosts/{id}/job_host_summaries/ - ホストのRed Hat Insightsのリスト
 - メソッド: getパス:
/api/v2/hosts/{id}/insights/ - ホストの取得
 - メソッド: getパス:
/api/v2/hosts/{id}/ - ホストの取得
 - メソッド: getパス:
/api/v2/hosts/{id}/ansible_facts/ - ホスト変数データの取得
 - メソッド: getパス:
/api/v2/hosts/{id}/variable_data/ - ホストの更新
 - メソッド: patchパス:
/api/v2/hosts/{id}/ - ホストの更新
 - メソッド: putパス:
/api/v2/hosts/{id}/ - ホスト変数データの更新
 - メソッド: patchパス:
/api/v2/hosts/{id}/variable_data/ - ホスト変数データの更新
 - メソッド: putパス:
/api/v2/hosts/{id}/variable_data/ - host_filterはこのエンドポイントで使用可能。フィルタは、リレーショナル問合せ、And、Or、ブール・ロジック、および()による式のグループ化をサポート。
 - メソッド: postパス:
/api/v2/hosts/