All Products
Search
Document Center

ApsaraVideo VOD:GetMessageCallback

Last Updated:Jul 19, 2024

Queries the callback method, callback URL, and event type for event notifications.

Operation description

Note For more information, see Event notification.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
AppIdstringNo

The ID of the application. If you do not set this parameter, the default value app-1000000 is used.

app-1000000

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

272A222A-F7F7-4A3E-****-F531574F1234
MessageCallbackobject

The configuration of the event notification.

CallbackTypestring

The callback method. Valid values:

  • HTTP
  • MNS
HTTP
CallbackURLstring

The callback URL. This parameter is returned only for HTTP callbacks.

http://test.com/test
EventTypeListstring

The type of the callback event.

FileUploadComplete,StreamTranscodeComplete,TranscodeComplete,SnapshotComplete,AIComplete,AddLiveRecordVideoComplete,CreateAuditComplete,UploadByURLComplete,ProduceMediaComplete,LiveRecordVideoComposeStart,ImageUploadComplete,VideoAnalysisComplete
AppIdstring

The ID of the application.

app-1000000
MnsQueueNamestring

The name of the Message Service (MNS) queue. This parameter is returned only for MNS callbacks.

vodcallback
AuthKeystring

The cryptographic key. This parameter is returned only for HTTP callbacks.

12345678abc
AuthSwitchstring

Indicates whether callback authentication is enabled. This parameter is returned only for HTTP callbacks. Valid values:

  • on
  • off
on
MnsEndpointstring

The public endpoint of MNS. This parameter is returned only for MNS callbacks.

http://1234567.mns.cn-shanghai-internal.aliyuncs.com/

Examples

Sample success responses

JSONformat

{
  "RequestId": "272A222A-F7F7-4A3E-****-F531574F1234",
  "MessageCallback": {
    "CallbackType": "HTTP",
    "CallbackURL": "http://test.com/test",
    "EventTypeList": "FileUploadComplete,StreamTranscodeComplete,TranscodeComplete,SnapshotComplete,AIComplete,AddLiveRecordVideoComplete,CreateAuditComplete,UploadByURLComplete,ProduceMediaComplete,LiveRecordVideoComposeStart,ImageUploadComplete,VideoAnalysisComplete",
    "AppId": "app-1000000",
    "MnsQueueName": "vodcallback",
    "AuthKey": "12345678abc",
    "AuthSwitch": "on",
    "MnsEndpoint": "http://1234567.mns.cn-shanghai-internal.aliyuncs.com/"
  }
}

Error codes

For a list of error codes, visit the Service error codes.