GET /v1/nodes/<node>

Retrieve the check-in history for a specific node.

Request format

When Forming node classifier API requests to this endpoint, the request is a basic GET call with authentication. The URI path must specify a node name. For example:

GET https://localhost:4433/classifier-api/v1/nodes/Node1234

Response format

The response is the same as the GET /v1/nodes endpoint response, but the response only contains information for the specified node.

Error responses

If there is no check-in information for the node with the given name, the endpoint returns a 404 Not Found response. Other possible errors follow the usual format for Node classifier API errors.