Publishers
Configure publishers that push data from Mango to external systems. Manage published points.
See also: Publishers documentation | Full API Reference for interactive testing and complete schemas.
Endpoints
| Method | Path | Description | Reference |
|---|---|---|---|
| GET | /persistent-publisher/status/{xid} | Get the connection status for a publisher | API Reference → |
| PUT | /persistent-publisher/sync/{xid} | Start a sync on the publisher | API Reference → |
| PUT | /persistent-publisher/update-historical-sync-start-time/{xid} | Update the historical sync start time | API Reference → |
| GET | /published-points | Query Published Points | API Reference → |
| POST | /published-points | Create published point | API Reference → |
| DELETE | /published-points/{xid} | Delete a published point | API Reference → |
| GET | /published-points/{xid} | Get Published Point by XID | API Reference → |
| PATCH | /published-points/{xid} | Partially update a published point | API Reference → |
| PUT | /published-points/{xid} | Update published point | API Reference → |
| GET | /published-points/bulk | Get a list of current bulk published point operations | API Reference → |
| POST | /published-points/bulk | Bulk get/create/update/delete published points | API Reference → |
| DELETE | /published-points/bulk/{id} | Remove a bulk published point operation using its id | API Reference → |
| GET | /published-points/bulk/{id} | Get the status of a bulk published point operation using its id | API Reference → |
| PUT | /published-points/bulk/{id} | Update a bulk published point operation using its id | API Reference → |
| GET | /published-points/by-id/{id} | Get published point by ID | API Reference → |
| PUT | /published-points/enable-disable/{xid} | Enable/disable/restart a published point | API Reference → |
| GET | /published-points/export | Export formatted for Configuration Import by supplying an RQL query | API Reference → |
| GET | /published-points/export/{xid} | Export formatted for Configuration Import | API Reference → |
| GET | /published-points/query-data-point-rql | Gets a list of published points for bulk import via CSV using RQL against data points | API Reference → |
| GET | /publishers | Query Publishers Sources | API Reference → |
| POST | /publishers | Save publisher | API Reference → |
| GET | /publishers-without-points | Query Publishers | API Reference → |
| POST | /publishers-without-points | Save publisher, if points are supplied in model they will replace all existing points | API Reference → |
| DELETE | /publishers-without-points/{xid} | Delete a publisher | API Reference → |
| GET | /publishers-without-points/{xid} | Get publisher by XID | API Reference → |
| PATCH | /publishers-without-points/{xid} | Partially update a publisher, if points are supplied in model they will replace all existing points | API Reference → |
| PUT | /publishers-without-points/{xid} | Update publisher, if points are supplied in model they will replace all existing points | API Reference → |
| GET | /publishers-without-points/by-id/{id} | Get publisher by ID | API Reference → |
| PUT | /publishers-without-points/enable-disable/{xid} | Enable/disable/restart a publisher | API Reference → |
| GET | /publishers-without-points/export | Export formatted for Configuration Import by supplying an RQL query | API Reference → |
| GET | /publishers-without-points/export/{xid} | Export formatted for Configuration Import | API Reference → |
| DELETE | /publishers/{xid} | Delete a publisher | API Reference → |
| GET | /publishers/{xid} | Get publisher by XID | API Reference → |
| PATCH | /publishers/{xid} | Partially update a publisher | API Reference → |
| PUT | /publishers/{xid} | Update publisher | API Reference → |
| GET | /publishers/by-id/{id} | Get publisher by ID | API Reference → |
| PUT | /publishers/enable-disable/{xid} | Enable/disable/restart a publisher | API Reference → |
| GET | /publishers/export | Export formatted for Configuration Import by supplying an RQL query | API Reference → |
| GET | /publishers/export/{xid} | Export formatted for Configuration Import | API Reference → |