GitHub user tnine opened a pull request:

    https://github.com/apache/usergrid/pull/414

    Usergrid 1064

    Adds "connection" endpoint to explicitly de-dup connections by application. 
Endpoint examples below
    
    Start a de-dup for an application
    ```
    curl -X POST -u superuser:superuser 
http://localhost:8080/system/connection/dedup/5932bf5c-7c3f-11e5-815e-96b57a930183
    ```
    
    Check the status based on the jobId in the response
    
    ```
    curl -X GET -u superuser:superuser 
http://localhost:8080/system/connection/dedup/0036393d-7c41-11e5-bf5d-96b57a930183
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/usergrid USERGRID-1064

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/usergrid/pull/414.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #414
    
----
commit e41b5f02eb12f72b9c19e5ae079b32d528951b47
Author: Todd Nine <[email protected]>
Date:   2015-10-26T22:24:37Z

    First pass.  Need to test.

commit 3b436243eb19ea03151aedf1ea13a63e2048f2f4
Author: Todd Nine <[email protected]>
Date:   2015-10-27T00:24:58Z

    Fixes bug in resources and tests job status retrieval successfully

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to