AgentBuildStatusUpdateRequest
agent_idAgent Id (string)required
github_url object
anyOf
- string
- null
string
version_tag object
anyOf
- string
- null
string
image_reference object
anyOf
- string
- null
string
statusStatus (string)required
logs object
anyOf
- string
- null
string
k8s_job_name object
anyOf
- string
- null
string
error_message object
anyOf
- string
- null
string
AgentBuildStatusUpdateRequest
{
"agent_id": "string",
"github_url": "string",
"version_tag": "string",
"image_reference": "string",
"status": "string",
"logs": "string",
"k8s_job_name": "string",
"error_message": "string"
}