AgentBuildInDB
agent_idAgent Id (string)required
github_url object
anyOf
- string
- null
string
commit_hash object
anyOf
- string
- null
string
version_tagVersion Tag (string)required
image_referenceImage Reference (string)required
statusBuildStatus (string)
Possible values: [queued, building, success, failed]
Default value:
queuedk8s_job_name object
anyOf
- string
- null
string
logs object
anyOf
- string
- null
string
created_atstring<date-time>
updated_atstring<date-time>
_idId (string)
AgentBuildInDB
{
"agent_id": "string",
"github_url": "string",
"commit_hash": "string",
"version_tag": "string",
"image_reference": "string",
"status": "queued",
"k8s_job_name": "string",
"logs": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z",
"_id": "string"
}