GET /api/puppetdb_nodes
List all PuppetDB nodes


GET /api/puppetdb_nodes/unknown
List all PuppetDB nodes without a Host in Foreman


DELETE /api/puppetdb_nodes/:id
Deactivate a node in PuppetDB

Params

Param name Description
id
required

Validations:

  • Must be a String


PUT /api/puppetdb_nodes/:id/import
Import PuppetDB Node to Foreman Host

Params

Param name Description
id
required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.