diff options
author | Norm Traxler <normant@amdocs.com> | 2019-01-21 21:03:59 +0000 |
---|---|---|
committer | Norm Traxler <normant@amdocs.com> | 2019-01-22 14:23:19 +0000 |
commit | 5c07f0088fd71e30bfd8dc92b870f604b4297420 (patch) | |
tree | 8f4fca51f25c591888b6dad00c6b94ee0db6a1ce /src/test/resources/junit/networkDiscoveryResponseVserver-1.json | |
parent | cdad28821c2ac6834e284aae72f10ad2d0529147 (diff) |
NetworkDiscCtxBuilder error handling
Issue-ID: LOG-938
Change-Id: I20e8592efe5f1ca8960f228041303c8d25628018
Signed-off-by: Norm Traxler <normant@amdocs.com>
Diffstat (limited to 'src/test/resources/junit/networkDiscoveryResponseVserver-1.json')
-rw-r--r-- | src/test/resources/junit/networkDiscoveryResponseVserver-1.json | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/src/test/resources/junit/networkDiscoveryResponseVserver-1.json b/src/test/resources/junit/networkDiscoveryResponseVserver-1.json new file mode 100644 index 0000000..7861c71 --- /dev/null +++ b/src/test/resources/junit/networkDiscoveryResponseVserver-1.json @@ -0,0 +1,99 @@ +{ + "requestId": "2131_1", + "code": 200, + "message": "OK", + "ackFinalIndicator": true, + "resources": [ + { + "id": "25fb07ab-0478-465e-a021-6384ac299671", + "name": "vserver-name", + "type": "vserver", + "dataQuality": { + "status": "ok", + "errorText": null + }, + "attributeList": [ + { + "name": "id", + "value": "2c311eae-f542-4173-8a01-582922abd495", + "dataQuality": { + "status": "ok", + "errorText": null + } + }, + { + "name": "name", + "value": "norm-d2-k8s", + "dataQuality": { + "status": "ok", + "errorText": null + } + }, + { + "name": "hostname", + "value": "norm_bouygues", + "dataQuality": { + "status": "ok", + "errorText": null + } + }, + { + "name": "inMaintenance", + "value": "false", + "dataQuality": { + "status": "ok", + "errorText": null + } + }, + { + "name": "imageId", + "value": "c0022890-d91f-422c-91c5-3866edeae768", + "dataQuality": { + "status": "ok", + "errorText": null + } + }, + { + "name": "status", + "value": "ACTIVE", + "dataQuality": { + "status": "ok", + "errorText": null + } + }, + { + "name": "vmState", + "value": "active", + "dataQuality": { + "status": "ok", + "errorText": null + } + }, + { + "name": "tenantId", + "value": "15ad36d394e744838e947ca90609f805", + "dataQuality": { + "status": "ok", + "errorText": null + } + }, + { + "name": "hostId", + "value": "ea1660efbbedda164379afacdc622305c4b88cebfb84119472d286a8", + "dataQuality": { + "status": "ok", + "errorText": null + } + }, + { + "name": "hostStatus", + "value": "UNKNOWN", + "dataQuality": { + "status": "ok", + "errorText": null + } + } + ] + } + ] +}
\ No newline at end of file |