Skip to main content

Agent is ready for two-phase startup

POST
/tasks/agent-ready/{id}

Contract

Parameter
Value
Sectiontasks
AuthenticationAgentAuth
Consumesapplication/json
Producesapplication/json

Parameters

2 parameters

Name
Location
Required
Type
Description
idpathyesintegerTask ID
requestbodyyesobjectAgent hostname
  • {
      "hostname": "<string>"
    }

Responses

2 responses

Status
Description
Type
200
Readiness confirmedobject
400
Agent secret is missing or invalid, or the task ID or request body is invalidobject
  • {}
  • {
      "data": {},
      "error": "<string>"
    }