GET /api/hostgroups/:hostgroup_id/puppetclass_ids
Alle Puppet-Klassen-Kennungen für die Hostgruppe auflisten

Parameter

Parametername Beschreibung
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
Puppet-Klasse der Hostgruppe zuweisen

Parameter

Parametername Beschreibung
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
verpflichtend

Kennung der Hostgruppe

Validations:

  • Must be a String

puppetclass_id
verpflichtend

Kennung der Puppet-Klasse

Validations:

  • Must be a String


DELETE /api/hostgroups/:hostgroup_id/puppetclass_ids/:id
Puppet-Klasse von Hostgruppe entfernen

Parameter

Parametername Beschreibung
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
verpflichtend

Kennung der Hostgruppe

Validations:

  • Must be a String

id
verpflichtend

Kennung der Puppet-Klasse

Validations:

  • Must be a String