aboutsummaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/assets/json/progress.json
blob: 1a36c1e2943a577e950b5e2445a178691eb88850 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "operationStatus":{
        "operationId": "XXXXXX",
        "operation": "create|delete|update|scale",
        "result": "finished|error|processing",
        "reason": "",
        "userId": "",
        "operationContent": "Be creating pop.",
        "progress": 0,
        "operateAt": "",
        "finishedAt": "" 
    }
}