POST api/v1/Stream/HeartBeat?streamId={streamId}

心跳检测

Request Information

Parameters

NameDescriptionAdditional information
streamId
播放流ID

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "status": 0,
  "friendlyMessage": "sample string 1",
  "message": "sample string 2",
  "requestId": "780c2fa6feda4f109f57abcd57dc3232",
  "appOwnerId": 0
}