GET /api/hostgroups/:hostgroup_id/puppetclass_ids
ホストグループのすべての Puppet クラス ID を一覧表示

パラメーター

パラメーター名 記述
location_id
任意

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
任意

Set the current organization context for the request

Validations:

  • Must be a Integer


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

パラメーター

パラメーター名 記述
location_id
任意

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
任意

Set the current organization context for the request

Validations:

  • Must be a Integer

hostgroup_id
必須

ホストグループの ID

Validations:

  • Must be a String

puppetclass_id
必須

Puppet クラスの ID

Validations:

  • Must be a String


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

パラメーター

パラメーター名 記述
location_id
任意

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
任意

Set the current organization context for the request

Validations:

  • Must be a Integer

hostgroup_id
必須

ホストグループの ID

Validations:

  • Must be a String

id
必須

Puppet クラスの ID

Validations:

  • Must be a String