OpenTV ENTera & OpenTV Platform Documentation
25.52_Q4 25.26_Q2 25.12_Q1 24.50_Q4 24.38_Q3 24.26_Q2 23.50_Q4 23.24_Q2 23.12_Q1 22.50_Q4 22.38_Q3 22.24_Q2
25.52_Q4 25.26_Q2 25.12_Q1 24.50_Q4 24.38_Q3 24.26_Q2 23.50_Q4 23.24_Q2 23.12_Q1 22.50_Q4 22.38_Q3 22.24_Q2

Attaching an STCU profile to a technical channel

Request

To attach an STCU profile to a technical channel, send a POST request to:

http://<server>:<port>/cpm/content/v1/technicalChannels/{_id}

Headers

  • Content-Type: application/json

Mandatory fields

  • _id (in URL)

Example

A request with this payload attaches the specified STCU profile to the technical channel:

{
   "profileId": "stcu_hls1"
}

Response

A successful request returns an HTTP 200 status.

A bad request returns an HTTP 400 status.

Example

The payload of a response to a successful request looks like this:

{
  "self": "/content/v1/technicalChannels/tch01"
}

See also 

For full details of this API, see the Content and Product Manager (CPM) API documentation: content v1.