aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/test/resources/org/openecomp/mso/client/sdno/health-check/custom-lport-mirror-post-check-request.json
blob: 8c3ca1938d93df581d3f9c2ef12e615815261608 (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
{
	"body": {
		"input": {
			"request-hd-custom": {
				"request-client-name": "MSO",
				"request-user-id": "test-user",
				"request-id": "test-request-id",
				"health-diagnostic-code": "VROUTER000004",
				"operation-type": "lport_mirroring_check",
				"aai-param-list": [
					{
						"key": "configuration-id",
						"value": "test-configuration-id"
					},
					{
						"key": "interface-id",
						"value": "test-interface-id"
					}
				]
			}
		}
	},
	"operation": "health-diagnostic-custom",
	"nodeLoc": "test-clli",
	"nodeType": "VROUTER"
}