Called by the node when workloads report ready. Auth matches the product’s node bootstrap policy.
cURL
curl --request POST \ --url https://ageneral.ai/v1/nodes/{id}/ready \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "workloadReports": [ {} ], "operatingSystem": "<string>", "workerImageDigest": "<string>" } '
{}
Session JWT or node identity token where applicable. Send as Authorization: Bearer <token>.
Authorization: Bearer <token>
Success
The response is of type object.
object