[
https://issues.apache.org/jira/browse/USERGRID-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Russo reassigned USERGRID-1279:
---------------------------------------
Assignee: Michael Russo (was: George Reyes)
> Push Notification Counters
> --------------------------
>
> Key: USERGRID-1279
> URL: https://issues.apache.org/jira/browse/USERGRID-1279
> Project: Usergrid
> Issue Type: Story
> Reporter: Jeffrey
> Assignee: Michael Russo
>
> We should have the ability to expose counters for push notifications in the
> same hierarchical fashion that we have for events.
> We need two counters for notifications:
> - Individual notification counters: {code}
> counters.notifications.f86bbfbb-fd2b-11e5-8bf1-02ae99987fc5.{processed | sent
> | failed | opened} {code}
> - Aggregate Notification counters:
> {code}counters.notifications.aggregate.{processed | sent | failed |
> opened}.{year}.{month}.{day}.{HH24} possibly minute. {code}
> Counters should be able to be retrieved using the counters API:
> {code} curl -X GET
> https://api.usergrid.com/your-org/your-app/counters?counter=counters.notifications.f86bbfbb-fd2b-11e5-8bf1-02ae99987fc5.sent
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)