調用SendUnicastCommand發(fā)送單播信息。

調試

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

請求參數

名稱 類型 是否必選 示例值 描述
Action String SendUnicastCommand

系統(tǒng)規(guī)定參數。取值:SendUnicastCommand

IotInstanceId String iotx-oxssharez

物聯網平臺的實例id,為空表示公共實例。

DevEui String 0000000000000000

目標節(jié)點。

MaxRetries Integer 0

最大重發(fā)次數,默認為0。

CleanUp Boolean false

是否清空該節(jié)點的堆積指令,并下發(fā)該指令。默認為false

FPort Integer 0

fPort。

Confirmed Boolean false

是否是confirmed指令,默認為false

Content String xxx

要發(fā)送的內容。16進制字符串,最長51個字節(jié)(如果換算成16進制字符串,最長為51*2個字符)。

返回數據

名稱 類型 示例值 描述
Success Boolean true

是否成功。

RequestId String 89EF6CAA-958F-F32C-BE45-FE003C6DE097

請求ID。

示例

請求示例

http(s)://linkwan.cn-shanghai.aliyuncs.com/?Action=SendUnicastCommand
&Content=xxx
&DevEui=0000000000000000
&FPort=0
&<公共請求參數>

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<SendUnicastCommandResponse>
      <RequestId>89EF6CAA-958F-F32C-BE45-FE003C6DE097</RequestId>
      <Success>true</Success>
</SendUnicastCommandResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "89EF6CAA-958F-F32C-BE45-FE003C6DE097",
  "Success" : true
}

錯誤碼

HttpCode 錯誤碼 錯誤信息 描述
400 ForbiddenByRam User not authorized to operate on the specified resource, or this API does not support RAM. 用戶沒有執(zhí)行該操作所需要的RAM權限。
400 ForbiddenByRiskControl This operation cannot be performed because of security risks. 存在安全風險,無法執(zhí)行該操作
400 NonExistent The specified resource does not exist. 要操作的資源不存在。
400 Abandoned An error occurred while processing this request, because the API has been abandoned. 該接口已經被廢棄。
400 InternalError The request processing has failed due to some unknown error, exception or failure. 內部錯誤。
400 CloudProductNotActivated The Link WAN service has not been activated. 未開通 Link WAN 云產品
400 FeatureNotActivated The feature has not been activated. 功能未開通

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