GET /api/hosts/:host_id/puppetclass_ids
호스트의 모든 Puppet 클래스 ID 나열

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer


POST /api/hosts/:host_id/puppetclass_ids
호스트에 Puppet 클래스 추가

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

host_id
required

호스트 ID

Validations:

  • Must be a String

puppetclass_id
required

Puppet 클래스 ID

Validations:

  • Must be a String


DELETE /api/hosts/:host_id/puppetclass_ids/:id
호스트에 Puppet 클래스 삭제

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

host_id
required

호스트 ID

Validations:

  • Must be a String

id
required

Puppet 클래스 ID

Validations:

  • Must be a String