Agent

Api Agent Versions

Receive and validate node component versions for admission control.

When a host passes admission, updates the host record to admitted=True and status='active'. This is the gate that allows hosts to receive work. Per REPORT_FEATURE_FINAL.md §62 and REPORT_FEATURE_1.md:

  • CUDA >= 12.0, runc patched, NVIDIA Container Toolkit patched
  • Hosts that fail stay in 'pending' status
post/agent/versions

Request body

host_idstring required
versionsobject required

Response

Successful Response

{"stackTrail":"paths:/agent/versions:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes