Next Topic

Previous Topic

Book Contents

Run Agent Procedure

Runs an agent procedure immediately for a single agent. When the request is valid, returns a 204 No Content response. When the request is invalid, returns a 404 Not Found response. This occurs when :

PUT /automation/agentprocs/{agentId}/{agentProcId}/runnow

Headers

Sample Response Model

{
  "Result": true,
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}