インスタンス・グループのRESTエンドポイント
インスタンス・グループ
インスタンス・グループのREST APIエンドポイント
- インスタンス・グループのインスタンスの作成
- メソッド: postパス:
/api/v2/instance_groups/{id}/instances/ - インスタンス・グループの作成
- メソッド: postパス:
/api/v2/instance_groups/ - インスタンス・グループの削除
- メソッド: deleteパス:
/api/v2/instance_groups/{id}/ - インスタンス・グループのリスト
- メソッド: getパス:
/api/v2/instance_groups/ - インスタンス・グループのインスタンスのリスト
- メソッド: getパス:
/api/v2/instance_groups/{id}/instances/ - インスタンス・グループの統合ジョブのリスト
- メソッド: getパス:
/api/v2/instance_groups/{id}/jobs/ - インスタンス・グループの取得
- メソッド: getパス:
/api/v2/instance_groups/{id}/ - インスタンス・グループの更新
- メソッド: patchパス:
/api/v2/instance_groups/{id}/ - インスタンス・グループの更新
- メソッド: putパス:
/api/v2/instance_groups/{id}/