[DCAE-PMSH] Removing dmaap mr from suite
[integration/csit.git] / tests / dcaegen2-services-pmsh / testcases / assets / aai-pnf-create.json
1 [
2    {
3       "id":"mr_aai_event",
4       "httpRequest":{
5          "method":"GET",
6          "path":"/events/AAI-EVENT/.*",
7          "queryStringParameters":{
8             "timeout":[
9                "5000"
10             ]
11          }
12       },
13       "httpResponse":{
14          "headers":{
15             "content-type":[
16                "application/json"
17             ]
18          },
19          "statusCode":200,
20          "body":{
21             "type":"JSON",
22             "json":[
23                "{\"cambria.partition\":\"AAI\",\"event-header\":{\"severity\":\"NORMAL\",\"entity-type\":\"pnf\",\"top-entity-type\":\"pnf\",\"entity-link\":\"/aai/v21/network/pnfs/pnf/pnf_newly_discovered\",\"event-type\":\"AAI-EVENT\",\"domain\":\"dev\",\"action\":\"UPDATE\",\"sequence-number\":\"0\",\"id\":\"db09e090-196e-4f84-9645-e449b1cd3640\",\"source-name\":\"dcae-curl\",\"version\":\"v21\",\"timestamp\":\"20200203-15:14:08:807\"},\"entity\":{\"ipaddress-v4-oam\":\"10.10.10.37\",\"nf-role\":\"gNB\",\"equip-type\":\"val8\",\"relationship-list\":{\"relationship\":[{\"related-to\":\"service-instance\",\"relationship-data\":[{\"relationship-value\":\"Demonstration\",\"relationship-key\":\"customer.global-customer-id\"},{\"relationship-value\":\"vCPE\",\"relationship-key\":\"service-subscription.service-type\"},{\"relationship-value\":\"2c03b2a8-e31a-4749-9e99-3089ab441400\",\"relationship-key\":\"service-instance.service-instance-id\"}],\"related-link\":\"/aai/v16/business/customers/customer/Demonstration/service-subscriptions/service-subscription/vCPE/service-instances/service-instance/2c03b2a8-e31a-4749-9e99-3089ab441400\",\"relationship-label\":\"org.onap.relationships.inventory.ComposedOf\",\"related-to-property\":[{\"property-key\":\"service-instance.service-instance-name\",\"property-value\":\"Svc6_1\"}]}]},\"equip-vendor\":\"Ericsson\",\"serial-number\":\"6061ZW3\",\"ipaddress-v6-oam\":\"2001:0db8:0:0:0:0:1428:57ab\",\"orchestration-status\":\"Active\",\"equip-model\":\"val6\",\"in-maint\":false,\"model-version-id\":\"e80a6ae3-cafd-4d24-850d-e14c084a5ca9\",\"resource-version\":\"1578668956804\",\"sw-version\":\"val7\",\"pnf-id\":\"eabcfaf7-b7f3-45fb-94e7-e6112fb3e8b8\",\"pnf-name\":\"pnf_newly_discovered\",\"model-invariant-id\":\"7129e420-d396-4efb-af02-6b83499b12f8\"}}"
24             ]
25          }
26       }
27    },
28    {
29       "id":"pmsh_cl_input_event",
30       "httpRequest":{
31          "path":"/events/unauthenticated.PMSH_CL_INPUT/.*",
32          "method":"GET",
33          "queryStringParameters":{
34             "timeout":[
35                "5000"
36             ]
37          }
38       },
39       "httpResponse":{
40          "statusCode":200,
41          "headers":{
42             "content-type":[
43                "application/json"
44             ]
45          },
46          "body":{
47             "type":"JSON",
48             "json": {
49             }
50          }
51       }
52    },
53    {
54       "id":"dcae_cl_output_event",
55       "httpRequest":{
56          "path":"/events/unauthenticated.DCAE_CL_OUTPUT/.*",
57          "method":"POST"
58       },
59       "httpResponse":{
60          "statusCode":200
61       }
62    }
63 ]