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

Content Import – Disney+ (CIM-DPLUS) API documentation

The APIs provide support for manual/on-demand ingestion of incremental/updated metadata from Disney+ into OpenTV Video Platform.

Endpoint: http://<serverIP>:8022/cim-dplus/v1/ingest


Request

Description

Response

GET

Gets the ingestion status


Response code

Message

200

RUNNING/IDLE/STOPPING/ERROR


POST

Starts the manual/on-demand ingestion.


Response code

Message

201

Ingestion started successfully.

409

Currently an ingestion is ongoing. Wait for some time to complete.


If there is an ongoing ingestion, the user can delete the ongoing ingestion and then request a on-demand ingestion.


DELETE

Stops the ongoing ingestion (full/incremental/manual).


Response code

Message

200

Ingestion stopped successfully

200

No ingestion to stop

400

Unsupported endpoint name


See also