Realtime allows you to listen to any events on the server-side in realtime using the subscribe method.
Instead of requesting new data via HTTP, the subscription will receive new data every time it changes, any connected client receives that update within milliseconds via a WebSocket connection.
Channel
Subscribe
Unsubscribe
Payload
Quick Links:
This section contains the information about api references for Aircampi Realtime.
Group of endpoints:
The Health service is designed to allow you to both validate and monitor that your Aircampi Realtime's instance and all of its internal components are up and responsive.
Response samples
- 200
- 400
- 401
- 403
- 405
- 429
- 500
- 501
- 503
{- "server_name": "Aircampi Realtime",
- "server_version": "0.1.0",
- "server_status": "Active",
- "server_description": "Realtime allows you to listen to any events on the server-side in realtime using the subscribe method."
}
Health Check Models
Resource Type: Single Resource
Fields:
- server_name
- server_version
- server_status
- server_description
Child Resources:
No child resources.
server_name | string Name of server |
server_version | string Version of server |
server_status | string Default: "Active" Enum: "Active" "Warning" "Error" Status of server |
server_description | string Description of server |
{- "server_name": "Aircampi Realtime",
- "server_version": "0.1.0",
- "server_status": "Active",
- "server_description": "Realtime allows you to listen to any events on the server-side in realtime using the subscribe method."
}