日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

CreateGroupId - 創(chuàng)建 Group ID

更新時間:

消息生產(chǎn)者和消費者客戶端接入云消息隊列 MQTT 版服務(wù)端收發(fā)消息時,需要指定Client ID,用于唯一標(biāo)識一個客戶端。 Client ID由兩部分組成,組織形式為<GroupID>@@@<DeviceID>,DeviceID由客戶端自定義,GroupID需要提前在云消息隊列 MQTT 版服務(wù)端創(chuàng)建。

接口說明

每成功調(diào)用一次 CreateGroupId 接口,都會計算為一次消息 TPS,從而影響您的計費。詳情請參見計費說明

調(diào)試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權(quán)信息

當(dāng)前API暫無授權(quán)信息透出。

請求參數(shù)

名稱類型必填描述示例值
GroupIdstring

您需創(chuàng)建的 Group ID。取值說明如下:

  • 以 "GID_" 或者 "GID-" 開頭,只能包含字母、數(shù)字、連字符(-)和下劃線(_),長度限制在 7~64 字符之間。
  • Group ID 一旦創(chuàng)建,則無法修改,詳情請參見名詞解釋
GID_test
InstanceIdstring

創(chuàng)建的 Group ID 所在的實例 ID。

mqtt-cn-0pp1ldu****
說明 更多參數(shù)說明請參見公共參數(shù)服務(wù)接入點

返回參數(shù)

名稱類型描述示例值
object
RequestIdstring

公共參數(shù),每個請求的 ID 都是唯一的。

2C7D722D-0F3D-4415-A9CD-A464D82C****

示例

正常返回示例

JSON格式

{
  "RequestId": "2C7D722D-0F3D-4415-A9CD-A464D82C****"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400GroupIdAlreadyExsitedThe specified GroupId already exists. 當(dāng)前Group ID已經(jīng)存在。
400GroupIdAlreadyUsedByOtherUsersThe current GroupId is used by another user. Please change to a different GroupId.當(dāng)前Group ID已經(jīng)被其他用戶占用,請更換其他名稱。
400ParameterFieldCheckFailedFailed to validate the parameters. The parameters may be missing or invalid.參數(shù)校驗失敗,可能缺失或者傳入值非法。
400InstancePermissionCheckFailedAn error occurred while validating the permissions of the instance. Please verify the account that created the instance and its permissions settings.實例權(quán)限校驗失敗,請確認MQTT實例的所屬關(guān)系以及授權(quán)策略。
400InstanceNotFoundFailed to find the instance. The instanceId may be invalid.無法找到實例。
400PermissionCheckFailedAn error occurred while validating the resource permissions. Please check the account that created the instance, topic, and GroupId, and check their permission settings.資源權(quán)限校驗失敗,請檢查實例、Topic和Group ID的所屬權(quán)限和授權(quán)策略。
500CreateGroupIdErrorFailed to create GroupId. Try again later.創(chuàng)建Group ID請求執(zhí)行失敗,請稍后重試。
500InternalErrorAn error occurred while processing your request. Try again later.MQTT后端服務(wù)異常,請重試。

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內(nèi)容概要操作
暫無變更歷史