Start Agent Using PUT

Start Agent Using PUT

Start agent on the specified resources

Request
URI
PUT
https://{api_host}/suite-api/api/applications/agents/start
COPY
Request Body

IDs of resources

resource-parameters of type(s) application/json
Required
{
    "contextResourceIDs": [
        "string"
    ]
}
array of string
contextResourceIDs
Required

Collection of resource IDs

Authentication
This operation uses the following authentication methods.
Responses
200

The result of task status

Returns agent-task-statuses of type(s) application/json
{
    "taskStatuses": [
        {
            "errorMessage": "string",
            "links": [
                {
                    "description": "string",
                    "href": "string",
                    "name": "string",
                    "rel": "string"
                }
            ],
            "resources": [
                "string"
            ],
            "taskID": "string"
        }
    ]
}
taskStatuses
Optional

taskStatuses