summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/mock/json/uui-lcm_jobs_getNsLcmJobStatus.json
blob: c08dcc36c005fb8cc5ac44a9e980c2b3eb807110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "jobId": "string",
  "responseDescriptor": {
    "status": "string",
    "progress": 90,
    "statusDescription": "string",
    "errorCode": "string",
    "responseId": "string",
    "responseHistoryList": [
      {
        "status": "string",
        "progress": "string",
        "statusDescription": "string",
        "errorCode": "string",
        "responseId": "string"
      }
    ]
  }
}