Nodes check-in history endpoints

Use the nodes endpoints to retrieve records about nodes that have checked into the node classifier.

Enable check-in storage to use this endpoint

By default, node check-in storage is disabled because it can place excessive loads on larger deployments. You must enable node check-in storage to get any information from the nodes endpoints. If node check-in storage is disabled, the nodes endpoints return empty arrays.

To enable node check-in storage, set the classifier_node_check_in_storage parameter in the puppet_enterprise::profile::console class to true.

Related information