GET /api/hosts/:host_id/puppetclass_ids
Som alle puppet class IDs voor de host op

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
Een Puppet class toevoegen aan de host

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 van de host

Validations:

  • Must be a String

puppetclass_id
required

ID van de Puppet class

Validations:

  • Must be a String


DELETE /api/hosts/:host_id/puppetclass_ids/:id
Verwijder een Puppet class van de host

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 van de host

Validations:

  • Must be a String

id
required

ID van de Puppet class

Validations:

  • Must be a String