調(diào)用AddDnatEntry給智能接入網(wǎng)關(guān)實(shí)例添加DNAT條目。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。
授權(quán)信息
下表是API對(duì)應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說明如下:
- 操作:是指具體的權(quán)限點(diǎn)。
- 訪問級(jí)別:是指每個(gè)操作的訪問級(jí)別,取值為寫入(Write)、讀?。≧ead)或列出(List)。
- 資源類型:是指操作中支持授權(quán)的資源類型。具體說明如下:
- 對(duì)于必選的資源類型,用背景高亮的方式表示。
- 對(duì)于不支持資源級(jí)授權(quán)的操作,用
全部資源
表示。
- 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
- 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時(shí)具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作 | 訪問級(jí)別 | 資源類型 | 條件關(guān)鍵字 | 關(guān)聯(lián)操作 |
---|---|---|---|---|
smartag:AddDnatEntry | Write |
|
| 無 |
請(qǐng)求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 智能接入網(wǎng)關(guān)實(shí)例所在的地域 ID。 | cn-hangzhou |
SagId | string | 是 | 智能接入網(wǎng)關(guān)實(shí)例 ID。 說明
目前只支持硬件版實(shí)例。
| sag-kdhg******* |
Type | string | 是 | DNAT 類型,包括以下選項(xiàng):
| Intranet |
ExternalIp | string | 否 | 外部的公網(wǎng) IP 地址。 說明
DNAT 類型為公網(wǎng) DNAT 時(shí),公網(wǎng) DNAT 自動(dòng)識(shí)別當(dāng)前公網(wǎng) IP,無需填寫。
| 10.10.1.xx |
ExternalPort | string | 是 | 公網(wǎng)端口。 取值范圍:1-65535。 | 80 |
InternalIp | string | 是 | 目標(biāo)私網(wǎng) IP 地址。 | 192.168.0.1 |
IpProtocol | string | 是 | 協(xié)議類型,包含以下選項(xiàng):
| TCP |
InternalPort | string | 是 | 目標(biāo)私網(wǎng)端口號(hào)。 取值范圍:1-65535。 | 80 |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"RequestId": "56BF6C79-C77D-41A0-86DD-A4B156E784EA",
"DnatEntryId": "fwd-kxe4fq3xuzczze****"
}
錯(cuò)誤碼
HTTP status code | 錯(cuò)誤碼 | 錯(cuò)誤信息 | 描述 |
---|---|---|---|
400 | InvalidRegionID | The specified regionId does not exist. | 指定的RegionId不存在。 |
400 | MissingParam | You must specify the parameter. | 缺少必填參數(shù)。 |
400 | IllegalParam | The parameter is invalid. | 參數(shù)非法。 |
400 | DuplicatedDnatEntry | The specified ExternalIp, IpProtocol, ExternalPort, InternalIp, and InternalPort are duplicated. | 指定的外部ip、ip協(xié)議、外部端口、內(nèi)部ip、內(nèi)部端口沖突。 |
400 | SmartAccessGatewayNotActivated | The specified Smart Access Gateway has not been activated. | 該智能接入網(wǎng)關(guān)尚未激活,請(qǐng)先激活該實(shí)例。 |
400 | SmartAccessGatewayInArrears | The specified Smart Access Gateway has expired. | 該智能接入網(wǎng)關(guān)已經(jīng)到期停服,請(qǐng)續(xù)費(fèi)。 |
400 | QuotaExceeded.DnatPerSag | The maximum number of dnat rules in an SAG is exceeded. You can open a ticket to increase the quota. | DNAT條目數(shù)量超出配額。 |
403 | Forbidden | User not authorized to operate on the specified resource. | 用戶沒有操作此資源的權(quán)限。 |
403 | MissingParameter | The input parameter is missing, please check your input. | 輸入?yún)?shù)缺失,請(qǐng)檢查您的輸入。 |
403 | InvalidParameter | The specified parameter is invalid. | 非法參數(shù)。 |
403 | InternalError | An internal server error occurred. | 內(nèi)部服務(wù)錯(cuò)誤。 |
403 | FeatureNotSupport | The current edition of the smart access gateway does not support this feature. | 智能接入網(wǎng)關(guān)當(dāng)前版本不支持該功能特性。 |
403 | InvalidId.SMARTAG | The specified smart access gateway instance id is invalid. | 無效的智能接入網(wǎng)關(guān)實(shí)例ID。 |
訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。
變更歷史
變更時(shí)間 | 變更內(nèi)容概要 | 操作 | ||||||
---|---|---|---|---|---|---|---|---|
2023-12-06 | OpenAPI 錯(cuò)誤碼發(fā)生變更 | 看變更集 | ||||||
|