AgentUpgradeTaskResponseInfo

AgentUpgradeTaskResponseInfo
AgentUpgradeTaskResponseInfo
JSON Example
{
    "details": [
        {
            "error_messages": [
                "Entity does not exist.",
                "Property is mandatory."
            ],
            "errors": [
                {
                    "error_key": "inventory.machine.not.found",
                    "error_message": "username cannot be empty"
                }
            ],
            "id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
            "key": "user1",
            "status_code": 200,
            "timestamp": 1561939200000
        }
    ],
    "task_id": "7d01dc94-2e93-11ed-a261-0242ac120002"
}
details
Optional

List of BulkItemResponseInfo corresponding to each machine id in the action operation.

string
task_id
Optional

Unique ID representing the task.