Containerization feature of SO
[so.git] / common / src / test / resources / org / onap / so / client / sdno / health-check / custom-lport-mirror-pre-check-request.json
1 {
2         "body": {
3                 "input": {
4                         "request-hd-custom": {
5                                 "request-client-name": "MSO",
6                                 "request-user-id": "test-user",
7                                 "request-id": "test-request-id",
8                                 "health-diagnostic-code": "VROUTER000003",
9                                 "operation-type": "lport_mirroring_check",
10                                 "send-detailed-cmd-response": "false",
11                                 "aai-param-list": [
12                                         {
13                                                 "key": "configuration-id",
14                                                 "value": "test-configuration-id"
15                                         },
16                                         {
17                                                 "key": "interface-id",
18                                                 "value": "test-interface-id"
19                                         }
20                                 ]
21                         }
22                 }
23         },
24         "operation": "health-diagnostic-custom",
25         "nodeLoc": "test-clli",
26         "nodeType": "VROUTER"
27 }