{ "opencollection": "1.0.0", "info": { "name": "Media Services Media Stream API", "version": "20211101" }, "items": [ { "info": { "name": "mediaStream", "type": "folder" }, "items": [ { "info": { "name": "Gets content of a media playlist.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211101/actions/generatePlaylist", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "streamPackagingConfigId", "value": "", "type": "query", "description": "Unique Stream Packaging Configuration identifier." }, { "name": "mediaAssetId", "value": "", "type": "query", "description": "Unique MediaAsset identifier." }, { "name": "token", "value": "", "type": "query", "description": "Streaming session authentication token." } ] }, "docs": "Gets the playlist content for the specified Packaging Configuration and Media Asset combination. This API call is made using the MediaStreamsClient, which requires the endpoint to be set with the value of the distribution channel domain name (for example, https://example_channel.dc.mediaservices.example_region.oci.oraclecloud.com) to generate a session token or playlist for a media asset registered in this distribution channel." }, { "info": { "name": "Generates a streaming session token.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211101/actions/generateSessionToken", "headers": [ { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Generate a new streaming session token. This API call is made using the MediaStreamsClient, which requires the endpoint to be set with the value of the distribution channel domain name (for example, https://example_channel.dc.mediaservices.example_region.oci.oraclecloud.com) to generate a session token or playlist for a media asset registered in this distribution channel." } ] } ], "bundled": true }