aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/test/resources/a-la-carte/auditInfoMSOALaCarte.json
blob: 450e4386349d36ee654dc017a3e169b28dfe0177 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
  {
    "instanceName": "instance name 1",
    "instanceType" : "service",
    "jobStatus": "COMPLETE",
    "requestId": "405652f4-ceb3-4a75-9474-8aea71480a77",
    "additionalInfo": "Service Instance was created successfully.",
    "final": "false"
  },
  {
    "instanceName": "instance name 2",
    "instanceType" : "service",
    "jobStatus": "COMPLETE",
    "requestId": "688d40cd-6bfd-4a4b-95f4-5e4ffa6d6fc5",
    "additionalInfo": "Vnf has been created successfully.",
    "final": "false"
  }
]