Membuat kelompok pesan interaktif.
Deskripsi operasi
Before you call this operation, make sure that you have called the CreateLiveMessageApp operation to create an interactive messaging application.
You can create up to 5,000 interactive messaging groups in an interactive messaging application.
QPS limit
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:CreateLiveMessageGroup |
create |
*Rtc
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
ID aplikasi. |
demo |
| GroupId |
string |
Yes |
ID kelompok yang ingin Anda buat. ID kelompok harus unik dalam bisnis Anda. ID dapat memiliki panjang hingga 64 byte dan dapat berisi huruf dan angka. |
grouptest |
| GroupName |
string |
No |
Nama kelompok. Nama dapat memiliki panjang hingga 128 byte. |
mytestgroup |
| GroupInfo |
string |
No |
Informasi tambahan tentang kelompok. Nilai dapat memiliki panjang hingga 32 KB. |
testgroupinfo |
| Administrators |
array |
No |
Daftar administrator. |
|
|
string |
No |
The ID of the administrator. The ID can be up to 64 bytes in length and can contain letters and digits. Separate multiple administrator IDs with commas (,). You can specify up to three administrator IDs. |
uid1 |
|
| CreatorId |
string |
No |
ID pembuat kelompok. ID dapat memiliki panjang hingga 64 byte dan dapat berisi huruf dan angka. |
uid1 |
| DataCenter |
string |
No |
Pusat data lokal. Harus sama dengan pusat data lokal yang ditentukan saat Anda memanggil operasi CreateLiveMessageApp untuk membuat aplikasi pesan interaktif. Nilai valid: cn-shanghai dan ap-southeast-1 (Singapura). |
cn-shanghai |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
A8C7B033-B339-1A58-B0E0-7B9197BA**** |
| GroupId |
string |
The ID of the group created. |
grouptest |
| AlreadyExists |
boolean |
Indicates whether the group already exists. |
true |
| AlreadyDelete |
boolean |
Indicates whether the group is deleted. If the group existed and is deleted, the group ID is unavailable. We recommend that you create a new group. |
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "A8C7B033-B339-1A58-B0E0-7B9197BA****",
"GroupId": "grouptest",
"AlreadyExists": true,
"AlreadyDelete": true
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InputInvalid | %s. | Illegal input parameters |
| 400 | ErrorTooManyGroups | %s. | For each AppId, a maximum of 5000 groups are allowed to be created at the same time. |
| 500 | ServerError | %s. | Unknown error, please try again later or submit a ticket for consultation. |
| 403 | NoAuth | %s. | No permission |
| 404 | ResourceNotExist | %s. | The requested resource does not exist, please check and try again |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.