aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/junit/networkDiscovery-1.json
diff options
context:
space:
mode:
authorNorm Traxler <normant@amdocs.com>2019-01-21 21:03:59 +0000
committerNorm Traxler <normant@amdocs.com>2019-01-22 14:23:19 +0000
commit5c07f0088fd71e30bfd8dc92b870f604b4297420 (patch)
tree8f4fca51f25c591888b6dad00c6b94ee0db6a1ce /src/test/resources/junit/networkDiscovery-1.json
parentcdad28821c2ac6834e284aae72f10ad2d0529147 (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/networkDiscovery-1.json')
-rw-r--r--src/test/resources/junit/networkDiscovery-1.json83
1 files changed, 0 insertions, 83 deletions
diff --git a/src/test/resources/junit/networkDiscovery-1.json b/src/test/resources/junit/networkDiscovery-1.json
deleted file mode 100644
index 6dd844f..0000000
--- a/src/test/resources/junit/networkDiscovery-1.json
+++ /dev/null
@@ -1,83 +0,0 @@
-{
- "requestId": "2131_1",
- "code": 200,
- "message": "OK",
- "ackFinalIndicator": true,
- "resources": [{
- "id": "25fb07ab-0478-465e-a021-6384ac299671",
- "type": "vserver",
- "dataQuality": {
- "status": "ok"
- },
- "attributeList": [{
- "name": "vserver-id",
- "value": "25fb07ab-0478-465e-a021-6384ac299671",
- "dataQuality": {
- "status": "ok"
- }
- },
- {
- "name": "power-state",
- "value": "1",
- "dataQuality": {
- "status": "ok"
- }
- },
- {
- "name": "vm-state",
- "value": "active",
- "dataQuality": {
- "status": "ok"
- }
- },
- {
- "name": "status",
- "value": "ACTIVE",
- "dataQuality": {
- "status": "ok"
- }
- },
- {
- "name": "host-status",
- "value": "UNKNOWN",
- "dataQuality": {
- "status": "ok"
- }
- },
- {
- "name": "updated",
- "value": "2017-11-20T04:26:13Z",
- "dataQuality": {
- "status": "ok"
- }
- },
- {
- "name": "disk-allocation-gb",
- "value": ".010",
- "dataQuality": {
- "status": "ok"
- }
- },
- {
- "name": "memory-usage-mb",
- "value": "null",
- "dataQuality": {
- "status": "ok"
- }
- },
- {
- "name": "cpu-util-percent",
- "value": ".048",
- "dataQuality": {
- "status": "ok"
- }
- },
- {
- "name": "retrieval-timestamp",
- "value": "2018-07-26 01:37:07 +0000",
- "dataQuality": {
- "status": "ok"
- }
- }]
- }]
-} \ No newline at end of file