PageOfTaskSummary

PageOfTaskSummary
PageOfTaskSummary

Component workflow input parameter.

JSON Example
{
    "elements": [
        {
            "resourceId": "af6ef462-e192-4fe1-9522-67a50a2b3392",
            "updatedBy": "admin",
            "parentTaskId": "f81ec638-4452-4ae6-bffe-2ff284b43710",
            "description": {
                "args": {
                    "cloudProxyFqdn": "cloudProxy1.vsphere.local"
                },
                "localizedMessage": "Started upgrade for Cloud Proxy `cloudProxy1.vsphere.local`",
                "defaultMessage": "Started upgrade for Cloud Proxy `cloudProxy1.vsphere.local`",
                "id": "com.broadcom.lcm.ops.cloudproxy.upgrade.started"
            },
            "updateTime": "2000-01-23T04:56:07.000Z",
            "type": "type",
            "cancellable": true,
            "retriable": true,
            "createdBy": "admin",
            "createTime": "2000-01-23T04:56:07.000Z",
            "name": "vcfa_90_to_91_upgrade",
            "startTime": "2000-01-23T04:56:07.000Z",
            "correlationId": "39ab89c8-a945-4290-9327-13c5bd3f595c",
            "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
            "endTime": "2000-01-23T04:56:07.000Z",
            "status": "PENDING",
            "resourceType": "COMPONENT"
        },
        {
            "resourceId": "af6ef462-e192-4fe1-9522-67a50a2b3392",
            "updatedBy": "admin",
            "parentTaskId": "f81ec638-4452-4ae6-bffe-2ff284b43710",
            "description": {
                "args": {
                    "cloudProxyFqdn": "cloudProxy1.vsphere.local"
                },
                "localizedMessage": "Started upgrade for Cloud Proxy `cloudProxy1.vsphere.local`",
                "defaultMessage": "Started upgrade for Cloud Proxy `cloudProxy1.vsphere.local`",
                "id": "com.broadcom.lcm.ops.cloudproxy.upgrade.started"
            },
            "updateTime": "2000-01-23T04:56:07.000Z",
            "type": "type",
            "cancellable": true,
            "retriable": true,
            "createdBy": "admin",
            "createTime": "2000-01-23T04:56:07.000Z",
            "name": "vcfa_90_to_91_upgrade",
            "startTime": "2000-01-23T04:56:07.000Z",
            "correlationId": "39ab89c8-a945-4290-9327-13c5bd3f595c",
            "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
            "endTime": "2000-01-23T04:56:07.000Z",
            "status": "PENDING",
            "resourceType": "COMPONENT"
        }
    ],
    "pageMetadata": {
        "pageNumber": 5,
        "totalPages": 7,
        "pageSize": 5,
        "totalElements": 2
    }
}
array of TaskSummary
elements
Optional

elements

pageMetadata
Optional

Retrieves the parameters needed to help pagination on client.

Returned By