QueryResultOfC4ApiTaskOfobject

QueryResultOfC4ApiTaskOfobject
QueryResultOfC4ApiTaskOfobject
JSON Example
{
    "items": [
        {
            "endTime": 1499929558827,
            "error": {
                "args": [
                    "string"
                ],
                "code": "string",
                "msg": "string",
                "stacktrace": "string"
            },
            "id": "f61d60d2-698a-46dc-a266-88df27644956",
            "lastUpdated": 1499929558827,
            "progress": 100,
            "resultType": "string",
            "site": "site2",
            "startTime": 1499929548951,
            "state": "SUCCEEDED",
            "user": "root",
            "warnings": [],
            "workflowInfo": {
                "resourceId": "C4VAPP-ccbe771e-b685-46c7-8c7a-4ed36915d963",
                "resourceName": "my vapp 1",
                "resourceType": "vappReplication",
                "type": "sync"
            }
        }
    ],
    "limit": 100,
    "offset": 0,
    "total": 3
}
items
Optional

A list of tasks.

integer As int32 As int32
limit
Optional

Maximum number of items that this query could retrieve.

integer As int32 As int32
offset
Optional

How much items were skipped, before retrieving the actual items.

integer As int64 As int64
total
Optional

The total number of items.

Returned By