A list of ApiParcel.
name | data type | description |
---|---|---|
items | array of ApiParcel |
Example
{ "items" : [ { "product" : "...", "version" : "...", "stage" : "...", "state" : { "progress" : 12345, "totalProgress" : 12345, "count" : 12345, "totalCount" : 12345, "errors" : [ "...", "..." ], "warnings" : [ "...", "..." ] }, "clusterRef" : { "clusterName" : "...", "displayName" : "..." } }, { "product" : "...", "version" : "...", "stage" : "...", "state" : { "progress" : 12345, "totalProgress" : 12345, "count" : 12345, "totalCount" : 12345, "errors" : [ "...", "..." ], "warnings" : [ "...", "..." ] }, "clusterRef" : { "clusterName" : "...", "displayName" : "..." } } ] }