diff options
author | Dan Timoney <dt5972@att.com> | 2018-07-27 20:53:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-07-27 20:53:51 +0000 |
commit | 46c24a62f6931364075e9bd1cd33446dfdc9575b (patch) | |
tree | 8de852a617861bff9f8f1d1d80b0d2636e1e64b2 /pomba/network-discovery-api/src/test/resources/notification.json | |
parent | 7a8f22568543677bd2ef98f5d69a8c557a9d038c (diff) | |
parent | 92c73de0f57aee2ada5f5c85b960c4c8ce7adf85 (diff) |
Merge "Initial code for network discovery microservice"
Diffstat (limited to 'pomba/network-discovery-api/src/test/resources/notification.json')
-rw-r--r-- | pomba/network-discovery-api/src/test/resources/notification.json | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/pomba/network-discovery-api/src/test/resources/notification.json b/pomba/network-discovery-api/src/test/resources/notification.json new file mode 100644 index 0000000..6a3bd4b --- /dev/null +++ b/pomba/network-discovery-api/src/test/resources/notification.json @@ -0,0 +1,87 @@ +{ + "requestId": "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": ".043", + "dataQuality": { + "status": "ok" + } + }, + { + "name": "retrieval-timestamp", + "value": "2018-06-25 18:02:55 +0000", + "dataQuality": { + "status": "ok" + } + } + ] + } + ] +}
\ No newline at end of file |