2022-09-16
▼ ▲ displayvideo.media.upload
Parameter Order : resourceName
Supportsmediaupload : Yes
Flat Path : media/{mediaId}
Scopes :
Mediaupload :
Protocols :
Simple :
Path : /upload/media/{+resourceName}
Multipart : Yes
Accept : */*
Path : media/{+resourceName}
HTTP Method : POST
Description : Uploads media. Upload is supported on the URI `/upload/media/{resource_name=**}?upload_type=media.` **Note**: Upload requests will not be successful without including `upload_type=media` query string.
Parameters :
resourceName
Location : path
Pattern : ^.*$
Type : string
Description : Name of the media that is being downloaded. See ReadRequest.resource_name.
Required : Yes
▼ ▲ displayvideo.media.download
Parameters :
resourceName
Required : Yes
Pattern : ^.*$
Description : Name of the media that is being downloaded. See ReadRequest.resource_name.
Location : path
Type : string
Supportsmediadownload : Yes
Path : download/{+resourceName}
Parameter Order : resourceName
Scopes :
Flat Path : download/{downloadId}
Description : Downloads media. Download is supported on the URI `/download/{resource_name=**}?alt=media.` **Note**: Download requests will not be successful without including `alt=media` query string.
HTTP Method : GET
▼ ▲ displayvideo.sdfdownloadtasks.operations.get
Parameters :
name
Description : The name of the operation resource.
Type : string
Pattern : ^sdfdownloadtasks/operations/[^/]+$
Location : path
Required : Yes
HTTP Method : GET
Flat Path : v2/sdfdownloadtasks/operations/{operationsId}
Scopes :
Path : v2/{+name}
Description : Gets the latest state of an asynchronous SDF download task operation. Clients should poll this method at intervals of 30 seconds.
Parameter Order : name