Nadav Yakar resolved HHQ-5755.
-
Resolution: Duplicate
Repetitive lines when sending teh following request: "poll for metric and inventory notifications" (/rest/notification)
-----------------------------------------------------------------------------------------------------------------------
Key: HHQ-5755
URL: https://jira.hyperic.com/browse/HHQ-5755
Project: Hyperic HQ
Issue Type: Bug
Components: API
Affects Versions: 5.7
Reporter: Osnat Haiman
Assignee: Nadav Yakar
Fix For: 5.7
>
On Yael's system we sent the following request:
http://10.23.160.178:7080/rest/notification
We received the following reply.
Problem: Some lines repeat themself (lines 4&5, lines 7&8):
1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2. <ns2:notificationsReport xmlns:ns2="http://vmware.com/hyperic/hq/api/rest/v1">
3. <notifications type="Create">
4. <ns2:rawMetric resourceID="11150" measurementName="Availability" timestamp="1361271720000" value="1.0"/>
5. <ns2:rawMetric resourceID="11150" measurementName="Availability" timestamp="1361271720000" value="1.0"/>
6. <ns2:rawMetric resourceID="11623" measurementName="Metric Inserts Per Minute" timestamp="1361271720000" value="175.617"/>
7. <ns2:rawMetric resourceID="11150" measurementName="Availability" timestamp="1361271780000" value="1.0"/>
8. <ns2:rawMetric resourceID="11150" measurementName="Availability" timestamp="1361271780000" value="1.0"/>
9. <ns2:rawMetric resourceID="11623" measurementName="Metric Inserts Per Minute" timestamp="1361271780000" value="170.038"/>
10. </notifications>
11. </ns2:notificationsReport>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.hyperic.com/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira