summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/mock/json/uui-lcm_services_progress.json
blob: 8676b49adcc363800e9ff4af76f45ff856ae9588 (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": 99,
    "operateAt": "",
    "finishedAt": ""
  }
}