aboutsummaryrefslogtreecommitdiffstats
path: root/so-sdn-clients/src/test/resources/__files/sdno/health-check/custom-lport-mirror-pre-check-request.json
blob: bf168b00287b26cc214cb643e4e39002dd6f4f5b (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
{
	"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": "lport_mirroring_check",
				"send-detailed-cmd-response": "false",
				"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"
}