Skip to main content
POST
https://ageneral.ai
/
v1
/
nodes
/
{id}
/
ready
Report node ready
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>"
}
'
{}

Authorizations

Authorization
string
header
required

Session JWT or node identity token where applicable. Send as Authorization: Bearer <token>.

Path Parameters

id
string
required

Body

application/json
id
string
required
workloadReports
object[]
operatingSystem
string
workerImageDigest
string

Response

Success

The response is of type object.