Integrations
Connect Mango to cloud services, InfluxDB, and gRPC-based publisher integrations.
See also: Integrations documentation | Full API Reference for interactive testing and complete schemas.
Endpoints
| Method | Path | Description | Reference |
|---|---|---|---|
| GET | /cloud-connect/client/connection-status | Get the client's connection status | API Reference → |
| GET | /cloud-connect/client/known-hosts | Retrieves the client's known hosts entries | API Reference → |
| PUT | /cloud-connect/client/known-hosts | Adds an entry to the known hosts | API Reference → |
| DELETE | /cloud-connect/client/known-hosts/{hostName} | Remove an entry from the known hosts | API Reference → |
| POST | /cloud-connect/client/new-key-pair | Generates a new key pair and saves to the disk, overwriting the old files | API Reference → |
| GET | /cloud-connect/client/public-key | Get the client's public key as an authorized_keys entry | API Reference → |
| POST | /cloud-connect/client/reload | Reload the client settings | API Reference → |
| POST | /cloud-connect/client/restart | Restart the client | API Reference → |
| POST | /cloud-connect/client/start | Start the client | API Reference → |
| GET | /cloud-connect/client/started | Retrieve if the client is started/running | API Reference → |
| POST | /cloud-connect/client/stop | Stop the client | API Reference → |
| POST | /cloud-connect/proxy/reload | Reload the proxy settings | API Reference → |
| GET | /cloud-connect/server/authorized-keys | Retrieves the authorized keys | API Reference → |
| PUT | /cloud-connect/server/authorized-keys | Adds an entry to the authorized keys | API Reference → |
| DELETE | /cloud-connect/server/authorized-keys/{comment} | Remote an entry from the authorized keys | API Reference → |
| GET | /cloud-connect/server/clients | Lists info about clients connected to the server | API Reference → |
| DELETE | /cloud-connect/server/clients/{id} | Remove a client's SSH session, only possible if it is closed | API Reference → |
| POST | /cloud-connect/server/clients/{id}/close | Close a client's SSH session | API Reference → |
| POST | /cloud-connect/server/new-key-pair | Generates a new key pair and saves to the disk, overwriting the old files | API Reference → |
| GET | /cloud-connect/server/public-key | Returns the server's public key as a known_hosts entry | API Reference → |
| POST | /cloud-connect/server/reload | Reload the server settings | API Reference → |
| POST | /cloud-connect/server/restart | Restart the server | API Reference → |
| POST | /cloud-connect/server/start | Start the server | API Reference → |
| GET | /cloud-connect/server/started | Get if server is started/running | API Reference → |
| POST | /cloud-connect/server/stop | Stop the server | API Reference → |
| POST | /grpc-publisher/clear-cache/{xid} | Clear the data cache for a gRPC publisher | API Reference → |
| DELETE | /grpc-publisher/republish/{xid} | Cancel an in-progress data republish operation | API Reference → |
| GET | /grpc-publisher/republish/{xid} | Get the status of a data republish operation | API Reference → |
| POST | /grpc-publisher/republish/{xid} | Republish historical data to a gRPC subscriber | API Reference → |
| GET | /grpc-publisher/status/{xid} | Get the runtime status of a gRPC publisher | API Reference → |
| POST | /line-protocol/configure/{xid} | Set thread pool settings | API Reference → |
| GET | /line-protocol/status/{xid} | Get runtime status | API Reference → |
| POST | /line-protocol/write | POST line data | API Reference → |