Last class update endpoint

Use the last-class-update endpoint to retrieve the time that classes were last updated from the primary server.

To prompt the node classifier to fetch updated class and environment definitions from the primary server, use the Update classes endpoint.

GET /v1/last-class-update

Retrieve the time that classes were last updated from the primary server.

Request format

When Forming node classifier API requests to this endpoint, the request is a basic GET call with authentication.

Response format

A successful response is a JSON object containing last_update. If there has been an update, last_update reports the time of the last update in ISO-8601 format. If the node classifier has never updated the classes from the primary server, last_update is null.