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": "8552b3274ad64a7dbc672823c44d23f3",
  "appOwnerId": 0
}