VOD Catalog Contents API Changes - AWS Elemental Delta

This is version 2.3 of the AWS Elemental Delta documentation. This is the latest version. For prior versions, see the Previous Versions section of AWS Elemental Delta Documentation.

VOD Catalog Contents API Changes

When you have many VOD catalog contents and send a GET request, append ?slim=true to the request to retrieve results more quickly. This way, the response includes information about the content itself and not the filters applied to it.

GET http://<Delta IP address>:8080/vod_catalog_contents?slim=true ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––- <vod_catalog_contents> <vod_catalog_content> <name>HLScontent</name> <path>default_HLS/vod_106</path> <content_alias nil="true"/> <resource_id></resource_id> <resource_id_alt></resource_id_alt> <delta_owned>true</delta_owned> <vod_output_template_alias>marisol</vod_output_template_alias> <encrypted>false</encrypted> <created_at>2018-10-03T10:47:18-07:00</created_at> <updated_at>2018-10-03T10:47:18-07:00</updated_at> </vod_catalog_content> <vod_catalog_content> <name>UDPcontent</name> <path>UDP5/vod_112</path> <content_alias nil="true"/> <resource_id></resource_id> <resource_id_alt></resource_id_alt> <delta_owned>true</delta_owned> <vod_output_template_alias>marisol</vod_output_template_alias> <encrypted>false</encrypted> <created_at>2018-10-03T10:47:44-07:00</created_at> <updated_at>2018-10-03T10:47:44-07:00</updated_at> </vod_catalog_content> </vod_catalog_contents>