Skip to main content

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

MethodPathDescriptionReference
GET/cloud-connect/client/connection-statusGet the client's connection statusAPI Reference →
GET/cloud-connect/client/known-hostsRetrieves the client's known hosts entriesAPI Reference →
PUT/cloud-connect/client/known-hostsAdds an entry to the known hostsAPI Reference →
DELETE/cloud-connect/client/known-hosts/{hostName}Remove an entry from the known hostsAPI Reference →
POST/cloud-connect/client/new-key-pairGenerates a new key pair and saves to the disk, overwriting the old filesAPI Reference →
GET/cloud-connect/client/public-keyGet the client's public key as an authorized_keys entryAPI Reference →
POST/cloud-connect/client/reloadReload the client settingsAPI Reference →
POST/cloud-connect/client/restartRestart the clientAPI Reference →
POST/cloud-connect/client/startStart the clientAPI Reference →
GET/cloud-connect/client/startedRetrieve if the client is started/runningAPI Reference →
POST/cloud-connect/client/stopStop the clientAPI Reference →
POST/cloud-connect/proxy/reloadReload the proxy settingsAPI Reference →
GET/cloud-connect/server/authorized-keysRetrieves the authorized keysAPI Reference →
PUT/cloud-connect/server/authorized-keysAdds an entry to the authorized keysAPI Reference →
DELETE/cloud-connect/server/authorized-keys/{comment}Remote an entry from the authorized keysAPI Reference →
GET/cloud-connect/server/clientsLists info about clients connected to the serverAPI Reference →
DELETE/cloud-connect/server/clients/{id}Remove a client's SSH session, only possible if it is closedAPI Reference →
POST/cloud-connect/server/clients/{id}/closeClose a client's SSH sessionAPI Reference →
POST/cloud-connect/server/new-key-pairGenerates a new key pair and saves to the disk, overwriting the old filesAPI Reference →
GET/cloud-connect/server/public-keyReturns the server's public key as a known_hosts entryAPI Reference →
POST/cloud-connect/server/reloadReload the server settingsAPI Reference →
POST/cloud-connect/server/restartRestart the serverAPI Reference →
POST/cloud-connect/server/startStart the serverAPI Reference →
GET/cloud-connect/server/startedGet if server is started/runningAPI Reference →
POST/cloud-connect/server/stopStop the serverAPI Reference →
POST/grpc-publisher/clear-cache/{xid}Clear the data cache for a gRPC publisherAPI Reference →
DELETE/grpc-publisher/republish/{xid}Cancel an in-progress data republish operationAPI Reference →
GET/grpc-publisher/republish/{xid}Get the status of a data republish operationAPI Reference →
POST/grpc-publisher/republish/{xid}Republish historical data to a gRPC subscriberAPI Reference →
GET/grpc-publisher/status/{xid}Get the runtime status of a gRPC publisherAPI Reference →
POST/line-protocol/configure/{xid}Set thread pool settingsAPI Reference →
GET/line-protocol/status/{xid}Get runtime statusAPI Reference →
POST/line-protocol/writePOST line dataAPI Reference →