aboutsummaryrefslogtreecommitdiffstats
path: root/so-sdn-clients/src/test/resources/__files/sdno/client/output-failure.json
blob: 8cf0a820cde74ec9a1e8ea66cc610a0bdc6c39e8 (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
{
	"body": {
		"output": {
			"response-hd-custom": {
				"response-status": "Failure",
				"cached-data": "false",
				"response-interface-type": "ansible",
				"response-id": "191bf423-8473-4f7c-9fbb-e5dcbb40a12b",
				"remote_end_time": "2017-10-13T14:51:53.490+0000",
				"response-client-name": "MSO",
				"user_id": "xxxxxx",
				"remote_start_time": "2017-10-13T14:51:53.173+0000",
				"error-message": "my error message",
				"connection-failure-msg": "SDNO was unable to connect to an Ansible REST API server; Please ensure Ansible REST server is running"
			}
		}
	},
	"result-info": {
		"code": "200",
		"status": "SUCCESS",
		"request-id": "xyz123",
		"client-name": "MSO",
		"processing-host": "sdno-sdno-mtsnjv9sdno01"
	}
}