Queries the callback method, callback URL, and event type for event notifications.
Operation description
Note
For more information, see Event notification.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
AppId | string | No | The ID of the application. If you do not set this parameter, the default value app-1000000 is used. | app-1000000 |
Response parameters
Examples
Sample success responses
JSON
format
{
"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.