GET /api/hostgroups/:hostgroup_id/puppetclass_ids
Som alle Puppet class IDs voor de host groep 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/hostgroups/:hostgroup_id/puppetclass_ids
Een Puppet class aan een host groep toevoegen

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

hostgroup_id
required

ID van de host groep

Validations:

  • Must be a String

puppetclass_id
required

ID van de Puppet class

Validations:

  • Must be a String


DELETE /api/hostgroups/:hostgroup_id/puppetclass_ids/:id
Verwijder een Puppet class van een host groep

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

hostgroup_id
required

ID van de host groep

Validations:

  • Must be a String

id
required

ID van de Puppet class

Validations:

  • Must be a String