Infrastructure/Agents
POSTAgentSince 1.0SynchronousAuth Required
CreateDeployJob
Create a deployment job to install agents on a list of target node IPs
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
nodeIpsListRequiredNode ips
Example: item1,item2
Responses
Endpoint
POST/api/v1/agents/deploy
/api/v1/agents/deploy
Request Example
curl -X POST '{host}/api/v1/agents/deploy' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"nodeIps":"item1,item2"}'
Response Example
200{
"id": "deploy-job-001",
"nodeIps": [],
"nodes": [
{}
],
"status": "running",
"simulated": false,
"createdAt": "example"
}Change History
This API has no change history records yet.
