aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/test/resources/org/openecomp/mso/client/sdno/health-check/custom-port-mirror-pre-check-request.json
blob: 19d934d291aab72fab7b095a72b96661817fa9f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	"body": {
		"input": {
			"request-hd-custom": {
				"request-client-name": "MSO",
				"request-user-id": "test-user",
				"request-id": "test-request-id",
				"health-diagnostic-code": "VROUTER000003",
				"operation-type": "mirroring_check",
				"aai-param-list": [
					{
						"key": "configuration-id",
						"value": "test-configuration-id"
					}
				]
			}
		}
	},
	"operation": "health-diagnostic-custom",
	"nodeLoc": "test-clli",
	"nodeType": "VROUTER"
}