AgentDeploymentStatusUpdateRequest
agent_idAgent Id (string)required
build_id object
anyOf
- string
- null
string
statusStatus (string)required
service_url object
anyOf
- string
- null
string
k8s_deployment_name object
anyOf
- string
- null
string
namespace object
anyOf
- string
- null
string
error_message object
anyOf
- string
- null
string
AgentDeploymentStatusUpdateRequest
{
"agent_id": "string",
"build_id": "string",
"status": "string",
"service_url": "string",
"k8s_deployment_name": "string",
"namespace": "string",
"error_message": "string"
}