move aai-client into its own project
[so.git] / graph-inventory / aai-client / src / test / resources / __files / aai / singletransaction / sample-response-failure.json
1 {
2         "operation-responses": [
3                 {
4                         "action": "put",
5                         "uri": "/cloud-infrastructure/pservers/pserver/pserver-hostname",
6                         "response-status-code": 201,
7                         "response-body": null
8                 },
9                 {
10                         "action": "patch",
11                         "uri": "/cloud-infrastructure/pservers/pserver/pserver-hostname",
12                         "response-status-code": 200,
13                         "response-body": null
14                 },
15                 {
16                         "action": "put",
17                         "uri": "/cloud-infrastructure/complexes/complex/my-complex",
18                         "response-status-code": 400,
19                         "response-body": {
20                                 "requestError": {
21                                         "serviceException": {
22                                                 "messageId": "SVC3003",
23                                                 "text": "another error message",
24                                                 "variables": []
25                                         }
26                                 }
27                         }
28                 }
29         ]
30 }