GET /api/hostgroups/:hostgroup_id/puppetclass_ids
ホストグループの Puppet クラス ID 一覧


POST /api/hostgroups/:hostgroup_id/puppetclass_ids
ホストグループに Puppet クラスを追加

Params

Param Name Description
hostgroup_id
Required

ホストグループの ID


Value: Must be String
puppetclass_id
Required

Puppet クラスの ID


Value: Must be String

DELETE /api/hostgroups/:hostgroup_id/puppetclass_ids/:id
ホストグループの Puppet クラスを削除

Params

Param Name Description
hostgroup_id
Required

ホストグループの ID


Value: Must be String
id
Required

Puppet クラスの ID


Value: Must be String