TVU Public API Stage
Home
Home
  1. Channel for MOS
  • Back to home
  • MOS Gateway API
  • Channel for MOS
    • channelEventSync
      POST
    • env-check
      GET
  • route
    PUT
  1. Channel for MOS

channelEventSync

Testing
POST
https://gateway-test.tvunetworks.com/tvu-playout-thu/channelEventSync/enable
provided by Channel used by customers, specifies which VM's schedule should be mapped, i.e. sending event to MOS Gateway in real time.

Request

Query Params

Header Params

Cookie Params

Responses

🟢200成功
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gateway-test.tvunetworks.com/tvu-playout-thu/channelEventSync/enable?programId=904249b9e9ac491eb9b592184713db6d&enable=true' \
--header 'SID: '
Response Response Example
{
    "errorCode": "0x0",
    "errorInfo": "Success"
}
Modified at 2025-02-17 08:49:44
Previous
Channel for MOS
Next
env-check
Built with