GET /api/hosts/:host_id/puppetclass_ids
ホストのすべての Puppet クラス ID を一覧表示

パラメーター

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

要求に現在のロケーションコンテキストを設定します

Validations:

  • Must be a Integer

organization_id
任意

要求に現在の組織コンテキストを設定します

Validations:

  • Must be a Integer


POST /api/hosts/:host_id/puppetclass_ids
Puppet クラスをホストに追加

パラメーター

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

要求に現在のロケーションコンテキストを設定します

Validations:

  • Must be a Integer

organization_id
任意

要求に現在の組織コンテキストを設定します

Validations:

  • Must be a Integer

host_id
必須

ホストの ID

Validations:

  • Must be a String

puppetclass_id
必須

Puppet クラスの ID

Validations:

  • Must be a String


DELETE /api/hosts/:host_id/puppetclass_ids/:id
ホストから Puppet クラスを削除

パラメーター

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

要求に現在のロケーションコンテキストを設定します

Validations:

  • Must be a Integer

organization_id
任意

要求に現在の組織コンテキストを設定します

Validations:

  • Must be a Integer

host_id
必須

ホストの ID

Validations:

  • Must be a String

id
必須

Puppet クラスの ID

Validations:

  • Must be a String