diff options
author | Phillip Leigh <phillip.leigh@amdocs.com> | 2018-07-27 11:18:51 -0400 |
---|---|---|
committer | Phillip Leigh <phillip.leigh@amdocs.com> | 2018-08-15 11:11:37 -0400 |
commit | 08496f00787d418976354cb0aa02f0bf0f4b0294 (patch) | |
tree | c1f95eeb90264c3769169f8d7de7199c32aee373 /src/test/resources/junit/networkDiscovery-1.json | |
parent | 6dcf97a8e2160f9d54a3a155a36f4c4fa7e35f0d (diff) |
Stitch btw NetworkDiscovery&ServiceDecomp& CtxAggr
Issue-ID: LOG-599
Change-Id: Ia96ee1f7e586f385a3dc9c4fe0c5ff3badfeeea3
Signed-off-by: Phillip Leigh <phillip.leigh@amdocs.com>
Diffstat (limited to 'src/test/resources/junit/networkDiscovery-1.json')
-rw-r--r-- | src/test/resources/junit/networkDiscovery-1.json | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/src/test/resources/junit/networkDiscovery-1.json b/src/test/resources/junit/networkDiscovery-1.json new file mode 100644 index 0000000..6dd844f --- /dev/null +++ b/src/test/resources/junit/networkDiscovery-1.json @@ -0,0 +1,83 @@ +{ + "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 |