PagedModelMasterTaskResponseDTO
PagedModelMasterTaskResponseDTO
JSON Example
{
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
],
"content": [
{
"id": "string",
"taskType": "string",
"userName": "string",
"createdTimestamp": "string",
"stateHistory": [
{
"state": "string",
"createdTimestamp": "string",
"errorEvent": false
}
],
"infrastructureDetails": {
"id": "string",
"name": "string",
"type": "string"
},
"targetDetails": {
"id": "string",
"name": "string",
"type": "string"
},
"status": "string",
"percent": 0,
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
],
"page": {
"size": 0,
"totalElements": 0,
"totalPages": 0,
"number": 0
}
}