調用該接口提交網關密鑰的申請工單。

調試

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

請求參數

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

系統規定參數。取值:SubmitGatewayTupleOrder

RequiredCount Long 2

要申請的網關安全密鑰的數量。

TupleType String noncontractual

網關密鑰類型。

  • singlechannel:低速版(單通道型)。
  • standard:標準版。
  • hybrid:高速版(Hybrid型)。
  • noncontractual:高速版。

返回數據

名稱 類型 示例值 描述
Data String 12345

工單ID。

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

請求ID,阿里云為該請求生成的唯一標識符。

Success Boolean true

是否調用成功。

  • true:調用成功。
  • false:調用失敗。

示例

請求示例

http(s)://linkwan.cn-shanghai.aliyuncs.com/?Action=SubmitGatewayTupleOrder
&RequiredCount=2
&TupleType=noncontractual
&公共請求參數

正常返回示例

XML格式

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

<SubmitGatewayTupleOrderResponse>
    <Data>12345</Data>
    <RequestId>89EF6CAA-958F-F32C-BE45-FE003C6DE097</RequestId>
    <Success>true</Success>
</SubmitGatewayTupleOrderResponse>

JSON格式

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

{
  "Data" : "12345",
  "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. 用戶沒有執行該操作所需要的RAM權限。
400 ForbiddenByRiskControl This operation cannot be performed because of security risks. 存在安全風險,無法執行該操作
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. 功能未開通
400 ExceedGatewayTupleLimit The maximum number of gateway tuples is exceeded. 超出網關元組限額

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