PageTask
PageTask
JSON Example
{
"items": [
{
"id": "string",
"vcdId": "string",
"vcdAssociationId": "string",
"description": "string",
"status": "string",
"resourceType": "string",
"resourceKey": "string",
"progress": 0,
"tenant": "string",
"owner": "string",
"startDate": "string",
"endDate": "string",
"reason": "string",
"metadata": {
"metadata": "string"
}
}
],
"pageInfo": {
"offset": 0,
"limit": 0,
"total": 0
}
}