OpenTV ENTera & OpenTV Platform Documentation

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

The APIs provide support for manual/on-demand ingestion of incremental/updated metadata from Disney+ into OpenTV 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