aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2-services-slice-analysis-ms/testcases/data/aai_event_svc_modification_bw.json
blob: 1bdef6856dbfcbe74f7310efb535b103021fd3eb (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "cambria.partition": "AAI",
  "event-header": {
    "severity": "NORMAL",
    "entity-type": "service-instance",
    "top-entity-type": "customer",
    "entity-link": "/aai/v24/business/customers/customer/IBNCustomer/service-subscriptions/service-subscription/IBN/service-instances/service-instance/test",
    "event-type": "AAI-EVENT",
    "domain": "dev",
    "action": "UPDATE",
    "sequence-number": "0",
    "id": "48c2016e-12cb-4f9f-ab25-5eaaf8da9fe8",
    "source-name": "UUI",
    "version": "v24",
    "timestamp": "20220406-19:53:41:550"
  },
  "entity":{
    "global-customer-id": "IBNCustomer",
    "subscriber-name": "IBNCustomer",
    "service-subscriptions": {
      "service-subscription": [
        {
          "service-type": "IBN",
          "service-instances": {
            "service-instance": [
              {
                "model-version-id": "6790ab0e-034f-11eb-adc1-0242ac120002",
                "service-instance-id": "test",
                "resource-version": "1649274821478",
                "service-type": "IBN",
                "service-instance-location-id": "cll-101",
                "service-role": "TN",
                "environment-context": "001-100001",
                "bandwidth-total": "4000",
                "model-invariant-id": "6790ab0e-034f-11eb-adc1-0242ac120002",
                "service-instance-name": "decheng-test-001",
                "orchestration-status": "allocated"
              }
            ]
          }
        }
      ]
    }
  }
}