bulkCommandList element

Type: apiBulkCommandList

A list of commands.

This list is returned whenever commands are issued in bulk, and contains a second list with information about errors issuing specific commands.

Example JSON

{ "errors" : [ "...", ... ], "items" : [ { "id" : ..., "name" : "...", "startTime" : "...", "endTime" : "...", "active" : false, "success" : false, "resultMessage" : "...", "resultDataUrl" : "...", "serviceRef" : { "clusterName" : "...", "serviceName" : "..." }, "roleRef" : { "clusterName" : "...", "serviceName" : "...", "roleName" : "..." }, "hostRef" : { "hostId" : "..." }, "parent" : { "..." : ... }, "children" : { "..." : ... } }, ... ] }