Difference between revisions of "GetAESKey"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{Api_Method_Spec| Description=Returns the AES Key used for the DRM protection of the content (live channel ID, CDN Live ID). |Parameters= {{Api_Parameter| ParamName=token |Para...")
 
Line 1: Line 1:
 +
{{Deprecated|Message=This method has been deprecated in GVP 3.2.}}
 
{{Api_Method_Spec|
 
{{Api_Method_Spec|
 
Description=Returns the AES Key used for the DRM protection of the content (live channel ID, CDN Live ID).
 
Description=Returns the AES Key used for the DRM protection of the content (live channel ID, CDN Live ID).

Revision as of 16:20, 9 February 2016

Warning.png

This method has been deprecated in GVP 3.2.

Description

Returns the AES Key used for the DRM protection of the content (live channel ID, CDN Live ID).

Parameters

  • token (String, required)
A valid token for identifying the API session context and logged user.
  • liveChannelId (int, required)
Live Channel ID
  • cdnLiveId (int, required)
CDN Live ID


Returns

Returns a JSON object with the string of the AES Key.

Example:

{

"Content": "GdBP0Z8j1dJO8fw9b5pa4dqayl59oWnhqrDdkG7Y_99v5eaoxsoh1m942M-WByH446EQZk390jxk8UKktirKxoSKE7e6JWS..."

}


Exceptions

  • None.


Caching

This method is not cached.


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial method design Harley Cabral


See also