Parameter name | Type | Required | Description |
ReqId | String | Yes | Unique identifier for each request, a 32-character UUID. |
SessionId | String | Yes | Unique identifier for the session. |
Command | String | Yes | SEND_HEARTBEAT: Send a heartbeat. |
Data | Yes | Data Object |
Name | Type | Required | Description |
Text | string | Yes | Use the fixed value PING |
{"Header": {},"Payload": {"ReqId": "d7aa08da33dd4a662ad5be508c5b77cf","SessionId": "m123adfafvbadsafd","Command": "SEND_HEARTBEAT","Data": {"Text": "PING",}}}
Was this page helpful?