aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/so_get_e2e_delete.json
blob: f6bc1178434267470ef52f1a8e690d980df4db3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "request": {
    "method": "GET",
    "url": "/ecomp/mso/infra/e2eServiceInstances/v3/e4688e5f-61a0-4f8b-ae02-a2fbde623bcb/operations/operationId"
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "jsonBody": {
      "operation": {
        "operationId": "operationid",
        "operation": "create",
        "result": "finished",
        "reason": "",
        "userid": "",
        "operationContent": "Creating E2E SOTN Service",
        "progress": 100,
        "operateAt": "",
        "finishedAt": ""
      }
    }
  }
}