Queries event callback configurations.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:GetEventCallback |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
******11-DB8D-4A9A-875B-275798****** |
| CallbackType |
string |
The callback method. Valid values:
Valid values:
|
HTTP |
| CallbackQueueName |
string |
The name of the Simple Message Queue (SMQ) queue to which callback messages are sent. |
ice-callback-queue |
| CallbackURL |
string |
The callback URL to which event notifications are sent. |
http://xxx.yyy/callback |
| EventTypeList |
string |
The type of the callback event. Multiple values are separated with commas (,). For more information about callback event types, see Event notification content. |
ProduceMediaComplete,TranscodeComplete |
| AuthSwitch |
string |
Specifies whether callback authentication is enabled. This parameter is returned only for HTTP callbacks. Valid values:
Valid values:
|
on |
| AuthKey |
string |
The authentication key. This parameter is returned only for HTTP callbacks. |
TestKey001 |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"CallbackType": "HTTP",
"CallbackQueueName": "ice-callback-queue",
"CallbackURL": "http://xxx.yyy/callback",
"EventTypeList": "ProduceMediaComplete,TranscodeComplete",
"AuthSwitch": "on",
"AuthKey": "TestKey001"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.